DESCRIPTION
A provider of common formatter methods for Wiki::Toolkit formatters that deal with Wiki Links.METHODS
rename_links
$formatter->rename_links( $from, $to, $content );
Renames all the links to a certain page in the supplied content. (Obviously this is dependent on object properties such as "extended_links" and "implicit_links".)
find_internal_links
my @links_to = $formatter->find_internal_links( $content );
Returns a list of all nodes that the supplied content links to. (Obviously this is dependent on object properties such as "extended_links" and "implict_links".)
AUTHOR
Kake Pugh ([email protected]).COPYRIGHT
Copyright (C) 2002-2003 Kake Pugh. All Rights Reserved. Copyright (C) 2006-2009 the Wiki::Toolkit team. All Rights Reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.