Mercurial > wikked
view README.md @ 451:6cd51ea6dfcf
auth: Rewrite permission system and improve support for it.
- More proper ACL model for permissions.
- Page-level ACL is only specified locally, not inherited anymore.
- Protect more API and UI routes with permission checks.
- Improve error handling and error pages.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 07 Jan 2018 11:11:04 -0800 |
parents | 93a2f7c86059 |
children |
line wrap: on
line source
.__ __ __ .___ __ _ _|__| | _| | __ ____ __| _/ \ \/ \/ / | |/ / |/ // __ \ / __ | \ /| | <| <\ ___// /_/ | \/\_/ |__|__|_ \__|_ \\___ >____ | \/ \/ \/ \/ Wikked is a wiki engine entirely managed with text files stored in a revision control system like Mercurial or Git. The documentation is available on the [official website][1]. [1]: http://bolt80.com/wikked/ ## Quickstart You need Python 3.4 or later. Then, you install Wikked the usual way: pip install wikked Create a new wiki: wk init mywiki Run it: cd mywiki wk runserver Navigate to `http://localhost:5000`. If you see the default main page, every works fine! Otherwise, something went wrong.