Pod::BBCode

Pod::BBCode is a Perl module that converts a POD file to a page using BB code.
Download

Pod::BBCode Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • chaoslawful
  • Publisher web site:
  • http://search.cpan.org/~chaoslaw/Pod-BBCode-1.5/lib/Pod/BBCode.pm

Pod::BBCode Tags


Pod::BBCode Description

Pod::BBCode is a Perl module that converts a POD file to a page using BB code. Pod::BBCode is a Perl module that converts a POD file to a page using BB code.SYNOPSIS use Pod::BBCode; my $p = new Pod::BBCode(-headcolor=>'red',-itemcolor=>'blue',-textcolor=>'black'); $p->parse_from_file('in.pod');This class converts a file in POD syntax to the BBCode syntax, in order to simplify the posting process on vBulletin forums. See any vBulletin forum's help for a description of the BBCode syntax.Pod::BBCode derives from Pod::Parser and therefore inherits all its methods.This module was modified from Pod::TikiWiki module. Thanks to the original author.Supported formatting:Heading directives (=head) are handled with tag. =head1 NAME --> NAME =head2 Methods --> MethodsList items are rendered with (for ordered lists) or (for unordered lists) tag. =over =item * --> Text Text =over =item 1 --> Text Text =back =back Items with a string are rendered into a asterisked list =item Text --> Text Definition DefinitionInterior sequences B, I, F and C are honored. Both F and C are rendered as monospaced text. B< bold > --> bold I< italic > --> italic F< file > --> file C< code > --> code Requirements: · Perl


Pod::BBCode Related Software