From ff658d204f7e4c921555d2f431ed5658c8019ea0 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Wed, 31 Aug 2022 15:32:27 +0200 Subject: readme contributors --- README.org | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index baa7dfa..ccb2993 100644 --- a/README.org +++ b/README.org @@ -219,7 +219,7 @@ See =M-x customize-group RET mastodon= to view all customize options. - Completion for mentions and tags - Enable custom emoji -*** live-updating timelines: =mastodon-async-mode= +*** Live-updating timelines: =mastodon-async-mode= (code taken from https://github.com/alexjgriffith/mastodon-future.el.) @@ -232,7 +232,7 @@ To enable, it, add =(require 'mastodon-async)= to your =init.el=. Then you can view a timeline with one of the commands that begin with =mastodon-async--stream-=. -*** translating toots +*** Translating toots You can translate toots with =mastodon-toot--translate-toot-text=. At the moment this requires [[https://codeberg.org/martianh/lingva.el][lingva.el]], a little interface I wrote to https://lingva.ml, to @@ -255,7 +255,7 @@ to your translator function as its text argument. Here's what (message "No toot to translate?")))) #+end_src -** dependencies +** Dependencies This version depends on the library =request= (for uploading attachments). You can install it from MELPA, or https://github.com/tkf/emacs-request. @@ -281,3 +281,14 @@ PRs, issues, and feature requests are very welcome! 1. In an [[https://github.com/jdenen/mastodon.el/issues][issue]], let me know that you're working to fix it. 2. Fork the repository and create a branch off of =develop=. 3. Create a pull request referencing the issue from step 1. + +** Contributors: + +=mastodon.el= is a the work of a number of people. + +Some significant contributors are: + +- https://github.com/jdenen [original author] +- https://github.com/ieure +- https://alexjgriffith.itch.io +- https://github.com/hdurer -- cgit v1.2.3