public
Description: A simple application written in merb to help you manage ad serving across multiple sites
Homepage:
Clone URL: git://github.com/kneath/greed.git
kneath (author)
Sun Jun 08 20:41:55 -0700 2008
commit  8e10fafe63d743516b39f860230ae578c5002ca9
tree    c569d3eac0cfb524e7cec3369c1361a3da4b9aa6
parent  91e861a912648b1d06b48efa81b5cb32ff43e6ca
greed / README.markdown
100644 21 lines (12 sloc) 0.77 kb

Greed

Greed is a simple web application written in merb to help you with managing ads across multiple sites.

Assumptions

Greed is built with some assumptions about how you would like to manage your ads.

  1. You want to serve your ads through javascript
  2. You only want to run text or image based ads
  3. You only want one user to be able to control the ads

Installation

TODO: Write installation instructions

Credits

Greed was written by Kyle Neath of http://warpspire.com

Any code contribution is welcome. Fork the code at github and send a pull request. This is the first application I've written in merb and the first time I've tried to use RSpec. Chances are that there's some better ways to do things, and I'd be happy to see how you handle them.