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