diff options
-rw-r--r-- | mastodon.info | 93 | ||||
-rw-r--r-- | mastodon.texi | 33 |
2 files changed, 73 insertions, 53 deletions
diff --git a/mastodon.info b/mastodon.info index 4b0c512..7b77261 100644 --- a/mastodon.info +++ b/mastodon.info @@ -29,7 +29,7 @@ Installation * ELPA:: * MELPA:: -* repo:: +* Repo:: * Emoji:: * Discover:: @@ -80,13 +80,13 @@ File: mastodon.info, Node: Installation, Next: Usage, Up: README ================ You can install ‘mastodon.el’ from ELPA, MELPA, or directly from this -repo. +repo. It is also available as a GUIX package. * Menu: * ELPA:: * MELPA:: -* repo:: +* Repo:: * Emoji:: * Discover:: @@ -103,7 +103,7 @@ You should be able to directly install with: ‘M-x package-install RET mastodon RET’ -File: mastodon.info, Node: MELPA, Next: repo, Prev: ELPA, Up: Installation +File: mastodon.info, Node: MELPA, Next: Repo, Prev: ELPA, Up: Installation 1.1.2 MELPA ----------- @@ -121,9 +121,9 @@ Add ‘MELPA’ to your archives: ‘M-x package-install RET mastodon RET’ -File: mastodon.info, Node: repo, Next: Emoji, Prev: MELPA, Up: Installation +File: mastodon.info, Node: Repo, Next: Emoji, Prev: MELPA, Up: Installation -1.1.3 repo +1.1.3 Repo ---------- Clone this repository and add the lisp directory to your load path. @@ -141,7 +141,7 @@ Then, require it and go. older version it shouldn’t be very hard to get it working. -File: mastodon.info, Node: Emoji, Next: Discover, Prev: repo, Up: Installation +File: mastodon.info, Node: Emoji, Next: Discover, Prev: Repo, Up: Installation 1.1.4 Emoji ----------- @@ -579,10 +579,19 @@ File: mastodon.info, Node: Network compatibility, Next: Contributing, Prev: D ‘mastodon.el’ should work with ActivityPub servers that implement the Mastodon API. - Apart from Mastodon itself, it is currently known to work with -Pleroma and Gotosocial. If you attempt to use ‘mastodon.el’ with -another server that implements the Mastodon API and run into problems, -feel free to open an issue. + Apart from Mastodon itself, it is currently known to work with: + • Pleroma (pleroma.social (https://pleroma.social/)) + • Akkoma (akkoma.social (https://akkoma.social/)) + • Gotosocial (gotosocial.org (https://gotosocial.org/)) + + It does not support the non-Mastodon API servers Misskey (misskey.io +(https://misskey.io/)) and Firefish (joinfirefish.org +(https://joinfirefish.org/), formerly Calkey), but it should fully +support displaying and interacting with posts and users on those +platforms. + + If you attempt to use ‘mastodon.el’ with a server and run into +problems, feel free to open an issue. File: mastodon.info, Node: Contributing, Next: Supporting mastodonel, Prev: Network compatibility, Up: README @@ -654,8 +663,8 @@ File: mastodon.info, Node: Supporting mastodonel, Next: Contributors, Prev: C If you’d like to support continued development of ‘mastodon.el’, I accept donations via paypal: paypal.me/martianh (https://paypal.me/martianh). If you would prefer a different payment -method, write to me at that address and I can provide IBAN or other -details. +method, please write to me at <martianhiatus [at] riseup [dot] net> and +I can provide IBAN or other bank account details. I don’t have a tech worker’s income, so even a small tip would help out. @@ -682,35 +691,35 @@ Tag Table: Node: Top210 Node: README962 Node: Installation1378 -Node: ELPA1626 -Node: MELPA1854 -Node: repo2234 -Node: Emoji2727 -Node: Discover3058 -Node: Usage3610 -Node: Logging in to your instance4053 -Node: Timelines5050 -Ref: Keybindings5525 -Ref: Toot byline legend10098 -Node: Composing toots10407 -Ref: Keybindings (1)11646 -Ref: Autocompletion of mentions and tags12164 -Ref: Draft toots12877 -Node: Other commands and account settings13348 -Node: Customization16506 -Node: Commands and variables index17293 -Node: Alternative timeline layout17613 -Node: Live-updating timelines mastodon-async-mode18018 -Node: Translating toots18870 -Node: Bookmarks and mastodonel20052 -Node: Dependencies20524 -Node: Network compatibility21134 -Node: Contributing21620 -Node: Bug reports21909 -Node: Fixes and features22815 -Node: Coding style23298 -Node: Supporting mastodonel23922 -Node: Contributors24444 +Node: ELPA1667 +Node: MELPA1895 +Node: Repo2275 +Node: Emoji2768 +Node: Discover3099 +Node: Usage3651 +Node: Logging in to your instance4094 +Node: Timelines5091 +Ref: Keybindings5566 +Ref: Toot byline legend10139 +Node: Composing toots10448 +Ref: Keybindings (1)11687 +Ref: Autocompletion of mentions and tags12205 +Ref: Draft toots12918 +Node: Other commands and account settings13389 +Node: Customization16547 +Node: Commands and variables index17334 +Node: Alternative timeline layout17654 +Node: Live-updating timelines mastodon-async-mode18059 +Node: Translating toots18911 +Node: Bookmarks and mastodonel20093 +Node: Dependencies20565 +Node: Network compatibility21175 +Node: Contributing22046 +Node: Bug reports22335 +Node: Fixes and features23241 +Node: Coding style23724 +Node: Supporting mastodonel24348 +Node: Contributors24915 End Tag Table diff --git a/mastodon.texi b/mastodon.texi index 46dc868..c1b48b3 100644 --- a/mastodon.texi +++ b/mastodon.texi @@ -43,7 +43,7 @@ Installation * ELPA:: * MELPA:: -* repo:: +* Repo:: * Emoji:: * Discover:: @@ -88,12 +88,12 @@ implement the Mastodon API@. For info see @uref{https://joinmastodon.org/, joinm @node Installation @section Installation -You can install @samp{mastodon.el} from ELPA, MELPA, or directly from this repo. +You can install @samp{mastodon.el} from ELPA, MELPA, or directly from this repo. It is also available as a GUIX package. @menu * ELPA:: * MELPA:: -* repo:: +* Repo:: * Emoji:: * Discover:: @end menu @@ -124,8 +124,8 @@ Update and install: @samp{M-x package-install RET mastodon RET} -@node repo -@subsection repo +@node Repo +@subsection Repo Clone this repository and add the lisp directory to your load path. Then, require it and go. @@ -697,9 +697,20 @@ Optional dependencies (install yourself, @samp{mastodon.el} can use them): @samp{mastodon.el} should work with ActivityPub servers that implement the Mastodon API@. -Apart from Mastodon itself, it is currently known to work with Pleroma and -Gotosocial. If you attempt to use @samp{mastodon.el} with another server that -implements the Mastodon API and run into problems, feel free to open an issue. +Apart from Mastodon itself, it is currently known to work with: +@itemize +@item +Pleroma (@uref{https://pleroma.social/, pleroma.social}) +@item +Akkoma (@uref{https://akkoma.social/, akkoma.social}) +@item +Gotosocial (@uref{https://gotosocial.org/, gotosocial.org}) +@end itemize + +It does not support the non-Mastodon API servers Misskey (@uref{https://misskey.io/, misskey.io}) and Firefish (@uref{https://joinfirefish.org/, joinfirefish.org}, formerly Calkey), but it should fully support displaying and interacting with posts and users on those platforms. + +If you attempt to use @samp{mastodon.el} with a server and run into problems, feel +free to open an issue. @node Contributing @section Contributing @@ -764,9 +775,9 @@ There's no need for a blank line after the first docstring line (one is added au @section Supporting @samp{mastodon.el} If you'd like to support continued development of @samp{mastodon.el}, I accept -donations via paypal: @uref{https://paypal.me/martianh, paypal.me/martianh}. If you would -prefer a different payment method, write to me at that address and I can -provide IBAN or other details. +donations via paypal: @uref{https://paypal.me/martianh, paypal.me/martianh}. If you would prefer a different +payment method, please write to me at <martianhiatus [at] riseup [dot] net> and I can +provide IBAN or other bank account details. I don't have a tech worker's income, so even a small tip would help out. |