This directory
--------------

This directory contains the documentation for Fantasdic. Members from the
GNOME Documentation project can commit changes without the maintainer's
permission.

How to contribute documentation ?
---------------------------------

- Create a translation file data/gnome/help/fantasdic/LANG/LANG.po
- Create a localized copy of the figures in
  data/gnome/help/fantasdic/LANG/figures/
- Add your name to data/gnome/help/fantasdic/AUTHORS
- Create a OMF file data/omf/fantasdic/fantasdic-LANG.omf

Some useful commands
---------------------

Check the validity of your document:
$ xmllint --noout --noent --valid fantasdic.xml

Transform the document:
$ xsltproc --noout -o output  stylesheet.xsl fantasdic.xml

Visualize the document:
$ yelp -p /full/path/to/fantasdic.xml

Create a .po file:
$ xml2po -o LANG.po ../C/fantasdic.xml

Merge back the changes to fantasdic.xml:
$ xml2po -p LANG.po -o fantasdic.xml ../C/fantasdic.xml

Updating an existing .po file:
$ xml2po -u LANG.po ../C/fantasdic.xml

Convert to HTML:
$ xmlto -o html-dir html fantasdic.xml

You should follow the GNOME Documentation style guide.