Changeset 4517 for trunk/website

Show
Ignore:
Timestamp:
07/15/06 06:16:32 (2 years ago)
Author:
erijo
Message:

Change CVS to SVN and updated links to point to trac instead of sf.net

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/website/daily.php

    r4482 r4517  
    22  <div id="content" >  
    33 
    4       <div id="main"><img src="images/main_title_dailies.gif" alt="CVS Dailies" /></div> 
     4      <div id="main"><img src="images/main_title_dailies.gif" alt="SVN Dailies" /></div> 
    55        <div id="maincontent"> 
    66          <div id="subcontent"> 
    77 
    88          <p style="color:white;">.</p> <!-- Cheat when there is no text at the top of the page --> 
    9              
     9 
    1010            <!-- Screenshot Item Begin--> 
    1111            <div class="news"> 
    12              <h2>CVS snapshots</h2> 
    13              <p>CVS snapshots, in addition to anonymous CVS (see below), are available daily. If you want to participate in development and get full CVS 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 Licq CVS commit mailinglist.To do so, write an email to <a href=" mailto:licq-cvs-request@lists.sourceforge.net">licq-cvs-request@lists.sourceforge.net</a> and put 'subscribe' in the subject.</p> 
     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="https://lists.sourceforge.net/lists/listinfo/licq-cvs">Licq CVS commit mailinglist</a>. To do so, write an email to <a href=" mailto:licq-cvs-request@lists.sourceforge.net?subject=subscribe">licq-cvs-request@lists.sourceforge.net</a> and put 'subscribe' in the subject.</p> 
    1515             <p>Brief summary of changes for the last week:<br> 
    1616             <?php require("xlog.html"); ?> 
     
    2222             <p>Please join the Licq development mailinglist when you use the snapshots regularly. 
    2323             You should report problems with the snapshots or 
    24              discuss feature requests/patches there. To subscribe, write an email to <a href="mailto:licq-devel-request@lists.sourceforge.net">licq-devel-request@lists.sourceforge.net</a>. 
     24             discuss feature requests/patches there. To subscribe, write an email to <a href="mailto:licq-devel-request@lists.sourceforge.net?subject=subscribe">licq-devel-request@lists.sourceforge.net</a> and put 'subscribe' in the subject. 
    2525             <p>If there is a problem with the snapshot itself, please tell <a href="mailto:jon@licq.org">me</a>. 
    2626              <div class="footer"> 
     
    3232            <!-- Screenshot Item Begin--> 
    3333            <div class="news"> 
    34             <h2>Anonymous CVS</h2> 
    35             <p>Thanks to Billy Biggs, there is now an anonymous CVS server available which is now being kept on SourceForge. 
    36             The anonymous CVS server is read-only. If you have installed the cvs binary, 
     34            <h2>Anonymous SVN</h2> 
     35            <p>The anonymous SVN server is read-only. If you have installed the svn binary, 
    3736            you can use it to easily keep up to date with bleeding edge Licq development. This is  
    38             <b>only</b> intended for those who have at least basic knowledge in CVS usage 
     37            <b>only</b> intended for those who have at least basic knowledge in <a href="http://svnbook.org">SVN usage</a> 
    3938            or those who want to figure it out on their own. All others are strongly recommended to use 
    40             the regularly generated CVS snapshots. See above for details.</p> 
    41             <p>Login to the anonymous CVS server by typing</p> 
    42             <pre> 
    43    cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/licq login 
    44    cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/licq co &lt;modulename&gt; 
    45             </pre> 
    46             <p>the requested password is empty, just type return.</p> 
    47             <p>You can checkout the following modules: 
    48             <ul> 
    49               <li>licq</li> 
    50               <li>licq-data</li> 
    51               <li>licq-plugins</li> 
    52             </ul> 
    53             <p>You have to run 
    54             <pre>   make -f Makefile.cvs</pre><p>to generate the ./configure script needed for compiling the source. You need automake 1.4 or later installed to succeed.<br> 
    55             The recommended ~/.cvsrc for CVS usage is: 
    56             <pre> 
    57    cvs -l -z4 -q 
    58    diff -u1 -b -p 
    59    update -dP 
    60    checkout -P 
    61             </pre></p> 
    62             <p>If you experience any unusual problems, please inform me. 
     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> 
    6348              <div class="footer"> 
    6449                <div class="footer_right"></div>