Wiki source code of About Wikis and XWiki
Last modified by Eleni Cojocariu on 2026/02/24 14:46
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | == What is a wiki? == | ||
| 2 | |||
| 3 | {{velocity filter="none"}} | ||
| 4 | {{html clean="false" wiki="true"}} | ||
| 5 | #startfloatingbox() [[image:examples-wikis.png||height="350" alt="Examples showing different ways of XWiki being used"]]<br/> | ||
| 6 | //4 examples of how XWiki is being used, clockwise from top left: <br/> as a website, as a collaborative knowledge base, as a collaborative <br/> intranet, as a public wiki and learning platform.// | ||
| 7 | #endfloatingbox() | ||
| 8 | {{/html}} | ||
| 9 | {{/velocity}} | ||
| 10 | |||
| 11 | A [[wiki>>https://en.wikipedia.org/wiki/Wiki]] is a collaborative platform where anyone can create, edit, and organize content. On top of this basic feature set, most wikis include additional features such as access rights management and notifications. | ||
| 12 | |||
| 13 | Thanks to their flexibility and ease of use, wikis can be used to address a wide range of situations: | ||
| 14 | |||
| 15 | * Share knowledge: create a knowledge base, product catalog, or documentation. | ||
| 16 | * Manage projects: organize events, develop products, or set up new tools. | ||
| 17 | * Collaborate and communicate: serve as a website, intranet, or extranet for your team. | ||
| 18 | |||
| 19 | In short, a wiki is a central hub for information is stored and kept accessible to everyone who needs it. | ||
| 20 | |||
| 21 | == What makes XWiki special? == | ||
| 22 | |||
| 23 | XWiki is a [[second-generation wiki>>xwiki:documentation.xs.user.get-started.second-generation-wiki.WebHome]]. This means it's not only a traditional wiki, but also a powerful application development platform in its own right. | ||
| 24 | |||
| 25 | While first-generation wikis focus on content collaboration (creating and editing pages together), second-generation wikis take this concept further by enabling users to build structured, collaborative web applications directly from within the wiki. | ||
| 26 | |||
| 27 | XWiki can be used both as a classic wiki and as an application platform. An application in XWiki is a set of Pages that adds new functionality to the wiki, such as a [[blog>>extensions:Extension.Blog Application]] or a [[task manager>>extensions:Extension.Task Manager Application]]. You can also build your own applications, for instance, you could create a FAQ or an application to manage product sheets, without requiring programming skills. | ||
| 28 | |||
| 29 | This allows XWiki to be used for a variety of use cases, such as [[Projects Powered by XWiki>>References.WebHome]]. | ||
| 30 | |||
| 31 | |||
| 32 |