Bizou - a (french) KISS php image gallery

Cette page en français

Bizou is a very simple image gallery written in PHP following the KISS principle.

Bizou is free software released under the GPLv3 license.

(Bizou is a variant of "bisou", a french word for a kiss.)

Demo - Download

Features

Install

Required: a web server with PHP5 and the GD extension.
  1. Untar the archive to your web directory
  2. Copy some files in the images/ directory
  3. For thumbnails, make sure the web server has write access on the data/ directory (probably not needed for FTP installs)
  4. Try it, have fun!
# And for commandline fans like me...
wget www.positon.org/bizou/bizou_vXX.tar.gz
tar -xzvf bizou_vXX.tar.gz
# allow we server to write in data dir
chgrp www-data bizou/data/
chmod g+w bizou/data/

Changelog

2011-10-17 2011-06-13 (v1.5) 2011-01-27 (v1.4) 2011-01-04 (v1.3) 2010-12-30 (v1.2) 2010-11-06 (v1.1) 2010-10-29 (v1.0)

Plugins

To install a plugin, just drop it in the plugins/ directory.

viewer

Included by default, just delete the directory if you don't need it.

greystyle

A css style for Bizou. Many thanks to Titi for that. Demo - Download

tar

Download an entire directory with tar streaming. Very fast, and no need for extra space. You can enable recursion by editing tar.php.
# commandline fans, downloading a directory becomes as simple as:
wget -O- http://www.positon.org/bizou/bizoufull/plugins/tar/tar.php/2008%20Corse | tar -xvf -

Demo - Download

Thanks Felix for his zip download patch (v1.1 only), leading me to the idea of plugins.

Development

Feel free to report any bug or suggestion:

Git tree: http://www.positon.org/bizou/bizou.git

git clone http://www.positon.org/bizou/bizou.git

Links

My blog
Blog Post about Bizou
Piwigo: well known php gallery software... does a LOT more than Bizou.