Added a README.md

main
Mike Lynch 2024-05-04 14:19:04 +10:00
parent 2e098f7909
commit 18c7f756ae
1 changed files with 5 additions and 0 deletions

5
README.md 100644
View File

@ -0,0 +1,5 @@
# apub2gmi.py
This is a script which takes an archive exported from a Mastodon account, looks for media attachments and uses them to build an archive for a Gemini server.
I use it to update the [Glossatory archives](gemini://gemini.mikelynch.org/glossatory/) and there's still a few things hard-coded in it which I haven't moved out to a config file, specifically the regular expressions which match attachment URLs and pull bits of text out for the index links.