Canonical URIs and other changes
+ Replace forest:// scheme with canonical URLs
Canonical URLs are things like https://www.jonmsterling.com/foo, with no
extension. Avoiding a file extension (like xml or html) seems important
to avoid future URL breakage. I currently achieve this by putting
"index.xml" in a subdirectory like "foo"; unfortunately, servers do not
automatically treat "index.xml" as a directory index, so I need to
create a dummy index.html file that redirects. Obviously this is
unnecessary for a server deployment in which you can edit .htaccess or
.httpd, but I don't want to assume that all users will have that
ability.
+ Get rid of transclusion modifiers (sentence case, etc.)
+ Don't render anonymous trees at all! Inline only.
+ Store SVGs in files rather than inline
The architecture is cleaned up enough that this is now possible to do
cleanly.
+ Add a rudimentary atom client
References: https://todo.sr.ht/~jonsterling/forester/129
This is a binary file and will not be displayed.