Tekuti interaction library
Find a file
Tom Willemse 8bd0ba25e4 Make sure that ‘tekuti-host’ doesn't end in a ‘/’
Tekuti gets real confused when a request is sent to
https://tekuti.example.com//admin/new-post claiming that the host field is
missing. From my logs:

    Throw to key `uri-error' with args `("Expected path not starting with
    \"//\" (no host): ~a" ("//admin/new-post"))'.
2023-12-07 22:06:26 -08:00
.builds Fix package name in pages build 2022-03-23 19:09:06 -07:00
.gitignore Set up automated builds on Sourcehut 2022-03-23 19:05:29 -07:00
Makefile Set up automated builds on Sourcehut 2022-03-23 19:05:29 -07:00
README.org Set up automated builds on Sourcehut 2022-03-23 19:05:29 -07:00
tekuti.el Make sure that ‘tekuti-host’ doesn't end in a ‘/’ 2023-12-07 22:06:26 -08:00

tekuti-el

This project is meant to help make posting and maintaining blog posts from Emacs to tekuti.

Installation

If you want to try out this project, you can install it in Emacs through ELPA by adding the development archive for this project into your package-archives:

  (add-to-list 'package-archives
               '("tekuti-el"
                 . "https://ryuslash.srht.site/tekuti/elpa/"))

Then run list-packages in Emacs and the package should pop up.