Wiki source code of

Version 17.3 by Vincent Massol on 2011/08/08

Hide last authors
Vincent Massol 17.2 1 XWiki is a generic web development platform for collaborative applications. As such it can be used in wild variety of use cases (intranet, knowledge management, CMS, collaborative creation of school cursus, web site, etc). Check below how users are using XWiki.
Vincent Massol 9.1 2
Vincent Massol 17.2 3 If you're using XWiki yourself, we'd love to know about it. Please add information about your usage of XWiki by using the form below. This will help promote XWiki and fund its development.
4
Vincent Massol 12.1 5 {{html}}
6 <!--
Vincent Massol 9.1 7 ## ---------------------------------------------------
8 ## Let the user add a XWiki Reference
9 ## ---------------------------------------------------
Vincent Massol 12.1 10 -->
Vincent Massol 9.1 11 <form action="" id="newreference">
12 <input type="hidden" name="parent" value="References.WebHome" />
13 <input type="hidden" name="template" value="XWiki.ReferenceClassTemplate" />
14 <input type="hidden" name="sheet" value="1" />
15 <input type="hidden" name="webname" value="References"/>
16 <input type="hidden" name="name" value=""/>
17 <table>
18 <tr>
19 <td>
20 <input type="text" name="reference" value="" size="30"/>
21 </td>
22 <td>
23 <input type="submit" value="Add this Project" onclick='if (updateName(this.form.reference,this.form.name)) { action="../../inline/" + this.form.webname.value + "/" + this.form.name.value; this.form.submit(); }' />
24 </td>
25 </tr>
26 </table>
27 </form>
kuchumovn 10.1 28 <p/>
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 17.2 39 If you're happy about your usage of XWiki you can help by letting us know (blog it, tweet it, send it our [[Mailing List>>dev:Community.MailingLists]]). Here's a list of [[Testimonials]] we've found on the web about XWiki.
Vincent Massol 16.1 40
Vincent Massol 12.2 41 = Project List =
Vincent Massol 9.1 42
Vincent Massol 17.1 43 {{info}}
44 Please register (top right) to add or edit the details of a project. 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}}
Vincent Massol 9.1 46
Vincent Massol 17.1 47 {{velocity}}
48 #set($columns = ["_images", "Project", "Organization", "Usage"])
49 #set($columnsProperties = {
50 "_images" : { "type" : "none", "link" : "view", "html" : "true", "sortable":false },
51 "Project" : { "type" : "text" , "link" : "view"},
52 "Organization" : { "type" : "text", "link" : "none"},
53 "Usage" : { "type" : "text", "link" : "none" }
54 })
55 #set($options = {
56 "className":"XWiki.ReferenceClass",
57 "translationPrefix" : "references.",
58 "tagCloud" : true,
Vincent Massol 17.3 59 "rowCount": 15
Vincent Massol 17.1 60 })
61 #livetable("references" $columns $columnsProperties $options)
62 {{/velocity}}
Vincent Massol 12.1 63

Get Connected