Go to file
Jan Niggemann 2309e9641b Corrects patch to not distort images (#98) 2015-06-10 16:56:28 +02: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 Reverts "adds lightbox image autorotation (FF >v26)" 2015-06-10 13:21:10 +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 changes templates to use updated mootools and mediabox 2015-02-23 15:23:32 +01:00
.gitattributes permissions fixeds 2014-01-30 18:16:30 +01:00
.gitignore rename config.php to config-default.php and include (new) config.php 2014-11-25 02:11:37 +01:00
.htaccess permissions fixeds 2014-01-30 18:16:30 +01:00
README.md improve project descriptions 2014-11-11 10:50:23 +01:00
config-default.php rename config.php to config-default.php and include (new) config.php 2014-11-25 02:11:37 +01:00
config.php rename config.php to config-default.php and include (new) config.php 2014-11-25 02:11:37 +01:00
createthumb.php fixes regression in createthumb.php, adds readability 2015-02-23 16:17:21 +01:00
humans.txt updates humans.txt with full name and year 2015-02-23 15:25:03 +01:00
index.php Fixing unescaped . in the file extension detection regex 2014-12-30 16:05:25 +01:00
integrate.php permissions fixeds 2014-01-30 18:16:30 +01:00
rss.php Fixing rss.php 2015-05-31 16:58:45 +02:00
system_check.php readaptation to the miniGal repo 2014-02-02 18:46:50 +01: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.


MinigalNano is licensed under the Creative Commons Attribution-Share Alike license (http://creativecommons.org/licenses/by-sa/3.0/)