Author: pfrields Update of /cvs/fedora/web/html/docs/jargon-buster In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16302 Added Files: index.php Log Message: Add locale index page Index: index.php =================================================================== RCS file: index.php diff -N index.php --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ index.php 23 Jun 2006 20:41:13 -0000 1.10 @@ -0,0 +1,20 @@ +<? +include("site.inc"); + +$template = new Page; +$template->initCommon(); + +$template->displayHeader(); + +?> +<h1>Jargon Buster</h1> + +<p>The Jargon Buster, a glossary of useful terminology relevant to Fedora, is available in the following languages:</p> + +<p><a href="en_US/">en_US</a> | <a href="pt/">pt</a></p> + +<? + +$template->displayFooter('$Date$'); + +?>