[lostwages] git: Add the other modules still available through CVS.

Jan Zerebecki jan.wine at zerebecki.de
Mon Oct 23 23:00:35 CDT 2006


If this patch is rejected from inclusion, please tell me why, as
I would have to ask anyway.

From: Jan Zerebecki <jan.wine at zerebecki.de>
Changelog:
git: Add the other modules still available through CVS.
Those from winehq and from sf.net . Explain how to import them
into a Git repository. Correct case of Git.
---

 templates/en/git.template |   63 ++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 62 insertions(+), 1 deletions(-)

diff --git a/templates/en/git.template b/templates/en/git.template
index a81e824..4d3e6d7 100644
--- a/templates/en/git.template
+++ b/templates/en/git.template
@@ -7,7 +7,7 @@ Anyone may get the code, post opinions o
 and contribute patches. You will need to know C and/or perl, and something
 about <a href="{$root}/site/resources">Unix and Windows</a>.</p>
 
-<p><a href="http://git.or.cz/" target="_blank">git</a> is a fast directory
+<p><a href="http://git.or.cz/" target="_blank">Git</a> is a fast directory
 content manager, originally written for use with large repositories,
 such as the Linux Kernel source. </p>
 
@@ -20,6 +20,8 @@ such as the Linux Kernel source. </p>
     <li><a href="#clone">Getting a local copy of Wine</a>
     <li><a href="#uptodate">Staying Up-To-Date</a>
     <li><a href="#sourcetree">Source Tree Browsing via the Web</a>
+    <li><a href="#modules">Other modules available from WineHQ</a>
+    <li><a href="#docs">Documentation module available from Sourceforge</a>
 </ol>
 
 <p><img src="./images/grey_pixel.gif" width="100%" height=1 border=0 alt="-"></p>
@@ -99,4 +101,63 @@ This cross-references source is based on
   <li><a href="http://source.winehq.org/git">source.winehq.org/git</a>, on the primary Git repository
 </ul>
 
+
+<a name="modules" class=hidden></a>
+
+<h1>Other modules available from WineHQ</h1>
+
+<p>The WineHQ CVS server makes a couple of other things available.</p>
+
+<ul>
+  <li><tt>lostwages</tt> -- source for the WineHQ web site</li>
+  <li><tt>tools</tt>  -- tools used on the WineHQ site</li>
+  <li><tt>appdb</tt>  -- source for the application database web site</li>
+  <li><tt>bugzilla</tt>  -- source for the bugzilla version used on the WineHQ site</li>
+</ul>
+
+<p>To login to the CVS server, run in a terminal:</p>
+
+<table width="500" border=0 cellpadding=10>
+  <tr><td class=black>
+    <span class=inverse>
+      CVSROOT=:pserver:cvs at cvs.winehq.org:/home/wine cvs login
+    </span>
+  </td></tr>
+</table>
+
+<p>Use &quot;cvs&quot; as the password (without the quotes).</p>
+
+<p>To get a git repository of one of the modules listed above
+create a new directory and in a terminal run in that directory:</p>
+
+<table width="550" border=0 cellpadding=10>
+  <tr><td class=black>
+    <span class=inverse>
+      git cvsimport -v -k -d :pserver:cvs at cvs.winehq.org:/home/wine MODULE<br/>
+    </span>
+  </td></tr>
+</table>
+
+<p>Replace MODULE with one of the module names listed above.<br/>
+But be aware that this can take quite some time.</p>
+
+
+<a name="docs" class=hidden></a>
+
+<h1>Documentation module available from Sourceforge</h1>
+
+<p>The documentation lives in a separate CVS tree on Sourceforge.<br/>
+To get a git repository of the documentation create a new directory and
+in a terminal run in that directory:</p>
+<table width="550" border=0 cellpadding=10>
+  <tr><td class=black>
+    <span class=inverse>
+      git cvsimport -v -k -d :pserver:anonymous at wine.cvs.sourceforge.net:/cvsroot/wine docs<br/>
+    </span>
+  </td></tr>
+</table>
+
+<p>But be aware that this can take quite some time.</p>
+
+
 <p>&nbsp;</p>



More information about the wine-patches mailing list