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 new file mode 100644 index 000000000..84e5246bc --- /dev/null +++ b/_documentation/podcasters-hosters/funding.md @@ -0,0 +1,11 @@ +--- +texts: documentation.podcasters-hosters.funding +layout: doc +parent: podcasters-hosters +icon: "fa-solid fa-coins" +order: "30" +--- + +# {% t {{ page.texts }}.title %} + +{% tf {{ page.url | remove_first: "/" }}.md %} 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 %} 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..afd2d6a0a --- /dev/null +++ b/_i18n/en/documentation/podcasters-hosters/funding.md @@ -0,0 +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 [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 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.