We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ 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)
Tue Apr 29 18:02:46 -0700 2008
commit  45bab61ace1174c37cbfeea8c44c83cb0f45fcde
tree    ad87597c1a6d4773a19e96c1e6561ea9764c470c
parent  e974a454d79bdb54f44190e343d9eb1469c54faa
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/ Tue Apr 29 18:02:46 -0700 2008 Syntax errors [kneath]
directory autotest/ Tue Apr 22 16:46:01 -0700 2008 Initial Import [kneath]
directory config/ Mon Apr 28 22:55:18 -0700 2008 Wrong directory [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/ Tue Apr 29 18:02:46 -0700 2008 Syntax errors [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.