1Pod::Simple::Wiki::MediUasweirkiC(o3n)tributed Perl DocuPmoedn:t:aStiimopnle::Wiki::Mediawiki(3)
2
3
4
6 Pod::Simple::Wiki::Mediawiki - A class for creating Pod to Mediawiki
7 wiki filters.
8
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('mediawiki');
20
21 ...
22
23 Convert Pod to a Mediawiki wiki format using the installed "pod2wiki"
24 utility:
25
26 pod2wiki --style mediawiki file.pod > file.wiki
27
29 The "Pod::Simple::Wiki::Mediawiki" module is used for converting Pod
30 text to 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 Mediawiki see:
36 http://www.mediawiki.org/wiki/MediaWiki
37
38 This module isn't generally invoked directly. Instead it is called via
39 "Pod::Simple::Wiki". See the Pod::Simple::Wiki and pod2wiki
40 documentation for more information.
41
43 Pod::Simple::Wiki::Mediawiki inherits all of the methods of
44 "Pod::Simple" and "Pod::Simple::Wiki". See Pod::Simple and
45 Pod::Simple::Wiki for more details.
46
48 This module also installs a "pod2wiki" command line utility. See
49 "pod2wiki --help" for details.
50
52 Thanks Tony Sidaway for initial Wikipedia/MediaWiki support.
53 Christopher J. Madsen for several major additions and tests.
54
56 Please refer to the DISCLAIMER OF WARRANTY in Pod::Simple::Wiki.
57
59 John McNamara jmcnamara@cpan.org
60
61 Christopher J. Madsen perl@cjmweb.net
62
64 AX MMIII-MMVIII, John McNamara.
65
66 All Rights Reserved. This module is free software. It may be used,
67 redistributed and/or modified under the same terms as Perl itself.
68
69
70
71perl v5.12.0 2008-05-24 Pod::Simple::Wiki::Mediawiki(3)