vcard /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README | ||
| |
__init__.py | ||
| |
admin.py | ||
| |
doc/ | ||
| |
fixtures/ | ||
| |
locale/ | ||
| |
models.py | ||
| |
sitemap.py | ||
| |
templates/ | ||
| |
urls.py | ||
| |
views.py |
README
Django vCard ============ fiëé visuëlle Henning Hraban Ramm http://fiee.net Simple address collection for Django, output as vCard and Microformats hCard Why --- I often need to display several contacts in my websites, but I don't need a contact manager, and I like microformats. Current State ------------- * still unsure if the whole thing and the data formats are good idea Installation ------------ As every other django reusable app. Just rename one of the fixtures to "initial_data.yaml" before syncing the database (I don't know how to internationalize fixture data). Licence ------- Python License: http://www.python.org/psf/license/ (no restrictions, GPL compatible) Dependencies ------------ Python (2.5) Django (1.SVN) PyYAML (only for fixture initial_data.yaml) vObject (for vCard display) Links ----- Python: http://www.python.org Django: http://www.djangoproject.com vObject: http://vobject.skyhouseconsulting.com Microformats hCard: http://microformats.org/wiki/hcard

