Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/awidegreen/yapg
- Owner: awidegreen
- License: other
- Created: 2013-09-02T21:13:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-02T21:36:30.000Z (over 11 years ago)
- Last Synced: 2023-03-13T14:42:53.834Z (almost 2 years ago)
- Language: JavaScript
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.