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

Greg DeKoenigsberg (gdk) fedora-extras-commits at redhat.com
Wed May 4 12:23:24 UTC 2005


Author: gdk

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

Modified Files:
	index.php 
Log Message:
Oops, didn't commit this one



Index: index.php
===================================================================
RCS file: /cvs/fedora/web/html/projects/stateless/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	4 May 2005 12:23:21 -0000	1.2
@@ -17,32 +17,20 @@
 
 /* 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";
+$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 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>
+$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;
 
@@ -51,7 +39,7 @@
 /* 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");
+$project->addMaintainer("Greg DeKoenigsberg","gdk at redhat.com", "Project Contact");
 
 /* Screenshots */
 /* Format: "Basefilename.ext", "Short image description"
@@ -81,12 +69,21 @@
 $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>
-
+<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>
 
 <?
 




More information about the fedora-extras-commits mailing list