root/trunk/website/snapshot.shtml

Revision 4948, 2.7 kB (checked in by erijo, 18 months ago)

Remove references to lists.sourceforge.net

  • Property svn:eol-style set to native
Line 
1<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"><html><head>
2<title>Licq snapshots</title><META HTTP-EQUIV="Expires" CONTENT="3600"></head>
3<body bgcolor="285078" link="ffd700" text="white">
4<div align="left"><img alt="Licq snapshots" border="0" width="400" height="80" src="header-snapshots.gif"></div><div align="justify"><h2>CVS snapshots</h2>There are CVS snapshots in addition to anonymous CVS (see below) available, which are released daily. If you want to participate development and get full CVS access, please ask <a href="mailto:jon@licq.org">Jon</a>.</div>
5<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>
6<p>Brief summary of changes for the last week:
7<pre><!--#include file="./xlog.html"--></pre>
8<p>
9<div align="justify">
10You can download the current Licq snapshot <a href="licq-daily.tar.bz2">licq-20041015</a>.<br>
11<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.
12<p>Please join the <a href="http://trac.licq.org/wiki/MailingList">Licq development mailinglist</a> when you use the snapshots regularly.
13You should report problems with the snapshots or
14discuss feature requests / patches there.</div><p>If there is a problem with the snapshot itself, please tell <a href="mailto:jon@licq.org">me</a>. <hr>
15<p><h2>Anonymous CVS</h2>
16<div align="justify">Thanks to Billy Biggs, there is now an anonymous CVS server available. Which is now being kept on SourceForge.
17The anonymous CVS server is read-only. If you have installed the cvs binary,
18you can use it to easily keep up to date with bleeding edge Licq development. This is
19<b>only</b> intended for those who have at least basic knowledge in CVS usage
20or those who want to figure it out on their own. All others are strongly recommended to use
21the regularly generated CVS snapshots. See above for details.
22<p>Login to the anonymous CVS server by typing
23<pre>
24  cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/licq login
25  cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/licq co &lt;modulename&gt;
26</pre>the requested password is empty, just type return.<p>You can checkout the following modules:
27<ul><li>licq</li>
28<li>licq-data</li>
29<li>licq-plugins</li>
30</ul>
31You have to run <pre>make -f Makefile.cvs</pre> to generate the ./configure script needed for compiling the source. You need automake 1.4 or later installed to succeed.<br>
32 The recommended ~/.cvsrc for CVS usage is:<pre>cvs -l -z4 -q
33diff -u1 -b -p
34update -dP
35checkout -P
36</pre></div>If you experience any unusual problems, please inform me.<hr>
37last modified: Fri Oct 15 10:25:11 2004 JST
38</body></html>
Note: See TracBrowser for help on using the browser.