From acacfda54016cbd4437d1ccaa609a52e9c1739d0 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 17 Oct 2014 22:59:45 +0200 Subject: Added basic commit timeline aggregator implementation * another application based on StaticXSLT * git is instructed to export XML through a special log format definition * the commit messages are processed as Markdown * currently implemented result views are commits-by-repo and a paginated timeline of all commits in every repository * repositories to be read have to be defined in the `repositories.xml` file in the `00_content` level --- source/00_content/repositories.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 source/00_content/repositories.xml (limited to 'source/00_content') diff --git a/source/00_content/repositories.xml b/source/00_content/repositories.xml new file mode 100644 index 0000000..fc4d47e --- /dev/null +++ b/source/00_content/repositories.xml @@ -0,0 +1,23 @@ + + + ~/projects/dev/InputXSLT + + + ~/projects/dev/blog.kummerlaender.eu + + + ~/projects/dev/parser + + + ~/projects/dev/StaticXSLT + + + ~/projects/dev/BuildXSLT + + + ~/projects/dev/graphdb + + + ~/projects/dev/BinaryMapping + + -- cgit v1.2.3