fix mispelling in about screen
[selectricity-live] / app / views / about / features.rhtml
1 <div id="title-header">
2   <span class="header">Features</span>
3   <span class="subheader"></span>
4 </div>
5
6 <p>Selectricity is a flexible and powerful. This page lists some of the
7 major features that Selectricity has to offer. <!-- We're adding
8 features quickly. You can stay up to date on feature development on the
9 <%= link_to("Selectricity News blog", "http://blog.selectricity.org") %>
10 --></p>
11
12 <div class="normal-header">
13   <span class="header">QuickVotes</span>
14   <span class="subheader"></span>
15 </div>
16
17 <p>QuickVotes are elections that are designed to be as simple and easy
18 as possible. They are like polls but are built on Selectricity's
19 heavy-duty election manchinery. They can be created in under a minute
20 and voted on in just a few seconds.</p>
21
22 <p>QuickVotes are meant for simple, quick decisions. They are not
23 limited to registered lists of voters. They support simple lists of
24 options -- no pictures, no position statements, and no long
25 descriptions. They are simple enough to decide where a group is going to
26 dinner, what you're going to name a project, or when to have a group
27 meeting.</p>
28
29 <p>The best way to learn more is to <%= link_to "create a quickvote",
30 :controller => 'quickvote', :action => 'create' %> now!</p>
31
32 <div class="normal-header">
33   <span class="header">Anywhere</span>
34   <span class="subheader"></span>
35 </div>
36
37 <p>Selectricity puts powerful election machinery into the palm of your
38 hand.</p>
39
40 <p>To use Selectricity, users need to access to a computer and a web
41 browser -- which they don't always have in front of them. <%= link_to(
42 "Sectricity Anywhere", :action => 'anywhere') %> solves this problem.
43 It provides an interface to the system technology entirely accessible
44 through short emails and optimized for sending use over email/SMS from
45 any mobile phone.</p>
46
47 <div class="normal-header">
48   <span class="header">Elections</span>
49   <span class="subheader">Coming Soon</span>
50 </div>
51
52 <p>Selectricity Elections showcase all of what Selectricity has to
53 offer. They support lists of candidates or choices with position
54 statements and pictures and secure lists of voters. They have start and
55 end dates and features to help made votes both anonymous and
56 voter-verifiable.</p>
57
58 <p>Selectricity Elections have been used by student groups to elect
59 officers and by non-profit organizations to elect their boards of
60 directors. They bring some of the best of what the world of high-tech
61 election technology has to offer to bear on every day
62 decision-making.</p>
63
64 <!-- 
65 <p>To create a Selectriicty Election you must first <%= link_to "log in",
66 :controller => 'account', :action => 'login' %>.</p>
67 -->
68
69 <div class="normal-header">
70   <span class="header">API</span>
71   <span class="subheader">Coming Soon</span>
72 </div>
73
74 Programmers and hackers may want to use Selectricity from within their
75 own site or to embed Selectricity functional into their own system.
76 Selectricity makes that simple with a featureful API and the ability to
77 "embed" elections. 

Benjamin Mako Hill || Want to submit a patch?