<% %>
<html>
<head>
- <title><%= @page_title || "HyperChad" %></title>
+ <title><%= @page_title || "Selectricity" %></title>
<%= stylesheet_link_tag "hc", :media => "all" %>
<% #engine_stylesheet 'login_engine' %>
<% if @page_title %>
<h3><%= @page_title %></h3>
<% else %>
- <h3>HyperChad<br />
+ <h3>Selectricity<br />
<font size="-1">Voting Machinery for the Masses</font></h3>
<% end %>
<div id="footer">
<hr />
- <%= link_to "Copyleft", "http://mako.cc/projects/hyperchad" %> 2006 |
+ <%= link_to "Copyleft", "http://mako.cc/projects/selectricity"
+ %> 2006, 2007 |
<%= link_to "MIT Media Lab", "http://www.media.mit.edu" %> and
<a href="http://mako.cc">Benjamin Mako Hill</a>
</div>
<p><strong>Number of voters:</strong></p>
<blockquote>
- <%= @election.voters.length %> (see below for details)
+ <%= @election.voters.reject {|v| not v.voted? }.length %> (see below for details)
</blockquote>
<h2>Winners</h2>
'user', :action => 'signup' %></p> -->
<p><%= link_to 'Lost or forgot your password?', :controller => 'user', :action => 'forgot_password' %></p>
- <p>Unfortunately, HyperChad is currently being tested and new
+ <p>Unfortunately, Selectricity is currently being tested and new
accounts for full votes (i.e., non-<em>QuickVotes</em>) can not
- be automatically created. If you are interested in using HyperChad to
+ be automatically created. If you are interested in using
+ Selectricity to
run an organizational election, contact <a
href="http://mako.cc/contact.html">Benjamin Mako Hill</a>.</p>
<h2>QuickVotes</h2>
<p><em>QuickVotes</em> are like polls: unstructured, non-anonymous and
-without the complex features of <em>HyperChad</em>. They are the
+without the complex features of <em>Selectricity</em>. They are the
quickest way to make a decision or to compare between voting
methods.</p>
<% end %>
</ul>
-<h2>HyperChad <em>Anywhere</em></h2>
+<h2>Selectricity <em>Anywhere</em></h2>
-<p>You can also access HyperChad entirely over email or via SMS/text
-messages from your mobile phone using HyperChad anywhere. Email <%=
+<p>You can also access Selectricity entirely over email or via SMS/text
+messages from your mobile phone using Selectricity anywhere. Email <%=
link_to "vote\@mako.cc", "mailto:vote@mako.cc" %> with <tt>help</tt> in
the body for more information or read the <%= link_to "documentation
-online", "hyperchad-anywhere.html"%>.</p>
+online", "selectricity-anywhere.html"%>.</p>
</td>
Voter!
-This is an automated message sent by hyperchad.media.mit.edu.
+This is an automated message sent by selectricity.media.mit.edu.
You have been listed as a voter in an upcoming election.
The election title: <%= @voter.election.name %>
To read more about the election, the candidates, and to vote, you will
-need to use the following token to log in to hyperchad.media.mit.edu:
+need to use the following token to log in to selectricity.media.mit.edu:
<%= @voter.password %>
Alternatively, you can just click this URL:
Alternatively, if you feel there is a technical error, please contact:
- help@hyperchad.media.mit.edu
- (HyperChad Tech Support)
+ help@selectricity.media.mit.edu
+ (Selectricity Tech Support)
Thanks and happy voting!
-HyperChad Staff
+Selectricity Staff
# inflect.uncountable %w( fish sheep )
# end
-MAIL_CONFIG = { :from => 'HyperChad <info@hyperchad.media.mit.edu>'}
+MAIL_CONFIG = { :from => 'Selectricity <info@selectricity.media.mit.edu>'}
# Include your application configuration below
require 'uniq_token'
config :salt, "voothingboat"
config :email_from, MAIL_CONFIG[:from]
config :admin_email, MAIL_CONFIG[:from]
- config :app_name, 'HyperChad'
+ config :app_name, 'Selectricity'
config :changeable_fields, []
config :use_email_notification, true
config :confirm_account, false
<html>
<link rel="stylesheet" type="text/css" href="stylesheets/hc.css" />
<div id="top">
- <h3>HyperChad Anywhere<br />
+ <h3>Selectricity Anywhere<br />
<font size="-1">Voting Machinery for the <em>Mobile</em> Masses</font></h3>
</div>
-<p><em>HyperChad Anywhere</em> tries to help groups make better
+<p><em>Selectricity Anywhere</em> tries to help groups make better
decisions in their everyday lives. It tries to make voting technology
created for state elections and government use easily accessible for
every day decisions.</p>
-<p><em>HyperChad Anywhere</em> is an email and SMS based interface to <a
+<p><em>Selectricity Anywhere</em> is an email and SMS based interface to <a
href="http://rubyvote.rubyforge.org">RubyVote</a> a full-featured
election methods library with a focus on preferential decision-making.
-It is similar to <a href="http://hyperchad.media.mit.edu">HyperChad</a>,
+It is similar to <a href="http://selectricity.media.mit.edu">Selectricity</a>,
a flexible web-based interface to the same voting machinery.</p>
<h2>Usage</h2>
-<p>You can use <em>HyperChad Anywhere</em> entirely by sending and
+<p>You can use <em>Selectricity Anywhere</em> entirely by sending and
receiving emails or short text messages (SMS). In the US, most mobile
phones that cannot send email can send an text message or SMS to an
-email address. <em>HyperChad Anywhere's</em> is designed to minimize the
+email address. <em>Selectricity Anywhere's</em> is designed to minimize the
amount of typing necessary to use the system while ensuring that answers
are small enough that they can fit in a mobile phone text message.</p>
<h2>Advanced Usage</h2>
-<p>There are two advanced types of usages that users of <em>HyperChad
+<p>There are two advanced types of usages that users of <em>Selectricity
Anywhere</em> might want to be aware of.</p>
<dt><strong>Candidate Descriptions</strong></dt>