Skip to main content
========
Overview
========

Wiki application for Mezzanine.

Features:

- markdown syntax with [[Wiki links]] extension
- page history and diff viewing

Requirements:

- Mezzanine >= 4.2.3
- markdown
- diff-match-patch


=========
Mezzanine
=========

Mezzanine is a content management platform built using the Django
framework. It is BSD licensed and designed to provide both a
consistent interface for managing content, and a simple, extensible
architecture that makes diving in and hacking on the code as easy as
possible.

Visit the Mezzanine project page to see some of the great sites
people have built using Mezzanine.

http://mezzanine.jupo.org

http://github.com/stephenmcd/mezzanine


===========
This Fork
===========

This fork borrows heavily from the original project https://github.com/dfalk/mezzanine-wiki.
Essentially the only changes are: updating the views to Class based, removing South
as the db and tweaking the urls.

===========
Quick start
===========

1. Activate your virtualenv (if applicable). Install mezzanine-wiki with "pip install mezzanine-wiki":

2. Add "mezzanine_wiki" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = (
...
'mezzanine_wiki',
)

3. Add "mezzanine_wiki.WikiPage" to SEARCH_MODEL_CHOICES in your app's settings like this:

SEARCH_MODEL_CHOICES = ('pages.Page', 'blog.BlogPost', 'mezzanine_wiki.WikiPage')

4. Include the wiki URLconf in your project urls.py like this::

url(r'^wiki/', include('mezzanine_wiki.urls')),

5. To use the RTF editor add the following to your app's settings:

WIKI_TEXT_WIDGET_CLASS = 'mezzanine.core.forms.TinyMceWidget'

6. Run `python manage.py migrate` to create the wiki models.

7. Restart server.

8. Visit /wiki/ to use the wiki.


Download files

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

Source Distribution

mezzanine-wiki-0.4.tar.gz (33.4 kB view details)

Uploaded Source

File details

Details for the file mezzanine-wiki-0.4.tar.gz.

File metadata

  • Download URL: mezzanine-wiki-0.4.tar.gz
  • Upload date:
  • Size: 33.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for mezzanine-wiki-0.4.tar.gz
Algorithm Hash digest
SHA256 e4b41e17fcadf7ce40064b90d462d6f422d2c9322b365aef43fd1c11499ea13e
MD5 fa6ff3bf0fe55446357655f2c0ce6ddb
BLAKE2b-256 a9e2947157388e49a524e385a62c72245a73febe561c423ef36105918ebfbb1d

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.4 This release

1 file

0.3

1 file

0.2

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page