Brian, I played around a bit with the PhotoCollectionPlugin, a nice combination of wiki and photo collections. I found just two minor issues :
* The values for photoCollection.default.phototype appear to be case sensitive (I had to add lowercase .png .jpg to get it working). I think they should be case insensitive. * The photoCollection.collection.base is always considered relative to the webapp, even if you start it's value with a "/". You are forced to fiddle in your installed war, even if you use symlinks (and start making questionable changes to the tomcat configuration). In general we like to stay away from "war surgery", and therefore you should be able to use absolute paths for this property. Thanks for your efforts ! kind regards, Harry On 17 January 2014 14:03, Dave Koelmeyer <[email protected] > wrote: > > On 18/01/14 01:01, Brian Burch wrote: > >> My PhotoCollectionPlugin has been available for JSPWiki 2.8 >> (com.eycrd.jspwiki packages) for several years. I have just converted it to >> run under the apache releases. I have tested it against 2.10, running under >> ubuntu 13.10, OpenJDK 1.7.0_25 and apache Tomcat 7.0.42. >> > > > Awesome! > > -- > Dave Koelmeyer > http://blog.davekoelmeyer.co.nz > > >
