No commit activity in last 3 years
No release in over 3 years
A button generation tool for web applications.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 2.5.1
~> 0.9.8
 Project Readme
Buttonize, your favourite button generator.
===========================================

Buttonize is a little tool to generate sets of buttons by creating simple image templates (a left side, a repeatable middle
and a right side). You can use buttonize to create sets of buttons and sets of button styles. See the examples directory
for more information (examples/buttons.rb is a buttonset file and examples/default/styles.rb is a styleset file).


Installing
============
Buttonize has the following dependencies:

* Ruby 1.8.x (not tested in 1.9.x)
* Rubygems
* RMagick
* Thor (for the commandline tool)

If all is well you can just install the gem by running:

sudo gem install flurin-buttonize --source=http://gems.github.com


Quickstart
==========
For the impatient who just want to generate a blue button (and have all required stuff installed)

Run:
buttonize button --style=big_blue "My first button"

Open:
my_first_button.gif


Copyright & license
===================
Copyright (c) 2009 Flurin Egger, DigitPaint, MIT Style License. (see MIT-LICENSE)