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:

"; /* 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@hostname", "Title" * Note: Title is optional. If omitted, then your title is "Maintainer" */ //$project->addMaintainer("Havoc Pennington","hp@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(); ?>

Our Vision

An overview document can be found here in PDF format.

Installing Stateless Linux

Instructions for installing a Stateless Linux server together with clients of various kinds can be found here.

displayFooter('$Date: 2005/11/29 17:30:30 $'); ?>