Character DTDs for Evil Hat Productions' Fate Core & Fate Accelerated (FAE) RPGs, along with XSLT sheets for rendering to various output formats.
Store character files in the characters
directory, and execute via
./publish_fae.sh some_character_file.xml
for a Fate Accelerated character, or
./publish_fcs.sh some_character_file.xml
for a Fate Core System character.
Output (currently just HTML) is rendered into the out
directory.
Validation is also available:
./validate_fae.sh some_character_file.xml
./validate_fcs.sh some_character_file.xml
Other useful URLs:
I develop on a Lubuntu 13.10 system with xmllint
and xsltproc
executables available.