Project

rpa

0.0
No commit activity in last 3 years
No release in over 3 years
Generate simple html photo albums
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.5
>= 0

Runtime

>= 0
 Project Readme

Rpa

rpa is Ruby Photo Album (Generator). It generates simple html photo albums.

Current theme uses Galleriffic (http://www.twospy.com/galleriffic/)

Installation

$ gem install rpa

Usage

$ rpa -h
Usage: $ rpa [options]

rpa is Ruby Photo Album (Generator)

Default values:
        in_dir = .
        verbose = false
        title = Ruby Photo Album
        theme = galleriffic
        list_themes = false

Options:
    -o, --out-dir [OUT_DIR]
    -i, --in-dir [IN_DIR]
    -v, --[no-]verbose
    -t, --title [TITLE]
    -s, --subtitle [SUBTITLE]
        --theme [THEME]
    -l, --[no-]list                  list themes
        --help

Why?

This was a single-file script that I wrote a while ago and then forgot about. I needed to use it recently, so I thought I'd gemify and publish it.

Contributing

  1. Fork it ( http://github.com/andrew/rpa/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request