On 3/26/15, Oliver Friedrich <[email protected]> wrote: > I got some embedded documentation that is referenced in the menu like the > "Docs" menu on fossil-scm.org. > > This works fine for me and everyone who actually has an account on the > repo, but since it is no open repositiory, the user nobody has absolutely > no rights. > > Now I need to get the embedded doc to be seen by anyone who knows the link > withouth authentication before. > > I tried giving the user nobody back the rights "hj" but that does not allow > him to actually view the pages, but only the menu to the docs. > > Can you please hint me on what rights the user needs to read the embedded > docs? >
You need check-out permission to view embedded documentation, because if you can directly view any file that has been checked into the repo, that is mostly the same as being able to check-out. If you want to allow users without check-out permission to see a limited selection of documents, then you can go to the /Admin/Access setup page and scroll down to the "Public Pages" entry box. "Public Pages" is a comma-separated list of glob patterns for pages that are accessible by anybody. Enter something like /doc/trunk/public/* into this box to permit anyone to view the latest trunk versions of documents in the public subfolder, for example. -- D. Richard Hipp [email protected] _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

