Add readme and update homepages

This commit is contained in:
Chocobozzz 2019-07-16 11:59:08 +02:00
parent 91a47fc10f
commit 4efab80a76
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
4 changed files with 10 additions and 4 deletions

View File

@ -0,0 +1,3 @@
# Hello World plugin
Just a PeerTube plugin example, that says "Hello world".

View File

@ -9,9 +9,9 @@
"peertube",
"plugin"
],
"homepage": "https://github.com/Chocobozzz/PeerTube",
"homepage": "https://framagit.org/framasoft/peertube/official-plugins/tree/master/peertube-plugin-hello-world",
"author": "Chocobozzz",
"bugs": "https://github.com/Chocobozzz/PeerTube/issues",
"bugs": "https://framagit.org/framasoft/peertube/official-plugins/issues",
"library": "./main.js",
"staticDirs": {
"images": "public/images"

View File

@ -0,0 +1,3 @@
# Background red theme
Ugly and painful example theme.

View File

@ -9,9 +9,9 @@
"peertube",
"theme"
],
"homepage": "https://github.com/Chocobozzz/PeerTube",
"homepage": "https://framagit.org/framasoft/peertube/official-plugins/tree/master/peertube-theme-background-red",
"author": "Chocobozzz",
"bugs": "https://github.com/Chocobozzz/PeerTube/issues",
"bugs": "https://framagit.org/framasoft/peertube/official-plugins/issues",
"staticDirs": {
"images": "public/images"
},