> Please try again now. Fixed in 31c3c599ffb1b449, thank you.
However I still believe that someday the following would be fixed too: http://localhost:8080/doc (and doc/) should search for tip/index.html and tip/index.md in addition to index.wiki. Same with 404.md. http://localhost:8080/doc/ckout/anything.md should not emit <base href> which references /tip/: http://localhost:8080/doc/tip/anything.md. And http://localhost:8080/doc/ckout/foo.md should not report that "document not found in tip". http://localhost:8080/doc/ckout/docs/ currently generates <base href>: http://localhost:8080/doc/tip/docs//tip/docs//tip/docs//tip/404.md, even though I have no 404.md at all. http://localhost:8080/doc/ckout (and any other FOO that has FOO/index.* should redirect to FOO/ or at least display index.* with CORRECT <base> tag. Currently (for index.md) it generates something like: http://localhost:8080/doc/tip/index.html/tip/index.wiki/tip/index.md _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

