MSyed has submitted this change and it was merged.
Change subject: content: Add "Right To Be Forgotten Section"
......................................................................
content: Add "Right To Be Forgotten Section"
Change-Id: Iee3e7e9d61db9d708ab6fda1b0a30e8de6dbbc81
---
M locales/en.yml
M source/localizable/content.html.erb
2 files changed, 38 insertions(+), 0 deletions(-)
Approvals:
MSyed: Verified; Looks good to me, approved
diff --git a/locales/en.yml b/locales/en.yml
index fd5e82a..591eb50 100644
--- a/locales/en.yml
+++ b/locales/en.yml
@@ -73,6 +73,12 @@
story2_body: "A photographer left his camera unattended in a national park
in <a href='//en.wikipedia.org/wiki/North_Sulawesi'>North Sulawesi</a>, <a
href='//en.wikipedia.org/wiki/Indonesia'>Indonesia</a>. A female <a
href='//en.wikipedia.org/wiki/Celebes_crested_macaque'>crested black macaque
monkey</a> got ahold of the camera and took a series of pictures, including
some self-portraits. The pictures were featured in an online newspaper article
and eventually posted to <a href='//commons.wikimedia.org/'>Commons</a>. We
received a takedown request from the photographer, claiming that he owned the
copyright to the photographs. We didn't agree, so we denied the request."
story3_title: "Aboriginal Language<br><small>July 2012</small>"
story3_body: "A Tasmanian aboriginal language center demanded the removal
of the <a href='//en.wikipedia.org'>English Wikipedia</a> <a
href='//en.wikipedia.org/wiki/Palawa_kani'>article on 'palawa kani'</a>,
claiming copyright over the entirety of the language. We refused to remove the
article because copyright law simply cannot be used to stop people from using
an entire language or to prevent general discussion about the language. Such a
broad claim would have chilled free speech and negatively impacted research,
education, and public discourse—activities that Wikimedia serves to promote."
+ forgotten_title: "Right To Be Forgotten Requests"
+ forgotten_intro: "<p>Last year, a European court decision, Google Spain v.
AEPD and Mario Costeja González, granted individuals the ability to request
that search engines “de-index” content about them under the so-called “right to
be forgotten” doctrine. We believe that denying people access to relevant and
neutral information is antagonistic to the values of the Wikimedia movement and
have made a statement opposing the decision.</p><p>However, under the theory of
the 'right to be forgotten', we have started receiving direct requests to
remove content from Wikimedia projects. Below, you will find more information
about the requests we have received.*</p><p><small>* Please note that the
information below only reflects requests made directly to us. Wikimedia project
pages continue to disappear from search engine results without any notice, much
less, request to us. We have a dedicated page where we post the notices about
attempts to remove links to Wikimedia projects that we have received from the
search engines who provide such notices as part of their own commitments to
transparency. But we suspect that many search engines are not even giving
notice, which we find contrary to core principles of free expression, due
process, and transparency.</small></p>"
+ forgotten_quote: "Because if you don’t stand up for the stuff you don’t
like, when they come for the stuff you do like, you’ve already lost."
+ forgotten_cite: "<a href='//en.wikipedia.org/wiki/Neil_Gaiman'>Neil
Gaiman</a>"
+ total_number_of_forgotten_requests: "Total number of requests"
+ number_of_forgotten_requests_granted: "Number of requests granted"
dmca_title: "DMCA Takedown Notices"
dmca_intro: "<p>The Wikimedia community is made up of creators,
collectors, and consumers of free knowledge. While most material appearing on
Wikimedia projects is in the <a
href='//en.wikipedia.org/wiki/Public_domain'>public domain</a> or <a
href='//en.wikipedia.org/wiki/Free_license'>freely licensed</a>, on occasion,
copyrighted material makes its way onto the projects.</p><p>The <a
href='//en.wikipedia.org/wiki/Digital_Millennium_Copyright_Act'>Digital
Millennium Copyright Act</a> (DMCA) safe harbor provision requires us to remove
infringing material if we receive a proper takedown request. We thoroughly
evaluate each DMCA takedown request to ensure that it is <a
href='/faq.html#dmca_valid_proper'>valid</a>. We only remove allegedly
infringing content when we believe that a request is valid and we are <a
href='/faq.html#transparent_dmca'>transparent</a> about that removal. If we do
not believe a request to be valid, we will push back as appropriate. To learn
more about DMCA procedures, see our <a href
='//wikimediafoundation.org/wiki/DMCA_Policy'>DMCA policy</a>.</p><p>Below, we
provide information about the DMCA takedown notices we have received in the
past and how we responded to them.</p>"
quote2: "A well-functioning copyright law carefully balances the interests
of the public in access to expressive works and... the interests of copyright
owners in being compensated for uses of their works."
diff --git a/source/localizable/content.html.erb
b/source/localizable/content.html.erb
index fc5d8ab..f0d94dc 100644
--- a/source/localizable/content.html.erb
+++ b/source/localizable/content.html.erb
@@ -102,6 +102,38 @@
<section class="scorecard">
<h2><%= t('dates.jul') %> 2012 – <%= t('dates.jun') %> 2014</h2>
<dl>
+ <dt><%= t('content.total_number_of_forgotten_requests') %></dt>
+ <dd>2</dd>
+ </dl>
+ </section>
+ <section class="scorecard">
+ <h2><%= t('dates.jul') %> 2012 – <%= t('dates.jun') %> 2014</h2>
+ <dl>
+ <dt><%= t('content.number_of_forgotten_requests_granted') %></dt>
+ <dd>0</dd>
+ </dl>
+ </section>
+</div>
+
+<div class="col-md-8">
+ <h2><%= t('content.forgotten_title') %></h2>
+ <%= t('content.forgotten_intro') %>
+ <blockquote>
+ <p><%= t('content.forgotten_quote') %></p>
+ <footer>
+ <a
href="//en.wikipedia.org/wiki/Pamela_Samuelson#mediaviewer/File:Pamela_Samuelson,_2005.jpg"><img
src="/images/quote_samuelson.png"></a>
+ <p><%= t('content.forgotten_cite') %></p>
+ </footer>
+ </blockquote>
+</div>
+
+<div class="clear"></div>
+<br /> <br /> <br /> <br />
+
+<div class="col-md-3">
+ <section class="scorecard">
+ <h2><%= t('dates.jul') %> 2012 – <%= t('dates.jun') %> 2014</h2>
+ <dl>
<dt><%= t('content.total_number_of_dmca_requests') %></dt>
<dd>58</dd>
</dl>
--
To view, visit https://gerrit.wikimedia.org/r/193996
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Iee3e7e9d61db9d708ab6fda1b0a30e8de6dbbc81
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/TransparencyReport-private
Gerrit-Branch: master
Gerrit-Owner: Prtksxna <[email protected]>
Gerrit-Reviewer: MSyed <[email protected]>
Gerrit-Reviewer: Prtksxna <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits