Metadata-Version: 1.1
Name: Products.TALESField
Version: 1.1.3
Summary: An Archetypes field that stores TALES Expressions
Home-page: http://plone.org/products/scriptablefields
Author: Jens Klein
Author-email: jens@bluedynamics.com
License: GPL
Description: TALESField Readme
        
          An Archetype field that stores TALES Expressions
        
          Further Information
        
           Visit http://plone.org/products/scriptablefields for documenttion, 
           bug-reports, etc.
        
          Maintainer
        
            BlueDynamics Alliance, Klein & Partner KEG, Innsbruck, Austria
            Jens Klein <jens@bluedynamics.com>
        
          Copyright
        
            (C) 2005i-2007 Sidnei da Silva, Daniel Nouri and contributors
        
        Installation
        ============
        
        TALESField may be installed as either an egg or as a traditional Zope
        product.
        
        Via Buildout
        ~~~~~~~~~~~~
        
        Just add Products.TALESField to the "eggs" list for the buildout
        or zope2instance parts:
        
        eggs = 
            ...
            Products.TALESField
            ...
        
        Via easy_setup
        ~~~~~~~~~~~~~~
        
        Just use the copy of easy_setup for the Python that you're using 
        to run Zope.
        
        Traditional Zope Product Installation
        -------------------------------------
        
        Copy or symbolically link the Products.TALESField/Products/TALESField
        to be Products/TALESField in your Zope instance's Products directory.
        
Keywords: Plone ScriptableFields TALESField
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: Programming Language :: Python
