This is a partial list of items that I'd like to get completed prior to the final JAMWiki 0.8.0 release:
I'd like to get the first beta release out this week and will then focus on getting the above issues resolved for a final release. For anyone wondering when 0.8.0 final will actually be ready, I'm going to be on vacation through September 28 so expect anywhere from 1-2 months after I return. -- Ryan • (comments) • 30-Aug-2009 18:09 PDT
Archived from the Feedback page:
Is possible translate the contentes of Special:Specialpages ? thanks! --Rafael Torres 21-Jul-2008 07:23 PDT
????--EDVJAR 28-Jul-2008 12:11 PDT
I tried to set up an environment for deploying my different jamwiki instances, so that the local configurations are under source control and deployment works with ant-tasks... one neccessary thing to do that was to copy wiki.jsp, page-init.jsp and others in a folder not under WebContent (WTP/Eclipse), where Eclipse didn't found the TLD (Can not find the tag library descriptor for "http://jamwiki.org/taglib").
The only workaround I found for this was to move jamwiki.tld from WEB-INF to jamwiki-web-0.8.1.jar/META-INF and remove the jsp-config it from web.xml (security.tld is found under spring-security-taglibs-2.0.5.RELEASE.jar/META-INF, so it works without configuration).
If there isn't any reason for an explicit declaration of jamwiki.tld and security.tld in web.xml and the copy in WEB-INF, perhaps it could be moved into the library?!? --hp 07-Jan-2010 06:42 PST
Ryan, I know, I did post a number of bug-reports and feature-requests (specially for 0.8.1) in the last days but there is one thing I can't mention enough: I like to work with JAMWiki, I think it is a great piece of software. Thanks for all your work! --hp 07-Jan-2010 06:42 PST
Archived from the Feedback page:
Has anyone looked into supporting some kind of source code syntax highlighting?
I tried being sneaky and adding Google code prettify to my 0.6.6 install thinking it would be simple enough to get working (by modifying top.jsp to include the css and script), but it requires adding class="prettyprint" to whatever pre tag contains the code which unfortunately doesn't work in JAMWiki 0.6.6. As a workaround, any idea how hard it would be to allow the class attribute on pre tags (maybe not something that would be good to do on an official release, but maybe something I could do just for my install by building from source)?
/jamwiki-core/src/main/jflex/jamwiki-processor.jflex. Basically, that pattern would need to validate and output its attributes similar to how other HTML elements are handled. I'm currently on vacation so my internet access is sporadic, but if you'd like me to set you up with Subversion access just let me know your Sourceforge ID and I can do so; alternatively, if you get some code working feel free to upload it to jamwiki.org and I'll take a look as soon as I return. -- Ryan • (comments) • 10-Sep-2009 19:56 PDT