Hi Gerald
Building a topic map enabled site has few steps:
1. You have to build the topic map containing all knowledge.
2. You have to build a mapping from topic map elements to HTML pages. Possible mapping methods are stylesheets (CSS and XSL) and different template languages. We have generally used Velocity template language as it is rather simple and efficient. Unfortunately Velocity templates require programming skills. You actually use Wandora's topic map API directly in Velocity templates. This step usually requires also some graphic designs.
3. Finally you set up the server software that contains topic map as the knowledge base and templates as the visuals.
You can read our real-file project experiences in
http://www.wandora.org/wandora/wiki/index.php?title=Real-life_projects
Also check Wandora Server section in Wandora's documentation. Especially interesting chapter is
http://www.wandora.org/wandora/wiki/index.php?title=Setting_up_Wandora_Piccolo_server
And last but not least there is a SampleWebApp folder in Wandora's samples containing small web application used with Apache Tomcat. Check installation instructions in readme.txt.
Kind Regards,
Aki Kivela