From 9a912e7f01ee6951ef7c891098c4ad8dfa4961d9 Mon Sep 17 00:00:00 2001 From: Mikael Roos Date: Mon, 8 Aug 2016 11:33:04 +0200 Subject: [PATCH] prepare to merge --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7f42932..d09f447 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,9 @@ Documentation -------------------------------------- Read full documentation at: -http://dbwebb.se/opensource/cimage +http://dbwebb.se/opensource/cimage + +New website is being setup at [cimage.se](https://cimage.se), to improve documentation (work is ongoing). @@ -47,14 +49,14 @@ There are several ways of installing. You either install the whole project which The [sourcode is available on GitHub](https://github.com/mosbth/cimage). Clone, fork or [download as zip](https://github.com/mosbth/cimage/archive/master.zip). -**Latest stable version is v0.7.12 released 2016-06-01.** +**Latest stable version is v0.7.13 released 2016-08-08.** I prefer cloning like this. Do switch to the latest stable version. ```bash git clone git://github.com/mosbth/cimage.git cd cimage -git checkout v0.7.12 +git checkout v0.7.13 ``` Make the cache-directory writable by the webserver. @@ -77,7 +79,7 @@ There are some all-included bundles of `img.php` that can be downloaded and used Dowload the version of your choice like this. ```bash -wget https://raw.githubusercontent.com/mosbth/cimage/v0.7.12/webroot/imgp.php +wget https://raw.githubusercontent.com/mosbth/cimage/v0.7.13/webroot/imgp.php ``` Open up the file in your editor and edit the array `$config`. Ensure that the paths to the image directory and the cache directory matches your environment, or create an own config-file for the script.