fixed links

This commit is contained in:
George Tzoumas 2015-03-18 23:44:44 +01:00
parent 950c6050d0
commit 8922b5bfa3
4 changed files with 18 additions and 17 deletions

View File

@ -1,7 +1,7 @@
============================================= =============================================
callirhoe - high quality calendar rendering callirhoe - high quality calendar rendering
(c) 2012-2014 George Tzoumas (c) 2012-2014 George Tzoumas
https://code.google.com/p/callirhoe/ https://geotz.github.io/callirhoe/
============================================= =============================================
MAIN DEVELOPER MAIN DEVELOPER

29
INSTALL
View File

@ -1,14 +1,14 @@
============================================= =============================================
callirhoe - high quality calendar rendering callirhoe - high quality calendar rendering
(c) 2012-2014 George Tzoumas (c) 2012-2014 George Tzoumas
https://code.google.com/p/callirhoe/ https://geotz.github.io/callirhoe/
============================================= =============================================
QUICK INSTALLATION GUIDE QUICK INSTALLATION GUIDE
CONTENTS CONTENTS
1) FROM COMPRESSED ARCHIVE 1) FROM COMPRESSED ARCHIVE
2) FROM SVN 2) FROM GITHUB
3) INSTALLING INTO BINARY PATH 3) INSTALLING INTO BINARY PATH
4) INSTALLATION FOR ARCH LINUX 4) INSTALLATION FOR ARCH LINUX
@ -16,18 +16,17 @@ CONTENTS
1) FROM COMPRESSED ARCHIVE 1) FROM COMPRESSED ARCHIVE
Download the latest version from the project's page, Download the latest version from the project's page.
or directly from:
https://callirhoe.googlecode.com/svn/wiki/releases/
You end up with a file named callirhoe-X.Y.Z.7z where X.Y.Z the version You end up with a file named callirhoe-vX.Y.Z-gID.tar.gz or .zip where
number (for example 0.4.0). 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 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 Change into program's directory
$ cd callirhoe-X.Y.Z $ cd geotz-callirhoe-ID
Now you can launch the program, e.g. 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 See section 3 for how to install callirhoe so that it lies in your
executable path. 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 Change into directory
$ cd callirhoe-svn $ cd callirhoe
After a few days/weeks/months... you may update to the latest version: After a few days/weeks/months... you may update to the latest version:
$ svn up $ git pull
You can launch the program as usual: You can launch the program as usual:

2
README
View File

@ -24,7 +24,7 @@ More options:
Examples: Examples:
$ callirhoe --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 PHOTO CALENDARS
--------------- ---------------

View File

@ -9,7 +9,7 @@ pkgname=callirhoe
pkgver=228 pkgver=228
pkgrel=1 pkgrel=1
pkgdesc="PDF & Photo calendar creator with high quality vector graphics" 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') arch=('any')
license=('GPLv3') license=('GPLv3')
depends=('python2' 'imagemagick' 'python2-cairo' 'subversion') depends=('python2' 'imagemagick' 'python2-cairo' 'subversion')