Author: adc
Date: Mon Dec 9 16:20:12 2013
New Revision: 1549602
URL: http://svn.apache.org/r1549602
Log:
Privacy policy
Added:
steve/site/trunk/content/privacy-policy.html
Modified:
steve/site/trunk/templates/skeleton.html
Added: steve/site/trunk/content/privacy-policy.html
URL:
http://svn.apache.org/viewvc/steve/site/trunk/content/privacy-policy.html?rev=1549602&view=auto
==============================================================================
--- steve/site/trunk/content/privacy-policy.html (added)
+++ steve/site/trunk/content/privacy-policy.html Mon Dec 9 16:20:12 2013
@@ -0,0 +1,20 @@
+{% extends "skeleton.html" %}
+
+{% block title %}Privacy Policy{% endblock %}
+{% block content %}
+<div class="row">
+ <h1>Privacy Policy</h1>
+ <p>Information about your use of this website is collected using server
access logs and a tracking cookie. The collected information consists of the
following:</p>
+ <ol>
+ <li>The IP address from which you access the website;</li>
+ <li>The type of browser and operating system you use to access our
site;</li>
+ <li>The date and time you access our site;</li>
+ <li>The pages you visit; and</li>
+ <li>The addresses of pages from where you followed a link to our site.</li>
+ </ol>
+ <p>Part of this information is gathered using a tracking cookie set by the
<a href="http://www.google.com/analytics/">Google Analytics</a> service and
handled by Google as described in their <a
href="http://www.google.com/policies/privacy/">privacy policy</a>. See your
browser documentation for instructions on how to disable the cookie if you
prefer not to share this data with Google.
+ We use the gathered information to help us make our site more useful to
visitors and to better understand how and when our site is used. We do not
track or collect personally identifiable information or associate gathered data
with any personally identifying information from other sources.</p>
+
+ <p>By using this website, you consent to the collection of this data in the
manner and for the purpose described above.</p>
+</div>
+{% endblock %}
Modified: steve/site/trunk/templates/skeleton.html
URL:
http://svn.apache.org/viewvc/steve/site/trunk/templates/skeleton.html?rev=1549602&r1=1549601&r2=1549602&view=diff
==============================================================================
--- steve/site/trunk/templates/skeleton.html (original)
+++ steve/site/trunk/templates/skeleton.html Mon Dec 9 16:20:12 2013
@@ -151,6 +151,7 @@
Copyright © 2013 <a href="http://apache.org">Apache Software
Foundation</a>, Licensed under the <a
href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
2.0</a>.<br>
Apache STeVe, Apache, the Apache feather logo, and the Apache STeVe
project logo are trademarks of The Apache Software Foundation.
All other marks mentioned may be trademarks or registered trademarks of
their respective owners.</small>
+ <small><a href="{{base}}privacy-policy.html">Privacy Policy</a></small>
</div>
</div>