Konstrukt::Plugin::wiki::markup::link::external - Plugin to handle external links
See "SYNOPSIS" in Konstrukt::Plugin::wiki::markup::linkplugin.
This one will be responsible for all external links (http://, ftp://, mailto:, news:, ...). The links will be surrounded by <a> and </a>.
Implicit links
http://foo.bar/baz
Explicit links (with description)
[[http://foo.bar/baz]] [[http://foo.bar/baz|something here]]
See "matching_regexps" in Konstrukt::Plugin::wiki::markup::linkplugin for a description.
Installs the templates.
Parameters:
none
See "handle" in Konstrukt::Plugin::wiki::markup::linkplugin for a description.
Parameters:
Copyright 2006 Thomas Wittek (mail at gedankenkonstrukt dot de). All rights reserved.
This document is free software. It is distributed under the same terms as Perl itself.