Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
bcloremipsum | eZ Publish Legacy | stable |
Version | Compatible with |
---|---|
N/A | N/A |
BC Lorem Ipsum extension README
BC Lorem Ipsum is a true eZ publish extension
that provides module view to create example
or dummy content tree nodes complete with
randomly generated content (most default
datatypes supported). Includes a companion
command line script.
The current version of BC Lorem Ipsum is 0.0.1
Last Major update: November 25, 2011
You can find details about changes for this
version in doc/changelogs/CHANGELOG-0.0.1
This software is licensed under the GNU General Public License.
The complete license agreement is included in the doc/LICENSE file.
For more information or questions please contact license@brookinsconsulting.com
The following requirements exists for using BC Lorem Ipsum extension:
o eZ publish version:
Make sure you use eZ publish version 4.x or higher. eZ Publish 4.6+ is recommended.
o PHP version:
Make sure you have PHP 5.x or higher.
Details on installing BC Lorem Ipsum located in the file doc/INSTALL.
Module view (This works for any siteaccess when accessed directly and with the required role permissions)
Command line create node script (and example usage with arguments)
The create node command line script: ./extension/bcbcloremipsum/bin/php/bcbcloremipsumcreatenode.php
This script will move the nodes by class-id specified by script parameter to the top level root node
cd /path/to/ezpublish/;
Use --help option to review available command line options:
./extension/bcbcloremipsum/bin/php/bcbcloremipsumcreatenode.php --siteaccess ezwebin_site_user --help
Examples alternatives:
./extension/bcbcloremipsum/bin/php/bcbcloremipsumcreatenode.php --siteaccess ezwebin_site_user --nodes=2,3,4,5,6 --class-id=2 --quick=true
./extension/bcbcloremipsum/bin/php/bcbcloremipsumcreatenode.php --siteaccess ezwebin_site_user --nodes=2,3,4,5,6 --class-id=2 --count=15 --quick=false