Author: pfrields Update of /cvs/fedora/web/html/docs/yum In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19477 Added Files: index.php Log Message: Add locale direction 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:50:01 -0000 1.11 @@ -0,0 +1,20 @@ +<? +include("site.inc"); + +$template = new Page; +$template->initCommon(); + +$template->displayHeader(); + +?> +<h1>Software Management with Yum</h1> + +<p>Software Management with Yum, a tutorial for managing the software on Fedora systems, is available in the following languages:</p> + +<p><a href="en/">en</a> | <a href="pt_BR/">pt_BR</a></p> + +<? + +$template->displayFooter('$Date$'); + +?>