PlainText.pm
上传用户:shbosideng
上传日期:2013-05-04
资源大小:1555k
文件大小:24k
源码类别:

SNMP编程

开发平台:

C/C++

  1. # Pod::PlainText -- Convert POD data to formatted ASCII text.
  2. # $Id: PlainText.pm,v 1.1.1.1 2002/02/26 10:16:53 oetiker Exp $
  3. #
  4. # Copyright 1999-2000 by Russ Allbery <rra@stanford.edu>
  5. #
  6. # This program is free software; you can redistribute it and/or modify it
  7. # under the same terms as Perl itself.
  8. #
  9. # This module is intended to be a replacement for Pod::Text, and attempts to
  10. # match its output except for some specific circumstances where other
  11. # decisions seemed to produce better output.  It uses Pod::Parser and is
  12. # designed to be very easy to subclass.
  13. ############################################################################
  14. # Modules and declarations
  15. ############################################################################
  16. package Pod::PlainText;
  17. require 5.005;
  18. use Carp qw(carp croak);
  19. use Pod::Select ();
  20. use strict;
  21. use vars qw(@ISA %ESCAPES $VERSION);
  22. # We inherit from Pod::Select instead of Pod::Parser so that we can be used
  23. # by Pod::Usage.
  24. @ISA = qw(Pod::Select);
  25. ($VERSION = (split (' ', q$Revision: 1.1.1.1 $ ))[1]) =~ s/.(d)$/.0$1/;
  26. ############################################################################
  27. # Table of supported E<> escapes
  28. ############################################################################
  29. # This table is taken near verbatim from Pod::PlainText in Pod::Parser,
  30. # which got it near verbatim from the original Pod::Text.  It is therefore
  31. # credited to Tom Christiansen, and I'm glad I didn't have to write it.  :)
  32. %ESCAPES = (
  33.     'amp'       =>    '&',      # ampersand
  34.     'lt'        =>    '<',      # left chevron, less-than
  35.     'gt'        =>    '>',      # right chevron, greater-than
  36.     'quot'      =>    '"',      # double quote
  37.     "Aacute"    =>    "xC1",   # capital A, acute accent
  38.     "aacute"    =>    "xE1",   # small a, acute accent
  39.     "Acirc"     =>    "xC2",   # capital A, circumflex accent
  40.     "acirc"     =>    "xE2",   # small a, circumflex accent
  41.     "AElig"     =>    "xC6",   # capital AE diphthong (ligature)
  42.     "aelig"     =>    "xE6",   # small ae diphthong (ligature)
  43.     "Agrave"    =>    "xC0",   # capital A, grave accent
  44.     "agrave"    =>    "xE0",   # small a, grave accent
  45.     "Aring"     =>    "xC5",   # capital A, ring
  46.     "aring"     =>    "xE5",   # small a, ring
  47.     "Atilde"    =>    "xC3",   # capital A, tilde
  48.     "atilde"    =>    "xE3",   # small a, tilde
  49.     "Auml"      =>    "xC4",   # capital A, dieresis or umlaut mark
  50.     "auml"      =>    "xE4",   # small a, dieresis or umlaut mark
  51.     "Ccedil"    =>    "xC7",   # capital C, cedilla
  52.     "ccedil"    =>    "xE7",   # small c, cedilla
  53.     "Eacute"    =>    "xC9",   # capital E, acute accent
  54.     "eacute"    =>    "xE9",   # small e, acute accent
  55.     "Ecirc"     =>    "xCA",   # capital E, circumflex accent
  56.     "ecirc"     =>    "xEA",   # small e, circumflex accent
  57.     "Egrave"    =>    "xC8",   # capital E, grave accent
  58.     "egrave"    =>    "xE8",   # small e, grave accent
  59.     "ETH"       =>    "xD0",   # capital Eth, Icelandic
  60.     "eth"       =>    "xF0",   # small eth, Icelandic
  61.     "Euml"      =>    "xCB",   # capital E, dieresis or umlaut mark
  62.     "euml"      =>    "xEB",   # small e, dieresis or umlaut mark
  63.     "Iacute"    =>    "xCD",   # capital I, acute accent
  64.     "iacute"    =>    "xED",   # small i, acute accent
  65.     "Icirc"     =>    "xCE",   # capital I, circumflex accent
  66.     "icirc"     =>    "xEE",   # small i, circumflex accent
  67.     "Igrave"    =>    "xCD",   # capital I, grave accent
  68.     "igrave"    =>    "xED",   # small i, grave accent
  69.     "Iuml"      =>    "xCF",   # capital I, dieresis or umlaut mark
  70.     "iuml"      =>    "xEF",   # small i, dieresis or umlaut mark
  71.     "Ntilde"    =>    "xD1",   # capital N, tilde
  72.     "ntilde"    =>    "xF1",   # small n, tilde
  73.     "Oacute"    =>    "xD3",   # capital O, acute accent
  74.     "oacute"    =>    "xF3",   # small o, acute accent
  75.     "Ocirc"     =>    "xD4",   # capital O, circumflex accent
  76.     "ocirc"     =>    "xF4",   # small o, circumflex accent
  77.     "Ograve"    =>    "xD2",   # capital O, grave accent
  78.     "ograve"    =>    "xF2",   # small o, grave accent
  79.     "Oslash"    =>    "xD8",   # capital O, slash
  80.     "oslash"    =>    "xF8",   # small o, slash
  81.     "Otilde"    =>    "xD5",   # capital O, tilde
  82.     "otilde"    =>    "xF5",   # small o, tilde
  83.     "Ouml"      =>    "xD6",   # capital O, dieresis or umlaut mark
  84.     "ouml"      =>    "xF6",   # small o, dieresis or umlaut mark
  85.     "szlig"     =>    "xDF",   # small sharp s, German (sz ligature)
  86.     "THORN"     =>    "xDE",   # capital THORN, Icelandic
  87.     "thorn"     =>    "xFE",   # small thorn, Icelandic
  88.     "Uacute"    =>    "xDA",   # capital U, acute accent
  89.     "uacute"    =>    "xFA",   # small u, acute accent
  90.     "Ucirc"     =>    "xDB",   # capital U, circumflex accent
  91.     "ucirc"     =>    "xFB",   # small u, circumflex accent
  92.     "Ugrave"    =>    "xD9",   # capital U, grave accent
  93.     "ugrave"    =>    "xF9",   # small u, grave accent
  94.     "Uuml"      =>    "xDC",   # capital U, dieresis or umlaut mark
  95.     "uuml"      =>    "xFC",   # small u, dieresis or umlaut mark
  96.     "Yacute"    =>    "xDD",   # capital Y, acute accent
  97.     "yacute"    =>    "xFD",   # small y, acute accent
  98.     "yuml"      =>    "xFF",   # small y, dieresis or umlaut mark
  99.     "lchevron"  =>    "xAB",   # left chevron (double less than)
  100.     "rchevron"  =>    "xBB",   # right chevron (double greater than)
  101. );
  102. ############################################################################
  103. # Initialization
  104. ############################################################################
  105. # Initialize the object.  Must be sure to call our parent initializer.
  106. sub initialize {
  107.     my $self = shift;
  108.     $$self{alt}      = 0  unless defined $$self{alt};
  109.     $$self{indent}   = 4  unless defined $$self{indent};
  110.     $$self{loose}    = 0  unless defined $$self{loose};
  111.     $$self{sentence} = 0  unless defined $$self{sentence};
  112.     $$self{width}    = 76 unless defined $$self{width};
  113.     $$self{INDENTS}  = [];              # Stack of indentations.
  114.     $$self{MARGIN}   = $$self{indent};  # Current left margin in spaces.
  115.     $self->SUPER::initialize;
  116. }
  117. ############################################################################
  118. # Core overrides
  119. ############################################################################
  120. # Called for each command paragraph.  Gets the command, the associated
  121. # paragraph, the line number, and a Pod::Paragraph object.  Just dispatches
  122. # the command to a method named the same as the command.  =cut is handled
  123. # internally by Pod::Parser.
  124. sub command {
  125.     my $self = shift;
  126.     my $command = shift;
  127.     return if $command eq 'pod';
  128.     return if ($$self{EXCLUDE} && $command ne 'end');
  129.     $self->item ("n") if defined $$self{ITEM};
  130.     $command = 'cmd_' . $command;
  131.     $self->$command (@_);
  132. }
  133. # Called for a verbatim paragraph.  Gets the paragraph, the line number, and
  134. # a Pod::Paragraph object.  Just output it verbatim, but with tabs converted
  135. # to spaces.
  136. sub verbatim {
  137.     my $self = shift;
  138.     return if $$self{EXCLUDE};
  139.     $self->item if defined $$self{ITEM};
  140.     local $_ = shift;
  141.     return if /^s*$/;
  142.     s/^(s*S+)/(' ' x $$self{MARGIN}) . $1/gme;
  143.     $self->output ($_);
  144. }
  145. # Called for a regular text block.  Gets the paragraph, the line number, and
  146. # a Pod::Paragraph object.  Perform interpolation and output the results.
  147. sub textblock {
  148.     my $self = shift;
  149.     return if $$self{EXCLUDE};
  150.     $self->output ($_[0]), return if $$self{VERBATIM};
  151.     local $_ = shift;
  152.     my $line = shift;
  153.     # Perform a little magic to collapse multiple L<> references.  This is
  154.     # here mostly for backwards-compatibility.  We'll just rewrite the whole
  155.     # thing into actual text at this part, bypassing the whole internal
  156.     # sequence parsing thing.
  157.     s{
  158.         (
  159.           L<                    # A link of the form L</something>.
  160.               /
  161.               (
  162.                   [:w]+        # The item has to be a simple word...
  163.                   (())?       # ...or simple function.
  164.               )
  165.           >
  166.           (
  167.               ,?s+(ands+)?    # Allow lots of them, conjuncted.
  168.               L<  
  169.                   /
  170.                   (
  171.                       [:w]+
  172.                       (())?
  173.                   )
  174.               >
  175.           )+
  176.         )
  177.     } {
  178.         local $_ = $1;
  179.         s%L</([^>]+)>%$1%g;
  180.         my @items = split /(?:,?s+(?:ands+)?)/;
  181.         my $string = "the ";
  182.         my $i;
  183.         for ($i = 0; $i < @items; $i++) {
  184.             $string .= $items[$i];
  185.             $string .= ", " if @items > 2 && $i != $#items;
  186.             $string .= " and " if ($i == $#items - 1);
  187.         }
  188.         $string .= " entries elsewhere in this document";
  189.         $string;
  190.     }gex;
  191.     # Now actually interpolate and output the paragraph.
  192.     $_ = $self->interpolate ($_, $line);
  193.     s/s+$/n/;
  194.     if (defined $$self{ITEM}) {
  195.         $self->item ($_ . "n");
  196.     } else {
  197.         $self->output ($self->reformat ($_ . "n"));
  198.     }
  199. }
  200. # Called for an interior sequence.  Gets the command, argument, and a
  201. # Pod::InteriorSequence object and is expected to return the resulting text.
  202. # Calls code, bold, italic, file, and link to handle those types of
  203. # sequences, and handles S<>, E<>, X<>, and Z<> directly.
  204. sub interior_sequence {
  205.     my $self = shift;
  206.     my $command = shift;
  207.     local $_ = shift;
  208.     return '' if ($command eq 'X' || $command eq 'Z');
  209.     # Expand escapes into the actual character now, carping if invalid.
  210.     if ($command eq 'E') {
  211.         return $ESCAPES{$_} if defined $ESCAPES{$_};
  212.         carp "Unknown escape: E<$_>";
  213.         return "E<$_>";
  214.     }
  215.     # For all the other sequences, empty content produces no output.
  216.     return if $_ eq '';
  217.     # For S<>, compress all internal whitespace and then map spaces to 1.
  218.     # When we output the text, we'll map this back.
  219.     if ($command eq 'S') {
  220.         s/s{2,}/ /g;
  221.         tr/ /1/;
  222.         return $_;
  223.     }
  224.     # Anything else needs to get dispatched to another method.
  225.     if    ($command eq 'B') { return $self->seq_b ($_) }
  226.     elsif ($command eq 'C') { return $self->seq_c ($_) }
  227.     elsif ($command eq 'F') { return $self->seq_f ($_) }
  228.     elsif ($command eq 'I') { return $self->seq_i ($_) }
  229.     elsif ($command eq 'L') { return $self->seq_l ($_) }
  230.     else { carp "Unknown sequence $command<$_>" }
  231. }
  232. # Called for each paragraph that's actually part of the POD.  We take
  233. # advantage of this opportunity to untabify the input.
  234. sub preprocess_paragraph {
  235.     my $self = shift;
  236.     local $_ = shift;
  237.     1 while s/^(.*?)(t+)/$1 . ' ' x (length ($2) * 8 - length ($1) % 8)/me;
  238.     $_;
  239. }
  240. ############################################################################
  241. # Command paragraphs
  242. ############################################################################
  243. # All command paragraphs take the paragraph and the line number.
  244. # First level heading.
  245. sub cmd_head1 {
  246.     my $self = shift;
  247.     local $_ = shift;
  248.     s/s+$//;
  249.     $_ = $self->interpolate ($_, shift);
  250.     if ($$self{alt}) {
  251.         $self->output ("n==== $_ ====nn");
  252.     } else {
  253.         $_ .= "n" if $$self{loose};
  254.         $self->output ($_ . "n");
  255.     }
  256. }
  257. # Second level heading.
  258. sub cmd_head2 {
  259.     my $self = shift;
  260.     local $_ = shift;
  261.     s/s+$//;
  262.     $_ = $self->interpolate ($_, shift);
  263.     if ($$self{alt}) {
  264.         $self->output ("n==   $_   ==nn");
  265.     } else {
  266.         $self->output (' ' x ($$self{indent} / 2) . $_ . "nn");
  267.     }
  268. }
  269. # Start a list.
  270. sub cmd_over {
  271.     my $self = shift;
  272.     local $_ = shift;
  273.     unless (/^[-+]?d+s+$/) { $_ = $$self{indent} }
  274.     push (@{ $$self{INDENTS} }, $$self{MARGIN});
  275.     $$self{MARGIN} += ($_ + 0);
  276. }
  277. # End a list.
  278. sub cmd_back {
  279.     my $self = shift;
  280.     $$self{MARGIN} = pop @{ $$self{INDENTS} };
  281.     unless (defined $$self{MARGIN}) {
  282.         carp "Unmatched =back";
  283.         $$self{MARGIN} = $$self{indent};
  284.     }
  285. }
  286. # An individual list item.
  287. sub cmd_item {
  288.     my $self = shift;
  289.     if (defined $$self{ITEM}) { $self->item }
  290.     local $_ = shift;
  291.     s/s+$//;
  292.     $$self{ITEM} = $self->interpolate ($_);
  293. }
  294. # Begin a block for a particular translator.  Setting VERBATIM triggers
  295. # special handling in textblock().
  296. sub cmd_begin {
  297.     my $self = shift;
  298.     local $_ = shift;
  299.     my ($kind) = /^(S+)/ or return;
  300.     if ($kind eq 'text') {
  301.         $$self{VERBATIM} = 1;
  302.     } else {
  303.         $$self{EXCLUDE} = 1;
  304.     }
  305. }
  306. # End a block for a particular translator.  We assume that all =begin/=end
  307. # pairs are properly closed.
  308. sub cmd_end {
  309.     my $self = shift;
  310.     $$self{EXCLUDE} = 0;
  311.     $$self{VERBATIM} = 0;
  312. }    
  313. # One paragraph for a particular translator.  Ignore it unless it's intended
  314. # for text, in which case we treat it as a verbatim text block.
  315. sub cmd_for {
  316.     my $self = shift;
  317.     local $_ = shift;
  318.     my $line = shift;
  319.     return unless s/^textb[ t]*n?//;
  320.     $self->verbatim ($_, $line);
  321. }
  322. ############################################################################
  323. # Interior sequences
  324. ############################################################################
  325. # The simple formatting ones.  These are here mostly so that subclasses can
  326. # override them and do more complicated things.
  327. sub seq_b { return $_[0]{alt} ? "``$_[1]''" : $_[1] }
  328. sub seq_c { return $_[0]{alt} ? "``$_[1]''" : "`$_[1]'" }
  329. sub seq_f { return $_[0]{alt} ? ""$_[1]"" : $_[1] }
  330. sub seq_i { return '*' . $_[1] . '*' }
  331. # The complicated one.  Handle links.  Since this is plain text, we can't
  332. # actually make any real links, so this is all to figure out what text we
  333. # print out.
  334. sub seq_l {
  335.     my $self = shift;
  336.     local $_ = shift;
  337.     # Smash whitespace in case we were split across multiple lines.
  338.     s/s+/ /g;
  339.     # If we were given any explicit text, just output it.
  340.     if (/^([^|]+)|/) { return $1 }
  341.     # Okay, leading and trailing whitespace isn't important; get rid of it.
  342.     s/^s+//;
  343.     s/s+$//;
  344.     # Default to using the whole content of the link entry as a section
  345.     # name.  Note that L<manpage/> forces a manpage interpretation, as does
  346.     # something looking like L<manpage(section)>.  The latter is an
  347.     # enhancement over the original Pod::Text.
  348.     my ($manpage, $section) = ('', $_);
  349.     if (/^"s*(.*?)s*"$/) {
  350.         $section = '"' . $1 . '"';
  351.     } elsif (m/^[-:.w]+(?:(S+))?$/) {
  352.         ($manpage, $section) = ($_, '');
  353.     } elsif (m%/%) {
  354.         ($manpage, $section) = split (/s*/s*/, $_, 2);
  355.     }
  356.     # Now build the actual output text.
  357.     my $text = '';
  358.     if (!length $section) {
  359.         $text = "the $manpage manpage" if length $manpage;
  360.     } elsif ($section =~ /^[:w]+(?:())?/) {
  361.         $text .= 'the ' . $section . ' entry';
  362.         $text .= (length $manpage) ? " in the $manpage manpage"
  363.                                    : " elsewhere in this document";
  364.     } else {
  365.         $section =~ s/^"s*//;
  366.         $section =~ s/s*"$//;
  367.         $text .= 'the section on "' . $section . '"';
  368.         $text .= " in the $manpage manpage" if length $manpage;
  369.     }
  370.     $text;
  371. }
  372. ############################################################################
  373. # List handling
  374. ############################################################################
  375. # This method is called whenever an =item command is complete (in other
  376. # words, we've seen its associated paragraph or know for certain that it
  377. # doesn't have one).  It gets the paragraph associated with the item as an
  378. # argument.  If that argument is empty, just output the item tag; if it
  379. # contains a newline, output the item tag followed by the newline.
  380. # Otherwise, see if there's enough room for us to output the item tag in the
  381. # margin of the text or if we have to put it on a separate line.
  382. sub item {
  383.     my $self = shift;
  384.     local $_ = shift;
  385.     my $tag = $$self{ITEM};
  386.     unless (defined $tag) {
  387.         carp "item called without tag";
  388.         return;
  389.     }
  390.     undef $$self{ITEM};
  391.     my $indent = $$self{INDENTS}[-1];
  392.     unless (defined $indent) { $indent = $$self{indent} }
  393.     my $space = ' ' x $indent;
  394.     $space =~ s/^ /:/ if $$self{alt};
  395.     if (!$_ || /^s+$/ || ($$self{MARGIN} - $indent < length ($tag) + 1)) {
  396.         my $margin = $$self{MARGIN};
  397.         $$self{MARGIN} = $indent;
  398.         my $output = $self->reformat ($tag);
  399.         $output =~ s/n*$/n/;
  400.         $self->output ($output);
  401.         $$self{MARGIN} = $margin;
  402.         $self->output ($self->reformat ($_)) if /S/;
  403.     } else {
  404.         $_ = $self->reformat ($_);
  405.         s/^ /:/ if ($$self{alt} && $indent > 0);
  406.         my $tagspace = ' ' x length $tag;
  407.         s/^($space)$tagspace/$1$tag/ or warn "Bizarre space in item";
  408.         $self->output ($_);
  409.     }
  410. }
  411. ############################################################################
  412. # Output formatting
  413. ############################################################################
  414. # Wrap a line, indenting by the current left margin.  We can't use
  415. # Text::Wrap because it plays games with tabs.  We can't use formline, even
  416. # though we'd really like to, because it screws up non-printing characters.
  417. # So we have to do the wrapping ourselves.
  418. sub wrap {
  419.     my $self = shift;
  420.     local $_ = shift;
  421.     my $output = '';
  422.     my $spaces = ' ' x $$self{MARGIN};
  423.     my $width = $$self{width} - $$self{MARGIN};
  424.     while (length > $width) {
  425.         if (s/^([^n]{0,$width})s+// || s/^([^n]{$width})//) {
  426.             $output .= $spaces . $1 . "n";
  427.         } else {
  428.             last;
  429.         }
  430.     }
  431.     $output .= $spaces . $_;
  432.     $output =~ s/s+$/nn/;
  433.     $output;
  434. }
  435. # Reformat a paragraph of text for the current margin.  Takes the text to
  436. # reformat and returns the formatted text.
  437. sub reformat {
  438.     my $self = shift;
  439.     local $_ = shift;
  440.     # If we're trying to preserve two spaces after sentences, do some
  441.     # munging to support that.  Otherwise, smash all repeated whitespace.
  442.     if ($$self{sentence}) {
  443.         s/ +$//mg;
  444.         s/.n/. n/g;
  445.         s/n/ /g;
  446.         s/   +/  /g;
  447.     } else {
  448.         s/s+/ /g;
  449.     }
  450.     $self->wrap ($_);
  451. }
  452. # Output text to the output device.
  453. sub output { $_[1] =~ tr/1/ /; print { $_[0]->output_handle } $_[1] }
  454. ############################################################################
  455. # Backwards compatibility
  456. ############################################################################
  457. # The old Pod::Text module did everything in a pod2text() function.  This
  458. # tries to provide the same interface for legacy applications.
  459. sub pod2text {
  460.     my @args;
  461.     # This is really ugly; I hate doing option parsing in the middle of a
  462.     # module.  But the old Pod::Text module supported passing flags to its
  463.     # entry function, so handle -a and -<number>.
  464.     while ($_[0] =~ /^-/) {
  465.         my $flag = shift;
  466.         if    ($flag eq '-a')       { push (@args, alt => 1)    }
  467.         elsif ($flag =~ /^-(d+)$/) { push (@args, width => $1) }
  468.         else {
  469.             unshift (@_, $flag);
  470.             last;
  471.         }
  472.     }
  473.     # Now that we know what arguments we're using, create the parser.
  474.     my $parser = Pod::PlainText->new (@args);
  475.     # If two arguments were given, the second argument is going to be a file
  476.     # handle.  That means we want to call parse_from_filehandle(), which
  477.     # means we need to turn the first argument into a file handle.  Magic
  478.     # open will handle the <&STDIN case automagically.
  479.     if (defined $_[1]) {
  480.         local *IN;
  481.         unless (open (IN, $_[0])) {
  482.             croak ("Can't open $_[0] for reading: $!n");
  483.             return;
  484.         }
  485.         $_[0] = *IN;
  486.         return $parser->parse_from_filehandle (@_);
  487.     } else {
  488.         return $parser->parse_from_file (@_);
  489.     }
  490. }
  491. ############################################################################
  492. # Module return value and documentation
  493. ############################################################################
  494. 1;
  495. __END__
  496. =head1 NAME
  497. Pod::PlainText - Convert POD data to formatted ASCII text
  498. =head1 SYNOPSIS
  499.     use Pod::PlainText;
  500.     my $parser = Pod::PlainText->new (sentence => 0, width => 78);
  501.     # Read POD from STDIN and write to STDOUT.
  502.     $parser->parse_from_filehandle;
  503.     # Read POD from file.pod and write to file.txt.
  504.     $parser->parse_from_file ('file.pod', 'file.txt');
  505. =head1 DESCRIPTION
  506. Pod::PlainText is a module that can convert documentation in the POD format (the
  507. preferred language for documenting Perl) into formatted ASCII.  It uses no
  508. special formatting controls or codes whatsoever, and its output is therefore
  509. suitable for nearly any device.
  510. As a derived class from Pod::Parser, Pod::PlainText supports the same methods and
  511. interfaces.  See L<Pod::Parser> for all the details; briefly, one creates a
  512. new parser with C<Pod::PlainText-E<gt>new()> and then calls either
  513. parse_from_filehandle() or parse_from_file().
  514. new() can take options, in the form of key/value pairs, that control the
  515. behavior of the parser.  The currently recognized options are:
  516. =over 4
  517. =item alt
  518. If set to a true value, selects an alternate output format that, among other
  519. things, uses a different heading style and marks C<=item> entries with a
  520. colon in the left margin.  Defaults to false.
  521. =item indent
  522. The number of spaces to indent regular text, and the default indentation for
  523. C<=over> blocks.  Defaults to 4.
  524. =item loose
  525. If set to a true value, a blank line is printed after a C<=head1> heading.
  526. If set to false (the default), no blank line is printed after C<=head1>,
  527. although one is still printed after C<=head2>.  This is the default because
  528. it's the expected formatting for manual pages; if you're formatting
  529. arbitrary text documents, setting this to true may result in more pleasing
  530. output.
  531. =item sentence
  532. If set to a true value, Pod::PlainText will assume that each sentence ends in two
  533. spaces, and will try to preserve that spacing.  If set to false, all
  534. consecutive whitespace in non-verbatim paragraphs is compressed into a
  535. single space.  Defaults to true.
  536. =item width
  537. The column at which to wrap text on the right-hand side.  Defaults to 76.
  538. =back
  539. The standard Pod::Parser method parse_from_filehandle() takes up to two
  540. arguments, the first being the file handle to read POD from and the second
  541. being the file handle to write the formatted output to.  The first defaults
  542. to STDIN if not given, and the second defaults to STDOUT.  The method
  543. parse_from_file() is almost identical, except that its two arguments are the
  544. input and output disk files instead.  See L<Pod::Parser> for the specific
  545. details.
  546. =head1 DIAGNOSTICS
  547. =over 4
  548. =item Bizarre space in item
  549. (W) Something has gone wrong in internal C<=item> processing.  This message
  550. indicates a bug in Pod::PlainText; you should never see it.
  551. =item Can't open %s for reading: %s
  552. (F) Pod::PlainText was invoked via the compatibility mode pod2text() interface
  553. and the input file it was given could not be opened.
  554. =item Unknown escape: %s
  555. (W) The POD source contained an C<EE<lt>E<gt>> escape that Pod::PlainText didn't
  556. know about.
  557. =item Unknown sequence: %s
  558. (W) The POD source contained a non-standard internal sequence (something of
  559. the form C<XE<lt>E<gt>>) that Pod::PlainText didn't know about.
  560. =item Unmatched =back
  561. (W) Pod::PlainText encountered a C<=back> command that didn't correspond to an
  562. C<=over> command.
  563. =back
  564. =head1 RESTRICTIONS
  565. Embedded Ctrl-As (octal 001) in the input will be mapped to spaces on
  566. output, due to an internal implementation detail.
  567. =head1 NOTES
  568. This is a replacement for an earlier Pod::Text module written by Tom
  569. Christiansen.  It has a revamped interface, since it now uses Pod::Parser,
  570. but an interface roughly compatible with the old Pod::Text::pod2text()
  571. function is still available.  Please change to the new calling convention,
  572. though.
  573. The original Pod::Text contained code to do formatting via termcap
  574. sequences, although it wasn't turned on by default and it was problematic to
  575. get it to work at all.  This rewrite doesn't even try to do that, but a
  576. subclass of it does.  Look for L<Pod::Text::Termcap|Pod::Text::Termcap>.
  577. =head1 SEE ALSO
  578. L<Pod::Parser|Pod::Parser>, L<Pod::Text::Termcap|Pod::Text::Termcap>,
  579. pod2text(1)
  580. =head1 AUTHOR
  581. Russ Allbery E<lt>rra@stanford.eduE<gt>, based I<very> heavily on the
  582. original Pod::Text by Tom Christiansen E<lt>tchrist@mox.perl.comE<gt> and
  583. its conversion to Pod::Parser by Brad Appleton
  584. E<lt>bradapp@enteract.comE<gt>.
  585. =cut