include("site.inc"); $template = new Page; $template->initCommon(); $template->displayHeader(); ?>
To work on official Fedora documentation you need to install the required tools. Follow the directions below to configure your system.
Install the "Authoring and Publishing" package group, which contains required DocBook XML files, stylesheets and scripts:
su -c 'yum groupinstall "Authoring and Publishing"'
Next, install the cvs
package, which is used to
handle revision control on files in the official repository:
su -c 'yum install cvs'
If you plan to use Emacs to edit DocBook XML documentation, install psgml, which adds helpful and time-saving functionality to maximize editing efficiency:
su -c 'yum install psgml'