Update manual

main
bashrc 2026-01-31 18:01:07 +00:00
parent 38c3d800de
commit 89872cd005
4 changed files with 11 additions and 1 deletions

View File

@ -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

Binary file not shown.

View File

@ -1929,6 +1929,12 @@ into question.</p>
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.</p>
<h3 id="end-of-the-flagship">2026: End of the flagship</h3>
<p>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.</p>
<h3 id="fediverse-culture-shock">Fediverse culture shock</h3>
<p>This is what happens when someone has only had a presence within
large corporate sites, such as the website formerly known as Twitter or

View File

@ -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.