On Jan 13, 2010, at 9:19 AM, Jeremy Cowgar wrote: > I fixed what I thought was a bug but it turns out it was not, see > [acba194c0d]. > > My question is, how do we allow non-code privledged users to view / > doc? There are docs to my application as well as javascript code > that my theme relies on. Also the vast number of users do not have > access to the source code of my project. > > As a result of this, wiki editing and some more advanced > functionality of the website/theme are non-functional because they > cannot access the javascript directory. Further, they cannot access > some important docs for the project. > > Any thoughts?
We could implement attachments for wiki pages and tickets and stuff the auxiliary files in an attachment. You could keep the code and documention in separate repositories. Wiki attachments seems like the right approach. The file format is designed to support wiki attachments - I've just never implemented them. It isn't something that I can add in 5 minutes.... D. Richard Hipp [email protected] _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

