Wiki source code of Sergiu Dumitriu's (X)Wiki

Last modified by Sergiu Dumitriu on 2017/07/25 16:50

Show last authors
1 == Latest presentations ==
2 {{velocity}}
3 #set ($featuredPresentations = [
4 { "name" : "Understanding Git", "info" : "Training."},
5 { "name" : "Understanding JavaScript", "info" : "Training."},
6 { "name" : "Understanding Maven", "info" : "Training."},
7 { "name" : "GSoCMS", "info" : "Presentation and discussion during the GSoC mentor Summit 2012."}
8 ])
9 #foreach ($p in $featuredPresentations)
10 #set ($pDoc = $xwiki.getDocument("Presentation.${p.name}"))
11 * **[[$pDoc.displayTitle>>$pDoc.fullName||queryString="skin=Presentation.PresentationSkin"]]** (% style="font-size: .7em; opacity: .7"%)(last updated on $xwiki.formatDate($pDoc.date, "dd MMM yyyy hh:mm")). (%%)$!p.info
12 #end
13 {{/velocity}}