web/html/projects/extras index.php,1.2,1.3

Karsten Wade (kwade) fedora-websites-list at redhat.com
Fri Oct 13 17:21:02 UTC 2006


Author: kwade

Update of /cvs/fedora/web/html/projects/extras
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15400/web/html/projects/extras

Modified Files:
	index.php 
Log Message:
Applying patch from bz#189069


Index: index.php
===================================================================
RCS file: /cvs/fedora/web/html/projects/extras/index.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- index.php	15 Jun 2005 12:39:21 -0000	1.2
+++ index.php	13 Oct 2006 17:21:00 -0000	1.3
@@ -1,93 +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/extras.html";
+$NEWURL="http://fedoraproject.org/wiki/Extras";
 
-/***********************************************************************/
-/***********************************************************************/
-
-/* 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 Extras Project";
-$project->project_name="extras";
-$project->mailing_list="fedora-extras-list";
-//$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 Extras project, sponsored by Red Hat and
-maintained by the Fedora community, provides hundreds of high-quality 
-software packages to augment the software available in Fedora Core.</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 at hostname", "Title"
- * Note: Title is optional. If omitted, then your title is "Maintainer" */
-$project->addMaintainer("Greg DeKoenigsberg","gdk at redhat.com", "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();
-?>
-
-<h1>Using Fedora Extras</h1>
-<p>
-  Configuring a system to use the software from Fedora Extras is easy.  
-  Read the 
-  <a href="http://fedoraproject.org/wiki/Extras/UsingExtras">docs</a>
-  for more information.
-</p>
-
-<h1>Participating in Fedora Extras</h1>
-<p>
-  All software packagers are welcome to participate in the Fedora Extras 
-  Project.  For more information on how to become a Fedora Extras contributor, 
-  please consult the wiki at 
-  <a href="http://fedoraproject.org/wiki/Extras">fedoraproject.org.</a>
-</p>
-
-<?
-
-/* Standard template footer */
-$template->displayFooter('$Date$');
+include("redirect.inc");
 
 ?>




More information about the Fedora-websites-list mailing list