MetaText is a text processing and markup meta-language which can be used for processing "template" files. This module is a Perl 5 extension implementing a MetaText object class which processes text files, interpreting and acting on the embedded MetaT...
ABW/Text-MetaText-0.22 - 01 Sep 1998 14:15:59 GMTThe Text::MetaText::Factory module is used by Text::MetaText to instantiate Text::MetaText::Directive objects. The Factory and Directive classes can be sub-classed to create a more specific processing system....
ABW/Text-MetaText-0.22 - 01 Sep 1998 14:15:59 GMTObjects of the Text::MetaText::Directive class are instantiated by the Text::MetaText::Factory class from within the Text::MetaText module. The Factory and Directive classes can be sub-classed to create a more specific processing system....
ABW/Text-MetaText-0.22 - 01 Sep 1998 14:15:59 GMTMetaMarkup was inspired by POD, Wiki and PerlMonks. I created it because I wanted a simple format to write documents for my site quickly. A document consists of paragraphs. Paragraphs are separated by blank lines, which may contain whitespace. A para...
JUERD/Text-MetaMarkup-0.01 - 13 Jun 2003 07:40:24 GMTThis module extends Text::MetaMarkup and converts the parsed document to HTML. Text::MetaMarkup::HTML adds special support for the following tags: Paragraph tag "style" Its contents are not subject to escaping and inline tag interpolation....
JUERD/Text-MetaMarkup-0.01 - 13 Jun 2003 07:40:24 GMTThis is a library to help you do things with lines of text coming from a file. Currently it supports splitting the text and removing lines and returning the text that results....
VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 GMTThis module helps you in parsing text files. You construct a parser, give it a text file and loop until its over each time getting the current line from it... You can also init the parser from a process and so get the process output in a pipe without...
VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 GMTGive this class some text and it will give you only the unique lines (no repetitions)....
VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 GMTThis module helps you to quickly count the number of appearances of a certain regexp in a certain file....
VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 GMTUse this module to check text files for various things. The only check that is currently implemented is checking a text file for not having very long lines (you dictate the maximum line length)....
VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 GMTText::MetaMarkup::AddOn::Raw adds support for the following special tags: Paragraph tag "raw" Includes the paragraph's text without further parsing. Inline tag "perl" Includes the tag's text without further parsing....
JUERD/Text-MetaMarkup-0.01 - 13 Jun 2003 07:40:24 GMTText::MetaMarkup::AddOn::Perl adds support for the following special tags: Paragraph tag "perl" Executes a block of Perl in its own lexical scope. If the returned value is an array reference, the elements are parsed as paragraphs, other return values...
JUERD/Text-MetaMarkup-0.01 - 13 Jun 2003 07:40:24 GMTText::MetaMarkup::HTML::JuerdNL is a simple implementation of: * Text::MetaMarkup::HTML * Text::MetaMarkup::AddOn::Raw * Text::MetaMarkup::AddOn::Perl Text::MetaMarkup::JuerdNL adds support for the following special linking schemes: %exlinx %PLP::Scr...
JUERD/Text-MetaMarkup-0.01 - 13 Jun 2003 07:40:24 GMTText::MetaMarkup::HTML::JuerdNL::Print extends Text::MetaMarkup::HTML::JuerdNL by numbering links and adding a list of links after each paragraph....
JUERD/Text-MetaMarkup-0.01 - 13 Jun 2003 07:40:24 GMTSLANNING/Mozilla-DOM-0.23 - 03 Nov 2009 22:10:03 GMT