Go to file
Knah Tsaeb 44703f20a4 Fix missing folder 2019-11-13 12:08:51 +01:00
css Reverts "adds lightbox image autorotation (FF >v26)" 2015-06-10 13:21:10 +02:00
images Fix #40 : Added missing GIFs for MediaBox 2014-11-08 20:01:14 +01:00
js Merge branch 'master' of github.com:sebsauvage/MinigalNano 2015-06-29 23:47:11 +02:00
patches Corrects patch to not distort images (#98) 2015-06-10 16:56:28 +02:00
photos Create empty photos/ directory to prevent error message with the default configuration 2014-04-25 14:33:22 +02:00
templates Fix missing folder 2019-11-13 12:08:51 +01:00
.gitattributes Initial commit of Thomas Rybak's original version 2013-03-23 17:35:44 +01:00
.gitignore gitignore for webstorm 2015-06-29 15:45:56 +02:00
.htaccess Version 0.3.7 2013-03-23 18:46:00 +01:00
AUTHORS Some refactoring 2016-06-24 17:07:13 +02:00
LICENSE Put license change into effect, closing #96. 2015-09-03 23:52:59 +02:00
README.md Put license change into effect, closing #96. 2015-09-03 23:52:59 +02:00
config-default.php Whitelist instead blacklist extensions 2016-06-24 17:04:42 +02:00
config.php Whitelist instead blacklist extensions 2016-06-24 17:04:42 +02:00
createthumb.php Put license change into effect, closing #96. 2015-09-03 23:52:59 +02:00
index.php Fix missing folder 2019-11-13 12:08:51 +01:00
integrate.php Some refactoring 2016-06-24 17:07:13 +02:00
rss.php Whitelist instead blacklist extensions 2016-06-24 17:04:42 +02:00
system_check.php Put license change into effect, closing #96. 2015-09-03 23:52:59 +02:00

README.md

MinigalNano

MinigalNano is a very simple image gallery. It adheres to the KISS principle and is very easy to install. MinigalNano does not have a web admin interface: You just upload your images in the photo folder on your server (using FTP, SFTP...). It only requires php and GD (no database, no special libraries like PEAR or ImageMagick).

MinigalNano uses a javascript Lightbox (Use left/right arrows for navigation), but it degrades gracefully if javascript is disabled.

MinigalNano is based on Thomas Rybak's 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

  • Very simple media gallery
  • Support for PNG, GIF, JPEG image formats
  • Support for OGV ad WEBM video
  • Javascript lightbox, degrades gracefull if JavaScript is disabled

Installation

  • Requires php and php5-gd
  • Place all the files in a directory on your server.
  • Customize options in config.php
  • Upload your photos to the photos/ subdirectory.

Adding your photos

  • Simply add your photos to the photos directory via FTP or SFTP.
  • You can create as many subdirectories as you want.

Adding a comment to a gallery

  • Simple create comment.html in the gallery's folder.

Adding a comment to an image

  • Create an html file. Filename must be the image filename plus .html. (eg. myimage.jpgmyimage.jpg.html)
  • The html file can contain:
  • 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. If some thumbnails are wrong, you can purge this directory: Thumbnails will be automatically re-created.


License

MinigalNano is licensed under the GNU AFFERO GENERAL PUBLIC LICENSE v3 (https://gnu.org/licenses/agpl-3.0.txt).

Icons used are from the Nitrux project and licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives International 4.0 License (https://creativecommons.org/licenses/by-nc-nd/4.0/).