Changes for page Projects Powered by XWiki

Last modified by Thomas Mortagne on 2020/02/10

From version 8.3
edited by Jean-Vincent Drean
on 2009/08/06
Change comment: Migrated old blog article to the new blog application
To version 9.1
edited by Vincent Massol
on 2009/08/16
Change comment: Rollback to version 7.10

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.jvdrean
1 +XWiki.VincentMassol
Content
... ... @@ -1,1 +1,75 @@
1 -#includeForm("Blog.BlogPostSheet")
1 +1 Projects Powered by XWiki
2 +
3 +Please add information about your usage of XWiki by using the form below. This will help promote XWiki and fund its development.
4 +
5 +## ---------------------------------------------------
6 +## Let the user add a XWiki Reference
7 +## ---------------------------------------------------
8 +
9 +<form action="" id="newreference">
10 + <input type="hidden" name="parent" value="References.WebHome" />
11 + <input type="hidden" name="template" value="XWiki.ReferenceClassTemplate" />
12 + <input type="hidden" name="sheet" value="1" />
13 + <input type="hidden" name="webname" value="References"/>
14 + <input type="hidden" name="name" value=""/>
15 + <table>
16 + <tr>
17 + <td>
18 + <input type="text" name="reference" value="" size="30"/>
19 + </td>
20 + <td>
21 + <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(); }' />
22 + </td>
23 + </tr>
24 + </table>
25 +</form>
26 +
27 +~~You can also add yourself to the [XWiki Users Map>http://www.frappr.com/xwikiusers].~~
28 +
29 +1.1 XWiki Badge
30 +
31 +If your site is powered by XWiki please consider adding this badge to show your appreciation:
32 +
33 +{image:80X15.png}
34 +
35 +1.1 Project List
36 +
37 +Click on the projects in the table to get more information. You can search for a project using the filters below.
38 +
39 +#info('Project using XWiki we know about are most of the time added to this list by default. 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 at [email protected]')
40 +
41 +#set ($sql = ", BaseObject as obj where obj.name=doc.fullName and obj.className='XWiki.ReferenceClass' and obj.name<>'XWiki.ReferenceClassTemplate' order by doc.name asc")
42 +#set ($references= $xwiki.searchDocuments($sql))
43 +
44 +~~There are currently $references.size() references listed on this page.~~
45 +
46 +<table id="referenceTable" class="grid sortable filterable doOddEven" cellpadding="0" cellspacing="0" border="0">
47 + <tr class="sortHeader">
48 + <th class="unsortable noFilter">Image</th>
49 + <th>Project</th>
50 + <th>Organization</th>
51 + <th class="unsortable">Usage</th>
52 + </tr>
53 + #foreach ($reference in $references)
54 + <tr style="cursor: pointer;" onclick="window.location='$xwiki.getURL($reference)'">
55 + #set ($refDoc = $xwiki.getDocument($reference))
56 + <td>
57 + #if ($refDoc.attachmentList.size() > 0)
58 + #set ($attach = $refDoc.attachmentList.get(0))
59 + <img style="width: 100px; height: 100px; border: 1px; border-color: #000000; border-style: solid;" src="$refDoc.getAttachmentURL($attach.filename)"/>
60 + #else
61 + <img style="width: 100px; height: 87px; border: 1px; border-color: #000000; border-style: solid;" src="$doc.getAttachmentURL("XWikiReferenceThumbnail.png")" />
62 + #end
63 + </td>
64 + <td>
65 + *$refDoc.display("Project")*
66 + </td>
67 + <td>
68 + $refDoc.display("Organization")
69 + </td>
70 + <td>
71 + $refDoc.display("Usage").trim()
72 + </td>
73 + </tr>
74 +#end
75 +</table>
Blog.BlogPostClass[0]
Is hidden
... ... @@ -1,1 +1,0 @@
1 -No
Publish date
... ... @@ -1,1 +1,0 @@
1 -2007-03-13 18:13:01.0
Is published
... ... @@ -1,1 +1,0 @@
1 -Yes
XWiki.ArticleClass[0]

Get Connected