WikiWikiWiki offers a lightweight solution for creating wikis without the complexities of traditional database systems. With easy setup, Markdown support, and a range of features like document exports and user management, it provides a user-friendly platform for anyone wanting to share knowledge effectively.
WikiWikiWiki is a lightweight, flat-file PHP wiki engine designed for simplicity and ease of use. It eliminates the need for complex setups and database management, allowing users to focus solely on content creation.
[[Document title]]), transclusion (![[Document title]]), and hashtags (#tag) for effective content organization.WikiWikiWiki features a comprehensive syntax for creating content:
| Syntax | Description |
|---|---|
[[Page title]] | Creates a link to another page |
![[Page title]] | Embeds another page’s content inline |
#tag | Adds a tag to a document |
(redirect: Page title) | Redirects to another page |
| Syntax | Description | Options | Example |
|---|---|---|---|
(image: URL) | Display an image | width, height, caption | (image: URL width: 300px caption: Description) |
(video: URL) | Embed a video | width, height | (video: URL width: 80%) |
(map: Address) | Show a location on a map | width, height | (map: Central Park, New York) |
Access a variety of feeds and API endpoints, including:
/rss.xml: Get the RSS feed./api/all: Retrieve a list of documents in JSON format./api/wiki/{title}: Access specific document content in JSON.With its user-friendly interface and robust features, WikiWikiWiki stands out as an effective solution for creating wikis without the overhead of traditional systems. For more information, visit the WikiWikiWiki Wiki.
No comments yet.
Sign in to be the first to comment.