Skip to content

Commit cb5b99d

Browse files
committed
Remove unused files, update readme, version 1.0
1 parent 5047758 commit cb5b99d

File tree

6 files changed

+16
-13
lines changed

6 files changed

+16
-13
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,20 @@ This plugin for the PeerTube platform replaces the default 7 licenses and adds 1
1313
7. CC0 1.0
1414
8. Public Domain Mark 1.0
1515

16+
https://creativecommons.org/licenses/
17+
18+
### Licenses badges
19+
20+
For every chosen license a Creative Commons badge is shown on the video watch page which links to the license deed.
21+
22+
https://licensebuttons.net/
23+
24+
### Licenses metadata
25+
26+
A "machine readable" version of the license is added in a format that software systems, search engines, and other kinds of technology can understand with CC Rights Expression Language (CC REL).
27+
28+
https://wiki.creativecommons.org/wiki/CC_REL
29+
1630
### How to use
1731

1832
* Login as admin in your PeerTube instance

assets/style.css

Whitespace-only changes.

client/common-client-plugin.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

languages/fr.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "peertube-plugin-creative-commons",
33
"description": "Standardized display of Creative Commons licenses. Uses short identifiers like CC BY-SA 4.0 instead of descriptive text.",
4-
"version": "0.0.8",
4+
"version": "1.0.0",
55
"author": "frankstrater",
66
"repository": {
77
"type": "git",
@@ -26,7 +26,7 @@
2626
"engine": {
2727
"peertube": ">=3.0.0"
2828
},
29-
"homepage": "https://github.com/beeldengeluid/peertube-plugin-creative-commons",
29+
"homepage": "https://beeldengeluid.github.io/extending-peertube/",
3030
"keywords": [
3131
"peertube",
3232
"plugin",

webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ const path = require("path")
33
const EsmWebpackPlugin = require("@purtuga/esm-webpack-plugin")
44

55
const clientFiles = [
6-
'common-client-plugin.js',
76
'video-watch-client-plugin.js'
87
]
98

0 commit comments

Comments
 (0)