Project

General

Profile

1 1475 Luisehahne
<?php
2
/**
3
 *
4
 * @category        modules
5
 * @package         output_filter
6
 * @author          WebsiteBaker Project
7 1520 darkviper
 * @copyright       2011, Website Baker Org. e.V.
8 1475 Luisehahne
 * @link			http://www.websitebaker2.org/
9
 * @license         http://www.gnu.org/licenses/gpl.html
10 1520 darkviper
 * @platform        WebsiteBaker 2.8.2
11 1475 Luisehahne
 * @requirements    PHP 5.2.2 and higher
12
 * @version         $Id$
13
 * @filesource		$HeadURL$
14
 * @lastmodified    $Date$
15
 *
16
 */
17
18
$module_directory = 'output_filter';
19
$module_name = 'Frontend Output Filter';
20
$module_function = 'tool';
21 1520 darkviper
$module_version	= '0.3';
22
$module_platform = '2.8.2';
23
$module_author = 'Christian Sommer(doc), WB-Project, Werner v.d. Decken(DarkViper)';
24 1475 Luisehahne
$module_license = 'GNU General Public License';
25
$module_description = 'This module allows to filter the output before displaying it on the frontend. Support for filtering mailto links and mail addresses in strings.';