| 1 | <? include('header.php'); ?> |
|---|
| 2 | <div id="content" > |
|---|
| 3 | |
|---|
| 4 | <div id="main"><img src="images/main_title_dailies.gif" alt="SVN Dailies" /></div> |
|---|
| 5 | <div id="maincontent"> |
|---|
| 6 | <div id="subcontent"> |
|---|
| 7 | |
|---|
| 8 | <p style="color:white;">.</p> <!-- Cheat when there is no text at the top of the page --> |
|---|
| 9 | |
|---|
| 10 | <!-- Screenshot Item Begin--> |
|---|
| 11 | <div class="news"> |
|---|
| 12 | <h2>SVN snapshots</h2> |
|---|
| 13 | <p>SVN snapshots, in addition to anonymous SVN (see below), are available daily. If you want to participate in development and get full SVN access, please ask <a href="mailto:jon@licq.org">Jon</a>.</p> |
|---|
| 14 | <p>If you want to know what has changed in every detail, you should subscribe to the <a href="http://trac.licq.org/wiki/MailingList">Licq commit mailinglist</a>.</p> |
|---|
| 15 | <p>Brief summary of changes for the last week:<br> |
|---|
| 16 | <?php require("xlog.html"); ?> |
|---|
| 17 | </p> |
|---|
| 18 | |
|---|
| 19 | <p> |
|---|
| 20 | You can download the current Licq snapshot <a href="http://licq.sf.net/licq-daily.tar.bz2">licq-20060705</a>.<br> |
|---|
| 21 | <p>Remember, these are development versions, so they might have new and untested features or contain bugs. They might not even compile, so use them at your own risk. |
|---|
| 22 | <p>Please join the Licq <a href="http://trac.licq.org/wiki/MailingList">development mailinglist</a> when you use the snapshots regularly. |
|---|
| 23 | You should report problems with the snapshots or |
|---|
| 24 | discuss feature requests/patches there. |
|---|
| 25 | <p>If there is a problem with the snapshot itself, please tell <a href="mailto:jon@licq.org">me</a>. |
|---|
| 26 | <div class="footer"> |
|---|
| 27 | <div class="footer_right"></div> |
|---|
| 28 | </div> |
|---|
| 29 | </div> |
|---|
| 30 | <!-- Screenshot Item End--> |
|---|
| 31 | |
|---|
| 32 | <!-- Screenshot Item Begin--> |
|---|
| 33 | <div class="news"> |
|---|
| 34 | <h2>Anonymous SVN</h2> |
|---|
| 35 | <p>The anonymous SVN server is read-only. If you have installed the svn binary, |
|---|
| 36 | you can use it to easily keep up to date with bleeding edge Licq development. This is |
|---|
| 37 | <b>only</b> intended for those who have at least basic knowledge in <a href="http://svnbook.org">SVN usage</a> |
|---|
| 38 | or those who want to figure it out on their own. All others are strongly recommended to use |
|---|
| 39 | the regularly generated SVN snapshots (see above for details).</p> |
|---|
| 40 | |
|---|
| 41 | <p>Checkout the latest version of Licq and the most common plugins with:</p> |
|---|
| 42 | <pre> # svn co http://svn.licq.org/svn/trunk/licq</pre> |
|---|
| 43 | |
|---|
| 44 | <p>You have to run</p> |
|---|
| 45 | <pre> # make -f Makefile.cvs</pre> |
|---|
| 46 | <p>to generate the ./configure script needed for compiling the source. You need automake 1.4 or later installed to succeed.</p> |
|---|
| 47 | <p>If you experience any unusual problems, please inform me.</p> |
|---|
| 48 | <div class="footer"> |
|---|
| 49 | <div class="footer_right"></div> |
|---|
| 50 | </div> |
|---|
| 51 | </div> |
|---|
| 52 | <!-- Screenshot Item End--> |
|---|
| 53 | |
|---|
| 54 | <br> |
|---|
| 55 | </div> |
|---|
| 56 | </div> |
|---|
| 57 | |
|---|
| 58 | <div id="mainfooter"><p id="mainfooter_left"></p><!-- <img src="images/main_bg_bottomleft.gif" border="0" alt="Main" /> --></div> |
|---|
| 59 | |
|---|
| 60 | </div> |
|---|
| 61 | |
|---|
| 62 | <? include "footer.php" ?> |
|---|