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

NAME

WWW::Kontent::Class::Kiki - Kiki page class for Kontent

SYNOPSIS

        # Attributes
        kontent:class=kiki
        kontent:version=1
        kiki:content=Page's content
        kiki:type=text/x-kolophon

DESCRIPTION

Kiki is a page class for a general-purpose text page. Besides the title, it contains only a single body of text, which is parsed of markup (as Kolophon by default). It does not attempt to block anyone from editing; an access control system such as WWW::Kontent::Magic::Fidelius can be used to limit editing privileges.

Attributes

Kontent pages are sensitive to the following attributes:

kiki:content

The text of the page.

kiki:type

The MIME type of the text. Defaults to text/x-kolophon.

Kiki's behavior is also affected by standard attributes, such as kontent:title, and attributes controlling the behavior of any magic modules enabled in your Kontent instance.

MODES

view, history, create, edit

SEE ALSO

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

1 POD Error

The following errors were encountered while parsing the POD:

Around line 35:

=back doesn't take any parameters, but you said =back 4