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
kneath (author)
Sun May 11 22:18:10 -0700 2008
commit  5f97998a36ef6d4af5a6b18ed73e976b29a17a99
tree    43b24e6fb938e876d6c3a4c7128fce8398df6f44
parent  45bab61ace1174c37cbfeea8c44c83cb0f45fcde
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 Mon Apr 28 02:06:55 -0700 2008 (silently) adding vlad [kneath]
directory app/ Sun May 11 22:18:10 -0700 2008 Basic reporting on the Dashboard [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 May 11 22:18:10 -0700 2008 Basic reporting on the Dashboard [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.