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

Search results for "module:Markup::Perl"

Markup::Perl - turn your CGI inside-out River stage zero No dependents

For some problems, particularly in the presentation layer, thinking of the solution as a webpage that can run perl is more natural than thinking of it as a perl script that can print a webpage. It's been done before, but this module is simple. The so...

MMATHEWS/Markup-Perl-0.5 - 04 Sep 2006 17:25:37 UTC

Text::Markup - Parse text markup into HTML River stage one • 1 direct dependent • 1 total dependent

This class is really simple. All it does is take the name of a file and return an HTML-formatted version of that file. The idea is that one might have files in lots of different markups, and not know or care what markups each uses. It's the job of th...

DWHEELER/Text-Markup-0.33 - 15 Feb 2024 20:14:12 UTC

Bundle::Markup - A bundle to install the Markup distrobution River stage zero No dependents

This bundle gathers together all of the prerequisite modules for Markup::*, as well as the Markup distrobution....

BPRUDENT/Bundle-Markup-0.1 - 25 Nov 2003 21:40:30 UTC

Markup::Unified - A simple, unified interface for Textile, Markdown and BBCode. River stage one • 3 direct dependents • 3 total dependents

This module provides a simple, unified interface for the Text::Textile, Text::Markdown and HTML::BBCode markup languages modules. This module is primarily meant to provide a simple way for application developers to deal with texts that use different ...

IDOPEREL/Markup-Unified-1.000000 - 03 Mar 2015 18:40:33 UTC

Text::Markup::Any - Common Lightweight Markup Language Interface River stage zero No dependents

Text::Markup::Any is Common Lightweight Markup Language Interface. Currently supported modules are Text::Markdown, Text::MultiMarkdown, Text::Markdown::Discount, Text::Markdown::GitHubAPI, Text::Markdown::Hoedown, Text::Xatena and Text::Textile....

SONGMU/Text-Markup-Any-0.04 - 23 Nov 2013 06:32:02 UTC

Text::Markup::Cmd - Tools for external commands River stage one • 1 direct dependent • 1 total dependent

Text::Markup::Cmd provides tools for Text::Markup parsers that depend on external commands, such as Text::Markup::Rest and Text::Markup::AsciiDoctor. Will mainly be of interest to those adding a new parser with such a dependency. Interface Exported F...

DWHEELER/Text-Markup-0.33 - 15 Feb 2024 20:14:12 UTC

Text::Markup::Pod - Pod parser for Text::Markup River stage one • 1 direct dependent • 1 total dependent

This is the Pod parser for Text::Markup. It runs the file through Pod::Simple::XHTML and returns the result. If the Pod contains any non-ASCII characters, the encoding must be declared either via a BOM or via the "=encoding" tag. Text::Markup::Pod re...

DWHEELER/Text-Markup-0.33 - 15 Feb 2024 20:14:12 UTC

Role::Markup::XML - Moo(se) role for bolt-on lazy XML markup River stage zero No dependents

This is indeed yet another module for lazy XML markup generation. It exists because it is different: * It converses primarily in reusable, inspectable, and most importantly, *inert* Perl data structures, * It also ingests existing XML::LibXML nodes, ...

DORIAN/Role-Markup-XML-0.09 - 03 Jul 2018 22:21:10 UTC

Text::TEI::Markup - a transcription markup syntax for TEI XML River stage one • 1 direct dependent • 3 total dependents

TEI XML is a wonderful thing. The elements defined therein allow a transcriber to record and represent just about any feature of a text that he or she encounters. The problem is the transcription itself. When I am transcribing a manuscript, especiall...

AURUM/Text-TEI-Markup-1.9 - 16 May 2014 14:48:17 UTC

Text::Markup::HTML - HTML parser for Text::Markup River stage one • 1 direct dependent • 1 total dependent

This is the HTML <https://whatwg.org/html/> parser for Text::Markup. All it does is read in the HTML file and return it as a string. It makes no assumptions about encoding, and returns the string raw as read from the file, with no decoding. It recogn...

DWHEELER/Text-Markup-0.33 - 15 Feb 2024 20:14:12 UTC

Text::Markup::Rest - reStructuredText parser for Text::Markup River stage one • 1 direct dependent • 1 total dependent

