collectiveidea / yardvote.com
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Oct 23 14:33:23 -0700 2008 | |
| |
.gitmodules | ||
| |
Capfile | ||
| |
MIT-LICENSE | Mon Feb 23 20:58:15 -0800 2009 | |
| |
README.rdoc | Fri Oct 10 05:36:47 -0700 2008 | |
| |
README.textile | ||
| |
Rakefile | ||
| |
app/ | ||
| |
bin/ | ||
| |
config/ | ||
| |
db/ | Sat Oct 04 13:39:49 -0700 2008 | |
| |
doc/ | Sat Sep 20 11:46:12 -0700 2008 | |
| |
lib/ | Sat Sep 20 11:47:03 -0700 2008 | |
| |
log/ | ||
| |
public/ | ||
| |
script/ | Sat Sep 20 11:47:03 -0700 2008 | |
| |
spec/ | ||
| |
stories/ | Sat Sep 20 11:47:03 -0700 2008 | |
| |
vendor/ | Mon Oct 20 19:12:37 -0700 2008 |
README.textile
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.


