Add the Gemini Test Wiki to the README

This commit is contained in:
Alex Schroeder 2020-07-01 17:26:05 +02:00
parent d82c1cb4e5
commit 027861c193
2 changed files with 3 additions and 1 deletions

View File

@ -17,6 +17,7 @@ The known sites that have Titan enabled:
* [Alex Schroeder's Blog](gemini://alexschroeder.ch)
* [Community Wiki](gemini://communitywiki.org:1966)
* [Gemini Test Wiki](gemini://alexschroeder.ch:1968)
If you're installing all three packages from source, here's an example
of how to set it all up:

View File

@ -78,7 +78,8 @@ scheme."
(defcustom elpher-gemini-tokens
'(("alexschroeder.ch" . "hello")
("communitywiki.org" . "hello"))
("communitywiki.org" . "hello")
("localhost" . "hello"))
"An alist of hostnames and authorization tokens
used when writing Gemini pages."
:type '(alist :key-type (string :tag "Host") :value-type (string :tag "Token"))