Author: pfrields Update of /cvs/fedora/web/html/docs/documentation-guide In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14469 Added Files: index.php Log Message: Add new locale index for DocGuide Index: index.php =================================================================== RCS file: index.php diff -N index.php --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ index.php 30 Jul 2007 00:02:00 -0000 1.5 @@ -0,0 +1,22 @@ +<? +include("site.inc"); + +$template = new Page; +$template->initCommon(); + +$template->displayHeader(); + +?> +<h1>Fedora Documentation Guide</h1> + +<p>This document describes how to create, edit, and build documentation using the Fedora Documentation Project CVS repository of DocBook XML documents.</p> + +<p> +<a href="en_US/">US English</a> +</p> + +<? + +$template->displayFooter('$Date$'); + +?>