Mike Gerwitz
397d8837a9
Added configurable template path via path_tpl env var (-T option to repo2html)
...
The .sh extension was removed from the commit filename to recognize the fact
that configurable templates may be any type of executable.
2013-05-17 23:11:21 -04:00
Mike Gerwitz
0982212464
Output prefixes are now handled by parent script
...
As they should be.
2013-03-10 22:54:21 -04:00
Mike Gerwitz
3cec847866
Added cref-errlog to post-process cref errors rather than priming the hashcache
...
This is more performant, contains additional logging and will properly output
invalid crefs.
2013-03-10 21:51:08 -04:00
Mike Gerwitz
01bdca9422
hashcache is now primed before processing
...
This is a temporary implementation to ensure crefs work properly; will optimize
in future commits.
2013-03-10 16:12:56 -04:00
Mike Gerwitz
3c06dfc763
Added hashcache
...
This will be used to generate links to previous commits (to avoid putting full URLs in the articles themselves)
2013-03-05 23:51:44 -05:00
Mike Gerwitz
7c3e1cae31
msgfmt is now configurable
...
The scripts that use it will still provide defaults for direct invocation
2012-10-19 20:09:35 -04:00
Mike Gerwitz
81356e4104
Ignoring commits with ':' subject prefix
...
This will later be configurable.
2012-10-11 00:48:57 -04:00
Mike Gerwitz
6916c2bfc8
Corrected day output on index page
2012-10-09 19:01:14 -04:00
Mike Gerwitz
54856a5412
Corrected output path directory creation
2012-10-08 23:08:38 -04:00
Mike Gerwitz
b29accaa03
Replaced bash %()T printf (which requires 4.2) with date
...
Bash 4.2 is still relatively new.
2012-10-08 23:08:29 -04:00
Mike Gerwitz
4eb2b2f348
Integrated RSS feed
...
The RSS feed does not yet fully validate with the W3C feed validation service
2012-10-08 22:19:55 -04:00
Mike Gerwitz
5cb939fe0a
Title, description, copyright and license are now configurable
...
Warnings will be output to stderr if any are not provided.
2012-10-07 16:44:12 -04:00
Mike Gerwitz
dd6c1679e5
The processor is now VCS-agnostic
...
Git calls have been abstracted such that any detected VCS may be used. Of
course, I only have interest in Git at present, so it is my hope that anyone
else interested in this project will contribute.
2012-10-07 12:01:40 -04:00