diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2014-09-27 11:09:20 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2014-09-27 11:09:20 +0200 |
| commit | 497af90eabe1e4a89c1ecfe0ebb9c874dd67b648 (patch) | |
| tree | ba7042c6f4986dfd6d19ed1377728c82963b2749 /templates/index.php | |
| parent | 9a1ac6227c65296a4751c3e601cc1eb47398a77e (diff) | |
| download | grauphel-497af90eabe1e4a89c1ecfe0ebb9c874dd67b648.tar.gz grauphel-497af90eabe1e4a89c1ecfe0ebb9c874dd67b648.zip | |
Link info and stats page in settings section, update info page
Diffstat (limited to 'templates/index.php')
| -rw-r--r-- | templates/index.php | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/templates/index.php b/templates/index.php index ac6dcfe..e59b381 100644 --- a/templates/index.php +++ b/templates/index.php @@ -5,16 +5,33 @@ <div id="app-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&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)</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> |
