Przeglądaj źródła

doc: update README

master
Philip-Choi 6 lat temu
rodzic
commit
7ae8ae5791
1 zmienionych plików z 16 dodań i 18 usunięć
  1. 16
    18
      README.md

+ 16
- 18
README.md Wyświetl plik

@@ -1,16 +1,16 @@
1 1
 # Jitsi Meet - Secure, Simple and Scalable Video Conferences
2 2
 
3
-Jitsi Meet is an open-source (Apache) WebRTC JavaScript application that uses [Jitsi Videobridge](https://jitsi.org/videobridge) to provide high quality, [secure](#security) and scalable video conferences. You can see Jitsi Meet in action [here at the session #482 of the VoIP Users Conference](http://youtu.be/7vFUVClsNh0).
3
+Jitsi Meet is an open-source (Apache) WebRTC JavaScript application that uses [Jitsi Videobridge](https://jitsi.org/videobridge) to provide high quality, [secure](#security) and scalable video conferences. Jitsi Meet in action can be seen at [here at the session #482 of the VoIP Users Conference](http://youtu.be/7vFUVClsNh0).
4 4
 
5
-The Jitsi Meet client runs in your browser, without the need for installing anything on your computer. You can also try it out yourself at https://meet.jit.si .
5
+The Jitsi Meet client runs in your browser, without installing anything on your computer. You can try it out at https://meet.jit.si .
6 6
 
7
-Jitsi Meet allows for very efficient collaboration. It allows users to stream their desktop or only some windows. It also supports shared document editing with Etherpad.
7
+Jitsi Meet allows very efficient collaboration. Users can stream their desktop or only some windows. It also supports shared document editing with Etherpad.
8 8
 
9 9
 ## Installation
10 10
 
11
-On the client side, no installation is necessary. You just point your browser to the URL of your deployment. This section is about installing the Jitsi Meet suite on your server and hosting your own conferencing service.
11
+On the client side, no installation is necessary. You just point your browser to the URL of your deployment. This section is about installing a Jitsi Meet suite on your server and hosting your own conferencing service.
12 12
 
13
-Installing Jitsi Meet is quite a simple experience. For Debian-based systems, we recommend following the [quick-install](https://github.com/jitsi/jitsi-meet/blob/master/doc/quick-install.md) document, which uses the package system. You can also see a demonstration of the process in [this tutorial video](https://jitsi.org/tutorial).
13
+Installing Jitsi Meet is a simple experience. For Debian-based system, following the [quick-install](https://github.com/jitsi/jitsi-meet/blob/master/doc/quick-install.md) document, which uses the package system. You can also see a demonstration of the process in [this tutorial video](https://jitsi.org/tutorial).
14 14
 
15 15
 For other systems, or if you wish to install all components manually, see the [detailed manual installation instructions](https://github.com/jitsi/jitsi-meet/blob/master/doc/manual-install.md).
16 16
 
@@ -59,7 +59,7 @@ To work with local copy you must change the path to:
59 59
 "lib-jitsi-meet": "file:///Users/name/local-lib-jitsi-meet-copy",
60 60
 ```
61 61
 
62
-To make the project you must force it to take the sources as 'npm update' will not do it.
62
+To make the project you must force it to take the sources as 'npm update':
63 63
 ```
64 64
 npm install lib-jitsi-meet --force && make
65 65
 ```
@@ -84,8 +84,8 @@ cd ../jitsi-meet
84 84
 npm link lib-jitsi-meet
85 85
 ```
86 86
 
87
-So now after changes in local `lib-jitsi-meet` repository you can rebuild it with `npm run install` and your `jitsi-meet` repository will use that modified library.
88
-Note: when using node version 4.x, the make file of jitsi-meet do npm update which will delete the link, no longer the case with version 6.x.
87
+ After changes in local `lib-jitsi-meet` repository, you can rebuild it with `npm run install` and your `jitsi-meet` repository will use that modified library.
88
+Note: when using node version 4.x, the make file of jitsi-meet do npm update which will delete the link. It is no longer the case with version 6.x.
89 89
 
90 90
 If you do not want to use local repository anymore you should run
91 91
 ```bash
@@ -100,7 +100,7 @@ Use it at the CLI, type
100 100
 make dev
101 101
 ```
102 102
 
103
-By default the backend deployment used is `beta.meet.jit.si`, you can point the Jitsi-Meet app at a different backend by using a proxy server. To do this set the WEBPACK_DEV_SERVER_PROXY_TARGET variable:
103
+By default the backend deployment used is `beta.meet.jit.si`. You can point the Jitsi-Meet app at a different backend by using a proxy server. To do this, set the WEBPACK_DEV_SERVER_PROXY_TARGET variable:
104 104
 ```
105 105
 export WEBPACK_DEV_SERVER_PROXY_TARGET=https://your-example-server.com
106 106
 make dev
@@ -115,18 +115,16 @@ see our [guidelines for contributing](CONTRIBUTING.md).
115 115
 
116 116
 ## Embedding in external applications
117 117
 
118
-Jitsi Meet provides a very flexible way of embedding it in external applications by using the [Jitsi Meet API](doc/api.md).
118
+Jitsi Meet provides a very flexible way of embedding in external applications by using the [Jitsi Meet API](doc/api.md).
119 119
 
120 120
 ## Security
121
-WebRTC today does not provide a way of conducting multiparty conversations with
122
-end-to-end encryption. As a matter of fact, unless you consistently vocally
123
-compare DTLS fingerprints with your peers, the same goes for one-to-one calls.
124
-As a result when using a Jitsi Meet instance, your stream is encrypted on the
125
-network but decrypted on the machine that hosts the bridge.
121
+WebRTC does not provide a way of conducting multi-party conversations with end-to-end encryption. 
122
+Unless you consistently compare DTLS fingerprints with your peers vocally, the same goes for one-to-one calls.
123
+As a result, your stream is encrypted on the network but decrypted on the machine that hosts the bridge when using Jitsi Meet.
126 124
 
127 125
 The Jitsi Meet architecture allows you to deploy your own version, including
128
-all server components, and in that case your security guarantees will be roughly
129
-equivalent to these of a direct one-to-one WebRTC call. This is what's unique to
126
+all server components. In that case, your security guarantees will be roughly
127
+equivalent to a direct one-to-one WebRTC call. This is the uniqueness of
130 128
 Jitsi Meet in terms of security.
131 129
 
132 130
 The [meet.jit.si](https://meet.jit.si) service is maintained by the Jitsi team
@@ -138,4 +136,4 @@ Instructions on how to build it can be found [here](doc/mobile.md).
138 136
 
139 137
 ## Acknowledgements
140 138
 
141
-Jitsi Meet started out as a sample conferencing application using Jitsi Videobridge. It was originally developed by then ESTOS' developer Philipp Hancke who then contributed it to the community where development continues with joint forces!
139
+Jitsi Meet started out as a sample conferencing application using Jitsi Videobridge. It was originally developed by ESTOS' developer Philipp Hancke who then contributed it to the community where development continues with joint forces!

Ładowanie…
Anuluj
Zapisz