💾 Archived View for helion.cybersavior.dev › muffet.gmi captured on 2023-07-22 at 16:24:19. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-04-19)
-=-=-=-=-=-=-
black - completeness, singularity, silence, ego death
documentation - how do things even operate?
fear - limbs turning ridged, form compressed, I am a water heater
homestuck - when the house can't move, can't change, you become a reflection of that.
mind - it's not just rational.
[1]
[2]
a static site generator with aspirations to web crawler
muffet builds a large avl tree which contains many avl trees linking every which way which allows for non-directed graph walks, as well as hierachical views. The easiest way to visit every node is a walk from host to children, and this is done several times during the creation of the tree.
Unlike slov[3] muffet does assume there is a schema key value pairs, HOST, BREF, TYPE are used as they were in oscean, lists LINK and BODY also follow the same pattern. An additional list TAGS is a list of internal references to create additional hubs. Previously we had a tag line with several links like this.
TAGS:[4][5][6][7][8]
which was increadibly clunky to manage. The new way is nicer all around.
muffet gracefully handles nodes in slov which do not follow this schema, or partially follow it, they will simply not be traversable from the main tree after generation.
to build simply run mk.
to install run mk install.
create directory /lib/muffet/gemini
to execute first ensure slov is running and populated then use : muffet > out
where 'out' is the flat rendering of the site.
the gemini files will be placed in /lib/muffet/gemini with .gmi extention. If there are any nodes with TYPE text and there is a filename in cannonical form (lowercase and spaces swapped with _) in /lib/muffet/media/txt then that file's contents will be read into the body of the matching node. In the future TYPE html should do similar with /lib/muffet/media/html. If for some reason someone decides to use this and has further questions let me know and I'll try to help [9]
Muffet now has the capacity to generate Atom files and a gemini feed compatible for subscription[10]
ABOUT - This visual novel is a mind
ARRIVAL AT TERRA - what remains?
INDEX - hierachical view of every page as relates to its host.