Source for file _autolinks.plugin.php
Documentation is available at _autolinks.plugin.php
* This file implements the Automatic Links plugin for b2evolution
* b2evolution - {@link http://b2evolution.net/}
* Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
* @copyright (c)2003-2006 by Francois PLANQUE - {@link http://fplanque.net/}
if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
var $name =
'Auto Links';
$this->long_desc =
T_('This renderer will detect URLs in the text and automatically transform them into clickable links.');
* @param array Associative array of parameters
* (Output format, see {@link format_to_output()})
* @return boolean true if we can render something for the required output format
$content =
& $params['data'];
* $Log: _autolinks.plugin.php,v $
* Revision 1.13.2.3 2006/12/26 03:18:50 fplanque
* assigned a few significant plugin groups
* Revision 1.13.2.2 2006/11/04 19:55:11 fplanque
* Reinjected old Log blocks. Removing them from CVS was a bad idea -- especially since Daniel has decided branch 1.9 was his HEAD...
* Revision 1.13 2006/07/10 20:19:30 blueyed
* Fixed PluginInit behaviour. It now gets called on both installed and non-installed Plugins, but with the "is_installed" param appropriately set.
* Revision 1.12 2006/07/07 21:26:49 blueyed
* Revision 1.11 2006/07/06 19:56:29 fplanque
* Revision 1.10 2006/06/16 21:30:57 fplanque
* Started clean numbering of plugin versions (feel free do add dots...)
* Revision 1.9 2006/05/30 19:39:55 fplanque
* Revision 1.8 2006/04/11 21:22:26 fplanque