Top Level :: Text

Package Information: Text_Wiki

This package is not maintained, if you would like to take over please go to this page.
» Summary » License
Transforms Wiki and BBCode markup into XHTML, LaTeX or plain text markup. This is the base engine for all of the Text_Wiki sub-classes. LGPL
» Current Release » Bug Summary
1.2.3 (stable) was released on 2019-03-12 by kguest (Changelog)
Easy Install

Not sure? Get more info.

pear install Text_Wiki

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/Text_Wiki


Development Roadmap
  • Package Maintenance Rank: 104 of 229 packages with open bugs
  • Number of open bugs: 14 (120 total bugs)
  • Average age of open bugs: 4370 days
  • Oldest open bug: 6014 days
  • Number of open feature requests: 23 (44 total feature requests)

Report a new bug to Text_Wiki
» Description
The text transformation is done in 2 steps.
The chosen parser uses markup rules to tokenize the tags and content.
Renderers output the tokens and text into the requested format.
The tokenized form replaces the tags by a protected byte value associated to an index in an options table. This form shares up to 50 rules by all parsers and renderers.
The package is intented for versatile transformers as well as converters.
Text_Wiki is delivered with its own parser, which is used by Yawiki or Horde's Wicked and three basic renderers: XHTML , LaTeX and plain text.
Strong sanitizing of XHTML is default.
Parsers (* and Renderers) exist for BBCode, Cowiki (*), Dokuwiki (*), Mediawiki and Tikiwiki (*).
It is highly configurable and can be easily extended.
» Maintainers » More Information

Packages that depend on Text_Wiki

Dependencies for Text_Wiki