AMMDI is an open-notebook hypertext writing experiment, authored by Mike Travers aka mtraven. It's a work in progress and some parts are more polished than others. Comments welcome! More.
This took more finagling with the web server than I wanted, but feel like I've modernized. Works better with Twin Pages - WebSeitz/wiki although still not well enough.
Also figured out how to add a .htacess to make the old URLs work and feeling very pleased with myself for some reason.
Mar 8th, 2022
Working on getting page hierarchicies handled right. I'm not sure I like this feature, it seems too old-school, why should I have rigid trees alongside my freewheeling graph? But the content is getting way unwieldy and this is a way of imposing some order.
How this works:
Slashes in page titles are interpreted as directory separators
There's code to gather the resultant hierarchies and render them in the side column
Because the web is terrible, the output is NOT in subdirectories, that broke every relative link in the output. Instead it writes into a flat output directory with a fake slash character.
Created some new hierarchies, for LWMap and Marvin Minsky. Seems like an awkward process and the resulting links don't flow. Oh well. Still a useful kind of structure to have.