Metadata-Version: 1.1
Name: mr.inquisition
Version: 0.2
Summary: A package to help with exploring a Plone site.
Home-page: https://github.com/collective/mr.inquisition
Author: Mark van Lent
Author-email: mark@vlent.nl
License: GPL
Description: *Nobody expects the Plone inquisition!*
        
        Introduction
        ============
        
        This package helps with getting insight in a foreign Data.fs.
        
        Some Plone projects can start from scratch: the customer wants to make
        a (new) start with Plone and there is no legacy to take into
        account. Other projects start with a Plone site already in place.
        
        In these situations it is often a big surprise what you are going to
        have to deal with. Especially when migrating a site from one Plone
        version to another. Typical questions are:
        
        * What type of objects can I expect?
        
        * What is the number of objects for type X?
        
        * Where does most of the content live?
        
        * Are there objects left of products that were once installed?
        
        Mr.inquisition helps to get answers to these questions. This package has been
        tested on Plone versions 2.5 and 3.x.
        
        
        Installation
        ============
        
        When you are using zc.buildout, the installation is quite simple. All you
        need to do is make sure the ``mr.inquisition`` package is listed in the
        ``eggs`` option of your Zope 2 instance or zeoclient, e.g.::
        
          [instance]
          ...
          eggs =
              ...
              mr.inquisition
        
        On Plone 3.2 you will need to add it to the ``zcml`` option too, on
        later Plone versions this is automated::
        
          [instance]
          ...
          zcml =
              mr.inquisition
        
        That's it.
        
        If you want to use mr.inquisition on a site that doesn't use buildout or eggs,
        you can also copy the ``inquisition`` folder from the mr.inquisition egg to the
        ``Products`` directory op your instance.
        
        
        Usage
        =====
        
        The mr.inquisition package offers a number of views which allow you to
        gain insight in the ZODB at hand. Your best bet is to start with the
        ``@@inquisition`` view. This view lists all the options you've got.
        
        
        Credits
        =======
        
        * `Mark van Lent <https://www.vlent.nl/about>`_
          (Zest Software) initiated this package.
        
        * `Fred van Dijk <http://zestsoftware.nl/about-us/our-team/fred>`_ and `Maurits
          van Rees <http://zestsoftware.nl/about-us/our-team/maurits>`_ (both also from
          Zest Software) came up with the idea and wrote the original version.
        
        * `Vincent Pretre <http://zestsoftware.nl/about-us/our-team/vincent>`_ (again:
          Zest Software) assisted me with the depth first search to show the content and
          their (accumulated) size.
        
        Changelog
        =========
        
        0.2 (2015-08-04)
        ----------------
        
        - Load the CMFCore zcml so we can use the permissions.  This avoids a
          possible startup error on Plone 4.
          [maurits]
        
        - Added ``z3c.autoinclude``-entrypoint to mark this as a Plone-plugin.
          This avoids the need to explicitly load the zcml-slug.
          [WouterVH]
        
        - Move the repository to the Plone Collective repository. [markvl]
        
        
        0.1.1 (2010-02-25)
        ------------------
        
        - Cleanup package. [markvl]
        
        
        0.1 (2010-02-25)
        ----------------
        
        - Initial release. [markvl]
        
Keywords: information objects plone
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 3.3
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
