From 497af90eabe1e4a89c1ecfe0ebb9c874dd67b648 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sat, 27 Sep 2014 11:09:20 +0200 Subject: [PATCH 1/1] Link info and stats page in settings section, update info page --- grauphel.css | 11 +++++++++++ templates/appnavigation.php | 9 ++++++--- templates/index.php | 23 ++++++++++++++++++++--- templates/indexStats.php | 2 +- 4 files changed, 38 insertions(+), 7 deletions(-) diff --git a/grauphel.css b/grauphel.css index c2594eb..37360db 100644 --- a/grauphel.css +++ b/grauphel.css @@ -26,3 +26,14 @@ padding: 1ex; font-family: monospace; } + +.app-grauphel #app-content ul { + list-style-type: disc; + margin-bottom: 1ex; +} +.app-grauphel #app-content li { + margin-left: 4ex; +} +.app-grauphel #app-content a.lined { + text-decoration: underline; +} diff --git a/templates/appnavigation.php b/templates/appnavigation.php index e50f083..8b15238 100644 --- a/templates/appnavigation.php +++ b/templates/appnavigation.php @@ -10,9 +10,12 @@ 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 @@
-

Tomboy notes server

+

grauphel - Tomboy notes server

- Use the following sync server URL with tomboy/conboy/tomdroid: + Grauphel + is a server to store and synchronize notes from Tomboy and compatible clients. +

+

+ Use the following sync server URL:

+

+ Supported clients: +

+

You may also explore the API yourself at - api/1.0. + api/1.0.

printPage(); ?> + +
+

+ Written by Christian Weiske +

diff --git a/templates/indexStats.php b/templates/indexStats.php index 78274da..435e9d9 100644 --- a/templates/indexStats.php +++ b/templates/indexStats.php @@ -1,4 +1,4 @@ -

Stats

+

Statistics

Number of notes
-- 2.30.2