1
0
Fork 0
Repository-agnostic HTML generator (used to generate old mikegerwitz.com) [archive]
Go to file
Mike Gerwitz 0e0414027a
-E option now represents html url extension
This is useful for URL rewriting. The -E option was previously used to denote an
empty -e and can still be done with `-e ''`. To use a URL rewriting scheme that
removes the extension, use -E ''.

To support this change properly, and to support users who may not want to use
`.' as their extension prefix, it is no longer automatically added.

(This breaks backwards compatibility, but -E was pushed publically so recently
that this change is likely to affect anyone but, well, me.)
2013-06-06 14:24:01 -04:00
git git/list will now limit to --first-parent 2013-06-05 20:59:14 -04:00
include Moved template functions/procedures into their own file 2013-05-29 20:20:35 -04:00
tpl Added -uU options for repo and commit URLs; used by commit template 2013-05-30 23:15:01 -04:00
.gitignore Remaining log/data files generated by repo2html will now take into account path_root 2013-06-02 11:58:18 -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 Altered hashcache retrieve function to return only the second field rather than 2+ 2013-06-04 22:39:45 -04:00
msgfmt Ensuring url_root will always contain forward slash when concatenated with cref 2013-06-04 22:42:47 -04:00
processor -E option now represents html url extension 2013-06-06 14:24:01 -04:00
raw Added -P option to msgfmt and moved addition of beginning and ending p tags from commit2html to msgfmt 2013-05-29 20:20:31 -04:00
repo2html -E option now represents html url extension 2013-06-06 14:24:01 -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.