By Nathan Willis
October 3, 2012
US House Representative Darrell
Issa has been an active participant in "open government" advocacy
in the United States over the past few years; among other things, he
co-founded the OpenGov Foundation, which is
dedicated to increasing access to government data. Free software
advocates will also remember Issa's participation in the opposition to
SOPA and PIPA in December 2011. That effort produced an online
"legislative markup" application called Project Madison. The Madison
source
code has now been released on GitHub under GPLv3, for immediate
use by DIY-legislators and armchair founding fathers — and
potentially by other communities interested in collaborative editing
and criticism.
In its original form, Madison allowed critics to log their
complaints about the SOPA/PIPA legislation, and to help crowd-source an
alternative bill known as the OPEN Act. Issa told
the O'Reilly Radar blog in July that he was working to get the OpenGov
Foundation (which is not to be confused with the Sunlight Foundation's
OpenGovernment.org) registered as a 501(c)(3) nonprofit in the US, and
that the Madison code would be released under an open source license
as part of that effort. The source code release was announced on
September 28 on the OpenGov blog. A live
Madison installation is running at the KeepTheWebOpen site, which
currently hosts nine bills and related documents for public commentary
and improvement (including the commentary recorded for SOPA and
PIPA).
Obviously other tools exist for collaboratively editing documents
(EtherPad derivatives perhaps being the most well-known). But Madison is
designed to preserve the canonical form of the document while still
enabling feedback. The stated goal of Madison is to permit such
feedback in a way that makes contributing easy, but also enables
administrators to sort through potentially thousands of comments in a
meaningful fashion. Madison presents a document in structured form, divided into
paragraph-based sections (it appears that legislation is often drafted
in one-sentence-per-paragraph style, so this is in fact quite
granular). Users can attach separate comments to each section, as
well as propose re-wording suggestions. Both types of feedback are
presented in a sidebar to the document, but suggestions and comments
are displayed in separate boxes in the interface.
Users can also register "likes" and "dislikes" on each feedback
submission posted, as well as flag inappropriate comments. The
interface tracks likes and dislikes, plus users' Facebook "likes" and
Twitter tweets spawned by the submission. For each section, the
interface sorts user contributions by an aggregate of these community
metrics so as to allow popular ideas to bubble up to the top for easy
consumption by the administrator. If the administrator chooses to
incorporate a user-contributed change into the main document, that
change is highlighted in the document interface with a different
background color. Anonymous comments are not supported; the
application supports both individual and group user accounts (although
group accounts must be requested and approved by administrators).
Facebook login via OAuth 2 is also supported.
Under the hood, Madison is straightforward PHP and MySQL. However, a
major limitation is that each document presented for public
commentary needs to be manually added to the database, with one
database row per document section. There is also no installer to set
up the database tables and create administrator accounts, which makes
getting started more complicated. But the Madison team is well aware
of the hardship these limitations impose, and has posted a roadmap
on the GitHub page that outlines plans for these and other features.
Also on the list, for example, is support for larger, multi-part
documents, in addition to general improvements like additional
third-party-account support (Twitter, Reddit, Google Plus, etc.).
World of commentary
Madison was written during a Congressional
hackathon in December 2011. The source code release follows on
the heels of the White House's August release of its online petition
application We The
People. We The People is implemented as a Drupal module, however;
hopefully Madison will evolve into a component more easily integrated
with existing sites, because there are clear use cases for such an
application that have nothing to do with politics.
For example, online document mark-up and commentary have become an
integral part of the free software community's license revision
process. The FSF commissioned its Stet mark-up tool for use
in crafting GPLv3, and the COMT
application was used by Mozilla during the comment period for MPL2.
Madison offers some features not supported in Stet or COMT, such as
the user-voting mechanism, and differentiating between individual and
group accounts. However it is still a bit behind on the feature front
overall; the other tools support things like version comparison that
are valuable whenever wording is expected to change.
Madison also has user interface issues to be resolved, and the
administrative interface lacks some tools that would be helpful in a
lengthy comment-gathering process (such as the ability to reclassify a
comment as a suggestion, or vice-versa, and the ability to indicate
when a suggestion has been acted upon). But there is no denying
Madison's real-world suitability. According to The Atlantic Wire,
the application successfully
managed more than 200,000 visitors during a 12-hour SOPA editing
marathon. At that scale, Madison's ability to help administrators
separate the wheat from the chaff could be the difference between a
useful comment period and chaos. One could also argue that the demise
of SOPA and PIPA is in part an indicator of Madison's success;
although there were clearly more important factors, improving access
to the text of the bill and encouraging citizens to delve into the
details certainly helped the public's grasp of the issues.
A good commenting and annotation system is critical to the creation of
any document that needs public acceptance. In recent years, the free
software world has seen several such processes, and frequently those
that are seen as doing a poor job listening to or responding to public
comments attract criticism (such as Project Harmony). Madison is
a noteworthy release because it represents progress in the advancement
of open government principles, but it is also valuable for enabling
anyone to collect document feedback and contributions from the public,
which is a principle that the free software community holds dear.
(
Log in to post comments)