MojoMojo::Formatter::Include - Include files in your content.


MojoMojo documentation  | view source Contained in the MojoMojo distribution.

Index


module_loaded

Return true if the module is loaded.

NAME

Top

MojoMojo::Formatter::Include - Include files in your content.

DESCRIPTION

Top

Include files verbatim in your content, by writing {{include <url>}}. Can be used for transclusion from the same wiki, in which case the inline version of the page is pulled.

METHODS

Top

format_content_order

Format order can be 1-99. The Include formatter runs on 5, before all formatters (except Redirect), so that included content (most often from the same wiki) can be parsed for markup. To avoid markup interpretation, surround the {{include <url>}} with a <div>:

    <div>Some uninterpreted Markdown: {{include http://mysite.com/rawmarkdown.txt}}</div>

format_content

Calls the formatter. Takes a ref to the content as well as the context object.

include <c> <url>

Returns the content at the URL. Will store a cached version in $c->cache.

SEE ALSO

Top

MojoMojo, Module::Pluggable::Ordered, URI::Fetch

AUTHORS

Top

Marcus Ramberg <mramberg@cpan.org>

LICENSE

Top

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


MojoMojo documentation  | view source Contained in the MojoMojo distribution.