web/html/participate/translation-guide index.php,1.1.1.1,1.2

Karsten Wade (kwade) fedora-extras-commits at redhat.com
Thu Dec 8 11:04:25 UTC 2005


Author: kwade

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

Modified Files:
	index.php 
Log Message:
Trying to get content moved to new locations with proper redirect pages left behind.


Index: index.php
===================================================================
RCS file: /cvs/fedora/web/html/participate/translation-guide/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:24 -0000	1.1.1.1
+++ index.php	8 Dec 2005 11:04:22 -0000	1.2
@@ -1,4 +1,10 @@
-<?
+<?php
+//
+// Easily-changeable template for redirection.
+//
+
+$NEWURL="http://fedora.redhat.com/docs/translation-guide/";
+
 include("site.inc");
 
 $template = new Page;
@@ -6,13 +12,21 @@
 $template->displayHeader();
 
 ?>
-<h1>Translation Guide</h1>
+<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>
-to be written by Paul Gampe and Sarah Smith
+Please update your links or bookmarks accordingly.
 </p>
 
-<?
+<?php
 
 $template->displayFooter('$Date$');
 




More information about the fedora-extras-commits mailing list