Wykres commitów

837 Commity (jamescridland-patch-19)

Autor SHA1 Wiadomość Data
James Cridland 575f991201
Add CORS header requirement 2023-01-10 17:26:32 +10:00
Dave Jones 9288a17b9b
Merge pull request #427 from rssblue/txt
List apps that support `<podcast:txt>`
2023-01-07 14:03:07 -06:00
Dave Jones 88631a7516
Merge pull request #429 from brianoflondon/brianoflondon-value-block-remove-single-requirement
Remove requirement for only one Value block
2023-01-07 13:29:45 -06:00
Brian of London 4197a430f6
Remove requirement for only one Value block
As per the discussion: https://github.com/Podcastindex-org/podcast-namespace/issues/428
2023-01-05 13:18:51 +02:00
Dovydas acafe8dfcf List which apps support `<podcast:txt>` 2023-01-04 20:04:46 +02:00
Dave Jones d06191e1ab
Merge pull request #409 from PRX/feat/value-webmonetization
Proposal for webmonetization using value
2023-01-04 10:11:59 -06:00
Dave Jones b54887d46d
typo fix 2022-12-01 13:57:57 -06:00
James Cridland 4860bc5bf1
Merge pull request #413 from albertobeta/patch-1
Rename RSS.com with DBA name
2022-11-09 11:06:23 +10:00
Andrew Kuklewicz e0717a798c
Update proposal-docs/value-webmonetization/value-webmonetization.md
lgtm

Co-authored-by: Yassine Doghri <doghri.yassine@gmail.com>
2022-11-07 11:15:15 -05:00
Alberto Betella 14eb6a47fb
Rename RSS.com with DBA name
Removed "Podcasting" from RSS.com. ref: https://rss.com/blog/rss-america-llc-completes-rebrand/
2022-11-07 15:19:12 +01:00
Dave Jones 1b21b219f0
Merge pull request #410 from Jayman2000/cc0-is-not-a-license
Minor updates to copying information
2022-11-01 17:13:35 -05:00
Jason Yundt 0e94172f8e Stop incorrectly calling CC0 a license
CC0 is a public domain dedication, not a license [1]. In the world of
FOSS, the term “license” is primarily used to refer to a “copyright
license [2]”. You can’t offer a copyright license for something that
isn’t copyrighted, and the goal of CC0 is to stop things from being
copyrighted.

Additionally, saying that a work is available under “a CC0 v1.0 license”
can potentially change the (perceived) legal effect of CC0. While CC0
tries to make works no longer copyrighted, some jurisdictions don’t
allow copyright owners to do so [3]. As a result, CC0 contains (in
section 3) a fallback license. If a work remains copyrighted after CC0’s
attempt to waive copyright, then the fallback license takes effect. I’m
aware of at least one situation where someone wrote “licensed under CC0”
and meant “available under the fallback license” rather than “dedicated
to the public domain” [4].

The filename “COPYING.txt” was used because that’s the filename that
Creative Commons recommends when using CC0 on software [5].

[1]: <https://creativecommons.org/faq/#how-do-cc-licenses-operate>
[2]: <https://www.legalzoom.com/articles/what-is-a-copyright-license>
[3]: <https://wiki.creativecommons.org/images/6/69/CC0_Jurisdiction_Survey.pdf>
[4]: <https://comment.ctrl.blog/discussion/creative-commons-unicode-fallback-font>
[5]: <https://wiki.creativecommons.org/wiki/CC0_FAQ#May_I_apply_CC0_to_computer_software.3F_If_so.2C_is_there_a_recommended_implementation.3F>
2022-11-01 16:54:06 -04:00
Jason Yundt 9aeb6032dc Correct file extension used for CC0
f3eeda4 (Adding license, 2022-10-14) added a copy of the plain text
version of CC0 [1]. That commit mistakenly used the .md file extension
for the plain text file that it created.

GitHub automatically assumes that .md files contain Markdown [2]. As a
result, the plain text version of CC0 would get rendered as Markdown
which made it significantly harder to read. The lists inside sections 1
and 4 would be rendered as amorphous paragraphs.

This commit changes the file extension to .txt to prevent GitHub from
making CC0 harder to read.

