Author: kwade Update of /cvs/fedora/web/html/projects/artwork In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15400/web/html/projects/artwork Modified Files: index.php Log Message: Applying patch from bz#189069 Index: index.php =================================================================== RCS file: /cvs/fedora/web/html/projects/artwork/index.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- index.php 15 Jul 2005 18:07:36 -0000 1.3 +++ index.php 13 Oct 2006 17:20:47 -0000 1.4 @@ -1,79 +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/artwork.html"; +$NEWURL="http://fedoraproject.org/wiki/Artwork"; -/***********************************************************************/ -/***********************************************************************/ - -/* 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 Artwork Project"; -$project->project_name="redhat-artwork"; -$project->cvs_module="redhat-artwork"; -$project->bugzilla_component="redhat-artwork"; -$project->mailing_list="fedora-desktop-list"; - -/* Note: The TODO list is a filename which is - * the project_name with a .todo extension */ - -/* Project description */ -$project->desc="<p>Making things look pretty is the name of the game... Icons, desktop backgrounds, and themes are all -parts of the Fedora Artwork Project, sponsored by Red Hat</p>"; - -/* If the project uses Rawhide, then set the value to TRUE */ -$project->rawhide=TRUE; - -/* Other useful variables (uncomment to use) */ -#$project->cvsroot=":pserver:anonymous@xxxxxxxxxxxxxxxxxx:/usr/local/CVS"; -#$project->mailing_list_prefix="https://listman.redhat.com/mailman/listinfo/"; - -/* Contacts */ -/* Format: "Full Name", "email@hostname", "Title" - * Note: Title is optional. If omitted, then your title is "Maintainer" */ -$project->addMaintainer("Diana Fong","dfong@xxxxxxxxxx","Artist & Designer"); -$project->addMaintainer("John Palmeri","johnp@xxxxxxxxxx", "Package Maintainer"); -$project->addContributor("Owen Taylor","otaylor@xxxxxxxxxx", "Rendering System Lead"); -$project->addContributor("Bryan Clark","bclark@xxxxxxxxxx", "UI Hitman"); -$project->addContributor("Alex Larsson","alexl@xxxxxxxxxx", "Widgeteer"); - -/* 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("Participate","Get involved in this project at <a href=\"http://fedoraproject.org/wiki/FedoraArt\">FedoraArt</a>."); - -/***********************************************************************/ -/************************* End project content *************************/ -/***********************************************************************/ - -$template->options['title'].=': '.$project->display_name.', sponsored by Red Hat'; - -/* Standard template footer */ -$template->displayHeader(); - -/* Display the project content */ -$project->displayProject(); - -/* Standard template footer */ -$template->displayFooter('$Date$'); +include("redirect.inc"); ?>