include("site.inc");
$template = new Page;
$template->initCommon();
$template->displayHeader();
?>
Chapter 1. General Guidelines
Developers for the Fedora Project must adhere to the following rules:
If you are not the owner of a package, email the owner before
making any changes.
Never rebuild a package with the exact same
name-epoch-version-release number. Mnemonic: Never say
n-e-v-r again.
$template->displayFooter('$Date: 2005/12/06 19:37:03 $');
?>