{ "info": { "author": "Joe Vasquez", "author_email": "joe.vasquez@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "VZ_WIKI\n===============\n\nVZ_Wiki is a Django powered wiki app.\n\nTODO\n----\n\n* Search\n* Tag filtering\n* File/Attachments\n\nInstallation\n------------\n\n`sudo easy_install django_vz_wiki`\n\nAdd the following to *urls.py*\n\n`(r'^wiki/', include('vz_wiki.urls')),`\n\nAdd the following to *INSTALED_APPS*\n\n`'django_vz_wiki',`\n\nIntegration Into Existing Templates\n-----------------------------------\n\n**Be sure to uncomment the the egg based templated loader in *TEMPLATE_LOADERS***\n\n`django.template.loaders.eggs.load_template_source`\n\nAll wiki templates have the following:\n\n`{% extends \"base.html\" %}`\n\nThe block tags match the suggested best practices by [Lincoln Loop](http://lincolnloop.com/django-best-practices/apps/modules/templates.html)\n\nTemplate blocks include:\n\n* **title** - full page title\n* **extra_head** - for extra css/javascript\n* **body** - wraps everything inside body tag\n* **content_title** - title for wiki page\n* **content** - wiki page contents\n* **block vz_wiki_page_menu** - this is required for page options, it should be wrapped\ninside ``.\n\nSettings\n--------\n\nYou can add default allowed tags. By adding **WIKI_ALLOWED_TAGS** to your settings file. The setting should be in form 'tag2:attr1:attr2 tag2:attr1 tag3', where tags are allowed HTML tags, and attrs are the allowed attributes for that tag. Default is an empty string.\n\nYou can also change the default Wiki page link base (*/wiki*) by adding **WIKI_BASE** to your settings file.\n\nLinking to Wiki Pages\n---------------------\n\nFirst, include **wiki_tags** template tags.\n\n`{% load markup wiki_tags %}`\n\nSecond, link to the desired wiki page by putting something like the following inside\nyour text:\n\n`Blah blah blah [[title of the wiki page]]`\n\nFinally, add the *wiki_link* filter like this:\n\n`{{ latest_revision.body|sanitize|wiki_link|markdown }}`\n\nExtra Template Stuff\n--------------------\n\nYou can add:\n\n`{% block vz_wiki_page_menu %}{% endblock %}`\n\nThis will add:\n\n``\n\nYou can also do this manually.\n\nDependencies\n--------------\n\n* [Django](http://djangoproject.com)\n* [Python Markdown](http://www.freewisdom.org/projects/python-markdown)\n* [Beautiful Soup](http://www.crummy.com/software/BeautifulSoup)\n* [Django Tagging](http://code.google.com/p/django-tagging/)", "description_content_type": null, "docs_url": null, "download_url": "http://github.com/jobscry/vz-wiki", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://jobscry.net/projects/#vz_wiki", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-vz-wiki", "package_url": "https://pypi.org/project/django-vz-wiki/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-vz-wiki/", "project_urls": { "Download": "http://github.com/jobscry/vz-wiki", "Homepage": "http://jobscry.net/projects/#vz_wiki" }, "release_url": "https://pypi.org/project/django-vz-wiki/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "A Django powered wiki app", "version": "0.2.0" }, "last_serial": 791013, "releases": { "0.1.3": [ { "comment_text": "", "digests": { "md5": "abaad415503a8395c6f681268ba0a493", "sha256": "6b8ee97cfcce9375c007ad3391e0d913f4f36f9005e0ead0d6a39f294130c9a5" }, "downloads": -1, "filename": "django-vz-wiki-0.1.3.tar.gz", "has_sig": false, "md5_digest": "abaad415503a8395c6f681268ba0a493", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27279, "upload_time": "2009-10-01T07:47:35", "url": "https://files.pythonhosted.org/packages/cf/ab/81cc62807c18c22b9d6c4edeb2ea6b75836946b9d23f79c5a58c1bd8d2d2/django-vz-wiki-0.1.3.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "4ee2384fdfd871e07c066d4ac258c112", "sha256": "8411f6cb6d2a2d76fd07a01303f948354bd1aff8fc7ab1d084c1d97d037ee1da" }, "downloads": -1, "filename": "django-vz-wiki-0.2.0.tar.gz", "has_sig": false, "md5_digest": "4ee2384fdfd871e07c066d4ac258c112", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27818, "upload_time": "2009-10-09T20:22:26", "url": "https://files.pythonhosted.org/packages/d3/fe/02c1e122c3e78c6dd64456c11690a8197ffb9f7c6247ad0d71b8d14a37b5/django-vz-wiki-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4ee2384fdfd871e07c066d4ac258c112", "sha256": "8411f6cb6d2a2d76fd07a01303f948354bd1aff8fc7ab1d084c1d97d037ee1da" }, "downloads": -1, "filename": "django-vz-wiki-0.2.0.tar.gz", "has_sig": false, "md5_digest": "4ee2384fdfd871e07c066d4ac258c112", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27818, "upload_time": "2009-10-09T20:22:26", "url": "https://files.pythonhosted.org/packages/d3/fe/02c1e122c3e78c6dd64456c11690a8197ffb9f7c6247ad0d71b8d14a37b5/django-vz-wiki-0.2.0.tar.gz" } ] }