diff --git a/manual/make_epub b/manual/make_epub index 43a3ce145..0e07d6d12 100755 --- a/manual/make_epub +++ b/manual/make_epub @@ -16,7 +16,7 @@ git add manual.html if [ -f /usr/bin/ebook-convert ]; then ebook-convert manual.html manual.epub --cover manual-cover.png --authors "${EPUB_AUTHORS}" --language "${EPUB_LANGUAGE}" --tags "${EPUB_TAGS}" --comments "${EPUB_COMMENTS}" --title "${EPUB_TITLE}" --pretty-print --publisher "${EPUB_PUBLISHER}" else - echo 'ebook-convert command not found' + echo 'ebook-convert command not found, trying flatpak version' if [ -f /usr/bin/flatpak ]; then if ! flatpak --command="sh" run com.calibre_ebook.calibre \ -c "ebook-convert manual.html manual.epub --cover manual-cover.png --authors \"${EPUB_AUTHORS}\" --language \"${EPUB_LANGUAGE}\" --tags \"${EPUB_TAGS}\" --comments \"${EPUB_COMMENTS}\" --title \"${EPUB_TITLE}\" --pretty-print --publisher \"${EPUB_PUBLISHER}\""; then diff --git a/manual/manual.epub b/manual/manual.epub index 36c3c99a3..0ac4f4f9f 100644 Binary files a/manual/manual.epub and b/manual/manual.epub differ diff --git a/manual/manual.html b/manual/manual.html index 64ed17447..a53fe873c 100644 --- a/manual/manual.html +++ b/manual/manual.html @@ -1929,6 +1929,12 @@ into question.

Mastodon project, stepped down and took a more advisory role. Mastodon was the main project which propelled the fediverse into public awareness, and the first to implement the ActivityPub specification.

+

2026: End of the flagship

+

At the FOSDEM conference at the end of January, the Mastodon project +announced that its mobile app would by default recommend the +geographically closest instance, rather than the “flagship” instance +(mastodon.social). The expanding size of the flagship instance had been +an issue for the previous few years, making it hard to moderate.

Fediverse culture shock

This is what happens when someone has only had a presence within large corporate sites, such as the website formerly known as Twitter or diff --git a/manual/manual.md b/manual/manual.md index e175addb5..5ead2ca0b 100644 --- a/manual/manual.md +++ b/manual/manual.md @@ -1222,6 +1222,10 @@ In April the fosstodon.org instance melted down after it was discovered that one In November Eugen Rochko, the original developer and CEO of the Mastodon project, stepped down and took a more advisory role. Mastodon was the main project which propelled the fediverse into public awareness, and the first to implement the ActivityPub specification. +### 2026: End of the flagship + +At the FOSDEM conference at the end of January, the Mastodon project announced that its mobile app would by default recommend the geographically closest instance, rather than the "flagship" instance (mastodon.social). The expanding size of the flagship instance had been an issue for the previous few years, making it hard to moderate. + ### Fediverse culture shock This is what happens when someone has only had a presence within large corporate sites, such as the website formerly known as Twitter or Facebook, and then moves to a federated system on the open internet.