1
0
Fork 0
Repository-agnostic HTML generator (used to generate old mikegerwitz.com) [archive]
Go to file
Mike Gerwitz bea28c6ab9 Added -i option for raw input to specified template
This is useful for integrating external document into a site generated by
repo2html. -i was chosen for "input raw" instead of -r because -r is
traditionally meant to denote "recursive"; there is also no way to be certain
that a recursive option may be unneeded in the future. Furthermore, -p for
"passthru" was rejected because it is traditionally used for "pretend".
2013-05-27 16:57:16 -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 index template will now default to accepting input from stdin if do-index is undefined 2013-05-27 16:57:15 -04:00
.gitignore Added .gitignore containing misc. build dotfiles 2013-05-19 16:01:14 -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
processor do-index now accepts command names for heading, line and footer outputs for index sections 2013-05-27 16:57:15 -04:00
raw Added -i option for raw input to specified template 2013-05-27 16:57:16 -04:00
repo2html Added -i option for raw input to specified template 2013-05-27 16:57:16 -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.