Author: kwade Update of /cvs/fedora/web/html/docs/documentation-faq In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15400/web/html/docs/documentation-faq Modified Files: index.php Log Message: Applying patch from bz#189069 Index: index.php =================================================================== RCS file: /cvs/fedora/web/html/docs/documentation-faq/index.php,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- index.php 6 Dec 2005 19:37:08 -0000 1.1 +++ index.php 13 Oct 2006 17:20:13 -0000 1.2 @@ -1,60 +1,11 @@ -<? -include("site.inc"); +<?php +// +// Easily-changeable template for redirection. +// -$template = new Page; -$template->initCommon(); +//$NEWURL="http://fedora.redhat.com/About/Projects/docs.html"; +$NEWURL="http://fedoraproject.org/wiki/DocsProject"; -$template->displayHeader(); - -?> - -<h1>Fedora Documentation Project FAQ</h1> - -<p> -This is a list of FAQs from common questions asked on the mailing list. -Please refer to this page before posting a question to the mailing list. -</p> - -<h2>Does Fedora Project need writers/editors?</h2> - -<p> -Yes. Writers are needed right now more then editors. Without writers, there is -nothing to edit. -</p> - -<p> -To volunteer for a topic, refer to the <a href="http://fedoraproject.org/wiki/DocsProject/">DocsProject</a> wiki for instructions on how to -get started. -</p> - -<h2>What documents are needed?</h2> - -<p> -The Fedora Documenation Project documents are of the tutorial/HOWTO -variety because it works well with the distributed project by allowing one -person or a some group of people to concentrate on a specific topic. Currently, -the only "guide" planned is an Installation Guide. Since the docs are Web-based, -having topics combined into "manuals" or "books" does not have many advantages. -</p> - -<h2>May I translate the legal notice?</h2> - -<p> -The legal notice page from the file legalnotice-en.xml may be translated, -but a statement that the translation is provided for convenience only -and that the English language version takes precedence must be on the top of the -page. -</p> - -<h2>How do I get write access to CVS?</h2> - -<p> -Read the <a href="http://fedoraproject.org/wiki/DocsProject/NewWriters">DocsProject/NewWriters</a> -wiki page for detailed information. -</p> - -<? - -$template->displayFooter('$Date$'); +include("redirect.inc"); ?>