Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/awidegreen/yapg

yapg (Yet Another Photo Gallery) - folder/directory-based gallery viewer written in ruby and sinatra using bootstrap
https://github.com/awidegreen/yapg

Last synced: about 1 month ago
JSON representation

yapg (Yet Another Photo Gallery) - folder/directory-based gallery viewer written in ruby and sinatra using bootstrap

Awesome Lists containing this project

README

        

## yapg - YetAnotherPhotoGallery
Plain and easy gallery viewer. Galleries are folder-based (public/galleries) and
therefore no database is used. Hence, be aware who is getting a link to the
gallery.

Since I wanted something easy and learn ruby, sinatra et.al. I decided
to implement this.

Twitters bootstrap is used as a front-framework and blueimp-gallery for
the javascript slideshow view.

### Getting started
* Use helpder/create_gallery.rb to create a gallery.
* Gallery images and thumbnails are stored under public/galleries

### License
Released under BSD License (2-Clause), see LICENSE.txt for details.