Skip to content

cillianderoiste/collective.loremipsum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

collective.loremipsum is a developer tool to create dummy content and/or members inside your Plone to play and test with.

It populates the content with text and html retrieved from loripsum.net. The user data for the dummy members were downloaded from fakenamegenerator.com.

  • To create dummy content type instances, just call /@@create-dummy-data in the context where you want dummy data to be created.
  • To register dummy users, call /@@create-dummy-users

Configuration:

Here are all the parameters that can be passed via a query string to @@create-dummies:

  • type: string
    The portal_type of the content type to create. If this is not specified, the types are gotten from the locallyAllowedTypes attribute, or from the allowed_content_types FTI attribute.
  • amount: integer
    The amount of objects to create
  • ul: bool
    Add unordered lists.
  • ol: bool
    Add numbered lists.
  • dl: bool
    Add description lists.
  • bq: bool
    Add blockquotes.
  • code: bool
    Add code samples.
  • link: bool
    Add links.
  • prude: bool
    Prude version.
  • headers: bool
    Add headers.
  • allcaps: bool
    Use ALL CAPS.
  • decorate: bool
    Add bold, italic and marked text.
  • publish: bool
    Should the objects be published
  • recurse: bool
    Should objects be created recursively?

About

Creates dummy data (with Lorem Ipsum text) for your Plone site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%