django-vz-wiki 0.2.0
A Django powered wiki app
VZ_WIKI
===============
VZ_Wiki is a Django powered wiki app.
TODO
----
* Search
* Tag filtering
* File/Attachments
Installation
------------
`sudo easy_install django_vz_wiki`
Add the following to *urls.py*
`(r'^wiki/', include('vz_wiki.urls')),`
Add the following to *INSTALED_APPS*
`'django_vz_wiki',`
Integration Into Existing Templates
-----------------------------------
**Be sure to uncomment the the egg based templated loader in *TEMPLATE_LOADERS***
`django.template.loaders.eggs.load_template_source`
All wiki templates have the following:
`{% extends "base.html" %}`
The block tags match the suggested best practices by [Lincoln Loop](http://lincolnloop.com/django-best-practices/apps/modules/templates.html)
Template blocks include:
* **title** - full page title
* **extra_head** - for extra css/javascript
* **body** - wraps everything inside body tag
* **content_title** - title for wiki page
* **content** - wiki page contents
* **block vz_wiki_page_menu** - this is required for page options, it should be wrapped
inside `- `
`
- Page List ` ` {% if perms.page.can_add %}` `
- Create a Page ` ` {% endif %}` `
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| django-vz-wiki-0.2.0.tar.gz (md5) | Source | 2009-10-09 | 27KB | 574 | |
- Author: Joe Vasquez
- Home Page: http://jobscry.net/projects/#vz_wiki
- Download URL: http://github.com/jobscry/vz-wiki
- License: BSD
- Package Index Owner: jobscry
- DOAP record: django-vz-wiki-0.2.0.xml
