28 Sep
2010
28 Sep
'10
8:51 a.m.
+1 On Tue, Sep 28, 2010 at 10:32, Vincent Massol <[email protected]> wrote:
Hi,
I'd like to add interwiki support in XWiki Syntax 2.0 and 2.1.
I'm proposing to add the interwiki definitions to xwiki.properties using the format:
rendering.interWikiDefinitions = alias1=http://url1/ rendering.interWikiDefinitions = aliasN=http://urlN/
Then it's used like this for XWiki Syntax 2.1: [[interwiki:alias1:path]]
For XWiki Syntax 2.0: [[path@alias1]]
This generates in HTML: http://url1/path
I have this already implemented, waiting to commit.
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne