web/html/projects/docs index.php,1.8,1.9

Karsten Wade (kwade) fedora-websites-list at redhat.com
Fri Oct 13 17:21:02 UTC 2006


Author: kwade

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

Modified Files:
	index.php 
Log Message:
Applying patch from bz#189069


Index: index.php
===================================================================
RCS file: /cvs/fedora/web/html/projects/docs/index.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- index.php	15 Jun 2005 22:40:41 -0000	1.8
+++ index.php	13 Oct 2006 17:21:00 -0000	1.9
@@ -1,195 +1,11 @@
-<?
-include("site.inc");
+<?php
+//
+// Easily-changeable template for redirection.
+//
 
-$template = new Page;
-$template->initCommon();
-include("project.inc");
+//$NEWURL="http://fedora.redhat.com/About/Projects/docs.html";
+$NEWURL="http://fedoraproject.org/wiki/DocsProject";
 
-/***********************************************************************/
-/***********************************************************************/
-
-/* Initialize the project */
-$project = new Project;
-
-/***********************************************************************/
-/************************ Begin project content ************************/
-/***********************************************************************/
-
-/* Display name is the proper name of the project -- 
- * it is displayed at the top of the page */
-$project->display_name="Documentation Project";
-$project->project_name="fedora-docs";
-$project->bugzilla_component="fedora-docs";
-$project->mailing_list="fedora-docs-list";
-
-/* Note: The TODO list is a filename which is 
- * the project_name with a .todo extension */
-
-/* Project description */
-$project->desc="
-		<p> The goal of the Documentation 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 documents are for the
-		$PROJECT_NAME;, they only need to describe how to perform
-		tasks on $RELEASE_NAME.</p>
-
-        <p> The project maintains some useful pages on the <a
-        href=\"http://fedoraproject.org/wiki\">Fedora Project
-        Wiki</a>:</p>
-
-<ul>
-<li><a href=\"http://fedoraproject.org/wiki/DocsProject\">Main Wiki page</a></li>
-<li><a href=\"http://fedoraproject.org/wiki/DocsProject/NewWriters\">New Writers information page</a></li>
-<li><a href=\"http://fedoraproject.org/wiki/DocsProject/Goals\">List of Project Goals</a></li>
-<li><a href=\"http://fedoraproject.org/wiki/DocsProject/FedoraDocsSchedule\">Documentation Project Schedule</a></li>
-<li><a href=\"http://fedoraproject.org/wiki/DocsProject/WhyJoin\">Why join the Docs Project?</a></li>
-<li><a href=\"http://fedoraproject.org/wiki/DocsProject/SelfIntroduction\">Self Introduction Template/Instructions</a></li>
-<!-- <li><a href=\"\"></a></li> -->
-<!-- <li><a href=\"\"></a></li> -->
-<li><a href=\"http://fedoraproject.org/wiki/DocsProject/CvsUsage\">CVS Usage Guidelines</a></li>
-<li><a href=\"http://fedoraproject.org/wiki/DocsProject_2fDocumentationGuide\">Doc Guide Wiki Page</a> for tracking ideas during update cycles to the FDP Documentation Guide</li>
-<li><a href=\"http://fedoraproject.org/wiki/DocsProject/SteeringCommittee\">Fedora Documentation Steering Committee</a>, FDSCo for short, aka \"Eff-Disco\"</li>
-</ul>	       
-		<p>
-		The following tools are used:
-		</p>
-		
-		<ul>
-		<li>DocBook XML v4.2</li>
-		<li>Custom XSLT stylesheets for both print and HTML versions</li>
-		<li>Custom scripts to generate PDF and HTML output</li>
-		<li>Emacs with PSGML mode (optional, but recommended)</li>
-		</ul>
-
-        <p><b>HOWEVER</b>, the project will take submissions of new
-        documentation in any format, as there are volunteers who will
-        convert into DocBook/XML.  Ongoing maintenance for the new
-        document should happen in DocBook/XML, which will be much
-        easier to learn from the converted document.</p>
-
-        <p>The Documentation Project is not interested in unmaintained
-        documentation.  If you have a document to submit, either you or
-        someone else will need to continue maintenance of the document.
-        Documentation should be focused on software found in Fedora
-        Core or Extras.  If you have an idea outside of that scope,
-        please bring it to the mailing list for discussion.</p>
-
-		<p>
-		For more information about how to participate in this project, read the following:
-		</p>
-                <ul>
-		<li><a href=\"/participate/documentation-quick-start/\">Quick Start Guide</a></li>
-                <li><a href=\"/participate/documentation-guide/\">Documentation Guide</a></li>
-                <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
-        recently changed.</p>
-
-<p><code class=\"screen\">
-			export CVSROOT=:pserver:anonymous at cvs.fedora.redhat.com:/cvs/docs<br>
-			cvs -z3 login<br>
-			cvs -z3 co docs-common<br>
-                        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 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>
-
-<p> For more information on CVS usage, including how to obtain write access, refer to the <a href=\"http://fedoraproject.org/wiki/DocsProject/CvsUsage\">FDP CVS Usage Guidelines</a>.
-</p>
-
-");
-
-/* tutorial topics */
-$project->addMisc("Tutorial Topics","
-<p>Bug <a
-href=\"http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=129807\">129807</a>
-is being used to track tutorials in progress.</p> <p>Bug <a
-href=\"http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=129784\">129784</a>
-is being used to track tutorial ideas with no writer assigned to
-them. If you are looking for a topic, refer to this bug to see if
-anything sparks your interest.</p> <p>Documents in progress
-include:</p>
-
-<ul>
-<li>FC3 Installation Guide</li>
-<li>Software Management with Yum</li>
-<li>Release Notes</li>
-</ul>
-
-");
-
-$project->addMisc("Fedora Documentation Steering Committee (FDSCo)","
-<p> The purpose of FDSCo is to make the Documentation 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>
-
-<p>Fedora Editors:</p>
-
-<ul>
-<li>Tammy Fox</li>
-<li>Paul W. Frields</li>
-<li>Karsten Wade</li>
-</ul>
-
-");
-
-/* Contacts */
-$project->addMaintainer("Karsten Wade","kwade at redhat.com");
-
-/***********************************************************************/
-/************************* End project content *************************/
-/***********************************************************************/
-
-$template->options['title'].=': '.$project->display_name;
-
-/* Standard template footer */
-$template->displayHeader();
-
-/* Display the project content */
-$project->displayProject();
-
-/* Standard template footer */
-$template->displayFooter('$Date$');
+include("redirect.inc");
 
 ?>
-




More information about the Fedora-websites-list mailing list