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
Search Repo:
greed /
name age message
folder .gitignore Mon Apr 28 04:27:11 -0700 2008 Add basic authentication [kneath]
folder LICENSE Sun Apr 27 03:30:53 -0700 2008 Adding readme, todo, license [kneath]
folder README.markdown Sun Apr 27 03:30:53 -0700 2008 Adding readme, todo, license [kneath]
folder Rakefile Mon Apr 28 02:06:55 -0700 2008 (silently) adding vlad [kneath]
folder TODO.markdown Fri Jun 06 01:17:45 -0700 2008 Add some TODO items [kneath]
folder app/ Sun Jun 08 20:41:55 -0700 2008 Modify the ad HTML to be a little more flexible [kneath]
folder autotest/ Tue Apr 22 16:46:01 -0700 2008 Initial Import [kneath]
folder config/ Sun May 11 22:18:10 -0700 2008 Basic reporting on the Dashboard [kneath]
folder data/ Sun Apr 27 00:38:53 -0700 2008 Add impressions & basic serving [kneath]
folder framework/ Tue Apr 22 17:00:11 -0700 2008 Freeze merb [kneath]
folder public/ Sun Jun 08 19:52:25 -0700 2008 Fixes for campaign edit screen [kneath]
folder schema/ Sun Apr 27 00:38:53 -0700 2008 Add impressions & basic serving [kneath]
folder script/ Tue Apr 22 17:00:11 -0700 2008 Freeze merb [kneath]
folder spec/ Sun Apr 27 00:38:53 -0700 2008 Add impressions & basic serving [kneath]
README.markdown

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.