Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.1 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.1 KB

Fate-XSLT

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. Other publish scripts may be created for various alternative rule options from Fate System Toolkit or elsewhere.

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. Those assumptions are reflected in the stock versions of the publish executables for now.