Metadata-Version: 1.0
Name: cmsplugin-text-ng
Version: 0.1
Summary: Awesome text plugin for django. Features text plugins wrapped in HTML code.

e.g.


Example: template.html
----------------------

<div class='someclass'>
    {{ body|safe }} {# Text plugin content goes here #}
</div>


I will add more docs when time allows it, but otherwise have a look at the source, its definitely not rocket science.

Can be distributed under the BSD License
Home-page: https://github.com/KristianOellegaard/cmsplugin-text-ng
Author: Kristian Øllegaard
Author-email: kristian@oellegaard.com
License: UNKNOWN
Description: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
