Changes for page Getting Started

Last modified by Simon Urli on 2023/10/10

<
From version < 54.1 >
edited by Silvia Macovei
on 2018/09/26
To version < 55.2 >
edited by Silvia Macovei
on 2018/09/26
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -18,9 +18,9 @@
18 18  (((
19 19  Then, as you log in to your wiki, the first thing you see is the wiki homepage.
20 20  
21 -[[image:1.png||class="image-label"]] XWiki is divided into Wikis and Pages. Inside a wiki, you can create a hierarchy of pages, by creating pages inside other pages. This feature is called [[Nested Pages>>platform:Features.ContentOrganization]]. From this area you can [[add new pages>>platform:Features.DocumentLifecycle]] by clicking the "+" button.
21 +[[image:1.png||class="image-label"]] XWiki is divided into Wikis and Pages. Inside a wiki, you can create a hierarchy of pages, by creating pages inside other pages. This feature is called [[Nested Pages>>platform:Features.ContentOrganization]]. From this area you can [[add new pages>>platform:Features.DocumentLifecycle]] by clicking the "Create" button.
22 22  
23 -[[image:2.png||class="image-label"]] Whenever you want to [[modify a page>>platform:Features.PageEditing]], click on the pen edit button, make your changes and save the page. The modified page now replaces the previous version. Each version of the page is stored in the [[page history>>platform:Features.VersionControl]] and can be reverted to, if needed. More page actions, such as Administer, Copy, Rename, Delete, Export, are also available from the last two menus on the right.
23 +[[image:2.png||class="image-label"]] Whenever you want to [[modify a page>>platform:Features.PageEditing]], click on the "Edit" button, make your changes and save the page. The modified page now replaces the previous version. Each version of the page is stored in the [[page history>>platform:Features.VersionControl]] and can be reverted to, if needed. More page actions, such as Administer, Copy, Rename, Delete, Export, are also available from the last two menus on the right.
24 24  
25 25  [[image:3.png||class="image-label"]] From the upper right corner you may click on your [[profile>>extensions:Extension.User Profile Application]], or the notifications menu.
26 26  
... ... @@ -51,7 +51,7 @@
51 51  )))
52 52  )))
53 53  
54 -You can check the [[complete list of features>>Documentation.UserGuide.Features.WebHome]]. You can also [[get started with the first steps>>FirstStepsWithXWiki]].
54 +You can check the [[complete list of features>>Documentation.UserGuide.Features.WebHome]]. You can also [[get started with the first steps>>FirstStepsWithXWiki]] or skip directly to [[more advanced topics>>GoingFurther]].
55 55  
56 56  {{warning}}
57 57  If you need more help with your wiki or you'd like to get in touch with the community please visit the [[support page>>xwiki:Main.Support]]. There you'll find more information on:
... ... @@ -59,54 +59,3 @@
59 59  * [[Community support>>xwiki:Main.Support||anchor="HCommunitySupport"]]
60 60  * [[Professional support>>xwiki:Main.Support||anchor="HProfessionalSupport"]]
61 61  {{/warning}}
62 -
63 -(% class="row cards" %)
64 -(((
65 -(% class="col-xs-12 col-md-6 cards-container" %)
66 -(((
67 -{{html clean="false"}}
68 -<div class="card card2" style="border: 0;">
69 - <div class="card-body">
70 -{{/html}}
71 -
72 -(% style="margin-top: 0" %)
73 -== If you're an Administrator ==
74 -
75 -If you're using the Jetty/HSQLDB package, before you perform admin actions, you will need to log in using the following credentials:
76 -{{code}}Username: Admin
77 -Password: admin{{/code}}
78 -We strongly recommend you change the Admin's password to a secret one as soon as you can.
79 -Otherwise, when you install XWiki from scratch, you are asked to register your own user which will be the owner of the wiki.
80 -
81 -The [[Administrator's Guide>>Documentation.AdminGuide.WebHome]] provides general information for admins who need to customize their wiki (authentication, DB, performance tuning, etc.), and more generally everything you want to know about administrating XWiki, from installation to backups.
82 -
83 -* Discover how to [[create users and groups>>platform:Features.UsersAndGroupsManagement]] and [[handle rights on your wiki>>platform:Features.RightsManagement]].
84 -* Learn how to customize the look and feel of the wiki ([[skin>>platform:AdminGuide.Skins]], [[color themes>>extensions:Extension.Color Theme Application]], [[panels>>extensions:Extension.Panels Application]], etc.)
85 -* See how you can backup your wiki, import XAR files to the wiki and much more.
86 -{{html clean="false"}}
87 - </div>
88 -</div>{{/html}}
89 -)))
90 -
91 -(% class="col-xs-12 col-md-6 cards-container" %)
92 -(((
93 -{{html clean="false"}}
94 -<div class="card card2" style="border: 0;">
95 - <div class="card-body">
96 -{{/html}}
97 -
98 -(% style="margin-top: 0" %)
99 -== If you're a Developer ==
100 -
101 -XWiki is also a second generation wiki. You can build simple applications, extend the platform with custom plugins, or even build complex Web applications.
102 -
103 -XWiki's powerful programming features are documented in the [[Developer's Guide>>platform:DevGuide.WebHome]]. A number of applications are pre-installed but additional applications, macros and other extensions are available on the [[Extensions wiki>>extensions:Main.WebHome]]. The documentation for the [[XWiki Rendering>>rendering:Main.WebHome]] has a [[dedicated wiki>>rendering:Main.WebHome]].
104 -
105 -For documentation related to the development of XWiki itself, visit the [[XWiki Development Zone>>dev:Main.WebHome]].
106 -
107 -{{html clean="false"}}
108 - </div>
109 -</div>
110 -{{/html}}
111 -)))
112 -)))

Get Connected