From 8af9b8ae69713f6f9da72dd62452849bcb722a45 Mon Sep 17 00:00:00 2001 From: Thomas Kuntz Date: Wed, 31 Oct 2018 14:33:43 +0100 Subject: replace 'Create one' with 'Create an instance' in README.md (#1367) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index ab811d276..813c4c3fa 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@

Website | Join an instance - | Create one + | Create an instance | Chat with us

-- cgit v1.2.3 From c4ac459314d89cdb7058db18e8deee748934bcbc Mon Sep 17 00:00:00 2001 From: Thomas Kuntz Date: Wed, 31 Oct 2018 15:06:27 +0100 Subject: closing link tag for logo link in README.md (#1362) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 813c4c3fa..cf64415d6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

- PeerTube - + PeerTube +

-- cgit v1.2.3 From 2f050a998e6893168da0bc502df6884700d04e67 Mon Sep 17 00:00:00 2001 From: Jagannath Bhat Date: Wed, 31 Oct 2018 19:40:57 +0530 Subject: tiny syntax correction in README.md (#1363) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index cf64415d6..f9b4b47e1 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Just upload your videos, and be sure they will stream anywhere. Add a descriptio

Keep in touch with video creators

-Follow your favorite channels from PeerTube or really any other place. No need to have an account on the instance you watched a video to follow its author, you can do all of that from the Fediverse (Mastodon, Pleroma and plenty others), or just with good ol' RSS. +Follow your favorite channels from PeerTube or really any other place. No need to have an account on the instance you watched a video to follow its author, you can do all of that from the Fediverse (Mastodon, Pleroma, and plenty others), or just with good ol' RSS.

--- -- cgit v1.2.3 From 0c4706b2803bf59c0a1d87d6a506465606c3ef74 Mon Sep 17 00:00:00 2001 From: Thomas Kuntz Date: Sat, 3 Nov 2018 14:56:34 +0100 Subject: more welcoming Contributing section in README.md (#1365) --- README.md | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f9b4b47e1..a13f454e2 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,24 @@ enough because one video could become popular and overload the server. That is why we need to use a P2P protocol to limit the server load. Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make BitTorrent inside the web browser, as of today. +:raised_hands: Contributing +---------------------------------------------------------------- + +You don't need to be a coder to help! + +You can give us your feedback, report bugs, help us translate PeerTube, write documentation, and more. Check out the [contributing +guide](/.github/CONTRIBUTING.md) to know how, it takes less than 2 minutes to get started. :wink: + +You can also join the cheerful bunch that makes our community: + +* Chat: + * IRC : **[#peertube on chat.freenode.net:6697](https://kiwiirc.com/client/irc.freenode.net/#peertube)** + * Matrix (bridged on the IRC channel) : **[#peertube:matrix.org](https://matrix.to/#/#peertube:matrix.org)** +* Forum: + * Framacolibri: [https://framacolibri.org/c/peertube](https://framacolibri.org/c/peertube) + +Feel free to reach out if you have any questions or ideas! :speech_balloon: + :package: Create your own instance ---------------------------------------------------------------- @@ -137,20 +155,6 @@ See the [production guide](/support/doc/production.md), which is the recommended See the [community packages](https://docs.joinpeertube.org/lang/en/docs/install.html), which cover various platforms (including [YunoHost](https://install-app.yunohost.org/?app=peertube) and [Docker](/support/doc/docker.md)). -:wrench: Contribute/Translate/Test ----------------------------------------------------------------- - -*Spoiler alert*: you don't need to be a coder to help! - -See the [contributing -guide](/.github/CONTRIBUTING.md). Or simply join the cheerful bunch that makes our community: - - * Chat: - * IRC : **[#peertube on chat.freenode.net:6697](https://kiwiirc.com/client/irc.freenode.net/#peertube)** - * Matrix (bridged on the IRC channel) : **[#peertube:matrix.org](https://matrix.to/#/#peertube:matrix.org)** - * Forum: - * Framacolibri: [https://framacolibri.org/c/peertube](https://framacolibri.org/c/peertube) - :book: Documentation ---------------------------------------------------------------- -- cgit v1.2.3 From 3e9e6f2f14fda845e6000cfada07d1bfb176bd21 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Thu, 15 Nov 2018 14:10:15 +0100 Subject: migrate Swagger 2.0 spec to OpenAPI 3.0.0 --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a13f454e2..3303d8a32 100644 --- a/README.md +++ b/README.md @@ -183,9 +183,8 @@ See [ARCHITECTURE.md](/ARCHITECTURE.md) for a more detailed explanation of the a #### Backend * REST API: - * Quick Start: [/support/doc/api/quickstart.md](/support/doc/api/quickstart.md) - * Swagger/OpenAPI schema: [/support/doc/api/openapi.yaml](/support/doc/api/openapi.yaml) - * HTML explorer: [/support/doc/api/html/index.html](https://htmlpreview.github.io/?https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/api/html/index.html) + * OpenAPI 3.0.0 schema: [/support/doc/api/openapi.yaml](/support/doc/api/openapi.yaml) + * HTML explorer: [docs.joinpeertube.org/api.html](http://docs.joinpeertube.org/api.html) * Servers communicate with each other with [Activity Pub](https://www.w3.org/TR/activitypub/). * Each server has its own users who query it (search videos, query where the -- cgit v1.2.3