Metadata-Version: 1.0
Name: collective.loremipsum
Version: 0.9
Summary: Creates dummy content with populated Lorem Ipsum.
Home-page: https://github.com/collective/collective.loremipsum
Author: JC Brand
Author-email: jc@opkode.com
License: GPL
Description: Introduction
        ============
        
        collective.loremipsum is a developer tool to create dummy content and
        dummy members inside your Plone site. 
        
        Plain text fields are populated with text from the `loremipsum`_ Python
        library, while rich text is retrieved from `loripsum.net`_.
        
        The user data for the dummy members were downloaded from
        `fakenamegenerator.com`_.
        
        Fake images' content can be generated using one of these services:
        
        	* `fakeimg.pl`_
        	* `placehold.it`_
        	* `placekitten.com`_
        	* `lorempixel.com`_
        
        You can add more image getters by registering named utilities for `IFakeImageGetter`.
        
        * After it's installed (via the Plone control panel or the portal_quickinstaller tool), you'll see a new editbar tab labeled "Populate" on all folderish content types. Clicking this tab brings up a form with parameters for specifying the kinds of objects to create, how many and the lorem ipsum rich text formatting. Objects can also be created recursively. Note that you must have `collective.loremipsum: Can Populate` permission to see and access the tab (assigned to Manager and Site Administrator by default).
        
        * You can also register 500 dummy users, but for the moment only by calling the browserview: **@@create-dummy-users**
        
        .. _loremipsum: http://code.google.com/p/lorem-ipsum-generator/
        .. _loripsum.net: http//loripsum.net
        .. _fakenamegenerator.com: http://www.fakenamegenerator.com
        
        .. _fakeimg.pl: http://fakeimg.pl 
        .. _placehold.it: http://placehold.it
        .. _placekitten.com: http://placekitten.com
        .. _lorempixel.com: http://lorempixel.com
        
        Changelog
        =========
        
        0.9 (2014-07-10)
        ----------------
        
        - Added Spanish translation. [macagua]
        - Added i18n support. [macagua]
        - Improved image getter story: more services options, custom parameters handling,
          image content always generated for Image content type. [simahawk]
        - Default autogenerated subjects (using loremipsum). [simahawk]
        - Add option to display type name in the generated title. [jcbrand]
        - Fixed to create all standard types from plone.app.contenttypes. [jcbrand]
        
        0.8 (2013-04-22)
        ----------------
        
        - Work around an issue that prevented recursive population on the site-root. [pbauer]
        
        
        0.7 (2013-04-03)
        ----------------
        
        - Use the same language of the parent for subobjects (LinguaPlone happy) [simahawk]
        - Add option for re-using the same content types selected for generating subobjects [simahawk]
        - Add option for generating images from http://fakeimg.pl/ [simahawk]
        - Add specific permission 'collective.loremipsum: Can Populate' for limiting access to populate views.
          By default only manager and site admin can do it. [simahawk]
        
        0.6 (2012-08-30)
        ----------------
        
        - Add support for zope.schema.Bool fields as well as UserAndGroupSelectionWidget. [jcbrand]
        
        
        0.5 (2012-08-17)
        ----------------
        
        - Enable option to commit after each object is created. [jcbrand]
        - Take note of max_length on text fields. [jcbrand]
        - Use default values for fields if they exist. [jcbrand]
        
        
        0.4 (2012-05-14)
        ----------------
        
        - Update MANIFEST.in to include zcml and other non-python files. [jcbrand]
        
        
        0.3 (2012-05-10)
        ----------------
        
        - Add a unique Id generator. [jcbrand]
        
        
        0.2 (2012-02-14)
        ----------------
        
        - Bugfix. README.rst was omitted from the egg. [jcbrand]
        
        
        0.1 (2012-02-12)
        ----------------
        
        - Initial release. [jcbrand]
        
Keywords: dummy data
Platform: UNKNOWN
Classifier: Framework :: Plone :: 4.1
Classifier: Programming Language :: Python
