Author: pfrields Update of /cvs/fedora/web/html/docs/translation-quick-start-guide In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19358 Added Files: index.php Log Message: Add appropriate index page Index: index.php =================================================================== RCS file: index.php diff -N index.php --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ index.php 28 May 2006 15:39:24 -0000 1.7 @@ -0,0 +1,20 @@ +<? +include("site.inc"); + +$template = new Page; +$template->initCommon(); + +$template->displayHeader(); + +?> +<h1>Translation Quick Start Guide</h1> + +<p>The Translation Quick Start Guide, a tutorial for translating Fedora programs and documentation, is available in the following languages:</p> + +<p><a href="en/">en</a> | <a href="pt/">pt</a> | <a href="it/">it</a></p> + +<? + +$template->displayFooter('$Date$'); + +?>