prepare release of 0.5.1
[grauphel.git] / templates / index.php
index ac6dcfed012227adc2ade604308ab2e2dc9c674c..e945f9a7bb6e604a9c8d4ae0d3716ca033e9413f 100644 (file)
@@ -3,18 +3,35 @@
 <?php /** @var $l OC_L10N */ ?>
 <?php $_['appNavigation']->printPage(); ?>
 
-<div id="app-content">
+<div id="app-content" class="content">
   <div>
-    <h1>Tomboy notes server</h1>
+    <h1>grauphel - Tomboy notes server</h1>
     <p>
-      Use the following sync server URL with tomboy/conboy/tomdroid:
+      <a class="lined" href="http://apps.owncloud.com/content/show.php?action=content&amp;content=166654">Grauphel</a>
+      is a server to store and synchronize notes from Tomboy and compatible clients.
+    </p>
+    <p>
+      Use the following sync server URL:
     </p>
     <pre><?php p($_['apiroot']); ?></pre>
+    <p>
+     Supported clients:
+    </p>
+    <ul>
+      <li><a class="lined" href="https://wiki.gnome.org/Apps/Tomboy">Tomboy</a> (Linux, Windows)</li>
+      <li><a class="lined" href="http://conboy.garage.maemo.org/">Conboy</a> (Nokia N900 Maemo)</li>
+      <li><a class="lined" href="https://launchpad.net/tomdroid">Tomdroid</a> (Android)</li>
+    </ul>
     <p>
       You may also explore the API yourself at
-      <a style="text-decoration: underline" href="<?php p($_['apiurl']); ?>">api/1.0</a>.
+      <a class="lined" href="<?php p($_['apiurl']); ?>">api/1.0</a>.
     </p>
   </div>
 
   <?php isset($_['stats']) && $_['stats']->printPage(); ?>
+
+  <hr style="height: 1px; border: none; background-color: grey"/>
+  <p style="text-align: center">
+    Written by <a class="lined" href="http://cweiske.de/">Christian Weiske</a>
+  </p>
 </div>