[dokuwiki] Interwiki-Link to Javadoc-Anchor
- From: "Martin Gantenbein" <gante@xxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Wed, 20 Jun 2007 09:34:57 +0200
I have added the following definition to interwiki.local.conf:
javadoc http://javadochome/{NAME}
For links to classes, this works great with
[[javadoc>org/mypackage/MyClass.html]].
But links to methods (which are anchors within a class page) don't work:
[[javadoc>org/mypackage/MyClass.html#myMethod(java.lang.String)]] is
converted to
http://javadochome/org/mypackage/MyClass.html#myMethod%28java.lang.String%29
instead of
http://javadochome/org/mypackage/MyClass.html#myMethod(java.lang.String).
I understood that the {NAME}-tag would not perform any encoding, but
this does not seem to be the case. Is this a configuration issue?
Thanks for the help
Gante
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
Other related posts:
- » [dokuwiki] Interwiki-Link to Javadoc-Anchor