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