What is Piki
Piki is a minimal wiki engine. It is an open source project and the source code is licensed as GPLv3. The programming language is Python and it uses the web framework Django.
Installation
Why this name
The name can be build by:
- Python Wiki
- Pareto Wiki
Why the P is standing for Python is obvious. The reason for Pareto is that the tool mainly results out of already existing libraries and modules. A slightly limited functionality and optic is accepted to have a very fast implementation.
Priciples
- It should be easy to install.
- It should be easy to edit the content.
- A search functionality shall make it easy to find content.
- It should be very easy to get the wiki content (e.g. for backup or other purpose).