documentation assumes project name is eclipsewiki
Brought to you by:
channingwalton
Do this to see the sources of the plugin in Eclipse:
1. Window->Open Perspective->Other->Plugin Development
2. Select the Plugins View.
3. Select com.teaminabox.eclipse.wiki
4. Right-click, Import->As Source Project
Now go read the documentation. You will see that the
images are broken. That's because linking to resources
in subfolders is not relative to the current resource,
but relative to the top Eclipse resources, like a
project name. This is bad. It is lik ebuilding HTML
pages that only work on a certain PATH like
c:\my\dir\foo.htm but fail when copied to
c:\your\dir\foo.htm
A new mechanism to have relative links to subdirs is
needed (I will enter a separate PR) and then the docs
must be fixed.