|
|
InstallationInstruction
How to install IDE Wiki Plugin for Eclipse
Requirements
- SnipSnap Wiki, tested with version 1.0b3 (http://www.snipsnap.org)
- Eclipse 3.2 and Java(TM) 1.5 (Windows, Mac OSX, perhaps Linux)
Installation Steps
1. copy the plugin jar to eclipse plugin folder
2. prepare SnipSnap
2.1 RCP Handler:
- copy IdeWikiRcpHandler.jar to <snipsnap-app-path>/8668/webapp/WEB-INF/ib/
2.2 Macro:
- copy IdeWikiMacro.jar to <snipsnap-app-path>/8668/webapp/WEB-INF/ib/
- after restart of SnipSnap you must create a config snip: [SnipSnap/config/ideMacroConfig] (label must be "RenderEngine = org.snipsnap.render.PlainTextRenderEngine")
Content:
# Config of the IDE Macro
# Web CVS Path
# cvs_root = url of web cvs with placeholder
/opt/cvs = http://cvsweb/cgi-bin/cvsweb.cgi/{0}?cvsroot=cvs
# misc configs
showProjectName = false- the following CSS class for code links must append to the snip.css of you SnipSnap theme and ide.gif image must attached to theme snip like [SnipSnap/themes/Blue Life]
Content:
.ideMacroLink {
background: transparent url('/theme/images/ide.gif') 0% 50% no-repeat;
padding-left: 13px;
}3. Start Eclipse and open IdeWiki preference:
- setup the start URL of your SnipSnap application
- WebCVS path (will be used for code linking outside from eclipse - java code must saved in CVS repository)
- Username and Password of an editor or admin snipsnap account
Update and more information
Please visit http://code.google.com/p/ide-wiki for updates and contact.
Sign in to add a comment
