Version 24.1 by JeromeVelociter on 2009/04/18 13:35

Show last authors
1 1 XWiki Enterprise Incubator
2
3 <div style="float:left;width:60%">
4 This wiki is the place where XWiki developers can create new applications, mock-ups, templates, etc.
5
6 *Applications in progress*: [QueryGenerator] demo for [XWIKI-1090>http://jira.xwiki.org/jira/browse/XWIKI-1090], [Jump to page>XWiki.JumpToPage] ([XWIKI-1485>http://jira.xwiki.org/jira/browse/XWIKI-1485]), 'Ctrl+G' or 'Apple+G' for demo, [Command line>Commands.WebHome] 'CTRL+J' for demo (only for authenticated users)
7
8 *Applications committed/published*:
9 [Blog>Blog.WebHome], [Password Reset>XWiki.ResetPassword] (committed in 1.6M1, needs to be localized), [Attachments index>http://incubator.myxwiki.org/xwiki/bin/view/Main/AllDocs?view=attachments] (1.7 candidate)
10
11 #info("Registration on this wiki is not open. If you want to contribute, please <a href=http://dev.xwiki.org/xwiki/bin/view/Community/MailingLists>send us an email on XWiki's developer list</a> or contact us trough our <a href=http://dev.xwiki.org/xwiki/bin/view/Community/IRC>IRC Channel</a>, and we will create you an account.")
12 </div>
13
14 <div style="text-align:right" class="plainmessage">
15 #set($syntaxes = $xwiki.search("select distinct doc.syntaxId from XWikiDocument as doc"))
16 <div class="hidden">
17 {table}
18 Syntax|Number of pages
19 #foreach($syntax in $syntaxes)
20 $syntax|$xwiki.countDocuments("where doc.syntaxId='$syntax'")
21 #end
22 {table}
23 </div>
24 Objectif 100% 2.0 !
25 {chart:source=type:table;|table_number=0|type=pie|renderer=pie|height=200|width=300|title=Syntax distribution}
26 </div>
27
28 <div class="clearfloats"></div>
29
30 #set($blacklistedSpaces = ["Import", "Panels", "Scheduler", "Stats", "XAppClasses", "XAppSheets", "XAppTemplates", "XWiki"])
31 #includeInContext("Main.Dashboard")