Hi all,
Two questions relating to Radeox:
1. Users quite often ask what macros are available besides {table},
what params they take etc... I tried pointing them to the Radeox docs
but these don't seem to correlate with what is actually available in
XWiki:
http://radeox.org/space/snipsnap-help . In particular the
{list-of-macros} macro looks handy, but it just returns null. Is this
something that is going to need to be documented from scratch for
XWiki?
2. I recently wrote up how to use Radeox's interwiki feature with
XWiki:
http://www.xwiki.org/xwiki/bin/view/AdminGuide/Enabling+interwiki+links
.
It works great with Windows but I can't figure out where Radeox is
looking for conf/intermap.txt on my linux box. I've tried putting it
under the tomcat directory, the tomcat user's home directory,
WEB-INF/classes, WEB-INF/lib, etc... but my xwiki.log always reports:
java.io.FileNotFoundException: conf/intermap.txt (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:137)
at java.io.FileInputStream.<init>(FileInputStream.java:97)
at org.radeox.filter.interwiki.InterWiki.<init>(InterWiki.java:62)
at org.radeox.filter.interwiki.InterWiki.getInstance(InterWiki.java:47)
at
com.xpn.xwiki.render.filter.XWikiLinkFilter.handleMatch(XWikiLinkFilter.java:167)
[...]
Any ideas?
Thanks,
Robin