minor changes in docs

- correct link to doc generation tool.
 - fixed incomplete sentence regarding API client libraries
This commit is contained in:
Alexander Lorz 2016-12-26 20:18:34 +01:00
parent 423d8e584e
commit cd7f01f40a
2 changed files with 19 additions and 19 deletions

View File

@ -9,7 +9,7 @@ The API gives another web application control of the pads. The basic functions a
The API is designed in a way, so you can reuse your existing user system with their permissions, and map it to Etherpad. Means: Your web application still has to do authentication, but you can tell Etherpad via the api, which visitors should get which permissions. This allows Etherpad to fit into any web application and extend it with real-time functionality. You can embed the pads via an iframe into your website.
Take a look at [HTTP API client libraries](https://github.com/ether/etherpad-lite/wiki/HTTP-API-client-libraries) to see if a library in your favorite language.
Take a look at [HTTP API client libraries](https://github.com/ether/etherpad-lite/wiki/HTTP-API-client-libraries) to check if a library in your favorite programming language is available.
## Examples

View File

@ -11,5 +11,5 @@ heading.
Every `.html` file is generated based on the corresponding
`.markdown` file in the `doc/api/` folder in the source tree. The
documentation is generated using the `tools/doc/generate.js` program.
documentation is generated using the `bin/doc/generate.js` program.
The HTML template is located at `doc/template.html`.