Flash Wiki Map Plugin#
It shows the Wiki structure in a touchgraph, using Flash. It should help finding hot spots in the wiki and showing the development of the wiki. Some screenshots are attached.
Here two screenshots of the FlashWikiMap Plugin in action:
Developer#
I work at the Heilbronn University's i3G Institute in
ChristophSauer's Team, developing plugins.
Parameter#
name | default | used for |
---|---|---|
width | 300 | width |
height | 300 | height |
startpage | the edited site | the focussed site |
showall | false | if the whole wiki structure should be visualized |
Example codes:
[{FlashWikiMapPlugin}]
[{FlashWikiMapPlugin width=’600’ height=’600’ startpage=’LeftMenu’ showall=’true’ }]
Installation#
- Copy the FlashWikiMapPlugin.jar
into the the JSPWIKI/WEB-INF/lib directory
- Unzip the the flashwikimap.zip
into the JSPWIKI/script directory
- Unzip the the wikimapservlet.zip
into the JSPWIKI/WEB-INF/classes directory
- Edit JSPWIKI/WEB-INF/web.xml and include the wikimapservlet by adding following code right after the other servlet declarations
<servlet> <servlet-name>wikimapservlet</servlet-name> <servlet-class> org.wikiwizard.jspwiki.plugin.wikimapservlet.wikimapservlet </servlet-class> </servlet> <servlet-mapping> <servlet-name>wikimapservlet</servlet-name> <url-pattern>/wikimapservlet</url-pattern> </servlet-mapping>-- Joerg Doneit, 3.12.07
Comments#
Joerg, I installed this plugin according to the above instructions, recycled Tomcat and created a page that has the above mentioned plugin insertion, but no output is produced, the page remains empty. The logs (jspwiki.log and stdout) show no error messages (so it can find the plugin).
Also no source is provided in the jar files attached to this page, so debugging becomes a little difficult now.
Could you help me out, have I done something wrong here ?
Thnks, --HarryMetske
Add new attachment
List of attachments
Kind | Attachment Name | Size | Version | Date Modified | Author | Change note |
---|---|---|---|---|---|---|
jar |
FlashWikiMapPlugin.jar | 9.2 kB | 1 | 03-Dec-2007 12:48 | 213.214.22.14 | |
png |
Flashwikimap1.png | 9.4 kB | 1 | 03-Dec-2007 12:50 | 213.214.22.14 | |
png |
Flashwikimap2.png | 68.5 kB | 1 | 03-Dec-2007 12:50 | 213.214.22.14 | |
zip |
flashwikimap.zip | 89.1 kB | 1 | 03-Dec-2007 12:48 | 213.214.22.14 | |
png |
flashwikimap1.PNG | 9.4 kB | 1 | 03-Dec-2007 12:48 | 213.214.22.14 | |
png |
flashwikimap1.png | 9.4 kB | 1 | 03-Dec-2007 12:53 | 213.214.22.14 | |
png |
flashwikimap2.PNG | 68.5 kB | 1 | 03-Dec-2007 12:48 | 213.214.22.14 | |
png |
flashwikimap2.png | 68.5 kB | 1 | 03-Dec-2007 12:53 | 213.214.22.14 | |
zip |
wikimapservlet.zip | 155.4 kB | 1 | 03-Dec-2007 12:48 | 213.214.22.14 |