GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: A simple application written in merb to help you manage ad serving across multiple sites
Clone URL: git://github.com/kneath/greed.git
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.