Metadata-Version: 1.0
Name: asv-txt
Version: dev-20121101-01
Summary: 
This module helps you for attaching text fields
to any django models trought ContentType.
In this fields You may use Creole wiki markup and some 
additional macroses, as <<img NNN>> <<yt key>>

Home-page: http://bitbucket.org/xenolog/asv_txt/wiki/Home
Author: Sergey Vasilenko
Author-email: sv@makeworld.ru
License: GPL
Description: This module helps you for attaching text (article) fields
        to any django models trought ContentType.
        
        In this fields You may use Creole wiki markup and some 
        additional macroses:
        <<img NNN>> -- insert image from asv_imgs 
        <<yt key>>  -- insert youtube movie to article
        or <<yt http://url.to.movie/?any_parametrs>>
        
        It's contains database model, templatetag 
        and inline-form for Django-admin page. 
        
Keywords: django asv TextField
Platform: All
Classifier: Environment :: Other Environment
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Natural Language :: Russian
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Software Development :: Libraries
