Wiki source code of XWiki Syntaxes
Version 54.2 by Valdis Vitolins on 2016/04/26
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{comment}} | ||
2 | {{velocity}} | ||
3 | $response.sendRedirect($xwiki.getURL('XWiki.XWikiSyntax')) | ||
4 | {{/velocity}} | ||
5 | {{/comment}} | ||
6 | |||
7 | {{comment}} | ||
8 | {{groovy}} | ||
9 | 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') | ||
10 | def dummyDoc = xwiki.getDocument("Dummy") | ||
11 | dummyDoc.getDocument().fromXML(content) | ||
12 | println "{{html clean='false'}}${dummyDoc.getRenderedContent()}{{/html}}" | ||
13 | {{/groovy}} | ||
14 | {{/comment}} | ||
15 | |||
16 | {{display reference="XWiki.XWikiSyntax"/}} |