Skip to content

Commit 2d7f566

Browse files
committed
doc: fix broken links and update information
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent 9a0da1e commit 2d7f566

7 files changed

+30
-34
lines changed

lychee.toml

+21-11
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,26 @@
11
# lychee --base . './**/*.md' --exclude github\.com --exclude \.onion --exclude itunes\.apple\.com --exclude twitter\.com --exclude-path webpage/node_modules/ --exclude-path webpage/src/*/*/references\.md
2-
exclude = ['github.com', '\.onion', 'itunes\.apple\.com', 'twitter\.com']
2+
exclude = [
3+
'github.com',
4+
'\.onion',
5+
'itunes\.apple\.com',
6+
'twitter\.com',
7+
'www.paypal.com/cgi-bin/webscr',
8+
'file:\/\/\/',
9+
'http:\/\/0\.0\.0\.0',
10+
]
311
exclude_path = [
412
'webpage/node_modules/',
513
'webpage/src/faq/references.md',
6-
'webpage/src/ar/faq/references.md',
7-
'webpage/src/de/faq/references.md',
8-
'webpage/src/es/faq/references.md',
9-
'webpage/src/fa/faq/references.md',
10-
'webpage/src/fr/faq/references.md',
11-
'webpage/src/hu/faq/references.md',
12-
'webpage/src/it/faq/references.md',
13-
'webpage/src/ko/faq/references.md',
14-
'webpage/src/nl/faq/references.md',
15-
'webpage/src/pl/faq/references.md',
14+
'webpage/src/ar',
15+
'webpage/src/de',
16+
'webpage/src/es',
17+
'webpage/src/fa',
18+
'webpage/src/fr',
19+
'webpage/src/hu',
20+
'webpage/src/it',
21+
'webpage/src/ko',
22+
'webpage/src/nl',
23+
'webpage/src/pl',
24+
'src/libraries',
25+
'webpage/src/changelog.md',
1626
]

webpage/src/blog/2016-01-07-New-Linux-software-repositories-and-todo-list-support.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ To manage your todo lists you need [**ownCloud tasks**](https://apps.owncloud.co
2525

2626
Please be encouraged to report any troubles, wishes or ideas you have on the [QOwnNotes issues page](https://github.com/pbek/QOwnNotes/issues)!
2727

28-
You may also want to **subscribe** to the **[QOwnNotes RSS Feed](https://www.qownnotes.org/rss/feed/qownnotes-blog)** to get the latest information about the project.
28+
You may also want to **subscribe** to the **[QOwnNotes RSS Feed](https://www.qownnotes.org/rss.xml)** to get the latest information about the project.

webpage/src/blog/2016-01-09-New-release-version-RSS-feed.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ If you don't want to miss a single version of QOwnNotes you can subscribe to our
1212

1313
And if you don't want to miss every source code commit there is the [QOwnNotes GitHub commit RSS feed](https://github.com/pbek/QOwnNotes/commits/develop.atom).
1414

15-
Of course there also is the **[QOwnNotes blog RSS feed](https://www.qownnotes.org/rss/feed/qownnotes-blog)**, if you want the **latest news** about the project.
15+
Of course there also is the **[QOwnNotes blog RSS feed](https://www.qownnotes.org/rss.xml)**, if you want the **latest news** about the project.

webpage/src/contributing/get-involved.md

-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ The various ways to get involved with QOwnNotes
1515
- Report problems or share ideas for new features on the [QOwnNotes **GitHub issues** page](https://github.com/pbek/QOwnNotes/issues)
1616
- If you have made a great editor schema please also post it at the [**GitHub issues** page](https://github.com/pbek/QOwnNotes/issues)
1717
- Share your scripts at the [**QOwnNotes scripts** GitHub page](https://github.com/qownnotes/scripts)
18-
- Share **your experience with QOwnNotes** on your own **YouTube** - or other - channel, but also gladly [**send your audio/video/text to Amy**](mailto:[email protected]) to be uploaded on [**QOwnNotes in a Nutshell**](https://www.youtube.com/channel/UC6Xpk_B1MFfvhBCsH_MrOEw/videos)
19-
- You may want to answer a few, anonymous [**questions**](https://freeonlinesurveys.com/s/nA8t17k8) for us to help you getting better results with QOwnNotes
2018

2119
::: tip Important
2220
Read the [code of conduct](./code-of-conduct.md) before you get involved!

webpage/src/installation/freebsd.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Install on FreeBSD
22

3-
There is a community-created package for **FreeBSD** by *Matthew Stobbs* at [QOwnNotes FreeBSD port](https://svnweb.freebsd.org/ports/head/deskutils/qownnotes).
3+
There is a (very old and deprecated) community-created package for **FreeBSD** by *Matthew Stobbs*
4+
at [QOwnNotes FreeBSD port](https://svnweb.freebsd.org/ports/head/deskutils/qownnotes/).
45

56
A big thank you to Matthew!

webpage/src/installation/opensuse.md

-13
Original file line numberDiff line numberDiff line change
@@ -104,19 +104,6 @@ zypper install qownnotes
104104

105105
[Direct Download](https://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/openSUSE_Tumbleweed)
106106

107-
108-
## SLE 12 SP3 Backports
109-
110-
Run the following shell commands as root to add the repository and install QOwnNotes from there.
111-
112-
```bash
113-
zypper addrepo -f http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/SLE_12_SP3_Backports/home:pbek:QOwnNotes.repo
114-
zypper refresh
115-
zypper install qownnotes
116-
```
117-
118-
[Direct Download](https://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/SLE_12_SP3_Backports)
119-
120107
## SLE 15
121108

122109
Run the following shell commands as root to add the repository and install QOwnNotes from there.

webpage/src/installation/ubuntu.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -51,24 +51,24 @@ Afterward you should be able to execute the AppImage to run QOwnNotes.
5151

5252
## OBS Repository
5353

54-
You may also be able to use the QOwnNotes on Ubuntu versions that aren't any more updated on Ubuntu Launchpad then you can
54+
You may also be able to use the QOwnNotes on Ubuntu versions that aren't anymore updated on Ubuntu Launchpad then you can
5555
use the repositories from the [Open Build Service](https://build.opensuse.org/package/show/home:pbek:QOwnNotes/desktop).
5656

57-
Below are example calls for the xUbuntu 16.10 repository.
57+
Below are example calls for the xUbuntu 20.04 repository.
5858

5959
Run the following shell command to trust the repository.
6060

6161
```bash
62-
wget http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_16.10/Release.key -O - | sudo apt-key add -
62+
wget http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_20.04/Release.key -O - | sudo apt-key add -
6363
```
6464

6565
Run the following shell commands to add the repository and install QOwnNotes from there.
6666

6767
```bash
6868
sudo su -
69-
sh -c "echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_16.10/ /' >> /etc/apt/sources.list.d/qownnotes.list"
69+
sh -c "echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_20.04/ /' >> /etc/apt/sources.list.d/qownnotes.list"
7070
apt-get update
7171
apt-get install qownnotes
7272
```
7373

74-
[Direct Download](https://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_16.10)
74+
[Direct Download](https://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_20.04)

0 commit comments

Comments
 (0)