FileWiki

NAME

FileWiki::Plugin::Man - man page plugin for FileWiki

SYNOPSIS

PLUGINS=Man
PLUGIN_MAN_MATCH=\.[1-8]$

DESCRIPTION

- Transforms the source using man2html.

- Applies the template specified by the TEMPLATE variable to the unmodified source file text.

CONFIGURATION VARIABLES

MAN_CONVERT

Specify conversion tool. Supported values: "groff" or "man2html", defaults to "groff".

VARIABLE PRESETS

NAME

Sets the NAME back to "name.1" (push file extension back to NAME).

MAN_NAME

The name of the man page, e.g. "name(1)" (extracted from file name).

MAN_SECTION

The section (1..8) of the man page (extracted from file name).

AUTHOR

Axel Burri <axel@tty0.ch>

COPYRIGHT AND LICENSE

Copyright (c) 2011-2019 Axel Burri. All rights reserved.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.