Expanded on installation and update instructions.
1 parent 4cbbe3c commit fee58f77c0708529d11b3e04cfd43070d7f464d8
Nigel Stanger authored on 18 Jun 2013
Showing 1 changed file
View
14
README.md
Master XSLT stylesheets for the INFO database authoring framework.
 
To install:
 
% git clone https://github.com/Otago-InfoSci-Database/XML.git
% cd XML
% make
 
Youll need to have the XML Entity Resolver set up with a catalog that includes the generated `.xsl` files in this directory.
 
To update:
 
Clone from GitHub
 
% git pull
% make
 
Documents that use the framework depend on the master stylesheets, and so will automatically rebuild from scratch the next time they are built.
 
Most of the real stylesheet code is in the `modules` directory.
Most of the actual stylesheet code is in the `modules` directory.