From f99160f3e6f969b6f128cc917a5666c830fa452a Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Fri, 22 Aug 2014 00:01:09 +0200 Subject: [PATCH] readme --- .gitignore | 1 + README.rst | 45 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 .gitignore create mode 100644 README.rst diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..daa30a3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +README.html diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..13f0353 --- /dev/null +++ b/README.rst @@ -0,0 +1,45 @@ +***************************** +grauphel - tomboy REST server +***************************** +ownCloud__ application implementing the `Tomboy`__ `REST API`__ for syncing notes. + +Work in progress. + +====== +Status +====== +- Authentication works +- Note synchronization works +- Web interface to view notes is missing +- OAuth token interface is missing + +__ http://owncloud.org/ +__ https://wiki.gnome.org/Apps/Tomboy +__ https://wiki.gnome.org/Apps/Tomboy/Synchronization/REST/1.0 + + +================= +Supported clients +================= +* Conboy__ +* Tomboy__ + +__ http://conboy.garage.maemo.org/ +__ https://wiki.gnome.org/Apps/Tomboy + +Tomdroid does not work yet. + + +============ +Dependencies +============ +* PHP +* PHP `oauth extension`__ + +__ http://pecl.php.net/package/oauth + + +====== +Author +====== +Christian Weiske, cweiske@cweiske.de, http://cweiske.de/ -- 2.30.2