Metadata-Version: 1.1
Name: collective.multisearch
Version: 1.0.2
Summary: Portlet based display for the Plone search page
Home-page: https://github.com/zestsoftware/collective.multisearch
Author: Zest Software
Author-email: info@zestsoftware.nl
License: GPL
Description: Introduction
        ============
        
        This products provides a simple way to manage the search page based on
        portlets.
        
        For simplicity reasons and to avoid conflicts with existing themes, it
        does not override the default search page, but adds a new
        '@@multisearch' page.
        
        A link on this page allows to manage portlets displayed inside the page.
        
        
        Sponsorship
        ===========
        
        Work on collective.multisearch has been made possible by The Flemish
        Environment Agency or VMM. See http://www.vmm.be . VMM operates as an agency of
        the Flemish government for a better environment in Flanders. Flanders is one of
        the three Belgian regions with its own government, parliament and
        administration. The other two are the Brussels-Capital Region and the Walloon
        Region.
        
        Changelog
        =========
        
        1.0.2 (2013-11-21)
        ------------------
        
        - Add field ``remote_site_search_rss_url`` so you can set an explicit
          rss url that we use for querying the remote site, instead of
          appending a hardcoded ``search_rss`` to the site url.  This means we
          support non-Plone sites now.
          [maurits]
        
        - Set the User-Agent string to 'Mozilla/4.0' when querying remote
          servers.  Otherwise, some bad servers return a 403 Forbidden error.
          [maurits]
        
        - Add timeout value for remote RSS portlet searches. Default is 5 seconds. 
          [fredvd]
        
        - Load the zcml of some packages so Plone starts up correctly.
          [maurits]
        
        
        1.0.1 (2013-03-27)
        ------------------
        
        - Removed our ManagePortletAssignments override.  It was meant for
          returning to the correct url (``@@manage-multisearch``) after
          changing a portlet, but it had an error so it did not work.  Also,
          it is not needed anymore after plone.app.portlets 2.4.3 is released.
          [maurits]
        
        
        1.0 (2013-03-11)
        ----------------
        
        - Initial public release
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
