Metadata-Version: 2.4
Name: django-wikiwikiweb
Version: 1.0.1
Summary: A Django WikiWikiWeb app
Project-URL: Documentation, https://django-wikiwikiweb.readthedocs.io/
Project-URL: Homepage, https://github.com/simonharris/django-wikiwikiweb
Project-URL: Issues, https://github.com/simonharris/django-wikiwikiweb/issues
Project-URL: Source, https://github.com/simonharris/django-wikiwikiweb
Author-email: Simon Harding <github@pointbeing.net>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: django-bootstrap5>=24.2
Requires-Dist: django-markdownify>=0.9.5
Requires-Dist: django-simple-history>=3.7.0
Requires-Dist: django>=5.0.6
Description-Content-Type: text/markdown

# Django WikiWikiWeb

Django WikiWikiWeb is a Python + Django Wiki app. It is heavily inspired by [the original Wiki](https://wiki.c2.com/?) built by Ward Cunningham, whilst not quite being a [WikiClone](https://wiki.c2.com/?WikiWikiClones). It contains a few extra, modern features, integrates with the Django admin and auth systems, and will not be recreating the [controversial](https://news.ycombinator.com/item?id=8983158) newer JavaScript/single-page interface. 

## Installation

```pip install django-wikiwikiweb```

Complete instructions including initial configuration are here: 
https://django-wikiwikiweb.readthedocs.io/en/latest/installation.html

## Links

* Source code: https://github.com/simonharris/django-wikiwikiweb/
* Documentation: https://django-wikiwikiweb.readthedocs.io/
* Package on PyPI: https://pypi.org/project/django-wikiwikiweb/

