Metadata-Version: 2.1
Name: django-powerwiki
Version: 0.5.1
Summary: A wiki system for Django
Author-email: Richard Terry <code@radiac.net>
Project-URL: Homepage, https://radiac.net/projects/django-powerwiki/
Project-URL: Documentation, https://django-powerwiki.readthedocs.io/en/latest/
Project-URL: Source, https://github.com/radiac/django-powerwiki
Project-URL: Bug Tracker, https://github.com/radiac/django-powerwiki/issues
Keywords: django,wiki
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: Django>=3.2
Requires-Dist: django-yaa-settings
Requires-Dist: beautifulsoup4
Requires-Dist: docutils
Requires-Dist: markdown

===============================================
Django Powerwiki - Run multiple wikis in Django
===============================================

A wiki system for Django 3.2+ on Python 3.9+.

* Project site: https://radiac.net/projects/django-powerwiki/
* Documentation: https://django-powerwiki.readthedocs.io/en/latest/
* Source code: https://github.com/radiac/django-powerwiki

.. image:: https://github.com/radiac/django-powerwiki/actions/workflows/ci.yml/badge.svg
    :target: https://github.com/radiac/django-powerwiki/actions/workflows/ci.yml

.. image:: https://codecov.io/gh/radiac/django-powerwiki/branch/develop/graph/badge.svg?token=5VZNPABZ7E
    :target: https://codecov.io/gh/radiac/django-powerwiki


Features
========

* Run one or multiple wikis from one installation
* Full control over who can read and edit content, by user or group
* Create pages in Markdown, reStructuredText, plain text, or extend with a custom format
* Syntax highlighting using CodeMirror
* Flexible responsive layout
* In-document navigation, full text search, assets support and more

See `Upgrading <docs/upgrading.rst>`_ for changelog and upgrade instructions


Quickstart
==========

#. Install in a single or multiple wiki configuration in your existing Django site - see
   `Installation <docs/installation.rst>`_

#. Add users, wikis and configure permissions in the admin site

#. Write pages using your choice of markup language - see `Usage <docs/usage.rst>`_


Credits
=======

Thanks to `dhanis <https://thenounproject.com/creator/dhanisrokhman/>`_ for the
`default wiki logo <https://thenounproject.com/icon/book-7442011/>`_.
