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="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="

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.

"; /* 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("Greg DeKoenigsberg","gdk@redhat.com", "Project Contact"); /* 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(); ?>

Using Fedora Extras

Configuring a system to use the software from Fedora Extras is easy. Read the docs for more information.

Participating in Fedora Extras

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 fedoraproject.org.

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