mirror of https://gitlab.com/bashrc2/epicyon
Update manual
parent
38c3d800de
commit
89872cd005
|
|
@ -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.
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue