Wiki::Toolkit::Formatter::WikiLinkFormatterParent.3pm

Langue: en

Autres versions - même langue

Version: 2008-05-17 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Wiki::Toolkit::Formatter::WikiLinkFormatterParent - The parent of Wiki::Toolkit formatters that work with Wiki Links.

DESCRIPTION

A provider of common formatter methods for Wiki::Toolkit formatters that deal with Wiki Links.
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".)

SEE ALSO

Wiki::Toolkit::Formatter::Default

AUTHOR

Kake Pugh (kake@earth.li).
      Copyright (C) 2002-2003 Kake Pugh.  All Rights Reserved.
      Copyright (C) 2006 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.

POD ERRORS

Hey! The above document had some coding errors, which are explained below:
Around line 29:
'=item' outside of any '=over'
Around line 97:
=cut found outside a pod block. Skipping to next block.
Around line 99:
You forgot a '=back' before '=head1'