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

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


Author: kwade

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

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-windows/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:30 -0000	1.2
@@ -1,35 +1,33 @@
-<?
+<?php
+//
+// Easily-changeable template for redirection.
+//
+
+$NEWURL="http://fedora.redhat.com/docs/translation-windows/";
 
 include("site.inc");
+
 $template = new Page;
-$template->initCommon(); 
+$template->initCommon();
 $template->displayHeader();
 
 ?>
+<h1>This Page Has Moved</h1>
+
+<p>
+The new location is:
+</p>
 
-<div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Translate Fedora in Microsoft Windows</th></tr><tr><td width="20%" align="left"> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="s1-cvs.php">Next</a></td></tr></table><hr></div><div class="article" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="windows-howto"></a>Translate Fedora in <span class="trademark">Microsoft</span>® <span class="trademark">Windows</span>®</h1></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="firstname">Chester</span> <span class="surname">Cheng</span></h3></div></div></div><div><p class="copyright">Copyright © 2004 Red Hat, Inc., Chester Cheng</p></div><div><a href="ln-legalnotice.php">Legal Notice</a></div></div><div></div><hr></div><div class="toc"><dl><dt>1. <a href="index.php#s1-intro">Introduction</a></dt><dt>2. <a href="s1-cvs.php">!
 Download and Install TortoiseCVS</a></dt><dt>3. <a href="s1-ssh.php">Generate Your Digital ID</a></dt><dt>4. <a href="s1-reg.php">Register Your Fedora Account</a></dt><dt>5. <a href="s1-setup.php">Using TortoiseCVS</a></dt><dd><dl><dt>5.1. <a href="s1-setup.php#s2-setup-setup"> Set up TortoiseCVS </a></dt><dt>5.2. <a href="s1-setup.php#s2-setup-download"> Download Files from Fedora Server </a></dt></dl></dd><dt>6. <a href="s1-poedit.php"> poEdit </a></dt><dd><dl><dt>6.1. <a href="s1-poedit.php#s2-poedit-install">Download and Install poEdit</a></dt><dt>6.2. <a href="s1-poedit.php#s2-poedit-setup">Setup poEdit</a></dt></dl></dd><dt>7. <a href="s1-cycle.php">Translation Lifecycle</a></dt><dd><dl><dt>7.1. <a href="s1-cycle.php#s2-cycle-1"> Phase 1 </a></dt><dt>7.2. <a href="s1-cycle.php#s2-cycle-2"> Phase 2 </a></dt><dt>7.3. <a href="s1-cycle.php#s2-cycle-3"> Phase 3 </a></dt><dt>7.4. <a href="s1-cycle.php#s2-cycle-4"> Phase 4 </a></dt><dt>7.5. <a href="s1-cycle.php#s2-cycle-5"!
 > Phase 5 </a></dt></dl></dd><dt>8. <a href="s1-resource.php">!
 Other 
ources</a></dt><dd><dl><dt>8.1. <a href="s1-resource.php#s2-resource-website"> Related Websites </a></dt><dt>8.2. <a href="s1-resource.php#s2-resource-feedback"> Your Feedback </a></dt></dl></dd></dl></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="s1-intro"></a>1. Introduction</h2></div></div><div></div></div><a class="indexterm" name="id2816755"></a><p>
-      To join the Fedora translation team and work with people around the world
-      is easy in <span class="trademark">Microsoft</span>® <span class="trademark">Windows</span>® as well. To achieve this, several
-      tools are needed:
-	</p><div class="itemizedlist"><ul type="disc"><li><p>
-    A Web Browser that supports cookies
-	</p></li><li><p>
-    A <b class="application">Concurrent Versions System</b> (<span class="acronym">CVS</span>) client —
-	This artical uses <b class="application">TortoiseCVS</b>
-	</p></li><li><p>
-    An editor for <tt class="filename">.po</tt> files — This article uses <b class="application">poEdit</b>
-	</p></li><li><p>
-    A Secury Shell (<span class="acronym">ssh</span>) client — This article uses <b class="application">puttygen</b>
-	which is a free utility that generates personalized digital ID, using public key infrastructure.
-	This utility is bundled within <b class="application">TortoiseCVS</b>
-	</p></li></ul></div><p>
-	This article will introduce you where to find and download these tools, how to install and setup,
-	and even a brief description of how to use them.
-	</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="s1-cvs.php">Next</a></td></tr><tr><td width="40%" align="left" valign="top"> </td><td width="20%" align="center"> </td><td width="40%" align="right" valign="top"> 2. Download and Install TortoiseCVS</td></tr></table></div>
+<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$');
 
 ?>
-




More information about the fedora-extras-commits mailing list