FileWiki

NAME

FileWiki::Plugin::Asciidoc - asciidoc page plugin for FileWiki

SYNOPSIS

PLUGINS=Asciidoc
PLUGIN_ASCIIDOC_MATCH=\.asciidoc$

DESCRIPTION

- Transforms the source using "asciidoc" <http://asciidoc.org>

- Sets MAN_SECTION and MAN_NAME if the source is a man page

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

CONFIGURATION VARIABLES

ASCIIDOC_STYLESHEET

Sets PLUGIN_STYLESHEET (path to css file)

VARIABLE PRESETS

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).

MAN_SOURCE

Extracted from source content ":man source: xxx".

MAN_REVISION

Extracted from source content ":revision: xxx".

MAN_RELEASE_VERSION

Extracted from source content ":release-version: xxx".

MAN_DATE

Extracted from source content ":date: xxx".

PLUGIN_STYLESHEET

Copied from value of $ASCIIDOC_STYLESHEET.

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/>.