1
0
Fork 0
Commit Graph

9 Commits (a096f7ea194cfd150627b644096a6d92b4e7ab65)

Author SHA1 Message Date
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