web/html/projects/docs index.php,1.1.1.1,1.2

Karsten Wade (kwade) fedora-extras-commits at redhat.com
Fri Apr 22 19:21:51 UTC 2005


Author: kwade

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

Modified Files:
	index.php 
Log Message:
Updating maintainer, including info and pointers for FDSCo, cvsroot hackfix, and a few other details.


Index: index.php
===================================================================
RCS file: /cvs/fedora/web/html/projects/docs/index.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- index.php	30 Mar 2005 17:47:28 -0000	1.1.1.1
+++ index.php	22 Apr 2005 19:21:49 -0000	1.2
@@ -28,16 +28,15 @@
 
 /* Project description */
 $project->desc="
-		<p>
-		The goal of the Docs Project is to create easy-to-follow, task-based
-                documentation for $RELEASE_NAME users and developers. Other than the 
-                Installation Guide, each document is in 
-                article format, with one article per topic. This way, writers can contribute
-                documentation about a specific topic without having to worry about how
-                it fits into a manual or how it flows with other topics. Since the
-		docs are for the $PROJECT_NAME;, they only need to describe how to 
-		perform tasks on $RELEASE_NAME.
-                </p>
+		<p> The goal of the Docs Project is to create easy-to-follow,
+		task-based documentation for $RELEASE_NAME users and
+		developers. Other than the Installation Guide, each document
+		is in article format, with one article per topic. This way,
+		writers can contribute documentation about a specific topic
+		without having to worry about how it fits into a manual or how
+		it flows with other topics. Since the docs are for the
+		$PROJECT_NAME;, they only need to describe how to perform
+		tasks on $RELEASE_NAME.</p>
 	       
 		<p>
 		The following tools are used:
@@ -59,6 +58,16 @@
                 <li><a href=\"/participate/documentation-faq/\">Documentation Project FAQs</a></li>
                 </ul>
 
+        <p> <b>NOTE:</b> The location for the Docs Project CVS has
+        changed from what is listed below.  When downloading from
+        anonymous CVS, use this set of commands instead: </p>
+
+<p><code class=\"screen\">
+			export CVSROOT=:pserver:anonymous at cvs.fedora.redhat.com:/cvs/docs<br>
+			cvs -z3 login<br>
+			cvs -z3 co fedora-docs</br>
+			</code></dd>
+</p>
 ";
 
 /* tutorial topics */
@@ -74,12 +83,37 @@
 
 ");
 
+$project->addMisc("Fedora Documentation Steering Committee (FDSCo)","
+<p> The purpose of FDSCo is to make the Docs Project a success.
+Project direction and action can be initiated by the FDSCo.  Our main
+purpose is to clear the way and get stuff done.  More information
+can be found at the <a
+href=\"http://www.fedoraproject.org/wiki/DocsProject/SteeringCommittee\">FDSCo
+Wiki pages</a>.  Our mailing list is <a
+href=\"mailto:fedora-dsco-list at redhat.com\">fedora-dsco-list at redhat.com</a>.
+</p> 
+
+<p>FDSCo Members:</p>
+
+<ul>
+<li>Gavin Henry</li>
+<li>Karsten Wade (Chair)</li>
+<li>Mark Johnson</li>
+<li>Paul Frields</li>
+<li>Stuart Ellis</li>
+<li>Tammy Fox</li>
+<li>Tommy Reynolds</li>
+</ul>
+
+");
+
 $project->addMisc("Editors","
-<p>After a tutorial has been written, it must be reviewed by a Fedora editor. The role of
-an editor is defined in the <a href=\"/participate/documentation-quick-start/\">Fedora Documentation
-Quick Start Guide</a>.
+<p>After a tutorial has been written, it must be reviewed by a Fedora
+editor. The role of an editor is defined in the <a
+href=\"/participate/documentation-quick-start/\">Fedora Documentation
+Quick Start Guide</a>.</p>
 
-Fedora Editors:
+<p>Fedora Editors:</p>
 
 <ul>
 <li>Tammy Fox</li>
@@ -90,7 +124,7 @@
 ");
 
 /* Contacts */
-$project->addMaintainer("Tammy Fox","tfox at redhat.com");
+$project->addMaintainer("Karsten Wade","kwade at redhat.com");
 
 /***********************************************************************/
 /************************* End project content *************************/




More information about the fedora-extras-commits mailing list