Search results for "module:Markup::Perl"
Markup::Perl - turn your CGI inside-out
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
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.24 - 12 Dec 2019 00:55:39 UTC
Bundle::Markup - A bundle to install the Markup distrobution
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.
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
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::Pod - Pod parser for Text::Markup
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.24 - 12 Dec 2019 00:55:39 UTC
Role::Markup::XML - Moo(se) role for bolt-on lazy XML markup
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
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::Rest - reStructuredText parser for Text::Markup
This is the reStructuredText <http://docutils.sourceforge.net/docs/user/rst/quickref.html> parser for Text::Markup. It depends on the "docutils" Python package (which can be found as "python-docutils" in many Linux distributions, or installed using t...
DWHEELER/Text-Markup-0.24 - 12 Dec 2019 00:55:39 UTC
Text::Markup::HTML - HTML parser for Text::Markup
This is the HTML <http://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 recogni...
DWHEELER/Text-Markup-0.24 - 12 Dec 2019 00:55:39 UTC
Text::Markup::Trac - Trac wiki syntax parser for Text::Markup
This is the Trac wiki syntax <http://projects.edgewall.com/trac/wiki/WikiFormatting> parser for Text::Markup. It reads in the file (relying on a BOM <http://www.unicode.org/unicode/faq/utf_bom.html#BOM>), hands it off to Text::Trac for parsing, and t...
DWHEELER/Text-Markup-0.24 - 12 Dec 2019 00:55:39 UTC
Text::Markup::None - Turn a file with no known markup into HTML
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 <http://www.unicode.org/unicode/faq/utf_bom.html#BOM>, encodes all entities, and then...
DWHEELER/Text-Markup-0.24 - 12 Dec 2019 00:55:39 UTC
Kite::XML::Node::Kite - XML nodes to represent kite markup
TODO...
ABW/Kite-0.4 - 28 Feb 2001 15:12:52 UTC
YUI::MenuBar::Markup - Generate YUI markup menus
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::Creole - Creole parser for Text::Markup
This is the Creole <http://www.wikicreole.org/> parser for Text::Markup. It reads in the file (relying on a BOM <http://www.unicode.org/unicode/faq/utf_bom.html#BOM>), hands it off to Text::Markdown for parsing, and then returns the generated HTML as...
DWHEELER/Text-Markup-0.24 - 12 Dec 2019 00:55:39 UTC
Text::Markup::Bbcode - BBcode parser for Text::Markup
This is the BBcode <http://www.bbcode.org/> parser for Text::Markup. It reads in the file (relying on a BOM <http://www.unicode.org/unicode/faq/utf_bom.html#BOM>), hands it off to Text::Markdown for parsing, and then returns the generated HTML as an ...
DWHEELER/Text-Markup-0.24 - 12 Dec 2019 00:55:39 UTC
Text::Markup::Textile - Textile parser for Text::Markup
This is the Textile <http://www.textism.com/tools/textile/> parser for Text::Markup. It reads in the file (relying on a BOM <http://www.unicode.org/unicode/faq/utf_bom.html#BOM>), hands it off to Text::Textile for parsing, and then returns the genera...
DWHEELER/Text-Markup-0.24 - 12 Dec 2019 00:55:39 UTC
Text::Markup::Asciidoc - Asciidoc parser for Text::Markup
This is the Asciidoc <http://www.methods.co.nz/asciidoc/> parser for Text::Markup. It depends on the "asciidoc" command-line application, for which there are many binary distributions <http://www.methods.co.nz/asciidoc/INSTALL.html>. It recognizes fi...
DWHEELER/Text-Markup-0.24 - 12 Dec 2019 00:55:39 UTC
Text::Markup::Markdown - Markdown parser for Text::Markup
This is the Markdown <http://daringfireball.net/projects/markdown/> parser for Text::Markup. It reads in the file (relying on a BOM <http://www.unicode.org/unicode/faq/utf_bom.html#BOM>), hands it off to Text::Markdown for parsing, and then returns t...
DWHEELER/Text-Markup-0.24 - 12 Dec 2019 00:55:39 UTC
Text::Markup::Mediawiki - MediaWiki syntax parser for Text::Markup
This is the MediaWiki syntax <http://en.wikipedia.org/wiki/Help:Contents/Editing_Wikipedia> parser for Text::Markup. It reads in the file (relying on a BOM <http://www.unicode.org/unicode/faq/utf_bom.html#BOM>), hands it off to Text::MediawikiFormat ...
DWHEELER/Text-Markup-0.24 - 12 Dec 2019 00:55:39 UTC