diff --git a/README b/README index 7db3711a..1d428edc 100644 --- a/README +++ b/README @@ -5,3 +5,37 @@ In short, PageTurner is an epub reader that allows you to keep your reading prog See http://www.pageturner-reader.org/ for more info and some screenshots. It is licensed under the GPL-V3 license. + +Building +======== + +To build PageTurner, you will need Apache Maven 3 (http://maven.apache.org/download.html) instead of Ant. + +See http://code.google.com/p/maven-android-plugin/wiki/GettingStarted for more info about getting a working setup for building Android apps with Maven. + +PageTurner uses a repository which is accessed through HTTPS using a self-signed certificate. +A trust-store is included in trust.jks, password 'pageturner' + +To use it set the MAVEN_OPTS environment option or change your .mavenrc file: + +MAVEN_OPTS="-Djavax.net.ssl.trustStore=trust.jks -Djavax.net.ssl.trustStorePassword=pageturner" + +See http://maven.apache.org/guides/mini/guide-repository-ssl.html for more details. + + +Eclipse +======= + +You can use + +mvn eclipse:eclipse + +to generate an Eclipse configuration, but this tends to put too many jars on the build path, causing problems. + +You only need the following jar files on your Eclipse build path: + +guice-2.0-no_aop.jar +htmlcleaner-2.2.jar +epublib-core-3.0-SNAPSHOT.jar +roboguice-1.1.jar +slf4j-android-1.6.1.jar diff --git a/pom.xml b/pom.xml index 6b869d82..b907af3e 100644 --- a/pom.xml +++ b/pom.xml @@ -8,12 +8,24 @@ 0.2.12-SNAPSHOT apk PageTurner - + + + + + + Ostara + https://ostara.nightwhistler.net/repository + + + com.google.android android - 2.1.2 + 2.2.1 provided @@ -117,7 +129,7 @@ true - 7 + 8 Telefoon diff --git a/trust.jks b/trust.jks new file mode 100644 index 00000000..2e305a6a Binary files /dev/null and b/trust.jks differ