Update the README

This commit is contained in:
Alex Schroeder 2020-06-19 15:19:42 +02:00
parent 5b635824dd
commit d82c1cb4e5
2 changed files with 13 additions and 10 deletions

View File

@ -1,19 +1,22 @@
# Gemini+Write mode
# Gemini & Titan mode
This uses [Elpher](https://thelambdalab.xyz/elpher/) to browse Gemini
sites and [Gemini Mode](https://git.carcosa.net/jmcbray/gemini.el) to
edit them.
*edit* them using the [Titan](https://communitywiki.org/wiki/Titan)
protocol.
Note: I needed the latest *Elpher* from the author's repository for it
to work well with Gemini!
Note: This needs *Elpher* 2.8. Maybe you need to get the latest
version from the author's repository for it to work.
Once you have all three packages installed, use `e` to edit a Gemini
page on a site that has Gemini+Write enabled. Use `C-c C-c` to save,
use `C-c C-k` to cancel. Customize `elpher-gemini-tokens` to set
passwords, tokens, or whatever you need in order to edit sites.
page on a site that has Titan enabled. Use `C-c C-c` to save, use `C-c
C-k` to cancel. Customize `elpher-gemini-tokens` to set passwords,
tokens, or whatever you need in order to edit sites.
Currently this only works for [Alex Schroeder's Blog](gemini://alexschroeder.ch),
I guess.
The known sites that have Titan enabled:
* [Alex Schroeder's Blog](gemini://alexschroeder.ch)
* [Community Wiki](gemini://communitywiki.org:1966)
If you're installing all three packages from source, here's an example
of how to set it all up:

View File

@ -26,7 +26,7 @@
;;; Commentary:
;; This uses Elpher to browse Gemini sites and Gemini Mode to edit
;; them.
;; them using the Titan protocol.
;; - https://thelambdalab.xyz/elpher/
;; - https://git.carcosa.net/jmcbray/gemini.el