Waliki is an extensible wiki app for Django with a Git backend.
- home:
- documentation:
http://waliki.rtfd.org (under development)
- group:
- license:
At a glance, Waliki has:
File based content storage.
Version control for your content using Git
Extensible architecture with plugins
Markdown, reStructuredText or textile markups. Easy to add more.
UI based on Twitter’s Bootstrap
How to start
Install with:
$ pip install waliki
Add waliki and optionals plugins to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'waliki',
'waliki.git', # optional
'waliki.pdf', # optional
...
)
Include the waliki urls in your project’s urls.py:
urlpatterns = patterns('',
...
url(r'^wiki/', include('waliki.urls')),
...
)
Enjoy!
Why “Waliki” ?
Waliki is an Aymara word that means all right, fine.
It sounds a bit like Wiki, has a meaningful sense for this project and also plays with the idea of using a “non mainstream” language [1] .
And last but not less important, it’s a humble tribute to bolivian President Evo Morales Ayma
History
0.1.2 / 0.1.3 (2014-10-02)
“Get as PDF” plugin
rst2html5 fixes
0.1.1 (2014-10-02)
Many Python 2/3 compatibility fixes
0.1.0 (2014-10-01)
First release on PyPI.
Release files for waliki 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| waliki-0.1.3.tar.gz | 271.1 kB | Details |
Release files / waliki-0.1.3.tar.gz
| Download URL | waliki-0.1.3.tar.gz |
|---|---|
| Size | 271.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a26684fb7cb35419eaefd4c8837f2a33a6429a0dc6da1e8560245a4ff9cc88c8
|
|
BLAKE2b-256 checksum How to use checksums |
de4538031fb9e98d7f9b53911d51dc8b493875c9ab2f3b91cfd71c292b7c42f5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |