diff options
Diffstat (limited to 'source/00_content')
-rw-r--r-- | source/00_content/meta.xml | 5 | ||||
-rw-r--r-- | source/00_content/repositories.xml | 14 |
2 files changed, 7 insertions, 12 deletions
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 @@ <title>CommitLog</title> <url>http://localhost:8000</url> <commit_count>20</commit_count> - - <mirror> - <repository>http://code.kummerlaender.eu</repository> - <commit>commit/?id=</commit> - </mirror> </datasource> 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 @@ <?xml version="1.0" encoding="UTF-8"?> <datasource> <entry handle="InputXSLT"> - <path>~/projects/dev/InputXSLT</path> + <feed>http://code.kummerlaender.eu/InputXSLT/atom/?h=master</feed> </entry> <entry handle="blog.kummerlaender.eu"> - <path>~/projects/dev/blog.kummerlaender.eu</path> + <feed>http://code.kummerlaender.eu/blog.kummerlaender.eu/atom/?h=master</feed> </entry> <entry handle="SimpleParser"> - <path>~/projects/dev/parser</path> + <feed>http://code.kummerlaender.eu/SimpleParser/atom/?h=master</feed> </entry> <entry handle="StaticXSLT"> - <path>~/projects/dev/StaticXSLT</path> + <feed>http://code.kummerlaender.eu/StaticXSLT/atom/?h=master</feed> </entry> <entry handle="BuildXSLT"> - <path>~/projects/dev/BuildXSLT</path> + <feed>http://code.kummerlaender.eu/BuildXSLT/atom/?h=master</feed> </entry> <entry handle="GraphStorage"> - <path>~/projects/dev/graphdb</path> + <feed>http://code.kummerlaender.eu/GraphStorage/atom/?h=master</feed> </entry> <entry handle="BinaryMapping"> - <path>~/projects/dev/BinaryMapping</path> + <feed>http://code.kummerlaender.eu/BinaryMapping/atom/?h=master</feed> </entry> </datasource> |