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.
php
and php5-gd
config.php
photos/
subdirectory.photos
directory via FTP or SFTP.comment.html
in the gallery's folder..html
. (eg. myimage.jpg
→ myimage.jpg.html
)folder.jpg
inside a folder: This image will be used as default image for folder.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 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/).