JSP WikiTree Version 1.0 Based on the AJAX and JSP technology, I add a tree navigation to wiki platform like JSPWiki, so it'll be easy to make a hierachical structure to your flat wiki pages. With this, any user can easily add, rename, delete a node to quickly make a tree, but I have no backup of these data. Quick start: 1. Drop wikitree.war to ${your Tomcat 5/Resin 3 installation dir}/webapps; 2. Restart the server and change the file wikitree/js/wiki_config.js, modify following lines: studio.beansoft.WikiConfig = { /** This is your wiki's home page*/ WIKI_HOMEPAGE : "http://www.jspwiki.org/wiki/",//eg: http://192.168.80.218:8080/wiki/ /** This is the wiki view page's address, tipically it will with a parameter as page name */ WIKI_VIEW_PAGE : "http://www.jspwiki.org/wiki/",//eg: http://192.168.80.218:8080/wiki/Wiki.jsp?page= /** The wiki's display name */ WIKI_NAME : "JSPWiki.org" }; That's ok, launch your favorite web browser and open this address: http://localhost:8080/wikitree , the default config has some sample node already pointed to www.jspwiki.org. Since the source code has a lot of Chinese chars, so I'm changing it to English and it'll be uploaded a little later. 2006-10-27 Jacky Liu MSN: beansoftstudio@msn.com