| 1 |
$Id$
|
| 2 |
|
| 3 |
Enables syntax hilighting in Drupal textareas.
|
| 4 |
|
| 5 |
Due to licensing incompatibilities, the CodePress javascript code isn't
|
| 6 |
available in the Drupal repository. You will need to download these
|
| 7 |
scripts separately and install them in the module directory.
|
| 8 |
|
| 9 |
1. Download and decompress the CodePress code from http://codepress.org/
|
| 10 |
2. Place the entire download in the same directory as this file.
|
| 11 |
3. Enable the module in Drupal.
|
| 12 |
4. The module will "discover" textareas as you browse around your site.
|
| 13 |
Visit the pages on your Drupal site which contain the textareas you
|
| 14 |
would like to affect.
|
| 15 |
5. Visit the settings page (admin/settings/codepress) to decide syntax
|
| 16 |
hilighting for textareas.
|
| 17 |
|