Wiki source code of Projects Powered by XWiki

Version 23.1 by Vincent Massol on 2013/07/25

Show last authors
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
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.
9
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.
11
12 {{html}}
13 <!--
14 ## ---------------------------------------------------
15 ## Let the user add a XWiki Reference
16 ## ---------------------------------------------------
17 -->
18 <form action="" id="newreference">
19 <input type="hidden" name="parent" value="References.WebHome" />
20 <input type="hidden" name="template" value="XWiki.ReferenceTemplate" />
21 <input type="hidden" name="sheet" value="1" />
22 <input type="hidden" name="createReference" value="true" />
23 <input type="hidden" name="name" value=""/>
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>
28 </form>
29 {{/html}}
30
31 = XWiki Badge =
32
33 If your site is powered by XWiki please consider adding this badge to show your appreciation:
34
35 image:80X15.png
36
37 = Testimonials =
38
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]].
40
41 = Project List =
42
43 {{info}}
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]].
45 {{/info}}
46
47 {{velocity}}
48 #set($columns = ["_images", "Project", "DevelopedBy", "Usage", "doc.creationDate"])
49 #set($columnsProperties = {
50 "_images" : { "type" : "none", "link" : "view", "html" : "true", "sortable":false },
51 "Project" : { "type" : "text" , "link" : "view"},
52 "DevelopedBy" : { "type" : "text", "html" : "true"},
53 "Usage" : { "type" : "text", "html" : "true"},
54 "doc.creationDate" : { "type" : "date" }
55 })
56 #set($options = {
57 "className":"XWiki.ReferenceClass",
58 "translationPrefix" : "references.",
59 "selectedColumn" : "doc.creationDate",
60 "defaultOrder" : "desc",
61 "tagCloud" : true,
62 "rowCount": 15
63 })
64 #livetable("references" $columns $columnsProperties $options)
65 {{/velocity}}

Get Connected