diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2014-08-22 00:01:09 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2014-08-22 00:01:09 +0200 |
| commit | f99160f3e6f969b6f128cc917a5666c830fa452a (patch) | |
| tree | 358f0d7c4a5cc54eca08534d4f3e9b27269155eb | |
| parent | e63258d5244cbfa98667ed9456ea97138c8c263a (diff) | |
| download | grauphel-f99160f3e6f969b6f128cc917a5666c830fa452a.tar.gz grauphel-f99160f3e6f969b6f128cc917a5666c830fa452a.zip | |
readme
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | README.rst | 45 |
2 files changed, 46 insertions, 0 deletions
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/ |
