Wiki source code of XWiki Syntaxes
Version 53.1 by Vincent Massol on 2016/03/18
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{velocity}} | ||
2 | $response.sendRedirect($xwiki.getURL('XWiki.XWikiSyntax')) | ||
3 | {{/velocity}} | ||
4 | |||
5 | {{comment}} | ||
6 | {{groovy}} | ||
7 | def content = xwiki.getURLContent('https://raw.github.com/xwiki/xwiki-platform/stable-5.2.x/xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/XWiki/XWikiSyntax.xml') | ||
8 | def dummyDoc = xwiki.getDocument("Dummy") | ||
9 | dummyDoc.getDocument().fromXML(content) | ||
10 | println "{{html clean='false'}}${dummyDoc.getRenderedContent()}{{/html}}" | ||
11 | {{/groovy}} | ||
12 | {{/comment}} |