You are here

README.txt in Coder 6

Developer Module that assists with code review and version upgrade that
supports a plug-in extensible hook system so contributed modules can
define additional review standards.

Built-in support for:
 - Drupal Coding Standards - http://drupal.org/node/318
 - Handle text in a secure fashion - http://drupal.org/node/28984
 - Converting 4.6.x modules to 4.7.x - http://drupal.org/node/22218
 - Converting 4.7.x modules to 5.x - http://drupal.org/node/64279

Installation
------------

Copy coder.module to your module directory and then enable on the admin
modules page.  Enable the modules that admin/settings/coder works on,
then view the coder results page at coder.

Author
------
Doug Green
douggreen@douggreenconsulting.com

File

README.txt
View source
  1. Developer Module that assists with code review and version upgrade that
  2. supports a plug-in extensible hook system so contributed modules can
  3. define additional review standards.
  4. Built-in support for:
  5. - Drupal Coding Standards - http://drupal.org/node/318
  6. - Handle text in a secure fashion - http://drupal.org/node/28984
  7. - Converting 4.6.x modules to 4.7.x - http://drupal.org/node/22218
  8. - Converting 4.7.x modules to 5.x - http://drupal.org/node/64279
  9. Installation
  10. ------------
  11. Copy coder.module to your module directory and then enable on the admin
  12. modules page. Enable the modules that admin/settings/coder works on,
  13. then view the coder results page at coder.
  14. Author
  15. ------
  16. Doug Green
  17. douggreen@douggreenconsulting.com