X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=README.md;h=57ea4cbf10beade4703d1630375b21ac7d2c03c7;hb=c7bfd4532ea5783be525525c8260159497cb0f64;hp=f3a754d54652ae5b2ba6296af5084ab86697845e;hpb=4df6a1b8e1ec98355667cb872511d27035bfaf5a;p=github%2FChocobozzz%2FPeerTube.git diff --git a/README.md b/README.md index f3a754d54..57ea4cbf1 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,8 @@ BitTorrent) inside the web browser, as of today. - [X] Video privacy settings (public, unlisted or private) - [X] Signaling a video to the admin origin PeerTube instance - [X] Federated videos comments +- [X] Update video thumbnails +- [X] Support video uploader button - [ ] Video imports (URL, Torrent, YouTube...) - [ ] Advanced search - [ ] Subtitles @@ -147,11 +149,11 @@ See the [docker guide](/support/doc/docker.md) See the [production guide](/support/doc/production.md). -## Contributing +## Contributing/Test See the [contributing guide](/.github/CONTRIBUTING.md) -to see how to contribute to PeerTube. Spoiler alert: you don't need to be a +to see how to test or contribute to PeerTube. Spoiler alert: you don't need to be a coder to help! ## API REST documentation @@ -161,6 +163,10 @@ For now only on Github: * HTML version: [/support/doc/api/html/index.html](/support/doc/api/html/index.html) * Swagger/OpenAPI schema: [/support/doc/api/openapi.yaml](/support/doc/api/openapi.yaml) +## Tools + + * [Import videos (YouTube, Dailymotion, Vimeo...)](/support/doc/import-videos.md) + ## Architecture See [ARCHITECTURE.md](/ARCHITECTURE.md) for a more detailed explanation.