ABOUT ----- This is a simple filter module. It handles and tags so that users can post code without having to worry about escaping with < and > INSTALLATION ------------ 1. Copy the codefilter folder to your website's sites/all/modules directory. 2. Enable the codefilter.module on the Administer > Site Building > Modules page. 3. Go to Administer > Site configuration > Input formats. For each format you wish to add Code Filter to: a. Click the "configure" link. b. Under "Filters", check the codefilter checkbox. c. Click the "Save configuration" button. d. Click the "configure" link again and then click the "Rearrange" tab. e. Rearrange the filtering chain to resolve any conflicts. For example, to prevent invalid XHTML in the form of '

' make sure "Code filter" comes before the "Line break converter". f. Click the "Save configuration" button. 4. (optionally) Edit your theme to provide a div.codeblock style for blocks of code. CREDITS ------- This mini-module was originally made by Steven Wittens , based on the PHP filter in Kjartan Mannes's project.module.