improve project descriptions

This commit is contained in:
Tom Canac 2014-11-11 10:50:23 +01:00
parent 17322c981c
commit 6e5c86ae1d
2 changed files with 6 additions and 15 deletions

View File

@ -5,11 +5,7 @@ MinigalNano is a very simple image gallery. It adheres to the KISS principle and
MinigalNano uses a javascript Lightbox (Use left/right arrows for navigation), but it degrades gracefully if javascript is disabled.
MinigalNano is based on [Minigal Nano SSE by Sebsauvage](https://github.com/sebsauvage/MinigalNano), that is based on [Thomas Rybak's](http://www.minigal.dk/minigal-nano.html) version which seems to have been abandonned in 2010.
It adds new themes and icons, use more modern html/css, updates JS libs, and wants to be more community pull-friendly for the future.
Online demo: [http://boards.tomcanac.com/](http://boards.tomcanac.com/)
MinigalNano is based on [Thomas Rybak's](http://www.minigal.dk/minigal-nano.html) version which seems to have been abandonned in 2010. It adds new themes and icons, use more modern html/css, updates JS libs, and wants to be more community pull-friendly for the future.
Features
============
@ -45,13 +41,11 @@ Adding a comment to an image
* comment
* title::comment
Using a custom image for folders
================================
* Create `folder.jpg` inside a folder: This image will be used as default image for folder.
Thumbnails
=========
You do not have to care about thumbnails: They are automatically created in the `thumbs` directory.
@ -64,4 +58,3 @@ MinigalNano is licensed under the Creative Commons Attribution-Share Alike licen
* [Project contributors](humans.txt)
* [Original discussion page (english)](http://sebsauvage.net/wiki/doku.php?id=minigal_nano_en)
* [Original discussion page (french)](http://sebsauvage.net/wiki/doku.php?id=minigal_nano)
* [List of modifications between 0.3.5 and 0.3.5 SSE2](http://sebsauvage.net/wiki/doku.php?id=minigal_nano_diff)

View File

@ -1,16 +1,14 @@
<?php
/*
MINIGAL NANO
- A PHP/HTML/CSS based image gallery script
MINIGAL NANO, a simple PHP/HTML/CSS based image gallery script
This script and included files are subject to licensing from Creative Commons (http://creativecommons.org/licenses/by-sa/2.5/)
You may use, edit and redistribute this script, as long as you pay tribute to the original author by NOT removing the linkback to www.minigal.dk ("Powered by MiniGal Nano x.x.x")
* Website : https://github.com/sebsauvage/MinigalNano/
* Support : https://github.com/sebsauvage/MinigalNano/issues and by mail (contact [@] tomcanac [.] com)
MiniGal Nano is created by Thomas Rybak
Copyright 2010 by Thomas Rybak
Support: www.minigal.dk
Community: www.minigal.dk/forum
MiniGal Nano is based on an original work by Thomas Rybak (© 2010)
Original support board : www.minigal.dk and www.minigal.dk/forum
Please enjoy this free script!
*/