[fossil-users] Access to doc files

2014-04-07 Thread Abilio Marques
Hi, I want to enable everyone access to the /doc files. I'm using my raspberry pi to host my repos, one of them being my resumé (done with latex), and I want everyone to be able to access to the latest version (of the PDF). I have 2 questions: 1. Can I limit access just to PDF files. Actually,

Re: [fossil-users] Access to doc files

2014-04-07 Thread Stephan Beal
On Mon, Apr 7, 2014 at 4:47 PM, Abilio Marques amarq...@smartappsla.comwrote: 2. How should I set user Capabilities to restrict access to everything but the doc (I don't want people to go into the repo's wiki, as I use it for private annotations) Fossil doesn't have this level of

Re: [fossil-users] Access to doc files

2014-04-07 Thread Richard Hipp
On Mon, Apr 7, 2014 at 10:47 AM, Abilio Marques amarq...@smartappsla.comwrote: Hi, I want to enable everyone access to the /doc files. I'm using my raspberry pi to host my repos, one of them being my resumé (done with latex), and I want everyone to be able to access to the latest version (of

Re: [fossil-users] Access to doc files

2014-04-07 Thread Abilio Marques
Tried these combinations: 1. /doc/trunk/en/*.pdf 2. /doc/en/*.pdf (this is the one working for me when I'm logged in: http://myurl/resume/doc/en/Abilio%20Marques.en.pdf 3. /resume/doc/en/*.pdf (just in case, as I run the server once for multiple repos) 3. *.pdf Failed at them all On Mon, Apr

Re: [fossil-users] Access to doc files

2014-04-07 Thread Richard Hipp
On Mon, Apr 7, 2014 at 11:07 AM, Abilio Marques amarq...@smartappsla.comwrote: Tried these combinations: 1. /doc/trunk/en/*.pdf 2. /doc/en/*.pdf (this is the one working for me when I'm logged in: http://myurl/resume/doc/en/Abilio%20Marques.en.pdf 3. /resume/doc/en/*.pdf (just in case, as I

Re: [fossil-users] Access to doc files

2014-04-07 Thread Richard Hipp
On Mon, Apr 7, 2014 at 11:10 AM, Richard Hipp d...@sqlite.org wrote: On Mon, Apr 7, 2014 at 11:07 AM, Abilio Marques amarq...@smartappsla.comwrote: Tried these combinations: 1. /doc/trunk/en/*.pdf 2. /doc/en/*.pdf (this is the one working for me when I'm logged in:

Re: [fossil-users] Access to doc files

2014-04-07 Thread Richard Hipp
On Mon, Apr 7, 2014 at 11:12 AM, Richard Hipp d...@sqlite.org wrote: On Mon, Apr 7, 2014 at 11:10 AM, Richard Hipp d...@sqlite.org wrote: On Mon, Apr 7, 2014 at 11:07 AM, Abilio Marques amarq...@smartappsla.com wrote: Tried these combinations: 1. /doc/trunk/en/*.pdf 2.

Re: [fossil-users] Access to doc files

2014-04-07 Thread Stephan Beal
On Mon, Apr 7, 2014 at 5:10 PM, Richard Hipp d...@sqlite.org wrote: Unless... Maybe it doesn't work for PDF files. Maybe it requires *.wiki or *.md or *.html or *.txt. I'll check when I get a chance, but I really think it ought to work. The relevant code: /* If the public-pages glob

Re: [fossil-users] Access to doc files

2014-04-07 Thread Martin Gagnon
On Mon, Apr 07, 2014 at 05:20:39PM +0200, Stephan Beal wrote: On Mon, Apr 7, 2014 at 5:10 PM, Richard Hipp d...@sqlite.org wrote: Unless...  Maybe it doesn't work for PDF files.  Maybe it requires *.wiki or *.md or *.html or *.txt.  I'll check when I get a chance, but I really

Re: [fossil-users] Access to doc files

2014-04-07 Thread Stephan Beal
On Mon, Apr 7, 2014 at 9:56 PM, Abilio Marques amarq...@smartappsla.comwrote: But checkout capabilities are too high for that purpose, am I wrong? Any other solutions? checkout is necessary to read most of the repo content, IIRC. The name checkout is a bit confusing here. The clone permission

Re: [fossil-users] Access to doc files

2014-04-07 Thread Abilio Marques
But Richard said turn them all off... On Apr 7, 2014 10:22 AM, Richard Hipp d...@sqlite.org wrote: On Mon, Apr 7, 2014 at 10:47 AM, Abilio Marques amarq...@smartappsla.comwrote: Hi, I want to enable everyone access to the /doc files. I'm using my raspberry pi to host my repos, one of

Re: [fossil-users] Access to doc files

2014-04-07 Thread Martin Gagnon
On Mon, Apr 07, 2014 at 05:29:57PM -0430, Abilio Marques wrote: But Richard said turn them all off... This is for nobody and anonymous. But you need checkout permission for the Reader group. When a file match the public glob, it will use Reader permission only for what match the glob list.