Project

General

Profile

1
<?php
2
/**
3
 *
4
 * @category        modules
5
 * @package         output_filter
6
 * @author          WebsiteBaker Project
7
 * @copyright       2012, WebsiteBaker Org. e.V.
8
 * @link            http://www.websitebaker2.org/
9
 * @license         http://www.gnu.org/licenses/gpl.html
10
 * @platform        WebsiteBaker 2.8.4
11
 * @requirements    PHP 5.2.2 and higher
12
 * @version         $Id: info.php 1892 2013-03-19 14:06:00Z Luisehahne $
13
 * @filesource      $HeadURL: svn://isteam.dynxs.de/wb-archiv/branches/2.8.x/wb/modules/output_filter/info.php $
14
 * @lastmodified    $Date: 2013-03-19 15:06:00 +0100 (Tue, 19 Mar 2013) $
15
 *
16
 */
17

    
18
$module_directory   = 'output_filter';
19
$module_name        = 'Frontend Output Filter';
20
$module_function    = 'tool';
21
$module_version     = '0.4.1';
22
$module_platform    = '2.8.4';
23
$module_author      = 'Christian Sommer(doc), WB-Project, Werner v.d. Decken(DarkViper)';
24
$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.';
(4-4/9)