From fa61221dcd89fcd72cba2c97971626f456c86e5d Mon Sep 17 00:00:00 2001
From: Alexander Sulfrian <alexander@sulfrian.net>
Date: Tue, 27 Apr 2010 14:01:15 +0200
Subject: added tos to homepage

---
 etherpad/src/static/css/home-opensource.css | 14 ++++++++++++++
 etherpad/src/templates/main/home.ejs        | 26 ++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/etherpad/src/static/css/home-opensource.css b/etherpad/src/static/css/home-opensource.css
index 0d1929d..0d6da6d 100644
--- a/etherpad/src/static/css/home-opensource.css
+++ b/etherpad/src/static/css/home-opensource.css
@@ -28,3 +28,17 @@
   text-decoration: none;
 }
 
+#tos {
+    margin-top: 8em;
+    color: #222;
+}
+
+#tos h1, #tos p {
+    margin: 1.5em 0;
+}
+
+#tos h1 {
+    font-weight: bold;
+    font-size: 1.1em;
+}
+
diff --git a/etherpad/src/templates/main/home.ejs b/etherpad/src/templates/main/home.ejs
index 22ba15c..495cf77 100644
--- a/etherpad/src/templates/main/home.ejs
+++ b/etherpad/src/templates/main/home.ejs
@@ -27,6 +27,32 @@ limitations under the License. */ %><% helpers.setHtmlTitle("SplinePad [beta]: O
       Create team site
     </a>
   </div>
+
+  <div id="tos">
+    <h1>
+      <b>Terms of service and Privacy notice</b>
+    </h1>
+
+    <p>
+      <b>Privacy:</b> We guarantee that we will not intentionally hand
+      over your data to any third party.
+    </p>
+
+    <p>
+      <b>Terms:</b> By using splinepad, you certify to agree to the
+      following terms of service: We are not responsible, and cannot
+      be held liable for any loss or damages that may be caused by the
+      result of our service.
+    </p>
+
+    <p>
+      <b>In short:</b> We love the "Datenschutzgesetz" and if
+      something is wrong, we didn't do it.
+    </p>
+
+    Have fun with splinepad.
+  </div>
+
 </div>
 
 
-- 
cgit v1.2.3