Skip to content

Commit 9841619

Browse files
committed
[[docs]] small fixes
- Fix cover page. - Fix documentation URLs. - Change download page to GH releases.
1 parent 9a787c1 commit 9841619

File tree

25 files changed

+49
-52
lines changed

25 files changed

+49
-52
lines changed

docs/_coverpage.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
# Patchfox
66

77
> A quirky client for [Secure Scuttlebutt](https://scuttlebutt.nz).
8-
9-
- Simple and lightweight
10-
8+
si
119
[Buy Me A Coffee](https://ko-fi.com/andreshouldbewriting)
1210
[Documentation](#readme)
13-
[Install from Chrome Web Store](https://chrome.google.com/webstore/detail/patchfox/ocanekmedfooidiahhelofknmpobdmdp?hl=en-GB&authuser=0)
14-
[Install from Firefox Add-ons](https://addons.mozilla.org/en-US/firefox/addon/patchfox/)
11+
[Download](https://github.com/soapdog/patchfox/releases)

docs/packages/KoFiIntegration/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
The `KoFiIntegration` package adds menu entries related supporing my work using [Ko-Fi](https://ko-fi.com/andreshouldbewriting).
44

55
## Source code
6-
* [View package `KoFiIntegration` at GitHub](https://github.com/soapdog/patchfox/blob/master/src/packages/KoFiIntegration)
7-
* [View package `KoFiIntegration` at SourceHut](https://git.sr.ht/~soapdog/patchfox/tree/master/item/src/packages/KoFiIntegration)
6+
* [View package `KoFiIntegration` at GitHub](https://github.com/soapdog/patchfox/blob/master/ui/packages/KoFiIntegration)
7+
* [View package `KoFiIntegration` at SourceHut](https://git.sr.ht/~soapdog/patchfox/tree/master/item/ui/packages/KoFiIntegration)

docs/packages/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ These are the packages that Patchfox is loading.
77
* [blog](/packages/blog/)
88
* [books](/packages/books/)
99
* [errorHandler](/packages/errorHandler/)
10-
* [calendar](/packages/calendar/)
1110
* [contacts](/packages/contacts/)
11+
* [calendar](/packages/calendar/)
1212
* [githubIntegration](/packages/githubIntegration/)
1313
* [globalMenu](/packages/globalMenu/)
1414
* [helpMenu](/packages/helpMenu/)

docs/packages/blog/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ This package provides the following features:
77
* A mini-app called `Blog` which is available from the _Launcher_ and can import RSS/Atom feeds
88

99
## Source code
10-
* [View package `blog` at GitHub](https://github.com/soapdog/patchfox/blob/master/src/packages/blog)
11-
* [View package `blog` at SourceHut](https://git.sr.ht/~soapdog/patchfox/tree/master/item/src/packages/blog)
10+
* [View package `blog` at GitHub](https://github.com/soapdog/patchfox/blob/master/ui/packages/blog)
11+
* [View package `blog` at SourceHut](https://git.sr.ht/~soapdog/patchfox/tree/master/item/ui/packages/blog)
1212

1313

1414
## Message types handled by this package

docs/packages/books/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Books is a mini-app that provides _book club_ features to SSB similar to _Goodreads_ and _The StoryGraph_. You can add and edit books, and leave reviews for them.
44

55
## Source code
6-
* [View package `books` at GitHub](https://github.com/soapdog/patchfox/blob/master/src/packages/books)
7-
* [View package `books` at SourceHut](https://git.sr.ht/~soapdog/patchfox/tree/master/item/src/packages/books)
6+
* [View package `books` at GitHub](https://github.com/soapdog/patchfox/blob/master/ui/packages/books)
7+
* [View package `books` at SourceHut](https://git.sr.ht/~soapdog/patchfox/tree/master/item/ui/packages/books)
88

99

1010
## Message types handled by this package

docs/packages/calendar/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ The `calendar` package provides support for messages of type `gathering`, which
99
* A view to see future events
1010

1111
## Source code
12-
* [View package `calendar` at GitHub](https://github.com/soapdog/patchfox/blob/master/src/packages/calendar)
13-
* [View package `calendar` at SourceHut](https://git.sr.ht/~soapdog/patchfox/tree/master/item/src/packages/calendar)
12+
* [View package `calendar` at GitHub](https://github.com/soapdog/patchfox/blob/master/ui/packages/calendar)
13+
* [View package `calendar` at SourceHut](https://git.sr.ht/~soapdog/patchfox/tree/master/item/ui/packages/calendar)
1414

1515

1616
## Message types handled by this package

docs/packages/contacts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ The `contacts` package is responsible for dealing with all contact/feed-related
1010
* View a profile's list of followers, who they are following, and their blocks
1111

1212
## Source code
13-
* [View package `contacts` at GitHub](https://github.com/soapdog/patchfox/blob/master/src/packages/contacts)
14-
* [View package `contacts` at SourceHut](https://git.sr.ht/~soapdog/patchfox/tree/master/item/src/packages/contacts)
13+
* [View package `contacts` at GitHub](https://github.com/soapdog/patchfox/blob/master/ui/packages/contacts)
14+
* [View package `contacts` at SourceHut](https://git.sr.ht/~soapdog/patchfox/tree/master/item/ui/packages/contacts)
1515

1616

1717
## Message types handled by this package

docs/packages/errorHandler/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ The `errorHandler` package presents a nice interface when something breaks in Pa
77
* Hints at where to look in the source
88

99
## Source code
10-
* [View package `errorHandler` at GitHub](https://github.com/soapdog/patchfox/blob/master/src/packages/errorHandler)
11-
* [View package `errorHandler` at SourceHut](https://git.sr.ht/~soapdog/patchfox/tree/master/item/src/packages/errorHandler)
10+
* [View package `errorHandler` at GitHub](https://github.com/soapdog/patchfox/blob/master/ui/packages/errorHandler)
11+
* [View package `errorHandler` at SourceHut](https://git.sr.ht/~soapdog/patchfox/tree/master/item/ui/packages/errorHandler)

docs/packages/githubIntegration/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
The `githubIntegration` package adds menu entries to check the source on GitHub.
44

55
## Source code
6-
* [View package `githubIntegration` at GitHub](https://github.com/soapdog/patchfox/blob/master/src/packages/githubIntegration)
7-
* [View package `githubIntegration` at SourceHut](https://git.sr.ht/~soapdog/patchfox/tree/master/item/src/packages/githubIntegration)
6+
* [View package `githubIntegration` at GitHub](https://github.com/soapdog/patchfox/blob/master/ui/packages/githubIntegration)
7+
* [View package `githubIntegration` at SourceHut](https://git.sr.ht/~soapdog/patchfox/tree/master/item/ui/packages/githubIntegration)

docs/packages/globalMenu/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
The `globalMenu` package manages the menu at the top of the Patchfox interface.
44

55
## Source code
6-
* [View package `globalMenu` at GitHub](https://github.com/soapdog/patchfox/blob/master/src/packages/globalMenu)
7-
* [View package `globalMenu` at SourceHut](https://git.sr.ht/~soapdog/patchfox/tree/master/item/src/packages/globalMenu)
6+
* [View package `globalMenu` at GitHub](https://github.com/soapdog/patchfox/blob/master/ui/packages/globalMenu)
7+
* [View package `globalMenu` at SourceHut](https://git.sr.ht/~soapdog/patchfox/tree/master/item/ui/packages/globalMenu)

0 commit comments

Comments
 (0)