aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Sorel <mistic100@users.noreply.github.com>2015-07-25 23:48:55 +0200
committermistic100 <mistic@strangeplanet.fr>2015-07-26 19:12:06 +0200
commit22381e829e0ce2a4a4cbb1420f5ecc2c43be9292 (patch)
treef513abb20dd85459d843edc7ca1d90816d886735
parent5503d93a39ead6b2512c3b5008a47339fe42c6f1 (diff)
Update README.md
-rw-r--r--README.md54
1 files changed, 52 insertions, 2 deletions
diff --git a/README.md b/README.md
index 68f510831..b19400b9c 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,54 @@
-Piwigo
+[![Piwigo](http://piwigo.org/screenshots/logos/piwigo@280.png)](http://piwigo.org)
---------
-Your own photo gallery http://piwigo.org \ No newline at end of file
+Piwigo is photo gallery software for the web, built by an active community of users and developers.
+
+Extensions make Piwigo easily customizable. Icing on the cake, Piwigo is free and opensource.
+
+[Browse the demo](http://piwigo.org/demo) to discover Piwigo features on gallery side and change graphical theme on the fly.
+
+![screenshot](http://piwigo.org/screenshots/github-screenshot.jpg)
+
+ * [piwigo.org](http://piwigo.org)
+ * [Demo](http://piwigo.org/demo)
+ * [Latest release](http://piwigo.org/basics/downloads)
+ * [User guide](http://piwigo.org/doc)
+ * [Plugins](http://piwigo.org/ext)
+ * [Forum](http://piwigo.org/forum)
+ * [News](http://piwigo.org/news)
+
+## Requirements
+
+ * A webserver (Apache or nginx recommended)
+ * PHP 5.2 or greater
+ * MySQL 5 or greater or MariaDB equivalent
+ * ImageMagick (recommended) or PHP GD
+
+## Quick start install
+
+### NetInstall
+
+ * Download the [NetInstall script](http://piwigo.org/download/dlcounter.php?code=netinstall)
+ * Transfert the script to your web space with any FTP client
+ * Open the script in you web browser (for example http://example.com/piwigo-netinstall.php) and follow the steps
+
+[More information](http://piwigo.org/basics/installation_netinstall)
+
+### Manual
+
+ * Download the [latest stable version](http://piwigo.org/download/dlcounter.php?code=latest) and unzip it
+ * Transfert everything to your webs pace with any FTP client
+ * Open your website (for example http://example.com/piwigo) and follow the steps
+
+[More information](http://piwigo.org/basics/installation_manual)
+
+If you do not have your own server, consider the [piwigo.com](http://piwigo.com/) hosting solution.
+
+## Contributing
+
+Piwigo is widely driven by it's community; if you want to improve the code, fork this repo and submit your changes to the `develop` branch.
+
+## License
+
+Piwigo is released under the GPL v2 license.
+