Changeset 495015
- Timestamp:
- 01/25/2012 06:09:35 AM (14 years ago)
- Location:
- stop-sopa
- Files:
-
- 11 added
- 2 edited
-
tags/1.09 (added)
-
tags/1.09/arrow_down.png (added)
-
tags/1.09/arrow_left.png (added)
-
tags/1.09/arrow_right.png (added)
-
tags/1.09/arrow_up.png (added)
-
tags/1.09/blackout.png (added)
-
tags/1.09/readme.txt (added)
-
tags/1.09/stop-sopa.php (added)
-
tags/1.09/stopsopa-v.png (added)
-
tags/1.09/stopsopa.png (added)
-
tags/1.09/style.css (added)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/stop-sopa.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
stop-sopa/trunk/readme.txt
r491561 r495015 3 3 Plugin Name: Stop SOPA 4 4 Author: Ivan Churakov 5 Donate link: http://www.icprojects.net/stop-sopa.htm 5 Donate link: http://www.icprojects.net/stop-sopa.html 6 6 Tags: SOPA, protest, blackout 7 7 Requires at least: 3.0 8 8 Tested up to: 3.3.1 9 Stable tag: 1.0 89 Stable tag: 1.09 10 10 11 11 This plugin adds small protest box to your website and switch it to "Blackout Day" mode on 18th January 2012. … … 16 16 17 17 On settings page you can specify the position of the protest box: either at the right bottom corner or at the middle right edge. 18 You also can turn on/off "Blackout Day" option. In this case website will show black screen (click demo link below to view the screenshot) and return 503 status (no problems with search engines) on 18th January 2012, 8:00AM - 8:00PM ( GMT).18 You also can turn on/off "Blackout Day" option. In this case website will show black screen (click demo link below to view the screenshot) and return 503 status (no problems with search engines) on 18th January 2012, 8:00AM - 8:00PM (server time). 19 19 20 20 By placing this box on our WordPress websites we are protesting against of SOPA. … … 36 36 37 37 == Changelog == 38 39 = 1.09 = 40 * Typos fixed 38 41 39 42 = 1.08 = -
stop-sopa/trunk/stop-sopa.php
r491560 r495015 4 4 Description: Plugin adds small protest box to your website and switch it to "Blackout Day" mode. 5 5 Plugin URI: http://www.icprojects.net/stop-sopa.html 6 Version: 1.0 86 Version: 1.09 7 7 Author: Ivan Churakov 8 8 Author URI: http://www.freelancer.com/affiliates/ichurakov/ 9 9 */ 10 10 wp_enqueue_script("jquery"); 11 define('PD_VERSION', 1.0 8);11 define('PD_VERSION', 1.09); 12 12 13 13 class stopsopa_class … … 314 314 <div id="countdown"></div> 315 315 <div id="title">'.get_bloginfo('name').'</div> 316 <script type="text/javascript"> 317 var _gaq = _gaq || []; 318 _gaq.push(["_setAccount", "UA-8505573-15"]); 319 _gaq.push(["_trackPageview"]); 320 321 (function() { 322 var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true; 323 ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js"; 324 var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s); 325 })(); 326 327 </script> 316 328 </body> 317 329 </html>';
Note: See TracChangeset
for help on using the changeset viewer.