From 1a423f6022d06fb69a66c2a28eeb4219174aa4c3 Mon Sep 17 00:00:00 2001 From: loucasal Date: Sat, 4 Oct 2025 11:32:15 +0200 Subject: [PATCH 1/6] Add funding page --- _documentation/podcasters-hosters/funding.md | 10 ++++++++++ _i18n/en.yml | 2 ++ _i18n/en/documentation/podcasters-hosters/funding.md | 9 +++++++++ 3 files changed, 21 insertions(+) create mode 100644 _documentation/podcasters-hosters/funding.md create mode 100644 _i18n/en/documentation/podcasters-hosters/funding.md diff --git a/_documentation/podcasters-hosters/funding.md b/_documentation/podcasters-hosters/funding.md new file mode 100644 index 000000000..af0e85bd1 --- /dev/null +++ b/_documentation/podcasters-hosters/funding.md @@ -0,0 +1,10 @@ +--- +texts: documentation.podcasters-hosters.funding +layout: doc +parent: podcasters-hosters +icon: "fa-solid fa-money-bill" +--- + +# {% t {{ page.texts }}.title %} + +{% tf {{ page.url | remove_first: "/" }}.md %} diff --git a/_i18n/en.yml b/_i18n/en.yml index 80a71c71c..dd89c8368 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -247,6 +247,8 @@ documentation: title: "Getting your podcast listed" update-feed-urls: title: "Updating feed URLs" + funding: + title: "Getting funded" ## Events events: diff --git a/_i18n/en/documentation/podcasters-hosters/funding.md b/_i18n/en/documentation/podcasters-hosters/funding.md new file mode 100644 index 000000000..78760dbbd --- /dev/null +++ b/_i18n/en/documentation/podcasters-hosters/funding.md @@ -0,0 +1,9 @@ +To ensure the sustainability of an open podcasting ecosystem, podcasters need funding beyond advertising and buy-outs by platforms. AntennaPod supports different ways through which podcasters can earn an income: + +* We support the [funding](https://podcasting2.org/docs/podcast-namespace/tags/funding) tag, allowing podcasters to add links to their payment pages in their RSS feeds: see [https://podcasting2.org/docs/guides/how-to-use-the-funding-tag](how to use this tag). This is the standard way for podcasters to get financial support from their users. + +* If a podcaster does not use the funding tag, but still includes in their RSS feed information about how to support them (e.g. via a premium tier), it will still be visible to AntennaPod users, even though less prominently. + +* In the future, we would also like to support micropayments via the `value` tag. If you are a developer and would like to help out with that feature, please reach out on the [forum](https://forum.antennapod.org/t/the-podcast-namespace-value-tag-in-antennapod/1084). + +If you are a user and your favorite podcaster does not yet take advantage of the `funding` tag, please consider reaching out to them and encouraging them to do so by linking to this page! From 0db4af8ba9bcd977e33d8bdffdd9b945badea390 Mon Sep 17 00:00:00 2001 From: loucasal Date: Sat, 4 Oct 2025 13:06:41 +0200 Subject: [PATCH 2/6] address review --- _i18n/en/documentation/podcasters-hosters/funding.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/_i18n/en/documentation/podcasters-hosters/funding.md b/_i18n/en/documentation/podcasters-hosters/funding.md index 78760dbbd..9ec6dedf1 100644 --- a/_i18n/en/documentation/podcasters-hosters/funding.md +++ b/_i18n/en/documentation/podcasters-hosters/funding.md @@ -1,9 +1,7 @@ To ensure the sustainability of an open podcasting ecosystem, podcasters need funding beyond advertising and buy-outs by platforms. AntennaPod supports different ways through which podcasters can earn an income: -* We support the [funding](https://podcasting2.org/docs/podcast-namespace/tags/funding) tag, allowing podcasters to add links to their payment pages in their RSS feeds: see [https://podcasting2.org/docs/guides/how-to-use-the-funding-tag](how to use this tag). This is the standard way for podcasters to get financial support from their users. +* We support the [funding](https://podcasting2.org/docs/podcast-namespace/tags/funding) tag, allowing podcasters to add links to their payment pages in their RSS feeds: see [how to use this tag](https://podcasting2.org/docs/guides/how-to-use-the-funding-tag). This is the standard way for podcasters to get financial support from their audience. -* If a podcaster does not use the funding tag, but still includes in their RSS feed information about how to support them (e.g. via a premium tier), it will still be visible to AntennaPod users, even though less prominently. +* If for any reason you don't use the funding tag yet, you can still include information about how your audience can support you (e.g. via a premium tier) in your podcast or episode descriptions. It will still be visible to AntennaPod users, even if less prominently. -* In the future, we would also like to support micropayments via the `value` tag. If you are a developer and would like to help out with that feature, please reach out on the [forum](https://forum.antennapod.org/t/the-podcast-namespace-value-tag-in-antennapod/1084). - -If you are a user and your favorite podcaster does not yet take advantage of the `funding` tag, please consider reaching out to them and encouraging them to do so by linking to this page! +* In the future, we would also like to support automatic micropayments via the [value](https://podcasting2.org/docs/podcast-namespace/tags/value) tag. As it is complex functionality and the technical specifications are still evolving, AntennaPod won't support it soon, but we are closely following developments. From 7f0e907c7a8029ab1ddf93b34de5e551fcea0051 Mon Sep 17 00:00:00 2001 From: loucasal Date: Sat, 4 Oct 2025 17:06:34 +0200 Subject: [PATCH 3/6] improve page order --- _documentation/podcasters-hosters/add-on-antennapod.md | 1 + _documentation/podcasters-hosters/funding.md | 1 + _documentation/podcasters-hosters/list-podcast.md | 1 + _documentation/podcasters-hosters/update-feed-urls.md | 1 + 4 files changed, 4 insertions(+) diff --git a/_documentation/podcasters-hosters/add-on-antennapod.md b/_documentation/podcasters-hosters/add-on-antennapod.md index 4a31b53bd..6285cde5d 100644 --- a/_documentation/podcasters-hosters/add-on-antennapod.md +++ b/_documentation/podcasters-hosters/add-on-antennapod.md @@ -3,6 +3,7 @@ texts: documentation.podcasters-hosters.add-on-antennapod layout: doc parent: podcasters-hosters icon: "fa-solid fa-up-right-from-square" +order: "20" --- # {% t {{ page.texts }}.title %} diff --git a/_documentation/podcasters-hosters/funding.md b/_documentation/podcasters-hosters/funding.md index af0e85bd1..4f73aae05 100644 --- a/_documentation/podcasters-hosters/funding.md +++ b/_documentation/podcasters-hosters/funding.md @@ -3,6 +3,7 @@ texts: documentation.podcasters-hosters.funding layout: doc parent: podcasters-hosters icon: "fa-solid fa-money-bill" +order: "30" --- # {% t {{ page.texts }}.title %} diff --git a/_documentation/podcasters-hosters/list-podcast.md b/_documentation/podcasters-hosters/list-podcast.md index dcde47747..e1c9f2e2c 100644 --- a/_documentation/podcasters-hosters/list-podcast.md +++ b/_documentation/podcasters-hosters/list-podcast.md @@ -3,6 +3,7 @@ texts: documentation.podcasters-hosters.list-podcast layout: doc parent: podcasters-hosters icon: "fa-solid fa-plus" +order: "10" --- # {% t {{ page.texts }}.title %} diff --git a/_documentation/podcasters-hosters/update-feed-urls.md b/_documentation/podcasters-hosters/update-feed-urls.md index 2913eeb27..ebcd32dd6 100644 --- a/_documentation/podcasters-hosters/update-feed-urls.md +++ b/_documentation/podcasters-hosters/update-feed-urls.md @@ -3,6 +3,7 @@ texts: documentation.podcasters-hosters.update-feed-urls layout: doc parent: podcasters-hosters icon: "fa-solid fa-arrow-right-arrow-left" +order: "40" --- # {% t {{ page.texts }}.title %} From b782382a3c47423b5ae0cc5e1dc6ee3fb560ee34 Mon Sep 17 00:00:00 2001 From: loucasal Date: Sun, 5 Oct 2025 11:35:05 +0200 Subject: [PATCH 4/6] address review feedback --- _i18n/en/documentation/podcasters-hosters/funding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_i18n/en/documentation/podcasters-hosters/funding.md b/_i18n/en/documentation/podcasters-hosters/funding.md index 9ec6dedf1..1e83ab40f 100644 --- a/_i18n/en/documentation/podcasters-hosters/funding.md +++ b/_i18n/en/documentation/podcasters-hosters/funding.md @@ -2,6 +2,6 @@ To ensure the sustainability of an open podcasting ecosystem, podcasters need fu * We support the [funding](https://podcasting2.org/docs/podcast-namespace/tags/funding) tag, allowing podcasters to add links to their payment pages in their RSS feeds: see [how to use this tag](https://podcasting2.org/docs/guides/how-to-use-the-funding-tag). This is the standard way for podcasters to get financial support from their audience. -* If for any reason you don't use the funding tag yet, you can still include information about how your audience can support you (e.g. via a premium tier) in your podcast or episode descriptions. It will still be visible to AntennaPod users, even if less prominently. +* If for any reason you don't use the funding tag yet, you can still include information about how your audience can support you (e.g. via a premium tier) in your podcast or episode descriptions. It will still be visible to AntennaPod users, even though less prominently. * In the future, we would also like to support automatic micropayments via the [value](https://podcasting2.org/docs/podcast-namespace/tags/value) tag. As it is complex functionality and the technical specifications are still evolving, AntennaPod won't support it soon, but we are closely following developments. From 45b16c741770b6b1c220d56602eeadab7e8c9414 Mon Sep 17 00:00:00 2001 From: loucasal Date: Sat, 18 Oct 2025 11:29:44 +0200 Subject: [PATCH 5/6] address review --- _i18n/en/documentation/podcasters-hosters/funding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_i18n/en/documentation/podcasters-hosters/funding.md b/_i18n/en/documentation/podcasters-hosters/funding.md index 1e83ab40f..afd2d6a0a 100644 --- a/_i18n/en/documentation/podcasters-hosters/funding.md +++ b/_i18n/en/documentation/podcasters-hosters/funding.md @@ -2,6 +2,6 @@ To ensure the sustainability of an open podcasting ecosystem, podcasters need fu * We support the [funding](https://podcasting2.org/docs/podcast-namespace/tags/funding) tag, allowing podcasters to add links to their payment pages in their RSS feeds: see [how to use this tag](https://podcasting2.org/docs/guides/how-to-use-the-funding-tag). This is the standard way for podcasters to get financial support from their audience. -* If for any reason you don't use the funding tag yet, you can still include information about how your audience can support you (e.g. via a premium tier) in your podcast or episode descriptions. It will still be visible to AntennaPod users, even though less prominently. +* If for any reason you don't use the funding tag yet, you can still include information about how your audience can support you in your podcast or episode descriptions. It will still be visible to AntennaPod users, even though less prominently. For example, if you offer a premium tier, AntennaPod users will be able to subscribe to it using a personalized feed URL or by entering the login credentials you give them. * In the future, we would also like to support automatic micropayments via the [value](https://podcasting2.org/docs/podcast-namespace/tags/value) tag. As it is complex functionality and the technical specifications are still evolving, AntennaPod won't support it soon, but we are closely following developments. From da8e3bf16a4a7d5ec1c58606e9149546fbdbcd2f Mon Sep 17 00:00:00 2001 From: loucasal Date: Wed, 22 Oct 2025 22:59:27 +0200 Subject: [PATCH 6/6] address review --- _documentation/podcasters-hosters/funding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_documentation/podcasters-hosters/funding.md b/_documentation/podcasters-hosters/funding.md index 4f73aae05..84e5246bc 100644 --- a/_documentation/podcasters-hosters/funding.md +++ b/_documentation/podcasters-hosters/funding.md @@ -2,7 +2,7 @@ texts: documentation.podcasters-hosters.funding layout: doc parent: podcasters-hosters -icon: "fa-solid fa-money-bill" +icon: "fa-solid fa-coins" order: "30" ---