{ "info": { "author": "Taylor Mitchell", "author_email": "taylor.mitchell@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP" ], "description": "django-wiki\n===========\n\nSuper simple pluggable wiki application for Django.\n\nAuthors\n-------\nJohn Sutherland (https://github.com/sneeu)\n\nTaylor Mitchell (https://github.com/tmitchell)\n\nBasic Usage\n-----------\n\nFor the default URL setup, add the following line to your root\nURLConf::\n\n (r'^wiki/', include('wiki.urls')),\n\nThis will set up the following URL patterns:\n\n* ``/wiki`` will be the view to list all of the wiki pages.\n\n* ``/wiki//`` will be the view for the latest revision of\n a wiki page. It has a url name of ``wiki-view-page``.\n\n* ``/wiki//`` will be the view for a specific revision\n of a wiki page. It has a url name of ``wiki-view-revision``.\n\n* ``/wiki//diff/`` will be the view for the diffs for\n a specific revision of a wiki page. It has a url name of ``wiki-view-diff``.\n\n* ``/wiki//edit`` will be the view to edit a wiki page. It has a\n url name of ``wiki-edit-page``.\n\nThe default wiki page name format is `WikiWord`_. You can customize the naming\nconvention if desired by adding your own regular expression to your settings.py\nlike this::\n\n WIKI_WORD = r'(?:[A-Z]+[a-z]+){2,}'\n\nBug Reports/Feature Requests\n----------------------------\n\nPop over to this app's `project page on Github`_ and\ncheck `the issues list`_ to see if it's already been reported. If not,\nopen a new issue and I'll do my best to respond quickly.\n\n.. _WikiWord: http://twiki.org/cgi-bin/view/TWiki/WikiWord\n.. _project page on Github: https://github.com/tmitchell/django-wiki\n.. _the issues list: https://github.com/tmitchell/django-wiki/issues", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/tmitchell/django-wiki", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-wiki", "package_url": "https://pypi.org/project/django-wiki/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-wiki/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/tmitchell/django-wiki" }, "release_url": "https://pypi.org/project/django-wiki/1.1dev-/", "requires_dist": null, "requires_python": null, "summary": "A super simple wiki for Django.", "version": "1.1dev-" }, "last_serial": 159599, "releases": { "1.1dev-": [] }, "urls": [] }