Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 601 Bytes

File metadata and controls

16 lines (8 loc) · 601 Bytes

About

This is the public documentation for the api-wow RESTful web service provided as part of the World of Warcraft community site.

Documentation

After cloning the repository, open up index.html within the /docs/ folder, or generate new documentation with the commands below.

Generating

Open your command line within the cloned repositories folder, and execute the follow commands. The libxml2 and libxslt libraries are required.

$ xmllint --xinclude docbook.xml > docbook-new.xml
$ xsltproc api-wow.xsl --stringparam html.stylesheet style.css docbook-new.xml > index-new.html