I am serving my repos with a directory like so:

fossil server --repolist /home/Users/jlunz/fossils

I would like to create a homepage for all of my repos by using another
fossil which is also in my fossils directory, lets call that
homepage.fossil for now. I'm looking for a way to link to the other fossils
be served in the wiki/homepage of homepage.fossil in a relative way.

I think if I provide the full link address but the fossils wont always be
hosted from the same machine, sometimes they will be accessed with
localhost and sometimes with an IP address. Because of this I would like to
create links that somehow can expand the address of the server. I'm not
sure how this would work. I envision something like:

[${server}/another_repo|Repo1]

Where ${server} would somehow be replaced with the current server address.

Does Fossil currently have this functionality? I have searched for about an
hour and came up short. Thanks in advance for any help.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to