Skip to content
/ YAIG Public

Yet another image gallery. A simple perl script which generates an html file containing a gallery of pictures in the current directory.

Notifications You must be signed in to change notification settings

rvaiya/YAIG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description:

	A script which generates a simple html image gallery using css3
	transformations and animations for the loading glyph, and pure javascript
	(no jQuery) for image loading/event handling.
	
Dependencies:

	The script requires vanilla perl (no extra modules needed) and the convert
	binary of image magick to be in the path.

Usage:
	
	Make "bin/gengal.pl" executable and run it from a directory containing image
	files. Redirect the output to the desired gallery page. 
	
	E.g "./gengal.pl > index.html"

Demo:

	To see a sample gallery visit "http://csclub.uwaterloo.ca/~rvaiya/yaigdemo"


About

Yet another image gallery. A simple perl script which generates an html file containing a gallery of pictures in the current directory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages