{ "info": { "author": "Landon Wark", "author_email": "lando.wark@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Internet :: WWW/HTTP :: WSGI", "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "========\nOverview\n========\n\nWiki application for Mezzanine.\n\nFeatures:\n\n- markdown syntax with [[Wiki links]] extension\n- page history and diff viewing\n\nRequirements:\n\n- Mezzanine >= 4.2.3\n- markdown\n- diff-match-patch\n\n\n=========\nMezzanine\n=========\n\nMezzanine is a content management platform built using the Django\nframework. It is BSD licensed and designed to provide both a\nconsistent interface for managing content, and a simple, extensible\narchitecture that makes diving in and hacking on the code as easy as\npossible.\n\nVisit the Mezzanine project page to see some of the great sites\npeople have built using Mezzanine.\n\nhttp://mezzanine.jupo.org\n\nhttp://github.com/stephenmcd/mezzanine\n\n\n===========\nThis Fork\n===========\n\nThis fork borrows heavily from the original project https://github.com/dfalk/mezzanine-wiki.\nEssentially the only changes are: updating the views to Class based, removing South\nas the db and tweaking the urls.\n\n===========\nQuick start\n===========\n\n1. Activate your virtualenv (if applicable). Install mezzanine-wiki with \"pip install mezzanine-wiki\":\n\n2. Add \"mezzanine_wiki\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = (\n ...\n 'mezzanine_wiki',\n )\n \n3. Add \"mezzanine_wiki.WikiPage\" to SEARCH_MODEL_CHOICES in your app's settings like this:\n\n SEARCH_MODEL_CHOICES = ('pages.Page', 'blog.BlogPost', 'mezzanine_wiki.WikiPage')\n\n4. Include the wiki URLconf in your project urls.py like this::\n\n url(r'^wiki/', include('mezzanine_wiki.urls')),\n\n5. To use the RTF editor add the following to your app's settings:\n\n WIKI_TEXT_WIDGET_CLASS = 'mezzanine.core.forms.TinyMceWidget'\n\n6. Run `python manage.py migrate` to create the wiki models.\n\n7. Restart server.\n\n8. Visit /wiki/ to use the wiki.\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "mezzanine-wiki", "package_url": "https://pypi.org/project/mezzanine-wiki/", "platform": "", "project_url": "https://pypi.org/project/mezzanine-wiki/", "project_urls": null, "release_url": "https://pypi.org/project/mezzanine-wiki/0.4/", "requires_dist": null, "requires_python": "", "summary": "Wiki app for Mezzanine content management platform.", "version": "0.4" }, "last_serial": 3592017, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "ba4d46ba0000af820b1d4333597dfa80", "sha256": "2450749f59ab9fe1ec7bdaa94fc63dfc5f6866313f537d9aa4fedc3ab799cfec" }, "downloads": -1, "filename": "mezzanine-wiki-0.2.tar.gz", "has_sig": false, "md5_digest": "ba4d46ba0000af820b1d4333597dfa80", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30774, "upload_time": "2018-02-02T20:24:16", "url": "https://files.pythonhosted.org/packages/ac/1f/d0678fd3062016bcd100d8a2438d1cb05d6b59a6005f811ffc4b48f4ac49/mezzanine-wiki-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "06e12d6adb0b91499a68dc0eb5e39453", "sha256": "c9f40deac61419dab797eb92707ddb74e0da4d0690158d0d814a4285018e5ed7" }, "downloads": -1, "filename": "mezzanine-wiki-0.3.tar.gz", "has_sig": false, "md5_digest": "06e12d6adb0b91499a68dc0eb5e39453", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30718, "upload_time": "2018-02-02T20:36:55", "url": "https://files.pythonhosted.org/packages/b3/ce/2cd6f8f503d47b9fd77fae23b10656195968517810b4f1ba663763390a49/mezzanine-wiki-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "fa6ff3bf0fe55446357655f2c0ce6ddb", "sha256": "e4b41e17fcadf7ce40064b90d462d6f422d2c9322b365aef43fd1c11499ea13e" }, "downloads": -1, "filename": "mezzanine-wiki-0.4.tar.gz", "has_sig": false, "md5_digest": "fa6ff3bf0fe55446357655f2c0ce6ddb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33424, "upload_time": "2018-02-17T22:13:25", "url": "https://files.pythonhosted.org/packages/a9/e2/947157388e49a524e385a62c72245a73febe561c423ef36105918ebfbb1d/mezzanine-wiki-0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fa6ff3bf0fe55446357655f2c0ce6ddb", "sha256": "e4b41e17fcadf7ce40064b90d462d6f422d2c9322b365aef43fd1c11499ea13e" }, "downloads": -1, "filename": "mezzanine-wiki-0.4.tar.gz", "has_sig": false, "md5_digest": "fa6ff3bf0fe55446357655f2c0ce6ddb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33424, "upload_time": "2018-02-17T22:13:25", "url": "https://files.pythonhosted.org/packages/a9/e2/947157388e49a524e385a62c72245a73febe561c423ef36105918ebfbb1d/mezzanine-wiki-0.4.tar.gz" } ] }