Metadata-Version: 1.0
Name: icnews.acquire
Version: 0.9-dev-r323
Summary: icNews.Acquire
Home-page: www.platecom.com
Author: Inter-Cultura Consultora SRL - Ibai Sistemas SA - Eusko Ikaskuntza-Sociedad de Estudios Vascos
Author-email: dev@inter-cultura.com
License: GPL
Description: In order to make the relational database storage work you need to make sure
        that the database configured thru the configlet for this product contains a
        table like this one:
        
        CREATE TABLE acquire(
        path varchar(200),
        link varchar(200),
        title varchar(200),
        description text,
        date datetime,
        PRIMARY KEY (link, date));
        
        
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: Framework :: Zope3
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
