Added more useful links to README
This commit is contained in:
parent
b55bfcf04b
commit
7629b03ee9
28
README.md
28
README.md
|
@ -104,17 +104,27 @@ WebSockets to TCP socket proxy. There is a python proxy included
|
||||||
|
|
||||||
### Other Pages
|
### Other Pages
|
||||||
|
|
||||||
* [Encrypted Connections](https://github.com/kanaka/websockify/wiki/Encrypted-Connections)
|
* [Modules/API](https://github.com/kanaka/noVNC/wiki/Modules-API) - The library
|
||||||
- How to setup websockify so that you can use encrypted connections from noVNC.
|
modules and their Javascript API.
|
||||||
|
|
||||||
* [Advanced Usage](https://github.com/kanaka/noVNC/wiki/Advanced-usage)
|
* [Integration](https://github.com/kanaka/noVNC/wiki/Integration) - Get noVNC
|
||||||
- Starting a VNC server, advanced websockify usage, etc.
|
to work in existing projects.
|
||||||
|
|
||||||
* [Integrating noVNC](https://github.com/kanaka/noVNC/wiki/Integration) into
|
* [Troubleshooting](https://github.com/kanaka/noVNC/wiki/Troubleshooting) - How
|
||||||
existing projects.
|
to troubleshoot problems.
|
||||||
|
|
||||||
* [Troubleshooting noVNC](https://github.com/kanaka/noVNC/wiki/Troubleshooting)
|
* [Encrypted Connections](https://github.com/kanaka/websockify/wiki/Encrypted-Connections) -
|
||||||
problems.
|
Setup websockify so that you can use encrypted connections from noVNC.
|
||||||
|
|
||||||
|
* [Advanced Usage](https://github.com/kanaka/noVNC/wiki/Advanced-usage) -
|
||||||
|
Generating an SSL certificate, starting a VNC server, advanced websockify
|
||||||
|
usage, etc.
|
||||||
|
|
||||||
|
* [Testing](https://github.com/kanaka/noVNC/wiki/Testing) - Run and write
|
||||||
|
tests.
|
||||||
|
|
||||||
|
* [Translations](https://github.com/kanaka/noVNC/wiki/Translations) - Add and
|
||||||
|
modify localization for JavaScript and HTML.
|
||||||
|
|
||||||
|
|
||||||
### Authors/Contributors
|
### Authors/Contributors
|
||||||
|
@ -135,3 +145,5 @@ WebSockets to TCP socket proxy. There is a python proxy included
|
||||||
* base64 : Martijn Pieters (Digital Creations 2), Samuel Sieb (sieb.net)
|
* base64 : Martijn Pieters (Digital Creations 2), Samuel Sieb (sieb.net)
|
||||||
* DES : Dave Zimmerman (Widget Workshop), Jef Poskanzer (ACME Labs)
|
* DES : Dave Zimmerman (Widget Workshop), Jef Poskanzer (ACME Labs)
|
||||||
* Pako : Vitaly Puzrin (https://github.com/nodeca/pako)
|
* Pako : Vitaly Puzrin (https://github.com/nodeca/pako)
|
||||||
|
|
||||||
|
* [Contribution guide](https://github.com/kanaka/noVNC/wiki/Contributing)
|
||||||
|
|
Loading…
Reference in New Issue