added missing doc
This commit is contained in:
@@ -126,3 +126,22 @@
|
||||
@endmsc
|
||||
|
||||
*/
|
||||
|
||||
/** @page api Server API Calls
|
||||
|
||||
@tableofcontents
|
||||
|
||||
List of server REST API calls. SafeChat server implement s REST
|
||||
API, so that all API calls are in the following form, where
|
||||
parameters and values are url encoded:
|
||||
|
||||
@code
|
||||
https://safechat.ch/api-call.php?param1=value1¶m2=value2[...]
|
||||
@endcode
|
||||
|
||||
So for method get() a valid call could be:
|
||||
@code
|
||||
https://safechat.ch/get.php?start=100
|
||||
@endcode
|
||||
|
||||
*/
|
||||
|
@@ -3,8 +3,6 @@
|
||||
## 1 2 3 4 5 6 7 8
|
||||
## 45678901234567890123456789012345678901234567890123456789012345678901234567890
|
||||
|
||||
#EXTRA_DIST = ${www_DATA}
|
||||
|
||||
wwwdir = ${pkgdatadir}/html
|
||||
dist_www_DATA = index.html chat.html newuser.html safechat.js \
|
||||
jquery.js openpgp.js jquery.cssemoticons.js \
|
||||
|
Reference in New Issue
Block a user