Version 17.3 by Vincent Massol on 2011/08/08
Show last authors
author | version | line-number | content |
---|---|---|---|
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. | ||
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 | |||
5 | {{html}} | ||
6 | <!-- | ||
7 | ## --------------------------------------------------- | ||
8 | ## Let the user add a XWiki Reference | ||
9 | ## --------------------------------------------------- | ||
10 | --> | ||
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> | ||
28 | <p/> | ||
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 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. | ||
40 | |||
41 | = Project List = | ||
42 | |||
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}} | ||
46 | |||
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, | ||
59 | "rowCount": 15 | ||
60 | }) | ||
61 | #livetable("references" $columns $columnsProperties $options) | ||
62 | {{/velocity}} |