Skip to main content

Waliki is an extensible wiki app for Django with a Git backend.

https://badge.fury.io/py/waliki.png Documentation Status
home:

https://github.com/mgaitan/waliki/

documentation:

http://waliki.rtfd.org (under development)

group:

https://groups.google.com/forum/#!forum/waliki-devs

license:

BSD

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.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

waliki-0.1.3.tar.gz (271.1 kB view details)

Uploaded Source

File details

Details for the file waliki-0.1.3.tar.gz.

File metadata

  • Download URL: waliki-0.1.3.tar.gz
  • Upload date:
  • Size: 271.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for waliki-0.1.3.tar.gz
Algorithm Hash digest
SHA256 a26684fb7cb35419eaefd4c8837f2a33a6429a0dc6da1e8560245a4ff9cc88c8
MD5 ed3944374ac57ecb5f10c5ed759360a9
BLAKE2b-256 de4538031fb9e98d7f9b53911d51dc8b493875c9ab2f3b91cfd71c292b7c42f5

See more details on using hashes here.

Release history Release notifications | RSS feed

0.8.1

1 file

0.8

2 files

0.7

1 file

0.6

2 files

0.5

2 files

0.4.2

2 files

0.4.1

2 files

0.4

2 files

0.3.3

2 files

0.3.2

2 files

0.3.1

2 files

0.3

2 files

0.2

2 files

This release

0.1.3 This release

1 file

0.1.2

1 file

0.1.1

1 file

0.1.0

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page