Update project description
This commit is contained in:
parent
5ec8a71f84
commit
51de2c7ff3
|
@ -115,8 +115,7 @@
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li i18n>
|
<li i18n>
|
||||||
Web peers are not publicly accessible: because we use WebRTC inside the web browser (<a href="https://webtorrent.io/">with the
|
Web peers are not publicly accessible: because we use the websocket transport, the protocol is different from classic BitTorrent tracker.
|
||||||
WebTorrent library</a>), the protocol is different from classic BitTorrent.
|
|
||||||
When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
|
When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
|
||||||
to forward the information to.
|
to forward the information to.
|
||||||
See <a href="https://github.com/yciabaud/webtorrent/blob/beps/bep_webrtc.rst">this document</a> for more information
|
See <a href="https://github.com/yciabaud/webtorrent/blob/beps/bep_webrtc.rst">this document</a> for more information
|
||||||
|
|
|
@ -31,8 +31,7 @@ export class InstanceConfigWarningModalComponent {
|
||||||
}
|
}
|
||||||
|
|
||||||
isDefaultShortDescription (description: string) {
|
isDefaultShortDescription (description: string) {
|
||||||
return description === 'PeerTube, a federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly ' +
|
return description === 'PeerTube, an ActivityPub-federated video streaming platform using P2P directly in your web browser.'
|
||||||
'in the web browser with WebTorrent and Angular.'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private doNotOpenAgain () {
|
private doNotOpenAgain () {
|
||||||
|
|
|
@ -323,7 +323,7 @@ auto_blacklist:
|
||||||
# Instance settings
|
# Instance settings
|
||||||
instance:
|
instance:
|
||||||
name: 'PeerTube'
|
name: 'PeerTube'
|
||||||
short_description: 'PeerTube, a federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.'
|
short_description: 'PeerTube, an ActivityPub-federated video streaming platform using P2P directly in your web browser.'
|
||||||
description: 'Welcome to this PeerTube instance!' # Support markdown
|
description: 'Welcome to this PeerTube instance!' # Support markdown
|
||||||
terms: 'No terms for now.' # Support markdown
|
terms: 'No terms for now.' # Support markdown
|
||||||
code_of_conduct: '' # Supports markdown
|
code_of_conduct: '' # Supports markdown
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "peertube",
|
"name": "peertube",
|
||||||
"description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.",
|
"description": "PeerTube, an ActivityPub-federated video streaming platform using P2P directly in your web browser.",
|
||||||
"version": "3.0.1",
|
"version": "3.0.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"licence": "AGPL-3.0",
|
"licence": "AGPL-3.0",
|
||||||
|
|
Loading…
Reference in New Issue