Menu

Tree [r8] /
 History

HTTPS access


File Date Author Commit
 WiWiScript 2007-12-18 chucksmith [r8] fixed version number
 StandardExtensions.txt 2007-11-23 chucksmith [r1] Initial import of WikiWizard 2.0.9 release.
 WiWiScript.jsp 2007-11-23 chucksmith [r1] Initial import of WikiWizard 2.0.9 release.
 readme.txt 2007-11-23 chucksmith [r1] Initial import of WikiWizard 2.0.9 release.

Read Me

Introduction to install WikiWizard 2.0
======================================

1. Download Apache Tomcat (Testet with Version 5.5.20)
2. Download latest JSPWiki from the JSPWiki CVS Repository(cvs.jspwiki.org -> best with Eclipse)
3. Add the Tag

   <editor name="WiWiScript">
      <author>i3G Institut Hochschule Heilbronn</author>
      <path>editors/WiWiScript.jsp</path>
      <minVersion>2.4</minVersion>
      <maxVersion>2.6</maxVersion>
      <adminBean>com.ecyrd.jspwiki.ui.admin.beans.WikiWizardAdminBean</adminBean>
   </editor>

   to "etc/ini/jspwiki_module.xml" in your JSPWiki project

4. Copy the WiWiScript.jsp file from WikiWizard 2.0 package to the path
   "src\webdocs\templates\default\editors" of your JSPWiki project.

5. Copy the "WiWiScript" folder from your WikiWizard 2.0 package
   to the folder "src\webdocs\scripts" of your JSPWiki project

6. Please specific the baseURL in "jspwiki.properties" (example:'http://localhost:8080/JSPWiki/') 

7. Install the core filter "CreoleFilter" from JSPWiki (http://www.jspwiki.org/wiki/WikiCreole)
   Creole Filter installing:
   -------------------------
   Add a file "filters.xml", to the JSPWiki project folder "etc/" with following content

   <?xml version="1.0"?>
   <pagefilters>
	<filter>
		<class>com.ecyrd.jspwiki.filters.CreoleFilter</class>
	</filter>
   </pagefilters>	

9. Compile a WAR file of the JSPWiki project that you put to your "webapps" folder of the
   tomcat.
	
8. The configuration for the extensions toolbar is loaded from the wiki page "StandardExtensions".
   A example configuration can be found in the WikiWizard 2.0 package.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.