Re: [fossil-users] Webpage for multiple fossil repositories - configuration options?

2017-06-06 Thread John Pateman
Yes, this was my usercase. Specifically I would like to configure the page generated by the `—repolist` option in `fossil server`. Whilst the `—files GLOBPATTERN` is helpful in so far as generating an alternative html page, I really wanted to be able to use a config option in `fossil server` to

Re: [fossil-users] Webpage for multiple fossil repositories - configuration options?

2017-06-05 Thread Ross Berteig
On 6/5/2017 8:37 PM, Andreas Kupries wrote: I am not sure that this would help him. My reading of his request is that he wants to customize the page generated by fossil itself [1]. That was my read too. The $64K question then is where such customization would be stored. Skins are per

Re: [fossil-users] Webpage for multiple fossil repositories - configuration options?

2017-06-05 Thread Andreas Kupries
> On 6/5/17, John Pateman wrote: > > I have a number of repositories named (for example) x.fossil, y.fossil & > > z.fossil, all stored in a single directory `/Users/Shared/FOSSIL/`. > > > > I can now serve a page listing all of these by running; > > > > `fossil server

Re: [fossil-users] Webpage for multiple fossil repositories - configuration options?

2017-06-05 Thread Warren Young
On Jun 5, 2017, at 3:08 PM, John Pateman wrote: > > Is it possible to customise the appearance of this webpage without having to > set it up a full web server? Say $ fossil ui Then in the browser that pops up, go to Admin > Skins, and edit the files presented, or

Re: [fossil-users] Webpage for multiple fossil repositories - configuration options?

2017-06-05 Thread Richard Hipp
On 6/5/17, John Pateman wrote: > I have a number of repositories named (for example) x.fossil, y.fossil & > z.fossil, all stored in a single directory `/Users/Shared/FOSSIL/`. > > I can now serve a page listing all of these by running; > > `fossil server --repolist

[fossil-users] Webpage for multiple fossil repositories - configuration options?

2017-06-05 Thread John Pateman
I have a number of repositories named (for example) x.fossil, y.fossil & z.fossil, all stored in a single directory `/Users/Shared/FOSSIL/`. I can now serve a page listing all of these by running; `fossil server --repolist /Users/Shared/FOSSIL/ -port &` Is it possible to customise the