From 5a0a641dba8f1fba15f314ee2fcd826c06690358 Mon Sep 17 00:00:00 2001 From: Nelson Tavares de Sousa <stu103017@mail.uni-kiel.de> Date: Fri, 26 Jun 2015 15:17:03 +0200 Subject: [PATCH] migration to github.io --- pom.xml | 4 ++-- src/site/markdown/wiki | 1 + src/site/site.xml | 10 +++++----- 3 files changed, 8 insertions(+), 7 deletions(-) create mode 160000 src/site/markdown/wiki diff --git a/pom.xml b/pom.xml index d6b8981a..81128448 100644 --- a/pom.xml +++ b/pom.xml @@ -9,13 +9,13 @@ <name>TeeTime</name> <description>TeeTime is a Pipe-and-Filter framework for Java</description> - <url>http://teetime.sourceforge.org</url> + <url>http://christianwulf.github.io/teetime/</url> <inceptionYear>2015</inceptionYear> <licenses> <license> <name>Apache License, Version 2.0</name> - <url>http://teetime.sourceforge.net/LICENSE.txt</url> + <url>http://christianwulf.github.io/teetime/LICENSE.txt</url> </license> </licenses> diff --git a/src/site/markdown/wiki b/src/site/markdown/wiki new file mode 160000 index 00000000..76a62dcf --- /dev/null +++ b/src/site/markdown/wiki @@ -0,0 +1 @@ +Subproject commit 76a62dcf658beff5cbb6cd8145b50b7714d8ef3c diff --git a/src/site/site.xml b/src/site/site.xml index 25d1340c..534be27f 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -8,10 +8,10 @@ <bannerLeft> <name> <![CDATA[ - <img src="http://teetime.sourceforge.net/images/teetime-path.svg" id="logo"> + <img src="http://christianwulf.github.io/teetime/images/teetime-path.svg" id="logo"> ]]> </name> - <href>http://teetime.sourceforge.net</href> + <href>http://christianwulf.github.io/teetime/</href> </bannerLeft> <poweredBy> <logo name="Maven" href="http://maven.apache.org/" @@ -54,7 +54,7 @@ <item name="Wiki" href="wiki/" /> </links> <menu name="Documentation"> - <item name="JavaDoc" href="stabledocs/index.html" /> + <item name="JavaDoc" href="http://teetime.sourceforge.net/stabledocs/index.html" /> <item name="Release Notes" href="changes-report.html" /> <item name="Project Dependencies" href="dependencies.html" /> <item name="License" href="license.html" /> @@ -82,7 +82,7 @@ <topNav>News|Download|Wiki|Documentation|Get Involved</topNav> <!-- <toc>sidebar</toc> --> <!-- <tocTopMax>4</tocTopMax> --> - <absoluteResourceURL>http://teetime.sourceforge.net + <absoluteResourceURL>http://christianwulf.github.io/teetime/ </absoluteResourceURL> <theme>default</theme> <highlightJs>true</highlightJs> @@ -91,7 +91,7 @@ <name> TeeTime </name> - <href>http://teetime.sourceforge.net</href> + <href>http://christianwulf.github.io/teetime/</href> </brand> <slogan> <![CDATA[ -- GitLab