This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
watchdog /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Nov 10 08:25:16 -0800 2008 | |
| |
.gitmodules | ||
| |
LICENSE | Thu Jul 31 10:31:27 -0700 2008 | |
| |
LICENSE.txt | Thu Jul 31 10:31:27 -0700 2008 | |
| |
Makefile | Wed Jul 23 13:56:49 -0700 2008 | |
| |
README | ||
| |
REQUISITES | ||
| |
blog.py | Thu Dec 11 03:33:13 -0800 2008 | |
| |
census.py | Wed Sep 10 22:28:12 -0700 2008 | |
| |
config.py | Fri Nov 28 04:53:59 -0800 2008 | |
| |
contacts.py | ||
| |
import/ | ||
| |
petition.py | ||
| |
restore_usertables.sh | ||
| |
save_usertables.sh | ||
| |
schema.py | Mon Apr 06 04:49:36 -0700 2009 | |
| |
settings.py | ||
| |
static/ | Mon Mar 23 22:29:13 -0700 2009 | |
| |
templates/ | Tue Apr 14 04:08:00 -0700 2009 | |
| |
test/ | Tue Mar 10 00:52:49 -0700 2009 | |
| |
userdata.sql | Thu Mar 05 03:44:40 -0800 2009 | |
| |
utils/ | ||
| |
vendor/ | ||
| |
webapp.py | ||
| |
webapp_test.py | Mon Mar 23 04:00:07 -0700 2009 |
Main code repository for watchdog.net. http://watchdog.net/ CONTENTS: README # this file REQUISITES # things you need to install for this to work data/ # The raw data that powers the site. This is not checked # into git, but can be downloaded (see below). crawl/ # incoming data dumps almanac/ census/ govtrack/ votesmart/ parse/ # JSON files from parsing the data load/ # SQL from loading into the DB (eventually) import/ # various import code crawl/ parse/ manual/ # Data files that have been created by hand. load/ utils/ # utility functions schema.sql # our database schema static/ # static files for the webserver templates/ # templates for the website webapp.py # the main code of the web app INSTALL: # checkout the source code git clone watchdog.net:~watchdog/git/dev.git watchdog cd watchdog # download a copy of the data sources # (you won't have permission to download all of it) # (so there will be a few errors when you do this ) make sync cd import # create the database createdb watchdog_dev make # this will parse, process, and import all the data cd .. # run the unit tests make test # start the webserver make run













