summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2016-11-22 00:59:11 +0100
committerSamuel Mannehed <samuel@cendio.se>2016-11-22 00:59:11 +0100
commit7629b03ee9e998ee4e99d50bb72a0043354c04e7 (patch)
tree52b8882729d53b37b54985ebd7c5ad771781c419
parentb55bfcf04b37d6343212ae7d5e69d0500ddf0a64 (diff)
downloadnovnc-7629b03ee9e998ee4e99d50bb72a0043354c04e7.tar.gz
Added more useful links to README
-rw-r--r--README.md28
1 files changed, 20 insertions, 8 deletions
diff --git a/README.md b/README.md
index 25b3daf..767b76e 100644
--- a/README.md
+++ b/README.md
@@ -104,17 +104,27 @@ WebSockets to TCP socket proxy. There is a python proxy included
### Other Pages
-* [Encrypted Connections](https://github.com/kanaka/websockify/wiki/Encrypted-Connections)
- - How to setup websockify so that you can use encrypted connections from noVNC.
+* [Modules/API](https://github.com/kanaka/noVNC/wiki/Modules-API) - The library
+ modules and their Javascript API.
-* [Advanced Usage](https://github.com/kanaka/noVNC/wiki/Advanced-usage)
- - Starting a VNC server, advanced websockify usage, etc.
+* [Integration](https://github.com/kanaka/noVNC/wiki/Integration) - Get noVNC
+ to work in existing projects.
-* [Integrating noVNC](https://github.com/kanaka/noVNC/wiki/Integration) into
- existing projects.
+* [Troubleshooting](https://github.com/kanaka/noVNC/wiki/Troubleshooting) - How
+ to troubleshoot problems.
-* [Troubleshooting noVNC](https://github.com/kanaka/noVNC/wiki/Troubleshooting)
- problems.
+* [Encrypted Connections](https://github.com/kanaka/websockify/wiki/Encrypted-Connections) -
+ 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
@@ -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)
* DES : Dave Zimmerman (Widget Workshop), Jef Poskanzer (ACME Labs)
* Pako : Vitaly Puzrin (https://github.com/nodeca/pako)
+
+* [Contribution guide](https://github.com/kanaka/noVNC/wiki/Contributing)