On Tue, 4 Jun 2013 17:05:29 +0100
Francis Daly <[email protected]> wrote:
> 
> Create /var/fossil/index.fossil where the front web page is the
> editable-to-some list of the repos to make easily visible.
> 
> fossil server --notfound /index /var/fossil
> 
> Manual updates needed; anything not listed is still accessible if the
> name is known; but it is a cheap way of making a friendly list
> available.
> 
> Too naive?

No, it's certainly an option.

I was picturing something along these lines:

  http://fossil.io7m.com

The output comes from a small program running as a CGI. It doesn't do
any recursion into subdirectories at all. I was going to attempt to
provide something that worked similarly. One option would be to do
unlimited recursion, but use an optional whitelist.fossil (equivalent
to the index.fossil you suggested) containing the names of fossil
repositories and then only consider those files when generating the
index.

M
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to