1Pod::Simple::Wiki::MuseU(s3e)r Contributed Perl DocumentaPtoido:n:Simple::Wiki::Muse(3)
2
3
4

NAME

6       Pod::Simple::Wiki::Muse - A class for creating Pod to Muse wiki
7       filters.
8

SYNOPSIS

10       This module isn't used directly. Instead it is called via
11       "Pod::Simple::Wiki":
12
13           #!/usr/bin/perl -w
14
15           use strict;
16           use Pod::Simple::Wiki;
17
18
19           my $parser = Pod::Simple::Wiki->new('muse');
20
21           ...
22
23       Convert Pod to a Muse wiki format using the installed "pod2wiki"
24       utility:
25
26           pod2wiki --style muse file.pod > file.wiki
27

DESCRIPTION

29       The "Pod::Simple::Wiki::Muse" module is used for converting Pod text to
30       Wiki text.
31
32       Pod (Plain Old Documentation) is a simple markup language used for
33       writing Perl documentation.
34
35       For an introduction to Muse see:
36       <http://www.gnu.org/software/emacs-muse/>.
37
38       For a Muse parser you may want to look at Text::Amuse and
39       Text::Amuse::Compile
40
41       For a wiki engine written in perl using this markup, please see
42       <https://amusewiki.org>.
43
44       This module isn't generally invoked directly. Instead it is called via
45       "Pod::Simple::Wiki". See the Pod::Simple::Wiki and pod2wiki
46       documentation for more information.
47

METHODS

49       Pod::Simple::Wiki::Muse inherits all of the methods of "Pod::Simple"
50       and "Pod::Simple::Wiki". See Pod::Simple and Pod::Simple::Wiki for more
51       details.
52

Muse Specific information

SEE ALSO

55       This module also installs a "pod2wiki" command line utility. See
56       "pod2wiki --help" for details.
57

ACKNOWLEDGEMENTS

59       This module was written during the Perl Dancer Conference in Vienna,
60       October 19 2015 at the Metalab.
61

DISCLAIMER OF WARRANTY

63       Please refer to the DISCLAIMER OF WARRANTY in Pod::Simple::Wiki.
64

AUTHORS

66       John McNamara jmcnamara@cpan.org
67
68       Marco Pessotto melmothx@gmail.com
69
71       MMIII-MMXV, John McNamara.  2015, Marco Pessotto.
72
73       All Rights Reserved. This module is free software. It may be used,
74       redistributed and/or modified under the same terms as Perl itself.
75
76
77
78perl v5.32.0                      2020-07-28        Pod::Simple::Wiki::Muse(3)
Impressum