28 Sep
2010
28 Sep
'10
8:32 a.m.
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