You are here

Files in Code Filter 5

Primary tabs

File namesort descending Location Namespace Description
CHANGELOG.txt CHANGELOG.txt Code Filter 5.x-1.x-dev, xxxx-xx-xx (development release) ------------------------------- - Remove translations in favor of localize.drupal.org - #62834 by JohnAlbin: Font tags used instead of span with PHP4 Code Filter 5.x-1.1,…
codefilter.css codefilter.css div.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.
codefilter.module codefilter.module
INSTALL.txt INSTALL.txt INSTALLATION 1. Copy the codefilter folder to the Drupal modules/ directory, so that all files are in modules/codefilter. 2. Go to administer > modules, and enable the codefilter.module 3. Go to administer > input formats. Click…
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 &lt; and &gt; INSTALLATION See the INSTALL.txt file for…

Other projects