Move static files into separate staticroot directory
authorNigel Metheringham <nigel.metheringham@jrtheatre.co.uk>
Thu, 28 Jun 2012 11:17:55 +0000 (12:17 +0100)
committerNigel Metheringham <nigel.metheringham@jrtheatre.co.uk>
Mon, 2 Jul 2012 13:27:15 +0000 (14:27 +0100)
commitb0968890317ffaab0352f6278340d310aacfdc54
tree14e74046a1aadc78c75cdd45d235d800216dd3e4
parent02d640e51bbff6a3f48f07fc7b8c788e990e1fda
Move static files into separate staticroot directory

This is a step on the way to making it possible to generate
documentation for a single version without the website but
with attached js/images
25 files changed:
script/gen.pl
templates/doc/chapter.xsl
templates/doc/index.xsl
templates/static/css/common.css [new file with mode: 0644]
templates/static/css/index.css [new file with mode: 0644]
templates/static/doc/chapter.css [new file with mode: 0644]
templates/static/doc/chapter.js [new file with mode: 0644]
templates/static/doc/contents.png [new file with mode: 0644]
templates/static/doc/index.css [new file with mode: 0644]
templates/static/doc/index.js [new file with mode: 0644]
templates/static/doc/minus-12x12.png [new file with mode: 0644]
templates/static/doc/plus-12x12.png [new file with mode: 0644]
templates/static/js/common.js [new file with mode: 0644]
templates/web/common.css [deleted file]
templates/web/common.js [deleted file]
templates/web/doc/chapter.css [deleted file]
templates/web/doc/chapter.js [deleted file]
templates/web/doc/contents.png [deleted file]
templates/web/doc/index.css [deleted file]
templates/web/doc/index.js [deleted file]
templates/web/doc/minus-12x12.png [deleted file]
templates/web/doc/plus-12x12.png [deleted file]
templates/web/index.css [deleted file]
templates/web/index.xsl
templates/wrapper.xsl