Add privacy policy to sate Facebook.
[hermes] / www / privacy.html
diff --git a/www/privacy.html b/www/privacy.html
new file mode 100644 (file)
index 0000000..df5f7fe
--- /dev/null
@@ -0,0 +1,72 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+hermes 1.0 by tim@samoff.com
+http://samoff.com
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<title>Hermes: Privacy Policy</title>
+<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
+<link rel="stylesheet" type="text/css" href="reset.css"/>
+<link rel="stylesheet" type="text/css" href="hermes.css"/>
+
+<script src="js/jquery-1.3.2.min.js" type="text/javascript"></script>
+<script src="js/jquery-ui-1.7.2.custom.min.js" type="text/javascript"></script>
+<script src="js/jquery.corner.js" type="text/javascript"></script>
+<script src="js/jquery.juitter.js" type="text/javascript"></script>
+<script src="js/system.js" type="text/javascript"></script>
+
+<script type="text/javascript">
+$(document).ready(function() {
+    // Rounded Corners
+    $("div#content,div#devmenu").corner("round");
+});
+</script>
+
+</head>
+<body>
+<!-- Brand -->
+<div>
+    <img src="ui/bg.jpg" class="bg" alt="" />
+</div>
+
+<div id="header">
+    <h1><a href="index.htm">Hermes</a></h1>
+</div>
+
+<!-- Page Content -->
+<div id="content">
+
+    <h2>Privacy Policy</h2>
+
+    <p>Hermes downloads data from your social network accounts and uses it to enrich contacts on your mobile phone.</p>
+
+    <p>Hermes does <em>not</em> transmit any information from these services to any other service. Information is only
+    retrieved and stored on your local device</p>
+
+    <p>The information retrieved is the same as you can view on your friends through facebook.com, twitter.com etc.</p>
+
+    <p>Your contacts' information is not uploaded to any system. All the matching is done on your device by pulling
+    information from your social networks.</p>
+</div>
+
+<!-- Footer Content -->
+<div id="footer">
+    <p>Copyright &copy; <a href="mailto:andrew@bleb.org">Andrew Flegg</a> 2009-2012. Released under the Artistic Licence.<br />Webpage design and Hermes graphics by <a href="http://samoff.com">Tim Samoff</a>.<br />
+<a href="index.html">Hermes: Contacts Delivered</a></p>
+</div>
+
+<!-- Google Analytics -->
+<script type="text/javascript">
+var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+</script>
+<script type="text/javascript">
+try {
+var pageTracker = _gat._getTracker("UA-4946570-3");
+pageTracker._trackPageview();
+} catch(err) {}</script>
+
+</body>
+</html>