Show client name in oauth authorization (works for tomdroid only)
[grauphel.git] / README.rst
1 *****************************
2 grauphel - tomboy REST server
3 *****************************
4 ownCloud__ application implementing the `Tomboy`__ `REST API`__ for syncing notes.
5
6 Work in progress.
7
8 ======
9 Status
10 ======
11 - Authentication works
12 - Note synchronization works
13 - Web interface to view notes is missing
14 - OAuth token interface is missing
15
16 __ http://owncloud.org/
17 __ https://wiki.gnome.org/Apps/Tomboy
18 __ https://wiki.gnome.org/Apps/Tomboy/Synchronization/REST/1.0
19
20
21 =================
22 Supported clients
23 =================
24 * Conboy__ (Nokia N900 Maemo)
25 * Tomboy__ (Linux)
26 * Tomdroid__ (Android)
27
28 __ http://conboy.garage.maemo.org/
29 __ https://wiki.gnome.org/Apps/Tomboy
30 __ https://launchpad.net/tomdroid
31
32
33 ============
34 Dependencies
35 ============
36 * PHP
37 * PHP `oauth extension`__
38
39 __ http://pecl.php.net/package/oauth
40
41
42 ======
43 Author
44 ======
45 Christian Weiske, cweiske@cweiske.de, http://cweiske.de/
46
47
48 =========
49 Home page
50 =========
51 - `grauphel on apps.owncloud.com`__
52 - `Source code repository`__
53 - `Github source code mirror`__
54
55 __ http://apps.owncloud.com/content/show.php?action=content&content=166654
56 __ http://git.cweiske.de/grauphel.git/
57 __ https://github.com/cweiske/grauphel