No description
Find a file
2025-05-05 10:01:24 +03:00
config.h fixed 2025-05-05 09:42:21 +03:00
img.c fixed 2025-05-05 10:01:24 +03:00
LICENSE first commit 2025-01-24 20:30:34 +03:00
logo.png fixed bug 2025-01-25 10:27:33 +03:00
Makefile first commit 2025-01-24 20:30:34 +03:00
README.txt Upload files to "/" 2025-05-02 14:21:05 +00:00
style.css fixed bug 2025-01-25 10:27:33 +03:00

8img is a simple html gallery generator


Performance:
	4 sec when processing a
	304kb database containing
	1841 files on celeron n2840


Dependencies:
	* Any C compiler
	* *nix system


The db contains a the filename, tags and description
exp:
	image.png|photo,sky
	cat.png|animal,photo|Cute photo


To configure, edit config.h and recompile