in 2025, i reorganized the website so that content was sorted into directories by format. plaintext files (like this one) would go in "/txt/", code would go in "/prg/", etc. most importantly, HTML articles would go in "/htxt/", a hypertext directory that might one day include other hypertext formats, like Twine (which is just HTML under the hood) or Xanadoc (which is not). doing this breaks a number of old, relatively high-traffic links, so those links were replaced with redirects pointing to their articles' new locations. articles that used enough of their own images were given their own subdirectories, with their images moved out of the top-level "/img/" directory into their own private "/img/" directory; articles that used only one of their own resources had that resource moved to a directory directly under "/htxt/" (for example, "/htxt/img/"). html files that properly belong at the top level, like "guestbook.html" and "links.html", were not moved. here is a complete list of redirects and their targets: /sin_and_punishment.html =:: /htxt/sin_and_punishment.html /cryhell.html =:: /htxt/cryhell.html /m.html =:: /htxt/m.html /vennvoid.html =:: /htxt/vennvoid/index.html /3Dbody.html =:: /htxt/3Dbody/index.html /flash4ever.html =:: /htxt/flash4ever/index.html /metamagic.html =:: /htxt/metamagic.html /maddi.html =:: /htxt/maddi/index.html /domme.html =:: /prg/domme/index.html and here are some files that still need to be redirected: /yuno/diary.html /crs68k/screenshot.html i'm genuinely afraid to move "/yuno/diary.html", or to do anything to it, really, since it's doubtless the most backlinked page on this site, and the one most likely to show up in search engine results at its current address. a compromise has been to create a reverse redirect in "/htxt/", so that "/htxt/yuno/diary" takes you where you'd expect.