Post #989617
2026-04-03 14:29 UTC
tried to build a guile haunt website using exported data from a blogspot site, haunt can't handle HTML entities in posts and i don't know how to fix it. no idea how to modify some shtml parsifying stuff. super simple project, suddenly everything gets insanely technical and i can't follow anything.
tried to make a common lisp coleslaw site to see if it could handle HTML posts better, couldn't even get the skeleton test site to build by running the 5 instructions in the readme.
*sigh*, big *sigh*.
i'd like to be able to build basic sites for poets and heretic philosphers without being some kinda technician... :/
#commonLisp #scheme #guile
Replies (3)
-
@baleine@piaille.fr 2026-04-03 14:49
@mousebot If you make a bug report to haunt with how to reproduce I can try to fix that for you
-
@zardoz03@mastodon.online 2026-04-03 14:52
@mousebot idk how much haunt asbtracts things but i remember the sxml engine having a verb to alter itself to allow for html entities for reference: (define-parsed-entity! 'nbsp "")
-
@jay@cathode.church 2026-04-03 14:55
@mousebot take a look at Soupault :)