public
Description: Tracking political yard signs.
Homepage: http://yardvote.com
Clone URL: git://github.com/collectiveidea/yardvote.com.git
Click here to lend your support to: yardvote.com and make a donation at www.pledgie.com !
Mon Feb 23 20:58:15 -0800 2009
commit  2a842cec40b967a94fd673b0d422d225046dad79
tree    e4d96b33cf2112db1c3b58ab60dd723c22f13c74
parent  1bbdd9dfa413538936b3901aa30b235f78184321
name age message
file .gitignore Thu Oct 23 14:33:23 -0700 2008 Added email fetcher to vote on yards with. [jnunemaker]
file .gitmodules Fri Sep 26 14:00:54 -0700 2008 Added acts_as_audited for extra protection. [danielmorrison]
file Capfile Thu Sep 25 20:04:58 -0700 2008 Added capfile [danielmorrison]
file MIT-LICENSE Loading commit data...
file README.rdoc Fri Oct 10 05:36:47 -0700 2008 Updating readme. [danielmorrison]
file README.textile
file Rakefile Sat Sep 20 11:46:12 -0700 2008 Initial Rails app [danielmorrison]
directory app/
directory bin/ Sat Oct 25 21:57:17 -0700 2008 Increased sleep time for daemon and added examp... [jnunemaker]
directory config/
directory db/ Sat Oct 04 13:39:49 -0700 2008 Updated Graticule and acts_as_geocodable, addin... [danielmorrison]
directory doc/ Sat Sep 20 11:46:12 -0700 2008 Initial Rails app [danielmorrison]
directory lib/ Sat Sep 20 11:47:03 -0700 2008 Generating RSpec [danielmorrison]
directory log/ Sat Sep 20 11:46:12 -0700 2008 Initial Rails app [danielmorrison]
directory public/
directory script/ Sat Sep 20 11:47:03 -0700 2008 Generating RSpec [danielmorrison]
directory spec/
directory stories/ Sat Sep 20 11:47:03 -0700 2008 Generating RSpec [danielmorrison]
directory vendor/
README.textile

YardVote.com

http://YardVote.com/

An experimental app to map who’s displaying candidate signs before the election.

The source is provided and contributions are welcome. The app happens to be a simple example of three Collective Idea libraries,

What’s next?

We’re not sure. The initial goal was to get something to play with.

Want to help? Want to add cool features? Want to change the map focus to be more national? The code is here so you can send us pull requests, patches, etc.

Installation

We’re using git-submodules, but otherwise its a simple Rails app.


  git clone git://github.com/collectiveidea/yardvote.com.git
  cd yardvote.com
  git submodule update --init
  cp config/database.sample.yml config/database.yml

Credits

Created by Daniel Morrison of Collective Idea, after pondering the idea via Twitter.

Thanks to Steve Smith for design help and Brandon Keepers, John Nunemaker and Brian Ryckbost for contributing code.

License

This code is released under the MIT license.