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

Search results for "distribution:Konstrukt wiki"

Konstrukt::Plugin::wiki - Plugin to convert wiki markup and manage wiki content River stage zero No dependents

This plugin will render given wiki markup into an other format (e.g. HTML). The markup may come from several sources, which are checked in this order: * Content between "<& wiki &"> and "<& / &"> * Page passed through "?wiki_page=somepage" cgi parame...

TWITTEK/Konstrukt-0.5-beta13 - 13 Dec 2007 19:46:13 UTC

Konstrukt::Plugin::wiki::syntax - Overview of the Syntax of the wiki plugin. For more details, take a look at the documentation of each markup plugin. River stage zero No dependents

TWITTEK/Konstrukt-0.5-beta13 - 13 Dec 2007 19:46:13 UTC

Konstrukt::Plugin::wiki::backend - Base class for wiki backends River stage zero No dependents

Base class/interface for a backend class. Actually the backend class will problably be a base class itself, which will be implemented for the various backend typed (DBI, file, ...)....

TWITTEK/Konstrukt-0.5-beta13 - 13 Dec 2007 19:46:13 UTC

Konstrukt::Plugin::wiki::markup::hr - Block plugin to handle horizontal rules River stage zero No dependents

This one will match if the block consists of only one line that just contains dashes (-). The block will be replaced by a <hr>-tag....

TWITTEK/Konstrukt-0.5-beta13 - 13 Dec 2007 19:46:13 UTC

Konstrukt::Plugin::wiki::markup::pre - Block plugin to handle code/preformatted sections River stage zero No dependents

This one will match if the first character of the first line of the block is a whitespace or a tab. The block will then be enclosed by <pre> and </pre>. All child nodes will be tagged as finished to prevent further wiki parsing on them....

TWITTEK/Konstrukt-0.5-beta13 - 13 Dec 2007 19:46:13 UTC

Konstrukt::Plugin::wiki::markup::list - Block plugin to handle ordered and unoderered lists River stage zero No dependents

This one will match if the first character of the first line of the block is a * (-> unordered list) or # (->ordered list). The block will then be enclosed by <ul> and </ul> or <ol> and </ol>. Each line with leading bullets will be added as a list it...

TWITTEK/Konstrukt-0.5-beta13 - 13 Dec 2007 19:46:13 UTC

Konstrukt::Plugin::wiki::markup::link - Inline plugin to handle links River stage zero No dependents

This one will look for (internal and external, implicit and explicit) links and converts them into HTML-links....

TWITTEK/Konstrukt-0.5-beta13 - 13 Dec 2007 19:46:13 UTC

Konstrukt::Plugin::wiki::backend::file - Base class for file backends River stage zero No dependents

Base class for a backend class that implements the backend functionality (store, retrieve, ...) for files (*.zip, *.pdf, *.*). Includes the control/display code for managing files as it won't change with different backend types (DBI, file, ...). So t...

TWITTEK/Konstrukt-0.5-beta13 - 13 Dec 2007 19:46:13 UTC

Konstrukt::Plugin::wiki::markup::basic - Inline plugin to handle basic markup River stage zero No dependents

This one will handle all basic text formatting markup and substitute it with html-markup....

TWITTEK/Konstrukt-0.5-beta13 - 13 Dec 2007 19:46:13 UTC

Konstrukt::Plugin::wiki::markup::quote - Block plugin to handle quotes River stage zero No dependents

This one will match if the first line of the block start with a colon ":" followed by at least one whitespace or tab. The block will then be surrounded by <blockquote> and </blockquote> tags....

TWITTEK/Konstrukt-0.5-beta13 - 13 Dec 2007 19:46:13 UTC

Konstrukt::Plugin::wiki::backend::image - Base class for image backends River stage zero No dependents

Base class for a backend class that implements the backend functionality (store, retrieve, ...) for images (*.jpg, *.gif, *.png, ...). This one is very similar to Konstrukt::Plugin::wiki::backend::file but adds some image-specific funtionality. Inclu...

TWITTEK/Konstrukt-0.5-beta13 - 13 Dec 2007 19:46:13 UTC

Konstrukt::Plugin::wiki::markup::acronym - Inline plugin to handle acronyms River stage zero No dependents

This one will look for acronyms with an explanation and replace it: IP(Internet Protocol) => <span title="Internet Protocol">IP</span> Actually it will work for every "word" that does not contain spaces and is followed by some text in parenthesis....

TWITTEK/Konstrukt-0.5-beta13 - 13 Dec 2007 19:46:13 UTC

Konstrukt::Plugin::wiki::markup::replace - Inline plugin to handle simple replacements River stage zero No dependents

This one will do a simple search and replace for a configurable list of replacements....

TWITTEK/Konstrukt-0.5-beta13 - 13 Dec 2007 19:46:13 UTC

Konstrukt::Plugin::wiki::backend::article - Base class for article backends River stage zero No dependents

Base class for a backend class that implements the backend functionality (store, retrieve, ...) for wiki articles. Includes the control/display code for wiki articles as it won't change with different backend types (DBI, file, ...). So the implementi...

TWITTEK/Konstrukt-0.5-beta13 - 13 Dec 2007 19:46:13 UTC

Konstrukt::Plugin::wiki::markup::headline - Block plugin to handle headlines River stage zero No dependents

This one will match if the first character of the first line of the block is a "=". The block will then be enclosed by <hX> and </hX> (X = number of ='s before the first character). Any trailing ='s at the end of the block will be removed....

TWITTEK/Konstrukt-0.5-beta13 - 13 Dec 2007 19:46:13 UTC

Konstrukt::Plugin::wiki::markup::paragraph - Block plugin to handle paragraphs River stage zero No dependents

This one won't do much more but putting <p> and </p> around a block. It matches all blocks and should be the last plugin in your filter chain so it will catch all block that didn't match any other plugin....

TWITTEK/Konstrukt-0.5-beta13 - 13 Dec 2007 19:46:13 UTC

Konstrukt::Plugin::wiki::markup::linkplugin - Base class for plugins to handle links River stage zero No dependents

This is the base class for all link-markup plugins. There exist several plugins for different kinds of links and you may crerate your own ones....

TWITTEK/Konstrukt-0.5-beta13 - 13 Dec 2007 19:46:13 UTC

Konstrukt::Plugin::wiki::markup::definition - Block plugin to handle definition lists River stage zero No dependents

This one will match if the first line of the block start with a semicolon ";" followed by at least one whitespace or tab. Multiple definition terms (indicated by a ";" at the beginning of the line) per list and multiple definitions per term (indicate...

TWITTEK/Konstrukt-0.5-beta13 - 13 Dec 2007 19:46:13 UTC

Konstrukt::Plugin::wiki::markup::htmlescape - Inline plugin to escape HTML markup River stage zero No dependents

This one will do a simple search and replace for a some critical characters (i.e. <, >, & and ") and will replace them. The replacement will only be done on text nodes, that are not wiki_finished. You might want to put this one as late as possible in...

TWITTEK/Konstrukt-0.5-beta13 - 13 Dec 2007 19:46:13 UTC

Konstrukt::Plugin::wiki::markup::blockplugin - Base class for wiki block plugins River stage zero No dependents

Its main purpose it the documentation of the creation of custom wiki block plugins. It also provides a method which will help your plugin splitting a block into lines....

TWITTEK/Konstrukt-0.5-beta13 - 13 Dec 2007 19:46:13 UTC
37 results (0.028 seconds)