Readme
------

This is a simple filter module. It handles <code></code> and <?php ?> tags so
that users can post code without having to worry about escaping with &lt; and
&gt;

Send comments to vfilby@gmail.com


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

1. Copy the geshifilter folder to the Drupal modules/ directory, so that all
   files are in modules/geshifilter.

2. Go to administer > modules, and enable the geshifilter.module

3. Go to administer > input formats. Click 'configure' for the
   format you wish to enable geshifilter in, and check the codefilter checkbox
   on the next page.
   
4. (optionally) Go to the input format's ordering page and rearrange the filtering
   chain to resolve conflicts.   

5. (optionally) Edit your theme to provide a div.codeblock style for blocks of code.

Syntax Highlighting
-------------------

If you want generic syntax highlighting you will need to do the following:

1. Download GeSHi (http://qbnz.com/highlighter/)

2. Install it somewhere where the filter can access it (like in the filter directory).

3. Go to admin -> settings -> geshifilter to configure and enable syntax highlighting.

See the README.txt for more usage info.

Author
------
vfilby@gmail.com

Original codefilter author
  Steven Wittens <unconed@drupal.org>

Updates
-------

Aug 6th, 2005 - vfilby@gmail.com
 Added generic syntax highlighting via GeSHi


