/scott_wilson_zencart_tools

Tools I use for managing the Zen Cart documentation.

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

zencart_tools

Tools I use for managing the Zen Cart documentation, which installed on docs.zen-cart.com.

checkdoc

This script looks for a bunch of anti-patterns in the content folder, so that the documentation looks consistent.

It is run from a shell window in zencart_documentation/content.

build_doc.php

This script creates the configuration documentation component of the Zen Cart configuration documentation.

It should be installed in the admin folder of a new release and run from a browser window.

checkdefines.php

This script can be run from the admin_folder or the top level of the cart, to report on unused defines in those two areas respectively.

It should be installed at the top level and in the admin folder of a new release and run from a browser window in these two locations.

catalog_find_define

This script can be run on the output of admin/checkdefines.php to verify that a define which is not used in admin is also not used on the catalog side.

It is run from a shell window in top level of a new release.

find_notifiers

This script builds the list of notifiers you see in the Zen Cart documentation. It is run from a shell window in top level of a new release.