Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
ezpfolderswithnocontentreport | Brookins Consulting | stable |
Version | Compatible with |
---|---|
N/A | N/A |
eZp Folders With No Content Report README
eZp Folders With No Content Report is a true eZ Publish extension
that provides commandline script to find folder objects with
no description content and generate a csv report.
The current version of eZp Folders With No Content Report is 0.1.3
Last Major update: April 9, 2015
eZp Folders With No Content Report is copyright 1999 - 2016 Brookins Consulting and Think Creative
See: doc/COPYRIGHT for more information on the terms of the copyright and license
eZp Folders With No Content Report is licensed under the GNU General Public License.
The complete license agreement is included in the doc/LICENSE file.
eZp Folders With No Content Report is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
eZp Folders With No Content Report is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
The GNU GPL gives you the right to use, modify and redistribute
eZp Folders With No Content Report under certain conditions. The GNU GPL license
is distributed with the software, see the file doc/LICENSE.
It is also available at http://www.gnu.org/licenses/gpl.txt
You should have received a copy of the GNU General Public License
along with eZp Folders With No Content Report in doc/LICENSE. If not, see http://www.gnu.org/licenses/.
Using eZp Folders With No Content Report under the terms of the GNU GPL is free (as in freedom).
For more information or questions please contact
license@brookinsconsulting.com
The following requirements exists for using eZp Folders With No Content Report extension:
o eZ Publish version:
Make sure you use eZ Publish version 4.x (required) or higher. eZ Publish 4.6.x+ (Community Build, 2011.11+) is recommended.
o PHP version:
Make sure you have PHP 5.x or higher.
cd path/to/ezpublish/docroot;
mkdir var/foldersWithNoContentCsvReport;
sudo chmod -R 777 var/foldersWithNoContentCsvReport;
sudo chown -R _www:_www var/foldersWithNoContentCsvReport;
php ./extension/ezpezpliteralobjectsreport/bin/php/ezpezpliteralobjectsreport.php
--storage-dir=var/foldersWithNoContentCsvReport --hostname=www.example.com
less var/foldersWithNoContentCsvReport/ezpezpliteralobjectsreport.csv
cd path/to/ezpublish/docroot;
cp -va extension/ezpliteralobjectsreport/settings/ezpliteralobjectsreport.ini.append.php settings/override/ezpliteralobjectsreport.ini.append.php
emacs settings/override/ezpliteralobjectsreport.ini.append.php
mkdir var/foldersWithNoContentCsvReport;
sudo chmod -R 777 var/foldersWithNoContentCsvReport;
sudo chown -R _www:_www var/foldersWithNoContentCsvReport;
php ./runcronjobs.php ezpliteralobjectsreportgenerate
less var/foldersWithNoContentCsvReport/ezpezpliteralobjectsreport.csv
http://admin.example.com/folderswithnocontentreport/report