Skip to main content

Wiki app for Mezzanine content management platform.

Project description

========
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.


Project details


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.

Supported by

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