Mercurial > hg > digilib
changeset 1654:22dd14eccdc0
Change digilib project links to GitHub.
author | Robert Casties <r0bcas7@gmail.com> |
---|---|
date | Tue, 14 Nov 2017 18:41:22 +0100 |
parents | 83be6fb35c3f |
children | 68f65786003e |
files | README.md common/pom.xml doc/pom.xml doc/src/site/markdown/index.md iiif-presentation/pom.xml pdf/pom.xml pom.xml servlet/pom.xml text/pom.xml webapp/pom.xml |
diffstat | 10 files changed, 13 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- a/README.md Tue Nov 07 18:37:45 2017 +0100 +++ b/README.md Tue Nov 14 18:41:22 2017 +0100 @@ -28,11 +28,11 @@ ## Where can I get digilib? -`digilib` source code, binaries and documentation can be found on the -[digilib project pages](https://sourceforge.net/projects/digilib/) -on [SourceForge](https://sourceforge.net/): +`digilib` documentation can be found on the +[digilib documentation pages](https://robcast.github.io/digilib/) on GitHub +or on [SourceForge](https://sourceforge.net/projects/digilib/) -* [Source code](https://sourceforge.net/p/digilib/code/ci/default/tree/) +* [Source code](https://github.com/robcast/digilib) * Daily built [WAR files](https://it-dev.mpiwg-berlin.mpg.de/downloads/digilib/daily-build/) * Daily built [Javadoc](https://it-dev.mpiwg-berlin.mpg.de/downloads/digilib/daily-build/javadoc/) * [Maven repository](http://it-dev.mpiwg-berlin.mpg.de/maven-repo/)
--- a/common/pom.xml Tue Nov 07 18:37:45 2017 +0100 +++ b/common/pom.xml Tue Nov 14 18:41:22 2017 +0100 @@ -12,7 +12,7 @@ <artifactId>digilib-common</artifactId> <name>digilib-common</name> <description>The Digital Image Library - common library</description> - <url>http://digilib.sourceforge.net</url> + <url>https://github.com/robcast/digilib</url> <packaging>jar</packaging> <profiles>
--- a/doc/pom.xml Tue Nov 07 18:37:45 2017 +0100 +++ b/doc/pom.xml Tue Nov 14 18:41:22 2017 +0100 @@ -9,7 +9,7 @@ <packaging>pom</packaging> <name>digilib-doc</name> <description>The Digital Image Library - documentation</description> - <url>http://digilib.sourceforge.net</url> + <url>https://github.com/robcast/digilib</url> <build> <plugins> <plugin>
--- a/doc/src/site/markdown/index.md Tue Nov 07 18:37:45 2017 +0100 +++ b/doc/src/site/markdown/index.md Tue Nov 14 18:41:22 2017 +0100 @@ -28,7 +28,7 @@ `digilib` source code, binaries and documentation can be found on the [digilib project pages](https://github.com/robcast/digilib) on [GitHub](https://github.com) -or [SourceForge](https://sourceforge.net/): +or [SourceForge](https://sourceforge.net/projects/digilib/): * [Source code](https://github.com/robcast/digilib) * Daily built [WAR files](https://it-dev.mpiwg-berlin.mpg.de/downloads/digilib/daily-build/)
--- a/iiif-presentation/pom.xml Tue Nov 07 18:37:45 2017 +0100 +++ b/iiif-presentation/pom.xml Tue Nov 14 18:41:22 2017 +0100 @@ -11,7 +11,7 @@ <artifactId>digilib-iiif-presentation</artifactId> <name>digilib-iiif-presentation</name> <description>The Digital Image Library - IIIF presentation API manifest serving servlet</description> - <url>http://digilib.sourceforge.net</url> + <url>https://github.com/robcast/digilib</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties>
--- a/pdf/pom.xml Tue Nov 07 18:37:45 2017 +0100 +++ b/pdf/pom.xml Tue Nov 14 18:41:22 2017 +0100 @@ -9,7 +9,7 @@ <artifactId>digilib-pdf</artifactId> <name>digilib-pdf</name> <description>The Digital Image Library - PDF generation servlet</description> - <url>http://digilib.sourceforge.net</url> + <url>https://github.com/robcast/digilib</url> <repositories> <!-- <repository> <id>itextpdf.com</id>
--- a/pom.xml Tue Nov 07 18:37:45 2017 +0100 +++ b/pom.xml Tue Nov 14 18:41:22 2017 +0100 @@ -18,7 +18,7 @@ <organization> <name>digilib Community</name> - <url>https://github.com/robcast/digilib</url> + <url>https://robcast.github.io/digilib/</url> </organization> <developers>
--- a/servlet/pom.xml Tue Nov 07 18:37:45 2017 +0100 +++ b/servlet/pom.xml Tue Nov 14 18:41:22 2017 +0100 @@ -9,7 +9,7 @@ </parent> <artifactId>digilib-servlet</artifactId> <name>digilib-servlet</name> - <url>http://digilib.sourceforge.net</url> + <url>https://github.com/robcast/digilib</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties>
--- a/text/pom.xml Tue Nov 07 18:37:45 2017 +0100 +++ b/text/pom.xml Tue Nov 14 18:41:22 2017 +0100 @@ -17,7 +17,7 @@ </dependency> </dependencies> <description>The Digital Image Library - text (plain or XML) serving servlet</description> - <url>http://digilib.sourceforge.net</url> + <url>https://github.com/robcast/digilib</url> <profiles> <profile> <id>servlet2</id>
--- a/webapp/pom.xml Tue Nov 07 18:37:45 2017 +0100 +++ b/webapp/pom.xml Tue Nov 14 18:41:22 2017 +0100 @@ -11,7 +11,7 @@ <artifactId>digilib-webapp</artifactId> <name>digilib-webapp</name> <description>The Digital Image Library - web application server and HTML and JS clients.</description> - <url>http://digilib.sourceforge.net</url> + <url>https://github.com/robcast/digilib</url> <packaging>war</packaging> <properties>