Last modified by Vincent Massol on 2024/01/16

<
From version < 37.6 >
edited by Vincent Massol
on 2017/09/07
To version < 37.7 >
edited by Vincent Massol
on 2017/09/07
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -8,57 +8,112 @@
8 8  
9 9  Applications offer a powerful way to create advanced content within wiki pages.
10 10  
11 -== Applications available for download on XWiki.org ==
11 +Here are some examples of [[Applications that you can find on xwiki.org>>extensions:Main.WebHome]] and that you can [[install in your wiki>>extensions:Extension.Extension Manager Application]] (click on the images to see them in full screen).
12 12  
13 -Check the [[Extensions wiki>>extensions:Main.WebHome]] which lists all applications available that you can install in your wiki.
13 +(% class="row cards" %)
14 +(((
15 +(% class="col-xs-12 col-sm-6 col-md-4 cards-container" %)
16 +(((
17 +(% class="card card2" %)
18 +(((
19 +(% class="card-body" %)
20 +(((
21 +(% class="card-title" %)
22 +(((
23 +//[[Mocca Calendar Application>>extensions:Extension.MoccaCalendar]]//
24 +)))
14 14  
15 -== Applications Examples ==
26 +(% class="card-subtitle mb-2" %)
27 +(((
28 +{{image reference="MoccaCalendar.png" width="350px"/}}
29 +)))
30 +)))
31 +)))
32 +)))
16 16  
17 -=== Mocca Calendar Application ===
34 +(% class="col-xs-12 col-sm-6 col-md-4 cards-container" %)
35 +(((
36 +(% class="card card2" %)
37 +(((
38 +(% class="card-body" %)
39 +(((
40 +(% class="card-title" %)
41 +(((
42 +//[[Meeting Application>>extensions:Extension.Meeting Application]]//
43 +)))
18 18  
19 -{{image reference="MoccaCalendar.png"/}}
45 +(% class="card-subtitle mb-2" %)
46 +(((
47 +{{image reference="MeetingApplication.png" width="350px"/}}
48 +)))
49 +)))
50 +)))
51 +)))
20 20  
21 -//Screenshot of the [[Mocca Calendar Application>>extensions:Extension.MoccaCalendar]]//
53 +(% class="col-xs-12 col-sm-6 col-md-4 cards-container" %)
54 +(((
55 +(% class="card card2" %)
56 +(((
57 +(% class="card-body" %)
58 +(((
59 +(% class="card-title" %)
60 +(((
61 +//[[Forum Application>>extensions:Extension.ForumApplication]]//
62 +)))
22 22  
23 -=== Meeting Application ===
64 +(% class="card-subtitle mb-2" %)
65 +(((
66 +{{image reference="ForumApplication.png" width="350px"/}}
67 +)))
68 +)))
69 +)))
70 +)))
71 +)))
24 24  
25 -{{image reference="MeetingApplication.png"/}}
73 +(% class="row cards" %)
74 +(((
75 +(% class="col-xs-12 col-sm-6 col-md-4 cards-container" %)
76 +(((
77 +(% class="card card2" %)
78 +(((
79 +(% class="card-body" %)
80 +(((
81 +(% class="card-title" %)
82 +(((
83 +//[[Ideas Application>>extensions:Extension.Ideas]]//
84 +)))
26 26  
27 -//Screenshot of the [[Meeting Application>>extensions:Extension.Meeting Application]]//
86 +(% class="card-subtitle mb-2" %)
87 +(((
88 +{{image reference="IdeasApplication.png" width="350px"/}}
89 +)))
90 +)))
91 +)))
92 +)))
93 +)))
28 28  
29 -=== Forum Application ===
30 -
31 -{{image reference="ForumApplication.png"/}}
32 -
33 -//Screenshot of the [[Forum Application>>extensions:Extension.ForumApplication]]//
34 -
35 -=== Ideas Application ===
36 -
37 -//Screenshot of the [[Ideas Application>>extensions:Extension.Ideas]]//
38 -
39 -{{image reference="IdeasApplication.png"/}}
40 -
41 41  = Extensions =
42 42  
43 -[[Extensions>>extensions:Main.WebHome]] are adds-on that can be installed inside a running XWiki using the [[Extension Manager>>extensions:Extension.Extension Manager Application]]. Applications are a type of Extensions but there are other types. For example, you could install the Markdown Syntax, LDAP integration or others.
97 +[[Extensions>>extensions:Main.WebHome]] are adds-on that can be installed inside a running XWiki using the [[Extension Manager>>extensions:Extension.Extension Manager Application]]. Applications (described above) are a special type of Extensions but there are other types. For example, you could install the Markdown Syntax, LDAP integration or others, which are not Applications (Applications are made of wiki pages).
44 44  
45 45  = Flavors =
46 46  
47 47  A [[Flavor>>extensions:Extension.Flavor Module]] is a set of Extensions working together to achieve a goal. When you first start XWiki, you can pick the Flavor you want your wiki to be, from a list of existing Flavors.
48 48  
49 -Examples of potential Flavors (only some of them exist at this point):
103 +Examples of Flavors:
50 50  
51 -* Knowledge Base
105 +* [[Standard>>extensions:Extension.XWiki Standard Flavor.WebHome]]. This is the generic Flavor developed by the XWiki Dev Team. It can be used for various purposes, one of them being a Knowledge Base
106 +* [[Demo>>extensions:Extension.Demo Flavor.WebHome]]. This is special Flavor showcasing several recommended Extensions. Can be used to discover XWiki and its features.
52 52  * Web Site
53 53  * Collaborative Intranet
54 -* Demo
109 +* Knowledge Base
55 55  
111 +When you start XWiki for the first time, you'll get the [[Distribution Wizard>>Documentation.UserGuide.Features.DistributionWizard]] and one of the steps will let you pick the Flavor you wish to have for your wiki:
112 +
56 56  {{image reference="flavors.png"/}}
57 57  
58 -Technically a Flavor is also an Extension with dependencies on other Extensions.
115 += Creating Applications & Extensions =
59 59  
60 -= Creating new Applications and Extensions =
61 -
62 -If you'd like to create new applications with XWiki our [[Developer's Guide>>platform:DevGuide.WebHome]] will help you through the process.
63 -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]].
64 -If you still have questions you may [[subscribe to the Forum>>dev:Community.Discuss]].
117 +* If you'd like to create new applications with XWiki our [[Developer's Guide>>platform:DevGuide.WebHome]] will help you through the process.
118 +* 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]].
119 +* If you still have questions you may [[post on the Forum>>dev:Community.Discuss]].

Get Connected