~tardypad/jargon-gemini

The Jargon File in gemini text format
2360a9bc — Damien Tardy-Panis 3 years ago
Fix directories link in README
33b9b2a2 — Damien Tardy-Panis 3 years ago
Add info in README about utilities scripts
33fc837c — Damien Tardy-Panis 3 years ago
Merge manual fixes into extract glossary script

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~tardypad/jargon-gemini
read/write
git@git.sr.ht:~tardypad/jargon-gemini

You can also use your local clone with git send-email.

#Jargon gemini

The Jargon File in Gemini text format

The content is to be found in the jargon directory. It will be made available at gemini://jargon.tardypad.me when I'm able to host it.

All internal links are relative so there's no need to rewrite them wherever you host the folder. It also makes it easy to test the navigation locally.

The hierarchy and naming of the files is the exact same as in the original version. This makes it easy to share a gemini link as a web one and vice versa.

http://www.catb.org/jargon/html/F/foo.html <-> gemini://jargon.tardypad.me/F/foo.gmi

See the following example aliases converting the URL from stdin to the desired protocol:

# jargon web to gemini URL
alias j2g="sed 's|.*/html/\(.*\)\.html|gemini://jargon.tardypad.me/\1.gmi|'"

# jargon gemini to web URL
alias j2w="sed 's|.*{URL}/\(.*\)\.gmi|http://www.catb.org/jargon/html/\1.html|'"

#Utilities

The utilities directory contains scripts to initialize the Jargon File in Gemini text format from the original sources, before only manual changes can be done.

They should be run from the root directory in the following order:

$ ./utilities/init.sh
$ ./utilities/extract_glossary.sh
$ ./utilities/index_glossary.sh
Do not follow this link