Wiki source code of Projects Powered by XWiki

Version 19.1 by Vincent Massol on 2012/07/05

Hide last authors
Vincent Massol 18.13 1 {{velocity}}
2 ## If this page is called with createReference=true then create a new page using the ReferenceClassTemplate template
3 #if ($request.createReference == "true")
4 $response.sendRedirect($xwiki.getURL("References.${request.reference}", "inline", "$!{request.queryString}&title=${request.reference}"))
5 #end
6 {{/velocity}}
7
Silvia Macovei 18.3 8 XWiki is the next generation wiki, a generic web development platform for collaborative applications. As such its use cases are diverse: collaborative intranet, knowledge base, CMS, competitive intelligence, public debate, collaborative creation of school courses, web site creation, etc. See below a list of projects based on XWiki.
Vincent Massol 9.1 9
Silvia Macovei 18.6 10 If you're using XWiki yourself, we'd love to know about it. Please fill in the form below and add information about your usage of XWiki. This will help promote XWiki and fund its development.
Vincent Massol 17.2 11
Vincent Massol 12.1 12 {{html}}
13 <!--
Vincent Massol 9.1 14 ## ---------------------------------------------------
15 ## Let the user add a XWiki Reference
16 ## ---------------------------------------------------
Vincent Massol 12.1 17 -->
Vincent Massol 9.1 18 <form action="" id="newreference">
19 <input type="hidden" name="parent" value="References.WebHome" />
20 <input type="hidden" name="template" value="XWiki.ReferenceClassTemplate" />
21 <input type="hidden" name="sheet" value="1" />
Vincent Massol 18.13 22 <input type="hidden" name="createReference" value="true" />
Vincent Massol 9.1 23 <input type="hidden" name="name" value=""/>
Vincent Massol 19.1 24 <input class="withTip" type="text" name="reference" value="" size="30"/>
25 <span class="buttonwrapper">
26 <input class="button" type="submit" value="Add this Project" />
27 </span>
Vincent Massol 9.1 28 </form>
Vincent Massol 12.1 29 {{/html}}
30
Vincent Massol 12.2 31 = XWiki Badge =
Vincent Massol 9.1 32
33 If your site is powered by XWiki please consider adding this badge to show your appreciation:
Vincent Massol 12.1 34
kuchumovn 10.1 35 image:80X15.png
Vincent Massol 9.1 36
Vincent Massol 16.1 37 = Testimonials =
38
Silvia Macovei 18.7 39 If you're happy to be using XWiki please let us know about it (blog it, tweet it, reply on our [[Mailing List>>dev:Community.MailingLists]]). You can also write a [[testimonial>>Testimonials]].
Vincent Massol 16.1 40
Vincent Massol 12.2 41 = Project List =
Vincent Massol 9.1 42
Vincent Massol 17.1 43 {{info}}
Silvia Macovei 18.8 44 To add or edit the details of a project please register (top right). If you would like your project to be removed from the list below please send us an email on the [[XWiki User Mailing list>>dev:Community.MailingLists]].
Vincent Massol 17.1 45 {{/info}}
Vincent Massol 9.1 46
Vincent Massol 17.1 47 {{velocity}}
Vincent Massol 18.9 48 #set($columns = ["_images", "Project", "Organization", "Usage", "doc.creationDate"])
Vincent Massol 17.1 49 #set($columnsProperties = {
50 "_images" : { "type" : "none", "link" : "view", "html" : "true", "sortable":false },
51 "Project" : { "type" : "text" , "link" : "view"},
Vincent Massol 18.10 52 "Organization" : { "type" : "text"},
53 "Usage" : { "type" : "text"},
Vincent Massol 18.9 54 "doc.creationDate" : { "type" : "date" }
Vincent Massol 17.1 55 })
56 #set($options = {
57 "className":"XWiki.ReferenceClass",
58 "translationPrefix" : "references.",
Vincent Massol 18.9 59 "selectedColumn" : "doc.creationDate",
60 "defaultOrder" : "desc",
Vincent Massol 17.1 61 "tagCloud" : true,
Vincent Massol 17.3 62 "rowCount": 15
Vincent Massol 17.1 63 })
64 #livetable("references" $columns $columnsProperties $options)
65 {{/velocity}}

Get Connected