Skip to content

Commit 18447ce

Browse files
shinwookimkeunes
andauthored
Check for valid links on Pull (#256)
* Check for valid links on Pull with the lychee-action * Correct some links --------- Co-authored-by: Keunes <[email protected]>
1 parent ea46ea2 commit 18447ce

File tree

7 files changed

+17
-5
lines changed

7 files changed

+17
-5
lines changed

.github/workflows/autoreview.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ jobs:
1111
with:
1212
pattern: "*.md"
1313
locale: "US"
14+
checklinks:
15+
runs-on: ubuntu-22.04
16+
steps:
17+
- uses: actions/checkout@v3
18+
- name: Link Checker
19+
uses: lycheeverse/[email protected]
20+
with:
21+
args: --verbose './**/*.md'
22+
fail: true
1423
guids:
1524
runs-on: ubuntu-22.04
1625
steps:

.lycheeignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
https://forum.antennapod.org
2+
http://llama.location.profiles
3+
https:\/\/(www\.)?twitter\.com\/antennapod

_blog/2020-09-04-New icon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ It is with great pleasure that we can announce **the new AntennaPod app icon and
1616

1717
## The competition
1818

19-
In total, we received 12 proposals. You can find a full list of proposals in a [post on Open Source Design](https://discourse.opensourcedesign.net/t/jobs-new-logo-to-go-with-major-app-update/1809/13). After the call closed we (@keunes and @ByteHamster) reviewed all proposals and provided feedback to the designers. Based on the criteria and requirements set out in the [design brief](https://antennapod.org/designbrief), two proposals were selected for the community vote.
19+
In total, we received 12 proposals. You can find a full list of proposals in a [post on Open Source Design](https://discourse.opensourcedesign.net/t/jobs-new-logo-to-go-with-major-app-update/1809/13). After the call closed we (@keunes and @ByteHamster) reviewed all proposals and provided feedback to the designers. Based on the criteria and requirements set out in the [design brief](/blog/2020/06/getting-to-a-new-icon), two proposals were selected for the community vote.
2020

2121
After that, we set up a vote containing the two new proposals that follow the requirements in our design brief best, as well as providing an option to vote for the old design. Voters could give one to five stars for each design, representing an equal number of points.
2222

_blog/2020-09-08-2.0.0 release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ Version 2.0.0 is a big step forward for AntennaPod. We rewrote big parts of the
2121
- Bug fixes and improvements (by @ebraminio, @tonytamsf, @JessieVela, @ByteHamster and more)
2222
We have fixed too many things to list them all. They include things like better support for right-to-left languages or fixes when jumping to positions in an episode.
2323

24-
You can see the full, huge list of changes on our development platform, [GitHub](https://github.com/AntennaPod/AntennaPod/compare/1.8.1...2.0.0).
24+
You can see the full, huge list of changes on our development platform, [GitHub](https://github.com/AntennaPod/AntennaPod/compare/1.8.1...2.0.1).
2525

2626
As of writing this, version 2.0.0 is rolled out to 100% of the Google Play users. At the same time, the first beta release of version 2.1.0 is rolled out to our beta testers. AntennaPod is developed by volunteers in our free-time. If you like AntennaPod and want to give something back to the community, consider contributing by helping other users in the [forum](https://forum.antennapod.org/), [translating](https://www.transifex.com/antennapod/antennapod/) or by [writing code](https://github.com/AntennaPod/AntennaPod).

_blog/2022-01-04-Website translations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ layout: blog
88
guid: https://antennapod.org/blog/2022/01/website-translations
99
---
1010

11-
While the app itself could already be used in 34 languages[^1], the website remained in English. As the website hosts the documentation, important help and information is not easy to understand for everyone. The same goes for those website areas that integrate with the app, such the page [enabling](documentation/podcasters-hosters/add-on-antennapod) users to subscribe to a specific podcast on AntennaPod. Plus, an English-only website doesn't help when aiming to promote the project outside an existing main user base (Germany and the US, currently).
11+
While the app itself could already be used in 34 languages[^1], the website remained in English. As the website hosts the documentation, important help and information is not easy to understand for everyone. The same goes for those website areas that integrate with the app, such the page [enabling](/documentation/podcasters-hosters/add-on-antennapod) users to subscribe to a specific podcast on AntennaPod. Plus, an English-only website doesn't help when aiming to promote the project outside an existing main user base (Germany and the US, currently).
1212

1313
And thus, after someone [asked on our forum](https://forum.antennapod.org/t/french-translation-of-the-website/1454) if and how they could translate the website into French, we set out to make that possible. It's yet another step into making our project a bit more accessible[^2].
1414

_i18n/en/contribute/translate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<!-- mdpo-enable -->
2828

29-
Out of the estimated [world population](https://en.wikipedia.org/wiki/World_population) of 7.9 billion people, 'only' 1.3 billion [speak English](https://www.ethnologue.com/guides/ethnologue200). This may not mean much per se. But if anything, we can conclude that making AntennaPod available in more languages, makes the app accessible to more people. As a side benefit, localising the app also helps our project grow beyond the current main userbases (Germany and the US).
29+
Out of the estimated [world population](https://en.wikipedia.org/wiki/World_population) of 7.9 billion people, 'only' 1.5 billion [speak English](https://www.ethnologue.com/insights/ethnologue200/). This may not mean much per se. But if anything, we can conclude that making AntennaPod available in more languages, makes the app accessible to more people. As a side benefit, localising the app also helps our project grow beyond the current main userbases (Germany and the US).
3030

3131
We therefore much appreciate your help!
3232

_i18n/en/general/privacy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The developers of AntennaPod do **not** have access to any of your information,
3838
- device language
3939
- Android version
4040
- visit or participate on our forum: as described in the [forum's privacy policy](https://forum.antennapod.org/privacy)
41-
- actively make a financial contribution via Open Collective (unless you make an [incognito](https://docs.opencollective.com/help/financial-contributors/payments#profile) contribution):
41+
- actively make a financial contribution via Open Collective (unless you make an [anonymous guest](https://docs.opencollective.com/help/financial-contributors/payments#contributing-as-a-guest) or [incognito](https://docs.opencollective.com/help/financial-contributors/payments#select-a-contributor) contribution):
4242
- public profile information (name, company, description, image, Twitter, GitHub, website)
4343
- email address
4444

0 commit comments

Comments
 (0)