added missing doc

php
Marc Wäckerlin 9 years ago
parent a37836766c
commit 4932c8f348
  1. 19
      html/documentation.dox
  2. 2
      html/makefile.am

@ -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&param2=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 \

Loading…
Cancel
Save