close
Warning:
Can't synchronize with repository "(default)" (/usr/local/svn/deb2-client does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Mar 25, 2008, 12:07:50 PM (17 years ago)
- Author:
-
Adam
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v21
|
v22
|
|
15 | 15 | == Getting the list of available dictionaries for the user == |
16 | 16 | |
17 | | '''Request:''' ''servername''/doc?action=init |
| 17 | '''Request:''' ''servername''/doc?action=connect |
18 | 18 | |
19 | 19 | '''Response:''' JSON encoded hash with following structure |
… |
… |
|
21 | 21 | {{{ |
22 | 22 | { |
23 | | "slovniky" => { |
| 23 | "dicts" => { |
24 | 24 | ''client_package_id'' => { |
25 | 25 | "id" => ''client package id'', |
26 | | "dict" => ''dictionary code'', |
27 | | "prava" => ''access rights r/w'', |
28 | | "nazov" => ''package name'', |
| 26 | "code" => ''dictionary code'', |
| 27 | "name" => ''dictionary name'', |
| 28 | "access" => ''access rights r/w'', |
29 | 29 | "dicslookup" => ''array of package names to allow lookups to'', |
30 | 30 | "eqtags" => ''array of eqtags+dictionaries'', |
31 | 31 | "dicsreload" => ''array of dictionaries to refresh'', |
32 | | "key" => ''dictionary key tag'' |
| 32 | "key" => ''dictionary key tag'', |
| 33 | "indexes" => ''indexed elements'' |
33 | 34 | } |
34 | 35 | } |
… |
… |
|
115 | 116 | JSON and URL UTF-8 encoded hash representation of an entry (same as returned for ''editor'') |
116 | 117 | |
| 118 | |
117 | 119 | == Delete entry == |
118 | 120 | |