Module: website Branch: master Commit: c8534ffb809fd22a2628f7ac427a839d893046d0 URL: http://source.winehq.org/git/website.git/?a=commit;h=c8534ffb809fd22a2628f7a...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Jun 11 18:12:18 2008 +0200
The documentation source is in git now.
---
templates/en/cvs.template | 17 ----------------- templates/en/git.template | 14 +------------- 2 files changed, 1 insertions(+), 30 deletions(-)
diff --git a/templates/en/cvs.template b/templates/en/cvs.template index 8044a1a..e2404b0 100644 --- a/templates/en/cvs.template +++ b/templates/en/cvs.template @@ -9,7 +9,6 @@
<ol> <li><a href="#co">Getting a local copy of Wine</a></li> - <li><a href="#docs">Documentation module available via CVS from Sourceforge</a></li> <li><a href="#sourcetree">Source Tree Browsing via the Web</a></li> </ol>
@@ -32,22 +31,6 @@ cvs login
<hr />
-<h1 id="docs">Documentation module available via CVS from Sourceforge</h1> - -<p>The documentation lives in a separate CVS tree on Sourceforge. To get the docs in - a terminal run:</p> -<p><code>cvs -z3 -d:pserver:anonymous@wine.cvs.sourceforge.net:/cvsroot/wine co -P docs</code></p> - -<p>When prompted for a password press the enter key. A subdirectory named docs will be created.</p> - -<p>You can also Browse -<a href="http://wine.cvs.sourceforge.net/wine/">the Wine Documentation -module</a>. Here is more information on -<a href="http://www.winehq.org/site/contributing#doc">documentation -writing</a>.</p> - -<hr /> - <h1 id="sourcetree">Source Tree Browsing via the Web</h1>
<p>The source code of the entire Wine tree is (<a href="http://lxr.linux.no/">LXR</a>-based) diff --git a/templates/en/git.template b/templates/en/git.template index 951e4c6..f00d788 100644 --- a/templates/en/git.template +++ b/templates/en/git.template @@ -23,7 +23,6 @@ such as the Linux Kernel source.</p> <li><a href="#sourcetree">Source Tree Browsing via the Web</a></li> <li><a href="#modules">Other modules available from WineHQ</a></li> <li><a href="#clonecvs">Getting a local copy of Wine with CVS</a></li> - <li><a href="#docs">Documentation module available from Sourceforge</a></li> </ol>
<hr /> @@ -98,6 +97,7 @@ exports the following modules:</p> <li><a href="http://source.winehq.org/git/website.git">website.git</a> -- source for the WineHQ.org website</li> <li><a href="http://source.winehq.org/git/bugzilla.git">bugzilla.git</a> -- source for the bugzilla version used on the WineHQ site</li> <li><a href="http://source.winehq.org/git/appdb.git">appdb.git</a> -- source for the application database web site</li> + <li><a href="http://source.winehq.org/git/docs.git">docs.git</a> -- source for the Wine documentation</li> <li><a href="http://source.winehq.org/git/tools.git">tools.git</a> -- tools used on the WineHQ site</li> </ul>
@@ -117,15 +117,3 @@ exports the following modules:</p> <p>To check out the Wine source tree run:</p>
<p><code>cvs -z 3 -d :pserver:cvs@cvs.winehq.org:/home/wine checkout wine</code></p> - -<hr /> - -<h1 id="docs">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> - -<p><code>git cvsimport -v -k -d :pserver:anonymous@wine.cvs.sourceforge.net:/cvsroot/wine docs</code></p> - -<p>But be aware that this can take quite some time.</p>