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

Greg DeKoenigsberg (gdk) fedora-extras-commits at redhat.com
Wed Jun 15 12:34:12 UTC 2005


Author: gdk

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

Modified Files:
	index.php 
Log Message:
fixing bustage on this page



Index: index.php
===================================================================
RCS file: /cvs/fedora/web/html/projects/stateless/index.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- index.php	4 May 2005 12:23:21 -0000	1.2
+++ index.php	15 Jun 2005 12:34:10 -0000	1.3
@@ -17,20 +17,32 @@
 
 /* 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";
+$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 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>
+$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;
 
@@ -39,7 +51,7 @@
 /* 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");
+//$project->addMaintainer("Havoc Pennington","hp at redhat.com", "Project Lead");
 
 /* Screenshots */
 /* Format: "Basefilename.ext", "Short image description"
@@ -69,21 +81,12 @@
 $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_2fUsingExtras">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>
+<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>
+
 
 <?
 




More information about the fedora-extras-commits mailing list