Skip to content

Commit 5443f6c

Browse files
committed
wip build
1 parent 2a2f109 commit 5443f6c

File tree

36 files changed

+133
-119
lines changed

36 files changed

+133
-119
lines changed

dist/bundle.js

Lines changed: 31 additions & 27 deletions
Large diffs are not rendered by default.

dist/docs/_sidebar.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
- [Packages](packages/)
1111
- [Privacy Policy](privacy-policy.md)
1212
- Release Notes
13+
- [Version 2021.12.1](release_notes/2021.12.1.md)
14+
- [Version 2021.10.2](release_notes/2021.10.2.md)
1315
- [Version 2021.10.1](release_notes/2021.10.1.md)
1416
- [Version 2021.6.2](release_notes/2021.6.2.md)
1517
- [Version 2021.6.1](release_notes/2021.6.1.md)

dist/docs/packages/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ These are the packages that Patchfox is loading.
55

66
* [blog](/packages/blog/)
77
* [books](/packages/books/)
8+
* [calendar](/packages/calendar/)
89
* [githubIntegration](/packages/githubIntegration/)
910
* [contacts](/packages/contacts/)
10-
* [calendar](/packages/calendar/)
1111
* [globalMenu](/packages/globalMenu/)
12-
* [helpMenu](/packages/helpMenu/)
1312
* [errorHandler](/packages/errorHandler/)
13+
* [helpMenu](/packages/helpMenu/)
1414
* [hub](/packages/hub/)
1515
* [intercept](/packages/intercept/)
1616
* [launcher](/packages/launcher/)
@@ -21,6 +21,6 @@ These are the packages that Patchfox is loading.
2121
* [search](/packages/search/)
2222
* [settings](/packages/settings/)
2323
* [sourcehutIntegration](/packages/sourcehutIntegration/)
24-
* [system](/packages/system/)
2524
* [vote](/packages/vote/)
25+
* [system](/packages/system/)
2626
* [zine](/packages/zine/)

dist/docs/packages/blog/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
This package provides the following features:
44

5-
* Reading messages of type `blog`.
6-
* Composing messages of type `blog`.
7-
* A mini-app called `Blog` which is available from the _Launcher_ and helps with importing RSS/Atom feeds.
5+
* Reading messages of type `blog`
6+
* Composing messages of type `blog`
7+
* 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/src/packages/blog)
11+
* [View package `blog` at SourceHut](https://git.sr.ht/~soapdog/patchfox/tree/master/item/src/packages/blog)
1212

1313

1414
## Message types handled by this package

dist/docs/packages/books/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
# Books Package
22

3-
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 reviews.
4-
5-
3+
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.
64

75
## Source code
8-
* [View package `books` at Github](https://github.com/soapdog/patchfox/blob/master/src/packages/books)
9-
* [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/src/packages/books)
7+
* [View package `books` at SourceHut](https://git.sr.ht/~soapdog/patchfox/tree/master/item/src/packages/books)
108

119

1210
## Message types handled by this package

dist/docs/packages/calendar/README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
# Calendar Package
22

3-
The Calendar package provides support for messages of type _gathering_ which is how SSB deals with events.
3+
The `calendar` package provides support for messages of type `gathering`, which is the SSB identifier for events.
44

55
## Features
6-
* A card that displays events on your various timeline views.
7-
* A view to display details about a given gathering.
8-
* A menu entry to export a gathering as an iCalendar file.
9-
* A view to see future events.
10-
6+
* A card that displays events in various timeline views
7+
* A view to display details about a given gathering
8+
* A menu entry to export a gathering as an iCalendar file
9+
* A view to see future events
1110

1211
## Source code
13-
* [View package `calendar` at Github](https://github.com/soapdog/patchfox/blob/master/src/packages/calendar)
14-
* [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/src/packages/calendar)
13+
* [View package `calendar` at SourceHut](https://git.sr.ht/~soapdog/patchfox/tree/master/item/src/packages/calendar)
1514

1615

1716
## Message types handled by this package

dist/docs/packages/contacts/README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
# Contacts Package
22

3-
The Contacts package is responsible for dealing with all related contact/feed features.
3+
The `contacts` package is responsible for dealing with all contact/feed-related features.
44

55
## Features
6-
* A card that displays information when someone alters a profile.
7-
* A view to display profiles.
8-
* A view to edit your own profiles.
9-
* A feature to add **private** address-book-like information to any profile (this is called More Info).
10-
* View the list of followers, following, and blocks, for profiles.
11-
6+
* A card that displays information when someone updates a profile
7+
* A view to display profiles
8+
* A view to edit your own profiles
9+
* A feature to add **private** address-book-like information to any profile (this is called More Info)
10+
* View a profile's list of followers, who they are following, and their blocks
1211

1312
## Source code
14-
* [View package `contacts` at Github](https://github.com/soapdog/patchfox/blob/master/src/packages/contacts)
15-
* [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/src/packages/contacts)
14+
* [View package `contacts` at SourceHut](https://git.sr.ht/~soapdog/patchfox/tree/master/item/src/packages/contacts)
1615

1716

1817
## Message types handled by this package
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# errorHandler Package
22

3-
The errorHandler package is a neat package that presents a nice interface when something breaks in Patchfox.
3+
The `errorHandler` package presents a nice interface when something breaks in Patchfox.
44

55
## Features
6-
* Prevents catastrophic errors from failing silent.
7-
* Gives a hint to where to look in the source.
6+
* Prevents catastrophic errors from failing silently
7+
* 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/src/packages/errorHandler)
11+
* [View package `errorHandler` at SourceHut](https://git.sr.ht/~soapdog/patchfox/tree/master/item/src/packages/errorHandler)
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# githubIntegration Package
22

3-
The githubIntegration package adds menu entries to check the source on github.
3+
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/src/packages/githubIntegration)
7+
* [View package `githubIntegration` at SourceHut](https://git.sr.ht/~soapdog/patchfox/tree/master/item/src/packages/githubIntegration)
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# globalMenu Package
22

3-
The globalMenu package manages the menu at the top of the Patchfox interface.
3+
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/src/packages/globalMenu)
7+
* [View package `globalMenu` at SourceHut](https://git.sr.ht/~soapdog/patchfox/tree/master/item/src/packages/globalMenu)

0 commit comments

Comments
 (0)