web/html/participate/qa-guide index.php,1.2,1.3

Patrick Barnes (nman64) fedora-websites-list at redhat.com
Tue May 23 13:34:34 UTC 2006


Author: nman64

Update of /cvs/fedora/web/html/participate/qa-guide
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3028/html/participate/qa-guide

Modified Files:
	index.php 
Log Message:
Redirect download instructions to wiki locations
Revamp redirection templates
Redirect a few more loose ends



Index: index.php
===================================================================
RCS file: /cvs/fedora/web/html/participate/qa-guide/index.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- index.php	8 Dec 2005 11:03:53 -0000	1.2
+++ index.php	23 May 2006 13:34:31 -0000	1.3
@@ -5,29 +5,6 @@
 
 $NEWURL="http://fedora.redhat.com/docs/qa-guide/";
 
-include("site.inc");
-
-$template = new Page;
-$template->initCommon();
-$template->displayHeader();
-
-?>
-<h1>This Page Has Moved</h1>
-
-<p>
-The new location is:
-</p>
-
-<ul>
- <li><a href="<?php echo $NEWURL; ?>"><?php echo $NEWURL; ?></a></li>
-</ul>
-
-<p>
-Please update your links or bookmarks accordingly.
-</p>
-
-<?php
-
-$template->displayFooter('$Date$');
+include("redirect.inc");
 
 ?>




More information about the Fedora-websites-list mailing list