Installation You need the Namespace.jar from the NamespacePlugin (I used the one from 26-Nov-2007 20:40). To compile the sources I took the jspwiki 2.4.104 sources and imported them as a eclipse project. I added namespace.jar to build path. After building I moved the de-packages from the classes (eclipes output) to the classes dir of the jspwiki installation. I changed the PageContent.jsp (templates/default) to the version as below (added taglib and two tags). I put the namespace.tld file to the WEB-INF dir. I changed the jspwiki.css to highlight the additions (as below) I changed the jspwiki_print.css to suppress the additions (as below) <** START: changed PageContent.jsp **> <%@ taglib uri="/WEB-INF/jspwiki.tld" prefix="wiki" %> <%@ taglib uri="/WEB-INF/namespace.tld" prefix="ns0" %> <%-- Inserts page content. --%>
| <%=att.getSize()%> bytes |