web/html/participate/documentation-faq index.php,1.2,1.3

Karsten Wade (kwade) fedora-extras-commits at redhat.com
Tue Dec 6 19:41:23 UTC 2005


Author: kwade

Update of /cvs/fedora/web/html/participate/documentation-faq
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21453/documentation-faq

Modified Files:
	index.php 
Log Message:
Deprecating to zero the documentation that was stored in /participate for some reason ... these redirects just do the right thing, which we decided was much better than leaving an explanation behind.  This also supports the no-broken-URLs standard we should strive for.


Index: index.php
===================================================================
RCS file: /cvs/fedora/web/html/participate/documentation-faq/index.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- index.php	6 Dec 2005 06:53:52 -0000	1.2
+++ index.php	6 Dec 2005 19:41:21 -0000	1.3
@@ -1,60 +1,3 @@
-<?
-include("site.inc");
-
-$template = new Page;
-$template->initCommon();
-
-$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$');
-
+<?php
+header("Location: /docs/documentation-faq/")
 ?>




More information about the scm-commits mailing list