Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zopyx/zopyx.ipsumplone
Sample content for Plone sites
https://github.com/zopyx/zopyx.ipsumplone
Last synced: about 2 months ago
JSON representation
Sample content for Plone sites
- Host: GitHub
- URL: https://github.com/zopyx/zopyx.ipsumplone
- Owner: zopyx
- Created: 2012-01-27T07:09:41.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T14:59:46.000Z (almost 2 years ago)
- Last Synced: 2024-10-05T22:06:37.051Z (2 months ago)
- Language: Python
- Homepage:
- Size: 457 KB
- Stars: 1
- Watchers: 3
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
- awesome-plone - zopyx.ipsumplone - Creates demo content and demo images for Plone. (Content and utilities for content)
README
zopyx.ipsumplone
================This package provides some browser view for creating demo content and demo
images without reinventing functionality for every new project.Installation
============Add ``zopyx.ipsumplone`` to the eggs options of your buildout configuration, re-run
buildout and restart your Plone instance.Usage
=====- ``@@new-site`` called in the context of the Zope root object or a Zope folder will
create a new Plone site with a unique id.- ``@@demo-content`` called in the context of the a Plone site will create
a set of folder for images, news items, events, files and documents.The main purpose of the package to call the views above inside the setuphandler
or profile setup step to generate example content on request. Please check the
``browser/setup.py`` implementation to figure out API methods like
``createDocument()``, ``createImage()`` or ``createNewsitem()``. Subclassing
the ``Setup`` view is obviously a good start for own customizations.Requirements
============* tested with Plone 5.0 and Dexterity content (use ``zopyx.ipsumplone`` 0.2.X
for Archetypes-based content under Plone 4.X)Sources
=======See https://github.com/zopyx/zopyx.ipsumplone
Issue tracker
=============See https://github.com/zopyx/zopyx.ipsumplone/issues
Licence
=======
``zopyx.ipsumplone`` is published under the GNU Public Licence Version 2Author
======| ZOPYX/Andreas Jung
| Hundskapfklinge 33
| D-72070 Tübingen, Germany
| www.zopyx.com
| [email protected]