-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
48 lines (31 loc) · 1.15 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
== OpenCampaign
Software for political campaigns to reach, interact with and harness supporters.
by Christopher Clay ([email protected])
with initial contributions by Esad Hajdarevic & Andreas Fuchs
The code's a mess but that’s okay for now.
== Featureset
Existing modules:
* Facebook Connect or simple email registration
* Progress bar & map highlighting for # of supporters (by constituency)
* Public project & task management
* Local events (by constituency)
* Local candidate listing (by constituency)
* Anonymous Q&A (think Formspring)
* Idea submission & voting (think Digg)
* Comment threads with official representative highlighting
* Avatar-with-support-logo generation (think Twibbon)
* Video message recording for supporters (using Tokbox)
Future plans:
* Automatically organized local events with RSVP (think Meetup)
* Email and Facebook message campaigns
* Facebook app & widgets for progress bar/highlighted map
* ...
== INSTALL
Don't, for now...
Pull fresh copy via git, then fetch some plugins:
$ git submodule init
$ git submodule update
Create database and fill with data
$ rake db:migrate
$ ruby db/data/load.rb
Set up opencampaign.yml