web/html/projects/docs index.php,1.4,1.5

Tammy Fox (tfox) fedora-extras-commits at redhat.com
Tue May 17 19:46:13 UTC 2005


Author: tfox

Update of /cvs/fedora/web/html/projects/docs
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13626

Modified Files:
	index.php 
Log Message:
remove old cvs info


Index: index.php
===================================================================
RCS file: /cvs/fedora/web/html/projects/docs/index.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- index.php	10 May 2005 23:23:44 -0000	1.4
+++ index.php	17 May 2005 19:46:11 -0000	1.5
@@ -19,7 +19,6 @@
  * it is displayed at the top of the page */
 $project->display_name="Documentation Project";
 $project->project_name="fedora-docs";
-$project->cvs_module="fedora-docs";
 $project->bugzilla_component="fedora-docs";
 $project->mailing_list="fedora-docs-list";
 
@@ -88,9 +87,12 @@
                 <li><a href=\"/participate/documentation-faq/\">Documentation Project FAQs</a></li>
                 </ul>
 
+";
+
+/* custom CVS info */
+$project->addMisc("CVS Access","
         <p> <b>NOTE:</b> The location for the Documentation Project CVS has
-        changed from what is listed below.  When downloading from
-        anonymous CVS, use this set of commands instead: </p>
+        recently changed.</p>
 
 <p><code class=\"screen\">
 			export CVSROOT=:pserver:anonymous at cvs.fedora.redhat.com:/cvs/docs<br>
@@ -99,14 +101,14 @@
                         cvs -z3 co <<em>name-of-module</em>><br>
 			</code></dd>
 </p>
-<p> The first check-out command grabs the set of common files you need to build the documents, including stylesheets, common XML components, and stylesheet images.  In the second check-out command, replace <<em>name-of-module</em>> with the name of the CVS module you are interested in, such as <em>documentation-guide</em>.  If you do not know the name of the document module, you can see a listing of all modules in CVS with this command:</p>
+<p> The first check-out command grabs the set of common files you need to build the documents, including stylesheets, common XML components, and stylesheet images.  In the second check-out command, replace <<em>name-of-module</em>> with the name of the CVS module you are interested in, such as <em>documentation-guide</em>.  If you do not know the name of the document module, you can see a listing of all modules in CVS with these commands:</p>
 <p><code class=\"screen\">
 			export CVSROOT=:pserver:anonymous at cvs.fedora.redhat.com:/cvs/docs<br>
 			cvs -z3 login<br>
 			cvs -z3 co -c<br>
 			</code></dd>
 </p>
-";
+");
 
 /* tutorial topics */
 $project->addMisc("Tutorial Topics","




More information about the fedora-extras-commits mailing list