Metadata-Version: 1.0
Name: ftw.billboard
Version: 1.2.3
Summary: Simple market place addon for plone.
Home-page: https://github.com/4teamwork/ftw.billboard
Author: Julian Infanger
Author-email: mailto:info@4teamwork.ch
License: GPL2
Description: Overview
        ========
        
        ``ftw.billboard`` is a plone addon for providing a market place where users
        can add ads.
        
        The ads are addable within billboard categories and can contain images and
        attachments.
        
        
        Install
        =======
        
        - Add ``ftw.billboard`` to your buildout configuration:
        
        ::
        
          [instance]
          eggs =
            ftw.billboard
        
        - Run buildout
        
        - Install ``ftw.billboard`` in portal_setup.
        
        
        
        Links
        =====
        
        - Package repository: https://github.com/4teamwork/ftw.billboard
        - Issue tracker: https://github.com/4teamwork/ftw.billboard/issues
        - Package on pypi: http://pypi.python.org/pypi/ftw.billboard
        - Continuous integration: https://jenkins.4teamwork.ch/search?q=ftw.billboard
        
        
        Copyright
        =========
        
        This package is copyright by `4teamwork <http://www.4teamwork.ch/>`_.
        
        ``ftw.billboard`` is licensed under GNU General Public License, version 2.
        
        CHANGELOG
        =========
        
        
        1.2.3 (2013-08-14)
        ------------------
        
        - Add permissionmapping for ftw.lawgiver
          [elioschmutz]
        
        
        1.2.2 (2013-03-04)
        ------------------
        
        - Use lower email address in billboardad as default contact mail.
          [Julian Infanger]
        
        - Use colorbox to display images in overlay.
          [Julian Infanger]
        
        
        1.2.1 (2012-10-17)
        ------------------
        
        - Reindex file after uploading. Add class to button in simple upload form.
          [Julian Infanger]
        
        - Updated help text for price in billboard ad. Fixed english in registry.
          [Julian Infanger]
        
        
        1.2 (2012-10-05)
        ----------------
        
        - Make displaying currency of billboard ads configurable per site.
          In portal_registry there are three new configuration options:
        
          - name or symbol of the currency
          - character for seperating floating numbers
          - thousands seperator for grouping large numbers
        
          [tschanzt]
        
        
        1.1.8 (2012-05-15)
        ------------------
        
        - Fix actions portlet translations.
          [mathias.leimgruber]
        
        
        1.1.7 (2012-05-15)
        ------------------
        
        - Fix add image translation and use overlay for adding a file.
          [mathias.leimgruber]
        
        
        1.1.6 (2012-05-09)
        ------------------
        
        - Fix typo and use image_large as image size in overlay.
          [mathias.leimgruber]
        
        
        1.1.5 (2012-03-26)
        ------------------
        
        - The default expiration date can be defined in registry.
          [Julian Infanger]
        
        
        1.1.4 (2012-03-05)
        ------------------
        
        - Use a list instead of a table to display billboardcategory-listing.
          [Julian Infanger]
        
        - Added default class to table in billboardcategory view.
          [Julian Infanger]
        
        
        1.1.3 (2011-12-21)
        ------------------
        
        - fix manifest.in
        
        
        1.1.2 (2011-12-21)
        ------------------
        
        - add assignments for action-portlet
          [eschmutz]
        
        
        1.1.1 (2011-08-11)
        ------------------
        
        - check if effective date is < 1900 before toLocalizedTime
          [jinfanger]
        
        
        1.1 (2011-02-25)
        ----------------
        
        - Added support for LinguaPlone.
          [buchi]
        
        - Some refactoring and cleanup.
          [buchi]
        
        
        1.0.2
        -----
        
        - delete images and files in view, updated permission in workflow
          [jinfanger]
        
        - created simple_image_upload and simple_file_upload
          [jinfanger]
        
        - added translations, created action portlet
          [jinfanger]
        
        - created workflow for ad and category
          [jinfanger]
        
        - refactoring views
          [jinfanger]
        
        
        1.0.1
        ---
        
        - fix permissions for views
        
        
        1.0
        ---
        
        - first final release
        
        
        0.1
        ---
        
        - Removed AnnotationStorage from some fields
          [jbaumann]
        
        - initial version
        
Keywords: plone billboard ads advertisement ftw
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Zope2
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
