diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2014-10-07 07:53:00 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2014-10-07 07:53:00 +0200 |
| commit | 015bc6f04b46d9a940a3dbdedbea16ce0f971905 (patch) | |
| tree | f294184ff8ae9269abd4c17a3c310e8a98f3cb42 | |
| parent | ace226e665fa77d04a61dfd61818f6cce5df6861 (diff) | |
| download | grauphel-015bc6f04b46d9a940a3dbdedbea16ce0f971905.tar.gz grauphel-015bc6f04b46d9a940a3dbdedbea16ce0f971905.zip | |
Tomboy on windows syncs fine with grauphel.
Thanks to Chris Miera for reporting this.
| -rw-r--r-- | README.rst | 2 | ||||
| -rw-r--r-- | templates/index.php | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -22,7 +22,7 @@ __ https://wiki.gnome.org/Apps/Tomboy/Synchronization/REST/1.0 Supported clients ================= * Conboy__ (Nokia N900 Maemo) -* Tomboy__ (Linux) +* Tomboy__ (Linux, Windows) * Tomdroid__ (Android) __ http://conboy.garage.maemo.org/ diff --git a/templates/index.php b/templates/index.php index fb57acd..e945f9a 100644 --- a/templates/index.php +++ b/templates/index.php @@ -18,7 +18,7 @@ Supported clients: </p> <ul> - <li><a class="lined" href="https://wiki.gnome.org/Apps/Tomboy">Tomboy</a> (Linux)</li> + <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> |
