Author: kwade Update of /cvs/fedora/web/html/projects/virtualization In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15400/web/html/projects/virtualization Modified Files: index.php Log Message: Applying patch from bz#189069 Index: index.php =================================================================== RCS file: /cvs/fedora/web/html/projects/virtualization/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:28 -0000 1.1.1.1 +++ index.php 13 Oct 2006 17:21:13 -0000 1.2 @@ -1,94 +1,10 @@ -<? +<?php +// +// Easily-changeable template for redirection. +// -include("site.inc"); +$NEWURL="http://fedora.redhat.com/About/Projects/virtualization.html"; -$template = new Page; -$template->initCommon(); -include("project.inc"); - -/***********************************************************************/ -/***********************************************************************/ - -/* 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="Virtualization"; -$project->project_name="virtualization"; -$project->mailing_list="fedora-devel-list"; - -/* Note: The TODO list is a filename which is - * the project_name with a .todo extension */ - -/* Project description */ -$project->desc="<p>Virtualization as a technology is interesting for a -number of real-world uses. Presently, we are working towards integrating -the Xen virtual machine infrastructure into Fedora Core.</p> -"; - -/* If the project uses Rawhide, then set the value to TRUE */ -$project->rawhide=TRUE; - -/* 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("Jeremy Katz","katzj@xxxxxxxxxx"); -$project->addMaintainer("Rik van Riel","riel@xxxxxxxxxx"); - -/* 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/"); -$project->addDocumentation("Fedora + Xen Quickstart","http://www.fedoraproject.org/wiki/FedoraXenQuickstart"); -$project->addDocumentation("Upstream Xen Documentation","http://www.cl.cam.ac.uk/Research/SRG/netos/xen/documentation.html"); - -$extra=""; -$project->addMisc("",""); - -/***********************************************************************/ -/************************* End project content *************************/ -/***********************************************************************/ - -$template->options['title'].=': '.$project->display_name; - -/* Standard template footer */ -$template->displayHeader(); - -/* Display the project content */ -$project->displayProject(); -?> - -<h1>Roadmap</h1> - -<p>For those interested in working on things related to virtualization -in Fedora Core, this is a list of tasks that we're currently working on. -Help with any of them would be more than welcome.</p> - -<ul> -<li>Enhancements necessary for installation within a Xen guest</li> -<li>Boot loader support</li> -<li>x86_64 support</li> -<li>SMP support</li> -<li>TLS improvements</li> -<li>Get X working</li> -</ul> -<? - -/* Standard template footer */ -$template->displayFooter('$Date$'); +include("redirect.inc"); ?>