Readme
------

This is a simple filter module. It handles <blockquote></blockquote> tags to
give that blockquote effect that is so well-loved on drupal.org.

It was built from the codefilter module by unconed, mostly by stripping things
out of it and doing a s/code/quote/ :P

Send comments to drink@hyperlogos.org.


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

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

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

3. Go to administer > input formats. Click 'configure' for the
   format you wish to enable quotefilter in, and check the quotefilter 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.quoteblock style for 
   blockquotes.

Author
------

Steven Wittens <unconed@drupal.org>