[1]: <https://creativecommons.org/publicdomain/zero/1.0/legalcode.txt>
[2]: <b2230a2959/README.md (markups)>
2022-11-01 15:35:29 -04:00
daveajones 823c0ec555 tweak 2022-10-30 23:05:48 -05:00
daveajones e27ef33dd8 tweak 2022-10-30 23:05:05 -05:00
daveajones 44d1e70a3f Add table of contents 2022-10-30 23:03:13 -05:00
daveajones d36797c511 tweak 2022-10-30 22:52:41 -05:00
daveajones 6833dfba13 tweak 2022-10-30 22:51:40 -05:00
daveajones 776abebec6 Add <podcast:txt> to readme - #395 2022-10-30 22:51:01 -05:00
Andrew Kuklewicz f67b6f7394 Proposal for webmonetization using value 2022-10-29 14:39:49 -04:00
daveajones a717a0495a Formalize <podcast:txt> tag - #395 2022-10-28 23:13:45 -05:00
daveajones 28ad846f17 Formalize <podcast:txt> tag 2022-10-28 23:09:18 -05:00
daveajones 08d75b2112 Formalize <podcast:txt> tag 2022-10-28 23:04:47 -05:00
Dave Jones b9c60495f7 license wording 2022-10-14 09:24:13 -05:00
Dave Jones f550011cd2 license reference - #273 2022-10-14 09:20:14 -05:00
Dave Jones cfbb1c911f
Merge pull request #402 from Podcastindex-org/add-license-1
Adding license
2022-10-14 09:14:50 -05:00
Dave Jones f3eeda489b
Adding license
Closes #273
2022-10-14 09:14:26 -05:00
Dave Jones 58ad517b9b
Merge pull request #393 from rssblue/main
Ensure all Podcasting 2.0 tags are present in `example.xml`
2022-09-29 08:09:12 -05:00
Dave Jones ce57a716ae cleanup 2022-09-28 21:59:08 -05:00
Dave Jones 8b2d2ed20b Open phase 6 2022-09-28 21:57:54 -05:00
Dave Jones 9503e7d5c9 lock tag - make email optional - #394 2022-09-28 16:40:10 -05:00
Dovydas f1fc3c4dd4 Include `<podcast:block>` tag in example feed 2022-09-27 11:46:56 +01:00
Dovydas 219cd54845 Include `<podcast:socialInteract>` tag in example feed 2022-09-27 11:45:09 +01:00
Dovydas 16e685d319 Include `<podcast:liveItem>` tag in example feed 2022-09-27 11:43:07 +01:00
Dovydas 7b35122b6e Include `<podcast:medium>` tag in example feed 2022-09-27 11:39:18 +01:00
Dovydas c002ba5d49 Include `<podcast:integrity>` tag in example feed 2022-09-27 11:34:57 +01:00
Dave Jones 4f5c9ec3b4
Merge pull request #390 from Podcastindex-org/jamescridland-patch-17
Update 1.0.md
2022-09-12 07:55:03 -05:00
James Cridland f31ce30409
Update 1.0.md 2022-09-04 09:03:13 +10:00
James Cridland 16abf4e51b
Update 1.0.md 2022-09-04 08:51:09 +10:00
Dave Jones 4bb55f33f0
Merge pull request #383 from callebtc/value/remove_nano
remove nano
2022-08-23 05:43:21 -05:00
callebtc ea8c8cce9d remove nano 2022-08-20 03:10:57 +02:00
Dave Jones ddb16a5a2e
Merge pull request #382 from johnspurlock/patch-8
Explicit node value doc for the block tag
2022-08-19 16:22:46 -05:00
John Spurlock d368f65f37
Explicit node value doc for the block tag 2022-08-17 12:02:23 -05:00
Dave Jones 288f92c82c correction 2022-08-11 17:00:42 -05:00
Dave Jones 713c190945 Archival Copy of A Podcaster's Guide to RSS in case of future 404 2022-08-10 15:16:22 -05:00
Dave Jones 93f545b4a2 Archival Copy of A Podcaster's Guide to RSS in case of future 404 2022-08-10 15:15:04 -05:00
Dave Jones c0e7e11d70 Archival Copy of A Podcaster's Guide to RSS in case of future 404 2022-08-10 15:04:59 -05:00
Dave Jones 3565a20c87 cleanup 2022-08-10 11:36:18 -05:00
Dave Jones c03960b64a Merge branch 'main' of https://github.com/Podcastindex-org/podcastindex-namespace 2022-08-10 11:07:47 -05:00
Dave Jones c870e42c5e typo fix 2022-08-10 11:04:42 -05:00