Changes for page Home
Last modified by Alex Jaeger on 2026/08/16 15:38
From version 45.1
edited by Alex Jaeger
on 2026/08/13 17:13
on 2026/08/13 17:13
Change comment:
There is no comment for this version
To version 37.1
edited by Alex Jaeger
on 2026/08/13 16:54
on 2026/08/13 16:54
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,33 +1,101 @@ 1 - {{containerlayoutStyle="columns"}}1 +== Welcome to your wiki == 2 2 3 - (((3 +XWiki is the best tool to organize your knowledge. A //wiki// is organized in a hierarchy of //pages//. You can create multiple wikis, each with its own set of pages. 4 4 5 -{{box title="Project One"}} 6 -Description of project one. 5 +XWiki can be used as a knowledge base (support, documentation, sales, etc.), for collaborative workspaces or even as a complete intranet. 7 7 8 -[[View Project>>Projects.ProjectOne]] 9 -{{/box}} 10 10 11 -))) 12 12 13 - (((9 +{{html clean="false" wiki="true"}} 14 14 15 -{{box title="Project Two"}} 16 -Description of project two. 11 +<style> 12 +.card-grid { 13 + display: grid; 14 + grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); 15 + gap: 20px; 16 + margin: 20px 0; 17 +} 17 17 18 -[[View Project>>Projects.ProjectTwo]] 19 -{{/box}} 19 +.x-card { 20 + background: #ffffff; 21 + border: 1px solid #ddd; 22 + border-radius: 8px; 23 + padding: 20px; 24 + box-shadow: 0 2px 6px rgba(0,0,0,0.08); 25 + transition: transform 0.15s ease, box-shadow 0.15s ease; 26 +} 20 20 21 -))) 28 +.x-card:hover { 29 + transform: translateY(-3px); 30 + box-shadow: 0 6px 14px rgba(0,0,0,0.12); 31 +} 22 22 23 -((( 33 +.x-card h3 { 34 + margin-top: 0; 35 +} 24 24 25 -{{box title="Documentation"}} 26 -Technical documentation. 37 +.x-card a { 38 + text-decoration: none; 39 +} 40 +</style> 27 27 28 -[[View Documentation>>Documentation.WebHome]] 29 -{{/box}} 42 +<div class="card-grid"> 43 + <div class="x-card"> 44 + <h3>Publications</h3> 45 + <p>Description of the first project.</p> 46 + [[Wikid Home>>Publications]] 47 + </div> 30 30 49 + <div class="x-card"> 50 + <h3>Projects</h3> 51 + <p>Description of the second project.</p> 52 + <a href="/xwiki/bin/view/Projects/ProjectTwo/">View project →</a> 53 + </div> 54 + 55 + <div class="x-card"> 56 + <h3>Team</h3> 57 + <p>Technical documentation and reference material.</p> 58 + <a href="/xwiki/bin/view/Documentation/">View documentation →</a> 59 + </div> 60 + 61 +</div> 62 + 63 +{{/html}} 64 + 65 + 66 + 67 + 68 +== The basics == 69 + 70 +To make the most out of your wiki, log-in and: 71 + 72 +Use the {{displayIcon name="pencil"/}} button above to //edit// this page and start customizing your wiki to your needs. 73 + 74 +Use the {{displayIcon name="add"/}} button above to //add// more pages to your wiki and create the //hierarchy// that best organizes your content. 75 + 76 +Use the {{displayIcon name="home"/}} breadcrumbs located above the title to //navigate// inside your pages. It's easy to get lost in a big wiki without them. 77 + 78 +You can also use the [[Sandbox>>Sandbox.WebHome]] for more demo content and generally a place to experiment with your wiki's features. 79 + 80 + {{box}}Learn more on how to use XWiki with the [[Getting Started Guide>>https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/GettingStarted/WebHome]].{{/box}} 81 + 82 +(% class="row" %) 83 +((( 84 +(% class="col-xs-12 col-sm-6" %) 85 +((( 86 +== Extend your wiki == 87 + 88 +To extend the power and functionalities of your wiki with the features that //you// need, head over to the [[Extension Manager>>XWiki.XWikiPreferences||queryString="editor=globaladmin§ion=XWiki.Extensions"]] where you can search for and install extensions. 89 + 90 +To browse through the 900+ community contributed extensions available for XWiki, head over to the [[Extensions Repository>>https://extensions.xwiki.org]]. 31 31 ))) 32 32 33 -{{/container}} 93 +(% class="col-xs-12 col-sm-6" %) 94 +((( 95 +== Create your application == 96 + 97 +Go beyond the available extensions and define the //structure// of your data based on //your// needs, creating //your// own applications with [[App Within Minutes>>AppWithinMinutes]] (AWM). 98 + 99 +AWM will take care of making it easy for you and your users to create and manage the data. 100 +))) 101 +)))