Metadata-Version: 1.1
Name: django-copyblock
Version: 0.4.7
Summary: Manage website copy as a directory of markdown-formatted files. Insert files as copy into your Django templates.
Home-page: http://github.com/sivy/django-copyblock/
Author: Steve Ivy
Author-email: steve@wallrazer.com
License: MIT License
Description: Copyblock came out of a desire of mine to separate the copy for a site I'm working on from the site templates. Things like welcome messages, intro copy for forms, etc. This is copy I'd like to be able to tweak easily over time without having to redeploy the entire site to make it happen. What I wanted was a system kindof like gettext, but without .po files, the weird syntax, and a separete app to generate the right files.
        
        What I wanted was really simple: a directory of text files, optionally in [Markdown](http://daringfireball.net/projects/markdown), that could be inserted into my app templates with a template tag. That's what Copyblock does.
Keywords: django copy markdown
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Framework :: Django
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Utilities
Requires: m
Requires: a
Requires: r
Requires: k
Requires: d
Requires: o
Requires: w
Requires: n
