Author: kwade Update of /cvs/fedora/web/html/projects/additional-projects In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15400/web/html/projects/additional-projects Modified Files: index.php Log Message: Applying patch from bz#189069 Index: index.php =================================================================== RCS file: /cvs/fedora/web/html/projects/additional-projects/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:25 -0000 1.1.1.1 +++ index.php 13 Oct 2006 17:20:41 -0000 1.2 @@ -1,33 +1,11 @@ -<? -include("site.inc"); +<?php +// +// Easily-changeable template for redirection. +// -$template = new Page; -$template->initCommon(); - -$template->options["selected"]="Projects"; +//$NEWURL="http://fedora.redhat.com/About/Projects/"; +$NEWURL="http://fedoraproject.org/wiki/Projects"; -$template->displayHeader(); - -?> - - <!-- content BEGIN --> - <h1>Additional Projects</h1> - <p> - This section is dedicated to packages that do not belong in a bigger category - such as Configuration Tools or Anaconda Installer. - </p> +include("redirect.inc"); - <ul> - <li><a href="benchmarks/">benchmarks</a></li> - <li><a href="initscripts/">initscripts</a></li> - <li><a href="kudzu/">kudzu</a></li> - <li><a href="rhgb/">rhgb</a></li> - </ul> - <!-- content END --> - -<? - -$template->displayFooter('$Date$'); - ?> -