Metadata-Version: 1.1
Name: collective.jekyll
Version: 0.4.0
Summary: Diagnostic for your Plone content
Home-page: http://svn.plone.org/svn/collective/
Author: Godefroid Chapelle
Author-email: gotcha@bubblenet.be
License: gpl
Description-Content-Type: UNKNOWN
Description: Introduction
        ============
        
        ``collective.jekyll`` is a Plone add-on to help users diagnose the state of
        their content.
        
        .. image:: https://secure.travis-ci.org/gotcha/collective.jekyll.svg
             :target: http://travis-ci.org/gotcha/collective.jekyll
        
        Contributors
        ============
        
        - Godefroid Chapelle, original author
        - Laurent Lasudry
        - Benoit Suttor
        - Jean-Michel Francois
        - Danny Butaye
        - Maurizio Delmonte
        - Giorgio j. Borelli
        - Giorgia Previdoli
        
        Changelog
        =========
        
        
        0.4.0 (2018-06-25)
        ------------------
        
        - Enabled shared resources across symptoms
          see ``SymptomBaseWithCache``
          [gotcha]
        
        - Avoid computation of inactive symptoms
          [gotcha]
        
        - Avoid character detection when using BeautifulSoup
          [gotcha]
        
        - Check if IAnnotations provided context to get ignored symptoms.
          It will prevent an error when context is IItem (no Archetypes or Dexterity).
          [bsuttor]
        
        - Do not override view_methods of collection on installation.
          [bsuttor]
        
        - Added initial documentation.
          [miziodel]
        
        - Added italian translation.
          [miziodel]
        
        
        0.3 (2013-09-03)
        ----------------
        
        - Symptom descriptions makes more sense.
          [gotcha]
        
        - Columns are sortable in collection_view.
          [gotcha]
        
        - Remove global diagnosis column in collection_view.
          [gotcha]
        
        
        0.2 (2013-08-27)
        ----------------
        
        - Restore view for old-style collection (topic).
          [gotcha]
        
        - Add ignore symptom feature.
          [gotcha]
        
        
        0.1.1 (2013-07-16)
        ------------------
        
        - Translate status.
          [gotcha]
        
        - Add dutch translation.
          [dbutaye]
        
        
        0.1.0 (2013-07-06)
        ------------------
        
        - Add infrae.i18nextract for package translation.
          [toutpt]
        
        - Avoid one call per symptoms to component registry by removing `IIsActive`.
          [toutpt]
        
        - Make provided symptoms configurable through `portal_registry`.
          [toutpt]
        
        0.1a3 (2012-04-30)
        ------------------
        
        - Symptoms can be deactivated in registry.
          [laulaz]
        
        0.1a2 (2012-03-16)
        ------------------
        
        - Add viewlet on content items.
          [gotcha]
        
        - Refactored to use subscriber adapters.
          [gotcha]
        
        0.1a1 (2012-02-17)
        ------------------
        
        - Initial functionality.
          [gotcha]
        
        
Keywords: Plone content diagnosis
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
