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="Translation Project"; $project->project_name="fedora-trans"; //$project->cvs_module="fedora-trans"; //$project->bugzilla_component="fedora-trans"; //$project->mailing_list="fedora-devel-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 Translation Project is to translate the software and the documentation associated with the $PROJECT_NAME.

All translations are done via po files.

To become a translator, go to the sign up page.

To view the current translation status, go to status page.

For more information about how to participate in this project, read the following:

"; /* Contacts */ $project->addMaintainer("Amanpreet Singh Alam","aalam@redhat.com"); $project->addMaintainer("Chester Cheng","ccheng@redhat.com"); $project->addMisc("Bug Reporting, Testing, and Quality Assurance", "

Before you file a bug, please read through the list of current and previous bugs for the cooresponding software package to determine if your bug has already been filed. If your bug does not exists, enter a bug report using the Bugzilla bug entry page. If your bug exists and has not been fixed, add additional information to the existing bug. If your bug exists and has been fixed, upgrade to the version in the bug report to determine if the bug was properly fixed. If it was not, reopen the bug.

Some other interesting Bugzilla queries:

"); /* more than one mailing list */ $project->addMisc("Mailing Lists", "

The place to discuss general translation issues is fedora-trans-list.

The places to discuss language specific activities are:

"); /***********************************************************************/ /************************* 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/09/11 14:45:44 $'); ?>