The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Text::Multi::Block::Trac - Text::Multi processor for Trac blocks

SYNOPSIS

  {{{ Trac }}}

DESCRIPTION

This subclass of Text::Multi::Block uses Text::Trac to process Trac formatted text into HTML. For more information on Trac's syntax, see http://projects.edgewall.com/trac/wiki/WikiFormatting.

PARAMETERS

These are parameters that can be set in the Text::Multi tag in your text document, to provide additional information to formatter modules, and potentially to influence how the content is rendered. Also see "PARAMETERS" in Text::Multi::Block for inherited parameters that can be used by this formatter.

trac_url

Base URL for TracLinks. See "trac_url" in Text::Trac.

The URL for individual types of TracLinks can also be set, using "trac_attachment_url" in Text::Trac, "trac_changeset_url" in Text::Trac, "trac_log_url" in Text::Trac, "trac_milestone_url" in Text::Trac, "trac_report_url" in Text::Trac, "trac_source_url" in Text::Trac, "trac_ticket_url" in Text::Trac, "trac_wiki_url" in Text::Trac. See Text::Trac for more details.

See "enable_links" in Text::Trac and "disable_links" in Text::Trac.

INTERNAL METHODS

as_html()

See "as_html" in Text::Multi::Block.

SEE ALSO

Text::Multi

Text::Multi::Block

Text::Trac

http://www.edgewall.com/trac/

http://projects.edgewall.com/trac/wiki/WikiFormatting

http://www.jasonkohles.com/software/Text-Multi/

AUTHOR

Jason Kohles <email@jasonkohles.com>.

COPYRIGHT AND LICENSE

Copyright (C) 2007 by Jason Kohles

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.