Consortium
Activities
Projects
Forge
Events
Log-in
Register
All Documents of this Wiki
Space Menu
Consortium
|
Solutions
|
Middleware
|
Forge
|
MyObjectWeb
|
PDF
|
History
|
More Actions
View
Code
|
XML
|
Help
Documentation
|
XWiki Syntax
|
1 All Documents of this Wiki #set ($sql = "where 1=1 order by doc.web, doc.name") #set ($oldweb = "") #foreach ($item in $xwiki.searchDocuments($sql)) #set($bentrydoc = $xwiki.getDocument($item)) #if (!$oldweb.equals(${bentrydoc.web})) * ${bentrydoc.web} #end ** [${bentrydoc.web}.$bentrydoc.name] by [$bentrydoc.author] on $bentrydoc.date #set ($oldweb = ${bentrydoc.web}) #end