1
0
Fork 0
Repository-agnostic HTML generator (used to generate old mikegerwitz.com) [archive]
Go to file
Mike Gerwitz 67bd586ecd
Added commit_html_* references to commit template, along with classes to support additional styling
This allows for simple configuration of the commit template. The intended use is
to either use a configuation script to export these values, or set a custom
template path and have the commit template set the values before exec'ing or
otherwise running the default script.

The template also now makes use of HTML5 tags, such as <article>.
2013-05-19 15:54:59 -04:00
git Added cref-errlog to post-process cref errors rather than priming the hashcache 2013-03-10 21:51:08 -04:00
tpl Added commit_html_* references to commit template, along with classes to support additional styling 2013-05-19 15:54:59 -04:00
COPYING Initial repo2html concept 2012-10-07 10:04:42 -04:00
README Altered README 2012-10-16 23:04:29 -04:00
hashcache hashcache will now exit with non-zero status if requested item cannot be found 2013-03-10 16:14:14 -04:00
msgfmt Added commit_html_* references to commit template, along with classes to support additional styling 2013-05-19 15:54:59 -04:00
outfgen hashcache is now primed before processing 2013-03-10 16:12:56 -04:00
processor Added configurable template path via path_tpl env var (-T option to repo2html) 2013-05-17 23:11:21 -04:00
repo2html Added configurable template path via path_tpl env var (-T option to repo2html) 2013-05-17 23:11:21 -04:00
rss Output prefixes are now handled by parent script 2013-03-10 22:54:21 -04:00
tsdate Replaced bash %()T printf (which requires 4.2) with date 2012-10-08 23:08:29 -04:00

README

Repository-agnostic HTML generator

Currently supports Git only.