From 0d0e34feb65ba998f8b1df06b498de3f56ea6b7e Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 26 Oct 2014 11:40:28 +0100 Subject: Replaced local Git log extraction with CGit ATOM feeds * 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` --- source/00_content/meta.xml | 5 ----- source/00_content/repositories.xml | 14 +++++++------- 2 files changed, 7 insertions(+), 12 deletions(-) (limited to 'source/00_content') diff --git a/source/00_content/meta.xml b/source/00_content/meta.xml index 56bbb9d..869431b 100644 --- a/source/00_content/meta.xml +++ b/source/00_content/meta.xml @@ -3,9 +3,4 @@ CommitLog http://localhost:8000 20 - - - http://code.kummerlaender.eu - commit/?id= - diff --git a/source/00_content/repositories.xml b/source/00_content/repositories.xml index d7b0f05..6f0cbfd 100644 --- a/source/00_content/repositories.xml +++ b/source/00_content/repositories.xml @@ -1,24 +1,24 @@ - ~/projects/dev/InputXSLT + http://code.kummerlaender.eu/InputXSLT/atom/?h=master - ~/projects/dev/blog.kummerlaender.eu + http://code.kummerlaender.eu/blog.kummerlaender.eu/atom/?h=master - ~/projects/dev/parser + http://code.kummerlaender.eu/SimpleParser/atom/?h=master - ~/projects/dev/StaticXSLT + http://code.kummerlaender.eu/StaticXSLT/atom/?h=master - ~/projects/dev/BuildXSLT + http://code.kummerlaender.eu/BuildXSLT/atom/?h=master - ~/projects/dev/graphdb + http://code.kummerlaender.eu/GraphStorage/atom/?h=master - ~/projects/dev/BinaryMapping + http://code.kummerlaender.eu/BinaryMapping/atom/?h=master -- cgit v1.2.3