[Noisebridge-discuss] Web Black Out

ilsa ilsa.bartlett at gmail.com
Mon Apr 22 23:39:15 UTC 2013


   -  0 <https://github.com/cajuntechie/CISPABlackout/stargazers>
   -  0 <https://github.com/cajuntechie/CISPABlackout/network>

 public  cajuntechie <https://github.com/cajuntechie> /
*CISPABlackout<https://github.com/cajuntechie/CISPABlackout>
*

   - <https://github.com/cajuntechie/CISPABlackout/pulse>
   - Code <https://github.com/cajuntechie/CISPABlackout>
   - Network <https://github.com/cajuntechie/CISPABlackout/network>
   - Pull Requests 0 <https://github.com/cajuntechie/CISPABlackout/pulls>
   - Issues 0 <https://github.com/cajuntechie/CISPABlackout/issues>
   - Graphs <https://github.com/cajuntechie/CISPABlackout/graphs>


   - Tags <https://github.com/cajuntechie/CISPABlackout/tags>


   - Files <https://github.com/cajuntechie/CISPABlackout>
   - Commits <https://github.com/cajuntechie/CISPABlackout/commits/master>
   - Branches 1 <https://github.com/cajuntechie/CISPABlackout/branches>

   CISPABlackout <https://github.com/cajuntechie/CISPABlackout> / *
blackout.html*
 cajuntechie <https://github.com/cajuntechie> 13 hours ago
Added a link to StopCISPA petition
site<https://github.com/cajuntechie/CISPABlackout/commit/1c017ff01f3685969f890038b545c9287c60ea18>

*1* contributor<https://github.com/cajuntechie/CISPABlackout/blob/master/blackout.html#blob_contributors_box>
   file 115 lines (113 sloc) 6.099 kb
   1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101
102 103 104 105 106 107 108 109 110 111 112 113 114 115

<!DOCTYPE html>
    <html lang="en-US">
        <head>
            <!--
            CISPA Blackout Script
            Written By: Anthony Papillion <papillion at gmail.com>
            Copyright (C) 2013 Anthony Papillion
            Releaed under the GNU Public License
                        This is a simple HTML page that will allow any
website to participate in the
            April 22nd website blackout in protest of CISPA. You may
use this script on your own
            website and you may change it as you see fit.
                        Please be sure to change the "contact" link at
the bottom of this page. Change the
            anthony at cajuntechie.org email address to your own address
as I am not able to help
            visitors who contact me from your site. If you don't
change the address, visitor emails
            from your site that come to me will largely go unanswered.
            -->
            <title>This Website is Blacked Out</title>
            <meta equiv="description" content="A website blacked out
in protest of CISPA" />
            <meta equiv="keywords" content="CISPA,Stop
CISPA,Anti-CISPA,Blacked Out Websites" />
            <style type="text/css">
            body{
                width:100%;
                background-color: #000000;
                color: #ffffff;
            }

            fieldset{
                width: 75%;
                margin-left: auto;
                margin-right: auto;
            }
            .header{
                font-weight:bold;
            }
            .heading{
                font-size:xx-large;
                text-align: center;
            }

            .subheading{
                font-size: normal;
                font-weight: bold;
                color: #FFFFFF;
                text-align: center;
            }

            ul{
                list-style-type: square;
                padding-bottom: 5px;
            }

            a{
                color:white;

            }
            .center{
                text-align: center;
            }
            </style>
        </head>

        <body>
            <fieldset>
            <div class="header">
                <p class="heading">CISPA MUST BE STOPPED!!</p>
                <p class="subheading">This website is shut down today
as a response to the passage of CISPA</p>
            </div>
            <div>
                <hr>
                <p class="center">
                    <iframe width="560" height="315"
src="http://www.youtube.com/embed/i_nFyavcld4" frameborder="0"
allowfullscreen></iframe>
                </p>
                <p>
                    On Thursday, April 18th, 2013, the United States
House of Representatives passed
                    the Cyber Intelligence Sharing and Protection Act
(CISPA), a bill that allows
                    the companies you do business with to easily share
your private information
                    with the Federal Government and <i>provides no
protection to you if that
                    information is misused.</i> This is a dangerous
piece of legislation which is
                    designed to allow the federal government to bypass
the protections given to
                    Americans by the fourth amendment to the US
Constitution. It's an end-run around
                    the Constitution.
                </p>
                <p>
                    As a response, the owners of this website, along
with thousands of others, have
                    chosen to "go black" today and take this site
offline in protest of CISPA and
                    to send a clear message to business, government,
and other citizens, about what
                    might happen if CISPA were to pass the US Senate
and become an actual law.
                </p>
                <p>
                    CISPA is dangerous to your freedom. We encourage
you to help us fight it by
                    <a
href="https://www.senate.gov/general/contact_information/senators_cfm.cfm">
                    contacting your Senators</a> and telling them to
vote no on the bill when it
                    comes to them for a vote. We also encourage you to
                    <a
href="http://www.govtrack.us/congress/votes/113-2013/h117">learn which
                    Representatives voted yes on CISPA</a> and make
sure they pay a high political
                    price for their betrayal of our country by losing
their seats in the next
                    election. The only way to stop our government from
passing these types of
                    dangerous laws is to make sure that those who vote
for them do so
                    at their own peril.
                </p>
                <p>
                    If you want to black out your own website in
solidarity with us, you can find
                    the code to this script <a
href="https://github.com/cajuntechie/CISPABlackout">here</a>. Feel
free to
                    use it as you see fit. To learn more about CISPA
or to alert your friends to this
                    dangerous piece of law, use the links below.
                </p>
                <p>
                    <center>
                        <a
href="http://www.change.org/petitions/protect-internet-privacy-stop-cispa?utm_campaign=twitter_link_action_box&utm_medium=twitter&utm_source=share_petition">SIGN
A PETITION ASKING THE SENATE TO STOP CISPA</a></p>
                        <a
href="http://www.zdnet.com/cispa-passes-u-s-house-death-of-the-fourth-amendment-7000014205/">About
CISPA and Why it's Bad</a> |
                        <a
href="http://www.huffingtonpost.com/2013/04/19/anonymous-blackout-cispa_n_3116509.html">More
about the Blackout</a> |
                        <a
href="http://www.govtrack.us/congress/votes/113-2013/h117">Find out
who voted for CISPA</a><br />
                        <a
href="mailto:anthony at cajuntechie.org?subject=CISPA Blackout">Contact
Site Owner about the Blackout</a>
                    </center>
                </p>
            </div>
            </fieldset>
        </body>
    </html>

Ilsa Bartlett
Institute for Rewiring the System
2951 Derby Street #139
Berkeley, CA 94705
Google #  510-423-3132
http://ilsabartlett.wordpress.com
http://www.google.com/profiles/ilsa.bartlett
www.hotlux.com/angel.htm

"Don't ever get so big or important that you can not hear and listen to
every other person."
-John Coltrane
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.noisebridge.net/pipermail/noisebridge-discuss/attachments/20130422/6b170b1c/attachment-0002.html>


More information about the Noisebridge-discuss mailing list