Wiki source code of Projects Powered by XWiki

Last modified by Thomas Mortagne on 2020/02/10

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" />
Vincent Massol 20.1 20 <input type="hidden" name="template" value="XWiki.ReferenceTemplate" />
Vincent Massol 9.1 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">
Vincent Massol 24.3 26 <input class="button" type="submit" value="Add my Project" />
Vincent Massol 19.1 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
Vincent Massol 26.1 39 If you're happy to be using XWiki please let us know about it (blog it, tweet it, reply on our [[Forum>>dev:Community.Discuss]]). You can also write a [[testimonial>>Main.Feedback.Testimonials]].
Vincent Massol 16.1 40
Vincent Massol 25.2 41 In addition if you're a XWiki user, XWiki admin, XWiki contributor or XWiki developers please increase the XWiki community by adding yourself to our user map! (to do so, click on "view larger map", login with your google account, Edit, type your location, click on "Add a marker" select your location on the map and fill the name and description).
Vincent Massol 24.1 42
Vincent Massol 25.2 43 {{html}}
44 <iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps/ms?msid=210331808187331529022.0004f02bd076d94db85c6&amp;msa=0&amp;ie=UTF8&amp;t=h&amp;ll=15.33959,-25.897332&amp;spn=73.477934,106.974356&amp;output=embed"></iframe><br /><small>Display <a href="https://maps.google.com/maps/ms?msid=210331808187331529022.0004f02bd076d94db85c6&amp;msa=0&amp;ie=UTF8&amp;t=h&amp;ll=15.33959,-25.897332&amp;spn=73.477934,106.974356&amp;source=embed" style="color:#0000FF;text-align:left">XWiki Users, Groups &amp; Staff</a> on a larger map</small>
45 {{/html}}
46
Vincent Massol 12.2 47 = Project List =
Vincent Massol 9.1 48
Vincent Massol 17.1 49 {{info}}
Vincent Massol 24.5 50 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 [[Forum>>dev:Community.Discuss]].
Vincent Massol 17.1 51 {{/info}}
Vincent Massol 9.1 52
Vincent Massol 17.1 53 {{velocity}}
Vincent Massol 22.2 54 #set($columns = ["_images", "Project", "DevelopedBy", "Usage", "doc.creationDate"])
Vincent Massol 17.1 55 #set($columnsProperties = {
56 "_images" : { "type" : "none", "link" : "view", "html" : "true", "sortable":false },
57 "Project" : { "type" : "text" , "link" : "view"},
Thomas Delafosse 22.1 58 "DevelopedBy" : { "type" : "text", "html" : "true"},
Vincent Massol 23.1 59 "Usage" : { "type" : "text", "html" : "true"},
Vincent Massol 18.9 60 "doc.creationDate" : { "type" : "date" }
Vincent Massol 17.1 61 })
62 #set($options = {
63 "className":"XWiki.ReferenceClass",
64 "translationPrefix" : "references.",
Vincent Massol 18.9 65 "selectedColumn" : "doc.creationDate",
66 "defaultOrder" : "desc",
Vincent Massol 17.1 67 "tagCloud" : true,
Vincent Massol 17.3 68 "rowCount": 15
Vincent Massol 17.1 69 })
70 #livetable("references" $columns $columnsProperties $options)
71 {{/velocity}}

Get Connected