chapter example fixes

pull/241/head
Dave Jones 2021-04-22 21:34:06 -05:00
rodzic 3c89a5e709
commit 141e38c5df
2 zmienionych plików z 14 dodań i 12 usunięć

Wyświetl plik

@ -11,9 +11,9 @@ will become the framework that the independent podcast community needs to delive
## Current Roadmap
**Phase 1** - [Closed] Comment period closed on `11/15/20` and 5 tags were adopted.
**Phase 1** - [Closed] Comment period closed on `11/15/20` and 5 tags were `formalized`.
**Phase 2** - [Closed] Comment period closed on `1/31/21` and 4 tags were adopted.
**Phase 2** - [Closed] Comment period closed on `1/31/21` and 4 tags were `formalized`.
**Phase 3** - [Open] Proposals welcome. This phase will close on June 1st, 2021. At that time, any tags with full agreement will be reviewed for
formalization. Any tags with concerns or questions will be pushed forward to the next phase. Current tag proposals under
@ -215,7 +215,7 @@ Channel or Item
(optional | single)
This element defines the license that is applied to the audio/video content of the episode or the audio/video of the podcast as a whole. The node value
should be a reference to a slug defined in the [license slugs](licenseslugs.txt) file.
should be a lower-cased reference to a license "identifier" defined in the [SPDX License List](https://spdx.org/licenses/) file.
- `url` (optional) This is a url that points to the full license details for this license.

Wyświetl plik

@ -6,10 +6,10 @@
## Purpose
Podcasting is an open ecosystem where information travel freely from platform to platform, but that does not mean that podcast are free.
Podcasting is an open ecosystem where information travel freely from platform to platform, but that does not mean that podcasts are free.
The fact that podcast files are available for anyone to download does not mean that anyone is allowed to do anything with them.
But how can one know what is permitted? It is often difficult - or even impossible - to know, even more if you want to manage that automatically.
This situation creates akward conflicts where everyone acts in good faith, everyone share the same goal (growing audiences for podcasts) but everyone disagree on what is acceptable.
But how can one know what is permitted? It is often difficult, or even impossible, to know - even more if you want to manage that automatically.
This situation creates awkward conflicts where everyone acts in good faith, everyone shares the same goal (growing audiences for podcasts) but everyone disagrees on what is acceptable.
- Can the podcast be locally copied? Then can the copy be shared? Should it be fetched from the original location only?
- Can the podcast be shared/played for free?
@ -19,18 +19,19 @@ This situation creates akward conflicts where everyone acts in good faith, every
- Can it be trimmed, cut, edited? Translated? Dubbed?
- Can the shownotes be trimmed, cut, edited? Converted from HTML to plain text?
We have seen in the past Podcasters demanding to have their podcast removed from a platform because they felt they were being stolen, even if that would mean less audience for them.
If we can provide a way to make what is allowed and what is forbiden crystal clear, we will avoid such conflicts.
We have seen in the past Podcasters demanding to have their podcast removed from a platform because they felt they were being stolen from, even if that would mean less audience for them.
If we can provide a way to make what is allowed and what is forbidden crystal clear, we will avoid such conflicts.
Please note that this document is about what can be done after the podcast is published, not before.
(For instance, using copyrighted music or copyrighted material in a podcast is not the subject here.)
(For instance, using copyrighted music or copyrighted material in a podcast is not the subject here.)
You may read [PODCASTING LEGAL GUIDE: RULES FOR THE REVOLUTION](https://wiki.creativecommons.org/wiki/Podcasting_Legal_Guide) for more information.
This matter is very complex so this specification only intends to scratch its surface in its current version.
## Specification
- **\<podcast:license label="[license label]" url="[url to license]" />[License Label]</podcast:license>**
- **\<podcast:license url="[url to license]" />[License Slug from SPDX List]</podcast:license>**
Channel (optional | single)
@ -47,6 +48,7 @@ This matter is very complex so this specification only intends to scratch its su
Discussion here:
- https://github.com/Podcastindex-org/podcast-namespace/issues/177
- https://podcastindex.social/web/statuses/105839486748529374
- (https://github.com/Podcastindex-org/podcast-namespace/issues/177)
- (https://podcastindex.social/web/statuses/105839486748529374)
- (https://spdx.org/licenses/)