prepare release of 0.5.1
[grauphel.git] / templates / index.php
1 <link rel="stylesheet" href="<?php p(OCP\Util::linkTo('grauphel','grauphel.css')); ?>" type="text/css"/>
2
3 <?php /** @var $l OC_L10N */ ?>
4 <?php $_['appNavigation']->printPage(); ?>
5
6 <div id="app-content" class="content">
7   <div>
8     <h1>grauphel - Tomboy notes server</h1>
9     <p>
10       <a class="lined" href="http://apps.owncloud.com/content/show.php?action=content&amp;content=166654">Grauphel</a>
11       is a server to store and synchronize notes from Tomboy and compatible clients.
12     </p>
13     <p>
14       Use the following sync server URL:
15     </p>
16     <pre><?php p($_['apiroot']); ?></pre>
17     <p>
18      Supported clients:
19     </p>
20     <ul>
21       <li><a class="lined" href="https://wiki.gnome.org/Apps/Tomboy">Tomboy</a> (Linux, Windows)</li>
22       <li><a class="lined" href="http://conboy.garage.maemo.org/">Conboy</a> (Nokia N900 Maemo)</li>
23       <li><a class="lined" href="https://launchpad.net/tomdroid">Tomdroid</a> (Android)</li>
24     </ul>
25     <p>
26       You may also explore the API yourself at
27       <a class="lined" href="<?php p($_['apiurl']); ?>">api/1.0</a>.
28     </p>
29   </div>
30
31   <?php isset($_['stats']) && $_['stats']->printPage(); ?>
32
33   <hr style="height: 1px; border: none; background-color: grey"/>
34   <p style="text-align: center">
35     Written by <a class="lined" href="http://cweiske.de/">Christian Weiske</a>
36   </p>
37 </div>