aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/contrib/pod.mdwn
blob: 97a9c648ae7d326d9cf322c0ef2199edfec8c6e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[[!template id=plugin name=pod author="[[rubykat]]"]]
[[!tag type/format]]
## NAME

IkiWiki::Plugin::pod - process pages written in POD format.

## SYNOPSIS

In the ikiwiki setup file, enable this plugin by adding it to the
list of active plugins.

    add_plugins => [qw{goodstuff pod ....}],

## DESCRIPTION

IkiWiki::Plugin::pod is an IkiWiki plugin enabling ikiwiki to
process pages written in POD ([Plain Old Documentation](http://en.wikipedia.org/wiki/Plain_Old_Documentation)) format.
This will treat files with a `.pod` or `.pm` extension as files
which contain POD markup.

## OPTIONS

The following options can be set in the ikiwiki setup file.

* **pod_index:** If true, this will generate an index (table of contents) for the page.
* **pod_toplink:** The label to be used for links back to the top of the page.  If this is empty, then no top-links will be generated.

## PREREQUISITES

    IkiWiki
    Pod::Xhtml
    IO::String

## DOWNLOAD

* browse at GitHub: <http://github.com/rubykat/ikiplugins/blob/master/IkiWiki/Plugin/pod.pm>
* git repo at git://github.com/rubykat/ikiplugins.git