Mercurial > hg > digilib
changeset 1644:42a0af95a73c
first round of updates to maven-generated site to move to github.
author | Robert Casties <r0bcas7@gmail.com> |
---|---|
date | Tue, 22 Aug 2017 20:29:21 +0200 |
parents | 31e259b64e26 |
children | 435a8c861cc5 |
files | .gitignore doc/pom.xml doc/src/site/markdown/index.md doc/src/site/site.xml pom.xml |
diffstat | 5 files changed, 48 insertions(+), 14 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.gitignore Tue Aug 22 20:29:21 2017 +0200 @@ -0,0 +1,13 @@ +/.project +/target/ +/common/target/ +/common-bioformats/target/ +/common-imagej/target/ +/common-jai/target/ +/doc/target/ +/iiif-presentation/target/ +/pdf/target/ +/servlet/target/ +/servlet2/target/ +/servlet3/target/ +/webapp/target/
--- a/doc/pom.xml Thu Aug 17 16:06:00 2017 -0400 +++ b/doc/pom.xml Tue Aug 22 20:29:21 2017 +0200 @@ -24,6 +24,25 @@ </dependency> </dependencies> </plugin> + <plugin> + <groupId>com.github.github</groupId> + <artifactId>site-maven-plugin</artifactId> + <version>0.12</version> + <configuration> + <repositoryName>digilib</repositoryName> + <repositoryOwner>robcast</repositoryOwner> + <server>github</server> + <message>Creating site for ${project.version}</message> + </configuration> + <executions> + <execution> + <goals> + <goal>site</goal> + </goals> + <phase>site</phase> + </execution> + </executions> + </plugin> </plugins> </build> <reporting>
--- a/doc/src/site/markdown/index.md Thu Aug 17 16:06:00 2017 -0400 +++ b/doc/src/site/markdown/index.md Tue Aug 22 20:29:21 2017 +0200 @@ -26,10 +26,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 project pages](https://github.com/robcast/digilib) +on [GitHub](https://github.com) +or [SourceForge](https://sourceforge.net/): -* [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/doc/src/site/site.xml Thu Aug 17 16:06:00 2017 -0400 +++ b/doc/src/site/site.xml Tue Aug 22 20:29:21 2017 +0200 @@ -10,15 +10,16 @@ </skin> <bannerLeft> <name>digilib - a versatile image viewing environment for the internet</name> - <href>http://digilib.sourceforge.net/</href> + <href>https://robcast.github.io/digilib/</href> </bannerLeft> <bannerRight> <src>images/digilib-logo-small.png</src> - <href>http://digilib.sourceforge.net/</href> + <href>https://robcast.github.io/digilib/</href> </bannerRight> <poweredBy> - <logo name="Built by Maven" href="http://maven.apache.org/" img="http://maven.apache.org/images/logos/maven-feather.png"/> - <logo name="Hosted by SourceForge" href="http://www.sourceforge.net/" img="http://upload.wikimedia.org/wikipedia/commons/0/0b/Sourceforge_logo.png"/> + <logo name="Built by Maven" href="http://maven.apache.org/" img="https://maven.apache.org/images/logos/maven-feather.png"/> + <logo name="Hosted by GitHub" href="https://github.com/" img="https://assets-cdn.github.com/images/modules/logos_page/GitHub-Logo.png" width="200px"/> + <logo name="Hosted by SourceForge" href="http://www.sourceforge.net/" img="https://upload.wikimedia.org/wikipedia/commons/0/0b/Sourceforge_logo.png"/> </poweredBy> <body> <menu name="Overview">
--- a/pom.xml Thu Aug 17 16:06:00 2017 -0400 +++ b/pom.xml Tue Aug 22 20:29:21 2017 +0200 @@ -13,12 +13,12 @@ <name>digilib</name> <description>The Digital Image Library</description> - <url>http://digilib.sourceforge.net</url> + <url>https://github.com/robcast/digilib</url> <inceptionYear>2001</inceptionYear> <organization> <name>digilib Community</name> - <url>http://digilib.sourceforge.net</url> + <url>https://github.com/robcast/digilib</url> </organization> <developers> @@ -76,13 +76,13 @@ </license> </licenses> <scm> - <connection>scm:hg:http://hg.code.sf.net/p/digilib/code</connection> - <developerConnection>scm:hg:https://hg.code.sf.net/p/digilib/code</developerConnection> - <url>https://sourceforge.net/p/digilib/code/ci/default/tree</url> + <connection>scm:git:git://github.com/robcast/digilib.git</connection> + <developerConnection>scm:git:git@github.com:robcast/digilib.git</developerConnection> + <url>https://github.com/robcast/digilib</url> </scm> <issueManagement> - <system>Trac</system> - <url>https://it-dev.mpiwg-berlin.mpg.de/tracs/digilib</url> + <system>Github Issues</system> + <url>https://github.com/robcast/digilib/issues</url> </issueManagement> <mailingLists> <mailingList>