Wiki source code of Applications & Extensions
Version 28.1 by Silvia Macovei on 2014/12/09
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{box cssClass="floatinginfobox" title="**Contents**"}}{{toc/}}{{/box}} | ||
2 | |||
3 | = Applications = | ||
4 | |||
5 | As you've learned from the [[Programming feature>>Features.Programming]] it's possible to put code inside XWiki pages. You can combine several pages together to form an application. In other words an application is simply a self-contained set of XWiki pages. You can export these pages into a single archive file named a XAR (it stands for XWiki Archive) which can then be imported again into other wikis. This is a very nice way to create reusable applications. | ||
6 | |||
7 | Applications offer a powerful way to create advanced content within wiki pages. | ||
8 | |||
9 | == List of Applications available for download on XWiki.org == | ||
10 | |||
11 | Check the [[Extensions wiki>>extensions:Main.WebHome]] which lists all applications available that you can install in your wiki. | ||
12 | |||
13 | == Example Applications == | ||
14 | |||
15 | === Calendar Application === | ||
16 | |||
17 | //Screenshot of the Calendar Application// | ||
18 | |||
19 | {{image reference="Calendar.png"/}} | ||
20 | |||
21 | === Meeting Manager Application === | ||
22 | |||
23 | //Screenshot of the Meeting Manager Application// | ||
24 | |||
25 | {{image reference="MeetingManager.PNG"/}} | ||
26 | |||
27 | === Bulletin Board Application === | ||
28 | |||
29 | //Screenshot of the Bulletin Board Application// | ||
30 | |||
31 | {{image reference="BulletinBoardTopic.png"/}} | ||
32 | |||
33 | === Polls Application === | ||
34 | |||
35 | //Screenshot of the Polls Application// | ||
36 | |||
37 | {{image reference="Polls.png"/}} | ||
38 | |||
39 | == Creating new Applications and Extensions == | ||
40 | |||
41 | If you'd like to create new applications with XWiki our [[Developer's Guide>>DevGuide.WebHome]] will help you through the process. | ||
42 | If you are interested in participating to the XWiki project development itself or in building it from sources, you should refer to the [[XWiki development community>>dev:Main.WebHome]]. | ||
43 | If you still have questions you may [[subscribe to the mailing lists>>dev:Community.MailingLists]]. |