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