web/html/projects/stateless index.php,1.3,1.4

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


Author: kwade

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

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


Index: index.php
===================================================================
RCS file: /cvs/fedora/web/html/projects/stateless/index.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- index.php	15 Jun 2005 12:34:10 -0000	1.3
+++ index.php	13 Oct 2006 17:21:07 -0000	1.4
@@ -1,96 +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/stateless.html";
+$NEWURL="http://fedoraproject.org/wiki/StatelessLinux";
 
-/***********************************************************************/
-/***********************************************************************/
-
-/* 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="Stateless Linux";
-$project->project_name="stateless";
-$project->mailing_list="fedora-devel-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 Stateless Linux project is an OS-wide initiative to ensure that Fedora computers can 
-be set up as replaceable appliances, with no important local state.</p>  
-
-<p>For example, a system administrator can set up a network of hundreds of desktop client machines
-as clones of a master system, and be sure that all of them are kept synchronised whenever he or she updates the master system.  We provide several technologies for doing this.</p>
-
-<p>The scope of the project is the entire OS, since we are trying to improve configuration throughout all packages.  However, there are some packages which are specific to Stateless Linux:</p>
-<ul>
-<li>readonly-root</li>
-<li>stateless-common</li>
-<li>stateless-client</li>
-<li>stateless-server</li>
-</ul>
-";
-
-
-
-/* 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("Havoc Pennington","hp at redhat.com", "Project Lead");
-
-/* 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>Our Vision</h1>
-<p>An overview document can be found <a href="http://people.redhat.com/~hp/stateless/StatelessLinux.pdf">here</a> in PDF format.</p>
-
-<h1>Installing Stateless Linux </h1>
-<p>Instructions for installing a Stateless Linux server together with clients of various kinds can be found <a href="/docs/stateless/index.php">here</a>.</p>
-
-
-<?
-
-/* Standard template footer */
-$template->displayFooter('$Date$');
+include("redirect.inc");
 
 ?>




More information about the Fedora-websites-list mailing list