CHANGELOG.txt |
CHANGELOG.txt |
|
Code Filter 6.x-1.x-dev, xxxx-xx-xx (development release)
-----------------------------------
- Simplify CSS
- Remove translations in favor of localize.drupal.org
- #890622 by Damien Tournoud and rfay: Remove the use of /e
- #606036 by psynaptic:… |
codefilter.css |
codefilter.css |
|
.codeblock {
padding: 5px;
border: 1px solid #CCC;
background-color: #EEE;
} |
codefilter.info |
codefilter.info |
|
name = Code Filter
description = Provides tags for automatically escaping and formatting large pieces of code.
core = 6.x |
codefilter.module |
codefilter.module |
|
|
README.txt |
README.txt |
|
ABOUT
-----
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 < and
>
INSTALLATION
------------
1. Copy the codefilter… |