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="Legacy Project"; $project->project_name="fedora-legacy"; $project->mailing_list="fedora-legacy-list"; /* Note: The TODO list is a filename which is * the project_name with a .todo extension */ /* Project description */ $project->desc="

The goal of The Fedora Legacy Project is to work with the Linux community to provide security and critical bug fix errata packages for select Red Hat Linux and Fedora Core releases after they reach their Maintenance mode (Security fixes only), thus extending their effective lifetime in environments where frequent upgrades are not possible or desirable.

Please note that Fedora Legacy is not a linux distribution in and of itself. It is simply a collection of RPM updates for existing distributions.

The Fedora Legacy Project is available for anyone to use with any type of Red Hat Linux or Fedora installation. However, our primary target is to support those who have servers or workstations running Red Hat Linux or Fedora Core. We wish to allow them to continue to run these installations without worrying about the security or functionality issues associated with their short release lifetimes. That is, we wish to allow for the use of Red Hat Linux and Fedora Core installations without the worry that security updates and critical operational bug fixes won't be available a year or so after installation.

For more information, see the the Fedora Legacy wiki pages.

"; /***********************************************************************/ /************************* End project content *************************/ /***********************************************************************/ $template->options['title'].=': '.$project->display_name; /* Standard template footer */ $template->displayHeader(); /* Display the project content */ $project->displayProject(); /* Standard template footer */ $template->displayFooter('$Date: 2006/04/29 17:12:30 $'); ?>