This is the reStructuredText <https://docutils.sourceforge.io/rst.html> parser for Text::Markup. It depends on the "docutils" Python package, which can be found as "python3-docutils" in many Linux distributions, or installed using the command "pip in...

DWHEELER/Text-Markup-0.33 - 15 Feb 2024 20:14:12 UTC

Text::Markup::None - Turn a file with no known markup into HTML River stage one • 1 direct dependent • 1 total dependent

This is the default parser used by Text::Markdown in the event that it cannot determine the format of a text file. All it does is read the file in (relying on a BOM <https://www.unicode.org/unicode/faq/utf_bom.html#BOM>, encodes all entities, and the...

DWHEELER/Text-Markup-0.33 - 15 Feb 2024 20:14:12 UTC

Text::Markup::Trac - Trac wiki syntax parser for Text::Markup River stage one • 1 direct dependent • 1 total dependent

This is the Trac wiki syntax <https://trac.edgewall.org/wiki/WikiFormatting> parser for Text::Markup. It reads in the file (relying on a BOM <https://www.unicode.org/unicode/faq/utf_bom.html#BOM>), hands it off to Text::Trac for parsing, and then ret...

DWHEELER/Text-Markup-0.33 - 15 Feb 2024 20:14:12 UTC

YUI::MenuBar::Markup - Generate YUI markup menus River stage zero No dependents

YUI::MenuBar::Markup will help you create your YUI menus by using markup (html). It offers a very light interface to create your modules from any kind of data, like *perl raw* (hashes) to even YAML. There are no plans in giving support for creating Y...

PFISCHER/YUI-MenuBar-Markup-0.02 - 22 Jan 2010 03:57:41 UTC

Text::Markup::Bbcode - BBcode parser for Text::Markup River stage one • 1 direct dependent • 1 total dependent

This is the BBcode <https://www.bbcode.org/> parser for Text::Markup. It reads in the file (relying on a BOM <https://www.unicode.org/unicode/faq/utf_bom.html#BOM>), hands it off to Text::Markdown for parsing, and then returns the generated HTML as a...

DWHEELER/Text-Markup-0.33 - 15 Feb 2024 20:14:12 UTC

Text::Markup::Creole - Creole parser for Text::Markup River stage one • 1 direct dependent • 1 total dependent

This is the Creole <https://www.wikicreole.org/> parser for Text::Markup. It reads in the file (relying on a BOM <https://www.unicode.org/unicode/faq/utf_bom.html#BOM>), hands it off to Text::Markdown for parsing, and then returns the generated HTML ...

DWHEELER/Text-Markup-0.33 - 15 Feb 2024 20:14:12 UTC

Kite::XML::Node::Kite - XML nodes to represent kite markup River stage zero No dependents

TODO...

ABW/Kite-0.4 - 28 Feb 2001 15:12:52 UTC

Text::Markup::Textile - Textile parser for Text::Markup River stage one • 1 direct dependent • 1 total dependent

This is the Textile <https://textile-lang.com> parser for Text::Markup. It reads in the file (relying on a BOM <https://www.unicode.org/unicode/faq/utf_bom.html#BOM>), hands it off to Text::Textile for parsing, and then returns the generated HTML as ...

DWHEELER/Text-Markup-0.33 - 15 Feb 2024 20:14:12 UTC

Text::Markup::Asciidoc - Asciidoc parser for Text::Markup River stage one • 1 direct dependent • 1 total dependent

This is the Asciidoc <https://asciidoc.org/> parser for Text::Markup. It depends on the "asciidoc" <https://asciidoc-py.github.io> command-line application. See the installation docs <https://asciidoc-py.github.io/INSTALL.html> for details, or use th...

DWHEELER/Text-Markup-0.33 - 15 Feb 2024 20:14:12 UTC

Text::Markup::Markdown - Markdown parser for Text::Markup River stage one • 1 direct dependent • 1 total dependent

This is the Markdown <https://daringfireball.net/projects/markdown/> parser for Text::Markup. It reads in the file (relying on a BOM <https://www.unicode.org/unicode/faq/utf_bom.html#BOM>), hands it off to Text::Markdown for parsing, and then returns...

DWHEELER/Text-Markup-0.33 - 15 Feb 2024 20:14:12 UTC
54 results (0.07 seconds)