JSPWiki mobile experience

2017-10-05 Thread Jürgen Weber
Hi, anybody out there with good CSS skills, who could give JSPWiki a good mobile experience? I guess LeftMenue would have to go into a drop down menue. https://issues.apache.org/jira/browse/JSPWIKI-835 Juergen

Re: Configuring a public JSPWiki instance for private use

2017-10-05 Thread Jürgen Weber
Wouldn't a good tutorial be enough? Basically you just have to add a user to tomcat-users.xml, enable container managed security in web.xml and edit the policy (maybe we should include the default policy, that is more restricted and just works). Wordpress and friends have zillions of security hol

Tomcat Manager installation

2017-10-05 Thread Paul Uszak
Further to recent "complexity" discussions, what is the protocol for installing JSPWiki via the Tomcat manager gui please? I followed the simple installation guide but it fails at step 3. I deployed the jar file with the gui and that was successful. A JSPWiki (I left the default name) directory

Re: Configuring a public JSPWiki instance for private use

2017-10-05 Thread David Vittor
I kind of feel both sides of the argument are right here. Even though JSPWiki has a pretty great authentication system, the problem is it's not very user friendly. The solution I think is to build some sort of an "admin" UI into JSP wiki which lets users configure group/user permissions, and then

Re: Configuring a public JSPWiki instance for private use

2017-10-05 Thread Paul Uszak
"What is JSPWiki for?" This then is the question. If we kneel before our god(s), hands on heart, lovingly think of our grandmothers and ask ourselves “Can JSPWiki effectively compete in the content management market” , what's the honest answer? I think deep down in our souls it's an emphatic “no”

Re: Configuring a public JSPWiki instance for private use

2017-10-05 Thread Jürgen Weber
Jim, I also think the JSPWiki Authorization system is very good. The container looks after authentication, and the policies decide what the Container authenticated user is allowed too. Kudos to Andrew Jaquith (https://www.ecyrd.com/JSPWiki/wiki/AndrewJaquith) Juergen https://jspwiki-wiki.apache

Re: Configuring a public JSPWiki instance for private use

2017-10-05 Thread Jürgen Weber
Peter, that is exactly what I was looking for. Thanks very much, Juergen 2017-10-04 9:59 GMT+02:00 Peter Hormanns : >> put the ACLs into jspwiki.policy : >> >> Something like >> >> grant principal com.ecyrd.jspwiki.auth.authorize.Role "All" { >> permission com.ecyrd.jspwiki.auth.permissions

Re: Configuring a public JSPWiki instance for private use

2017-10-05 Thread Jim Willeke
Try not to think of it as infinite complexities but rather infinite Combinations. ;) And if you have a suggestion or a request for an improvement, I am sure folks would listen. I do agree many of the JSPWiki pages could use some refactoring. As with MOST open source projects the docs and code the