The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.1.4 - 2011-04-04

  • ::Screenplay - Fix the innerdesc on the start of the line in the middle of the paragraph. Like:
  • Hi I went to the store and [walks around the room, nervous] bought a chocolate bar.
    • this was caused by two bugs here
  • -$self->_prev_line_is_empty($self->curr_line_ref() =~ m{\A\s*\z}); +$self->_prev_line_is_empty(scalar(${$self->curr_line_ref()} =~ m{\A\s*\z}));
    • they cancelled each other most of the time except for in this case.
    • ::Screenplay - add support for Screenplay-Text's <i> tags which get translated into Screenplay-XML's <italics> tags.

Documentation

convert a subset of DocBook/XML to Fiction-Text.

Modules

CPAN distribution implementing an XML grammar and a lightweight markup language for stories, novels and other fiction.
command line app-in-a-module to convert from a well-formed plaintext format to Fiction-XML.
command line app-in-a-module to convert a Fiction XML file to DocBook 5.
command line app-in-a-module to convert Fiction-XML file to HTML
base class for XML::Grammar::Fiction classes.
Exception::Class-based exceptions used by XML::Grammar::Fiction
module that converts well-formed text representing prose to an XML format.
contains several nodes for use in XML::Grammar::Fiction::FromProto.
base class for parsers of the Fiction-XML proto-text.
line iterator base class for the parser.
Quick and Dirty parser for the Fiction-XML proto-text.
line iterator base class with some nested XMLisms.
base module for Fiction-XML-to-something renderers
information about an XML/SGML opening or closing tag.
module that converts the Fiction-XML to DocBook 5.
module that converts the Fiction-XML to HTML.
base class for the tags-tree to XML converters.
CPAN distribution implementing an XML grammar for screenplays.
module implementing a command line application to convert a well-formed text to Screenplay XML.
module implementing a command line application to convert a Screenplay XML file to docbook.
module implementing a command line application to convert a Screenplay XML file to HTML
base class for XML::Grammar::Screenplay classes.
module that converts well-formed text representing a screenplay to an XML format.
base class for parsers of the ScreenplayXML proto-text.
Quick and Dirty parser for the Screenplay-XML proto-text.
module that converts the Screenplay XML to DocBook.
module that converts the Screenplay XML to HTML.
base class for parsers of the ScreenplayXML proto-text.
base class for parsers of the ScreenplayXML proto-text.
information about an XML/SGML opening or closing tag.

Provides

in lib/XML/Grammar/Fiction/FromProto/Nodes.pm
in lib/XML/Grammar/Fiction/FromProto/Nodes.pm
in lib/XML/Grammar/Fiction/FromProto/Nodes.pm
in lib/XML/Grammar/Fiction/FromProto/Nodes.pm
in lib/XML/Grammar/Fiction/FromProto/Nodes.pm
in lib/XML/Grammar/Fiction/FromProto/Nodes.pm
in lib/XML/Grammar/Fiction/FromProto/Nodes.pm
in lib/XML/Grammar/Fiction/FromProto/Nodes.pm
in lib/XML/Grammar/Fiction/FromProto/Nodes.pm
in lib/XML/Grammar/Fiction/FromProto/Nodes.pm
in lib/XML/Grammar/Fiction/RNG_Renderer.pm
in lib/XML/Grammar/Fiction/Struct/Tag.pm