Skip to content

Commit f9059ee

Browse files
authored
Add funding page (#435)
* Add funding page * improve page order
1 parent 33a952a commit f9059ee

File tree

6 files changed

+23
-0
lines changed

6 files changed

+23
-0
lines changed

_documentation/podcasters-hosters/add-on-antennapod.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ texts: documentation.podcasters-hosters.add-on-antennapod
33
layout: doc
44
parent: podcasters-hosters
55
icon: "fa-solid fa-up-right-from-square"
6+
order: "20"
67
---
78

89
# {% t {{ page.texts }}.title %}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
texts: documentation.podcasters-hosters.funding
3+
layout: doc
4+
parent: podcasters-hosters
5+
icon: "fa-solid fa-coins"
6+
order: "30"
7+
---
8+
9+
# {% t {{ page.texts }}.title %}
10+
11+
{% tf {{ page.url | remove_first: "/" }}.md %}

_documentation/podcasters-hosters/list-podcast.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ texts: documentation.podcasters-hosters.list-podcast
33
layout: doc
44
parent: podcasters-hosters
55
icon: "fa-solid fa-plus"
6+
order: "10"
67
---
78

89
# {% t {{ page.texts }}.title %}

_documentation/podcasters-hosters/update-feed-urls.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ texts: documentation.podcasters-hosters.update-feed-urls
33
layout: doc
44
parent: podcasters-hosters
55
icon: "fa-solid fa-arrow-right-arrow-left"
6+
order: "40"
67
---
78

89
# {% t {{ page.texts }}.title %}

_i18n/en.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,8 @@ documentation:
252252
title: "Getting your podcast listed"
253253
update-feed-urls:
254254
title: "Updating feed URLs"
255+
funding:
256+
title: "Getting funded"
255257

256258
## Events
257259
events:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
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:
2+
3+
* 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.
4+
5+
* 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.
6+
7+
* 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.

0 commit comments

Comments
 (0)