1
0
Fork 0
Commit Graph

14 Commits (master)

Author SHA1 Message Date
Mike Gerwitz 6c95ba243a
Include author and email in commit list 2015-05-22 00:37:03 -04:00
Mike Gerwitz 2ff9b89452
Added html_head env var to templates 2013-06-16 13:03:03 -04:00
Mike Gerwitz 2ff069be4f Added -uU options for repo and commit URLs; used by commit template
Will be added to index in the future as well
2013-05-30 23:15:01 -04:00
Mike Gerwitz 1d4c1a1d18 Templates now enclose content in a content div
Useful for styling
2013-05-30 21:25:16 -04:00
Mike Gerwitz c98071832d Title now links to $url_root (and "return to index" link now does as well) 2013-05-29 20:20:36 -04:00
Mike Gerwitz dd870f933c Added $html_body_class support to templates 2013-05-29 20:20:35 -04:00
Mike Gerwitz 9a8803f707 Added license to index and commit templates 2013-05-27 16:57:15 -04:00
Mike Gerwitz a261314df3 Added index and commit classes to respective body tags of templates 2013-05-27 16:57:15 -04:00
Mike Gerwitz e0f32a9228
HTML character encoding is now explicitly specified as utf-8
This resolves display issues that may result from using UTF-8 chars in commit messages.
2013-05-23 19:52:07 -04:00
Mike Gerwitz a94e1cb223
Added html_index_footer, renamed {commit_html,html_commit}_footer 2013-05-20 06:35:15 -04:00
Mike Gerwitz 540d8b4c38
Additional configuration changes to default templates, including html_footer 2013-05-19 17:07:29 -04:00
Mike Gerwitz f11b3ecdee
Added external css configuration var and -C option 2013-05-19 17:06:53 -04:00
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
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