Wiki source code of Projects Powered by XWiki

Last modified by Thomas Mortagne on 2020/02/10

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 my 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 [[Forum>>dev:Community.Discuss]]). You can also write a [[testimonial>>Main.Feedback.Testimonials]].
40
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).
42
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
47 = Project List =
48
49 {{info}}
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]].
51 {{/info}}
52
53 {{velocity}}
54 #set($columns = ["_images", "Project", "DevelopedBy", "Usage", "doc.creationDate"])
55 #set($columnsProperties = {
56 "_images" : { "type" : "none", "link" : "view", "html" : "true", "sortable":false },
57 "Project" : { "type" : "text" , "link" : "view"},
58 "DevelopedBy" : { "type" : "text", "html" : "true"},
59 "Usage" : { "type" : "text", "html" : "true"},
60 "doc.creationDate" : { "type" : "date" }
61 })
62 #set($options = {
63 "className":"XWiki.ReferenceClass",
64 "translationPrefix" : "references.",
65 "selectedColumn" : "doc.creationDate",
66 "defaultOrder" : "desc",
67 "tagCloud" : true,
68 "rowCount": 15
69 })
70 #livetable("references" $columns $columnsProperties $options)
71 {{/velocity}}

Get Connected