Author: kwade Update of /cvs/fedora/web/html/projects/directory In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15400/web/html/projects/directory Modified Files: index.php Log Message: Applying patch from bz#189069 Index: index.php =================================================================== RCS file: /cvs/fedora/web/html/projects/directory/index.php,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- index.php 1 Jun 2005 16:41:19 -0000 1.1 +++ index.php 13 Oct 2006 17:20:54 -0000 1.2 @@ -1,82 +1,11 @@ -<? -include("site.inc"); +<?php +// +// Easily-changeable template for redirection. +// -$template = new Page; -$template->initCommon(); -include("project.inc"); +//$NEWURL="http://fedora.redhat.com/About/Projects/directory.html"; +$NEWURL="http://fedoraproject.org/wiki/DirectoryServer"; -/***********************************************************************/ -/***********************************************************************/ - -/* Initialize the project */ -$project = new Project; - -/***********************************************************************/ -/************************ Begin project content ************************/ -/***********************************************************************/ - -/* Display name is the proper name of the project -- - * it is displayed at the top of the page */ -$project->display_name="Fedora Directory Server Project"; -$project->project_name="directory"; -$project->mailing_list="fedora-directory-devel"; -//$project->cvs_module="sml"; - -/* Note: The TODO list is a filename which is - * the project_name with a .todo extension */ - -/* Project description */ -$project->desc="<p>The Fedora Directory Server is a robust, scalable open-source server designed to manage large directories of users and resources. It is based on an open-systems server protocol called the Lightweight Directory Access Protocol (LDAP).</p> -"; - -/* If the project uses Rawhide, then set the value to TRUE */ -$project->rawhide=FALSE; - -/* Other useful variables (uncomment to use) */ - -/* Contacts */ -/* Format: "Full Name", "email@hostname", "Title" - * Note: Title is optional. If omitted, then your title is "Maintainer" */ -$project->addMaintainer("Chris Blizzard","blizzard@xxxxxxxxxx", "Project Contact"); - -/* Screenshots */ -/* Format: "Basefilename.ext", "Short image description" - * Note: Thumbnails must have -thumb before the .ext for the filenames. */ -//$project->addScreenshot("redhat-artwork-packages.png","Screenshot for redhat-config-packages"); - - -/* Directory prefix for the images */ -//$project->screenshot_prefix="/projects/artwork-tools/images/"; - -/* Documentation */ -//$project->addDocumentation("$RELEASE_NAME Manuals","http://www.redhat.com/docs/manuals/linux/"); - -$extra=""; -$project->addMisc("",""); - -/***********************************************************************/ -/************************* End project content *************************/ -/***********************************************************************/ - -$template->options['title'].=': '.$project->display_name; - -/* Standard template footer */ -$template->displayHeader(); - -/* Display the project content */ -$project->displayProject(); -?> - -<h2>Web Site</h2> - -<p> - For more details about the Fedora Directory Server project, visit the - website at <a href="http://directory.fedora.redhat.com/">http://directory.fedora.redhat.com</a>. -</p> - -<? - -/* Standard template footer */ -$template->displayFooter('$Date$'); +include("redirect.inc"); ?>