r109471 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r109470‎ | r109471 | r109472 >
Date:02:13, 19 January 2012
Author:awjrichards
Status:ok
Tags:
Comment:
Modified paths:
  • /branches/wmf/1.18wmf1/extensions/CongressLookup (modified) (history)
  • /branches/wmf/1.18wmf1/extensions/CongressLookup/SpecialCongressLookup.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/extensions/CongressLookup/SpecialCongressLookup.php
@@ -161,33 +161,11 @@
162162 <body>
163163 <div id="everything">
164164 <div id="instructions">
165 - <div class="sopaBigHeadline">Call your elected officials.</div>
166 -
167 - <p>
168 - Tell them you are their constituent, and you oppose SOPA and PIPA.
169 - </p>
170 -
171 - <div class="sopaSectionHeadline">Why?</div>
172 - <p>
173 - SOPA and PIPA would put the burden on website owners to police user-contributed material and call for the unnecessary blocking of entire sites. Small sites won't have sufficient resources to defend themselves. Big media companies may seek to cut off funding sources for their foreign competitors, even if copyright isn't being infringed. Foreign sites will be blacklisted, which means they won't show up in major search engines. SOPA and PIPA would build a framework for future restrictions and suppression.
174 - </p>
175 -
176 - <p>
177 - In a world in which politicians regulate the Internet based on the influence of big money, Wikipedia &mdash; and sites like it &mdash; cannot survive.
178 - </p>
179 -
180 - <p>
181 - Congress says it's trying to protect the rights of copyright owners, but the "cure" that SOPA and PIPA represent is worse than the disease. SOPA and PIPA are not the answer: they would fatally damage the free and open Internet.
182 - </p>
183 -
184 - <p>
185 - Make the greatest impact by <b>calling</b> your Congressional Representative today. Hundreds of thousands of people are reaching out — email forms for your Representative may be broken.
186 - </p>
187 -</div>
188 -<div id="contacts">
189165
190 -
191166 HTML;
 167+ $htmlOut .= wfMsgExt( 'congresslookup-text', 'parse' );
 168+
 169+ $htmlOut .= '</div><div id="contacts">';
192170
193171 if ( $this->getZip() === false ) {
194172 $htmlOut .= $this->getZipForm( true );
Property changes on: branches/wmf/1.18wmf1/extensions/CongressLookup/SpecialCongressLookup.php
___________________________________________________________________
Modified: svn:mergeinfo
195173 Merged /trunk/extensions/CongressLookup/SpecialCongressLookup.php:r109470
Property changes on: branches/wmf/1.18wmf1/extensions/CongressLookup
___________________________________________________________________
Modified: svn:mergeinfo
196174 Merged /trunk/extensions/CongressLookup:r109470

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r109470making text editable via mediawiki msgkaldari02:09, 19 January 2012

Status & tagging log