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

NAME

WWW::Kontent::Parser::Kolophon - Kolophon parser for Kontent

SYNOPSIS

        my $skel=WWW::Kontent::parse($text, 'text/x-kolophon', $request);

DESCRIPTION

Kolophon is a markup language specifically designed for use with Kontent. A complete document (in Kolophon) describing the language is available in the pages/kolophon.kol file of your Kontent distribution, and on most Kontent-based sites can be accessed with the path help/kolophon.

This module is a parser for Kolophon, intended for use through the WWW::Kontent::parse function by adapters. It registers itself to handle the MIME type text/x-kolophon.

SEE ALSO

WWW::Kontent, WWW::Kontent::Foundation