From 8922b5bfa3f28f1e84e4ff7cc2df1962ba98a323 Mon Sep 17 00:00:00 2001 From: George Tzoumas Date: Wed, 18 Mar 2015 23:44:44 +0100 Subject: [PATCH] fixed links --- AUTHORS | 2 +- INSTALL | 29 +++++++++++++++-------------- README | 2 +- scripts/PKGBUILD | 2 +- 4 files changed, 18 insertions(+), 17 deletions(-) diff --git a/AUTHORS b/AUTHORS index 877355e..ddfca8d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,7 +1,7 @@ ============================================= callirhoe - high quality calendar rendering (c) 2012-2014 George Tzoumas - https://code.google.com/p/callirhoe/ + https://geotz.github.io/callirhoe/ ============================================= MAIN DEVELOPER diff --git a/INSTALL b/INSTALL index 532c24c..0610807 100644 --- a/INSTALL +++ b/INSTALL @@ -1,14 +1,14 @@ ============================================= callirhoe - high quality calendar rendering (c) 2012-2014 George Tzoumas - https://code.google.com/p/callirhoe/ + https://geotz.github.io/callirhoe/ ============================================= QUICK INSTALLATION GUIDE CONTENTS 1) FROM COMPRESSED ARCHIVE - 2) FROM SVN + 2) FROM GITHUB 3) INSTALLING INTO BINARY PATH 4) INSTALLATION FOR ARCH LINUX @@ -16,18 +16,17 @@ CONTENTS 1) FROM COMPRESSED ARCHIVE -Download the latest version from the project's page, -or directly from: - https://callirhoe.googlecode.com/svn/wiki/releases/ +Download the latest version from the project's page. -You end up with a file named callirhoe-X.Y.Z.7z where X.Y.Z the version -number (for example 0.4.0). +You end up with a file named callirhoe-vX.Y.Z-gID.tar.gz or .zip where +X.Y.Z the version number (for example 0.4.1) and ID the commit ID +(depending on how you obtained the archive). Extract the contents of the archive -$ 7z x callirhoe-X.Y.Z.7z +$ tar zxf callirhoe-vX.Y.Z-gID.tar.gz Change into program's directory -$ cd callirhoe-X.Y.Z +$ cd geotz-callirhoe-ID Now you can launch the program, e.g. @@ -36,19 +35,21 @@ $ ./callirhoe.py foo.pdf See section 3 for how to install callirhoe so that it lies in your executable path. -2) FROM SVN +2) FROM GITHUB -Checkout the latest version from the svn: +Checkout the latest version from github. Most probably you want only the +master branch (unless you also want to download the website with over +100MB of pregenerated calendars!): -$ svn checkout https://callirhoe.googlecode.com/svn/trunk callirhoe-svn +$ git clone -b master --single-branch https://github.com/geotz/callirhoe.git Change into directory -$ cd callirhoe-svn +$ cd callirhoe After a few days/weeks/months... you may update to the latest version: -$ svn up +$ git pull You can launch the program as usual: diff --git a/README b/README index 5a4e3c6..9f01cd8 100644 --- a/README +++ b/README @@ -24,7 +24,7 @@ More options: Examples: $ callirhoe --examples -For more info, have a look at project's webpage or the wiki. +For more info, check out the project's webpage. PHOTO CALENDARS --------------- diff --git a/scripts/PKGBUILD b/scripts/PKGBUILD index 34af52d..8d29d4d 100644 --- a/scripts/PKGBUILD +++ b/scripts/PKGBUILD @@ -9,7 +9,7 @@ pkgname=callirhoe pkgver=228 pkgrel=1 pkgdesc="PDF & Photo calendar creator with high quality vector graphics" -url="https://code.google.com/p/callirhoe/" +url="https://geotz.github.io/callirhoe/" arch=('any') license=('GPLv3') depends=('python2' 'imagemagick' 'python2-cairo' 'subversion')