aboutsummaryrefslogtreecommitdiff
path: root/utility/formatter.xsl
AgeCommit message (Collapse)Author
2019-04-14Update formatter and styling to match blog generatorAdrian Kummerlaender
2017-02-10Use `pandoc` as markdown processorAdrian Kummerlaender
analogously to blog.kummerlaender.eu
2016-02-14Port `blog.kummerlaender.eu` code block handling for commit messagesAdrian Kummerlaender
2014-10-26Replaced local Git log extraction with CGit ATOM feedsAdrian Kummerlaender
* I just realized that repository specific commit feeds are already provided by both CGit and GitHub ** i.e. I made the mistake of not checking if my current system already provides the required functionality when I wanted to aggregate my commits and found this to be a use case for StaticXSLT * feeds are fetched via `curl` ** this will be a local request in production ** the messages are still cleaned using `sed` and transformed into _XHTML_ using `peg-markdown` * instead of reading a customized Git log output CommitLog now simply transforms CGit ATOM feeds using identity templates ** this requires ATOM namespace removal which is implemented in `utility/remove_namespace.xsl`