hi,

I'm trying to come to terms with the `embedded documentation approach' for a small project (btw: maybe someone finds it useful: it's a drop-in replacement for `cd' maintaining a dynamic directory stack sorted by frequency of visits against which regex pattern matching is performed -- much better/faster in my view than the usual directory stacks provided by the different shells).

I mimicked the naming scheme used by `fossil' itself, i.e. I put
the files containing the (markdown) source code in a subdir `www' of the projects toplevel dir. I have so far included two pages/files, specifically in the file system these are

/project_toplevel/www/man.md
/project_toplevel/trunk/www/quick.md

which appear with the URLs

http://localhost:8080/doc/trunk/www/man.md
http://localhost:8080/doc/trunk/www/quick.md

when using the local server.

I am trying to include cross-links between the pages. this works as desired in my local clone when using a crosslink like

/doc/trunk/www/quick.md

problem: on the server the repo is located at

http://fossil.0branch.com/sd

and the cross-links don't work any more since the `sd/' is missing (specifically, the `quickstart guide' link at the top of the landing page is not working as you can see). dump question: how can I make the cross-links work both locally as well as when accessing the server repo?

j.


--
Using Opera's revolutionary email client: http://www.opera.com/mail/
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to