include("site.inc"); $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="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="
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.
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.
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:
An overview document can be found here in PDF format.
Instructions for installing a Stateless Linux server together with clients of various kinds can be found here.
/* Standard template footer */ $template->displayFooter('$Date: 2005/11/29 17:30:30 $'); ?>