2
2
<img alt =" OS.js Logo " src =" https://raw.githubusercontent.com/os-js/gfx/master/logo-big.png " />
3
3
</p >
4
4
5
- [ OS.js] ( https://www.os-js.org/ ) is an [ open-source] ( https://raw.githubusercontent.com/os-js/OS.js/master/LICENSE ) desktop implementation for your browser with a fully-fledged window manager, Application APIs, GUI toolkits and filesystem abstraction .
5
+ [ OS.js] ( https://www.os-js.org/ ) is an [ open-source] ( https://raw.githubusercontent.com/os-js/OS.js/master/LICENSE ) web desktop platform with a window manager, application APIs, GUI toolkit, filesystem abstractions and much more .
6
6
7
- [ ![ Community] ( https://img.shields.io/badge/join-community-green.svg )] ( https://community.os-js.org/ )
8
- [ ![ Donate] ( https://img.shields.io/badge/liberapay-donate-yellowgreen.svg )] ( https://liberapay.com/os-js/ )
9
- [ ![ Donate] ( https://img.shields.io/badge/paypal-donate-yellow.svg )] ( https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=andersevenrud%40gmail%2ecom&lc=NO¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted )
10
7
[ ![ Support] ( https://img.shields.io/badge/patreon-support-orange.svg )] ( https://www.patreon.com/user?u=2978551&ty=h&u=2978551 )
8
+ [ ![ Support] ( https://img.shields.io/badge/opencollective-donate-red.svg )] ( https://opencollective.com/osjs )
9
+ [ ![ Donate] ( https://img.shields.io/badge/liberapay-donate-yellowgreen.svg )] ( https://liberapay.com/os-js/ )
10
+ [ ![ Donate] ( https://img.shields.io/badge/paypal-donate-yellow.svg )] ( https://paypal.me/andersevenrud )
11
+ [ ![ Community] ( https://img.shields.io/badge/join-community-green.svg )] ( https://community.os-js.org/ )
11
12
12
- # OS.js v3 noVNC Client Application
13
+ # OS.js noVNC Client Application
13
14
14
15
Connect to remote VNC sessions (w/websockify).
15
16
@@ -20,7 +21,7 @@ Uses [noVNC](https://github.com/novnc/noVNC).
20
21
## Installation
21
22
22
23
``` bash
23
- npm install --save --production @osjs/vnc-application
24
+ npm install @osjs/vnc-application
24
25
npm run package:discover
25
26
```
26
27
@@ -41,3 +42,24 @@ Now, connect via the OS.js client.
41
42
- [ ] Desktop resize
42
43
- [ ] Capability detection
43
44
- [ ] Locales
45
+
46
+ ## Contribution
47
+
48
+ * ** Sponsor on [ Github] ( https://github.com/sponsors/andersevenrud ) **
49
+ * ** Become a [ Patreon] ( https://www.patreon.com/user?u=2978551&ty=h&u=2978551 ) **
50
+ * ** Support on [ Open Collective] ( https://opencollective.com/osjs ) **
51
+ * [ Contribution Guide] ( https://github.com/os-js/OS.js/blob/master/CONTRIBUTING.md )
52
+
53
+ ## Documentation
54
+
55
+ See the [ Official Manuals] ( https://manual.os-js.org/v3/ ) for articles, tutorials and guides.
56
+
57
+ ## Links
58
+
59
+ * [ Official Chat] ( https://gitter.im/os-js/OS.js )
60
+ * [ Community Forums and Announcements] ( https://community.os-js.org/ )
61
+ * [ Homepage] ( https://os-js.org/ )
62
+ * [ Twitter] ( https://twitter.com/osjsorg ) ([ author] ( https://twitter.com/andersevenrud ) )
63
+ * [ Google+] ( https://plus.google.com/b/113399210633478618934/113399210633478618934 )
64
+ * [ Facebook] ( https://www.facebook.com/os.js.org )
65
+ * [ Docker Hub] ( https://hub.docker.com/u/osjs/ )
0 commit comments