Wiki source code of Public

Version 23.1 by xWill xMencel on 2026/06/29 15:21

Show last authors
1
2 {{locationSearch reference="document:xwiki:Public.WebHome" box="true" placeholder="Search ..." width="70%"/}}
3
4 == Hot ==
5 {{velocity}}
6 #set ($list = $xwiki.tag.getDocumentsWithTag('Hot'))
7 #foreach($reference in $list)
8 #set ($document = $xwiki.getDocument($reference))
9 #set ($label = $document.getTitle())
10 [[$label>>$reference]]
11 #end
12 {{/velocity}}
13
14 == Browse ==
15 {{documentTree root="document:xwiki:Public.WebHome"/}}