Télécharger la liste

Description du projet

The Text_Wiki package allows you to transform text

structured using Wiki rules into any defined

target output format. For example, you can convert Tavi-style Wiki text into XHTML, original C2-style Wiki text into XML, MeatBall style Wiki text into LaTeX, or any other Wiki markup rules into any other format (provided it's programmed properly).

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-03-30 22:21
0.12.1 alpha

Cette version corrige un bogue dans getTokens () pour retourner tous les jetons et ajoute des retours à la ligne implicite (un saut de ligne unique rend un saut de ligne dans les paragraphes et blocs de citation).
Tags: Minor feature enhancements
This release fixes a bug in getTokens() to return all tokens and adds
implicit newlines (a single newline makes a line break in paragraphs and
blockquotes).

2004-03-27 21:26
0.11 alpha

Un certain nombre de règles, comme centre et colortext, ont été ajoutés. Meilleure configuration pour les tables a été ajouté (à la frontière, spcaing, rembourrage, alignement). Un bogue dans insertRule () a été également résolus.
Tags: Minor feature enhancements
A number of rules, such as center and colortext,
were added. Better configuration for tables was
added (border, spcaing, padding, alignment). A bug
in insertRule() was also fixed.

2004-02-24 23:47
0.8.2

Il ya un changement majeur à la propriété de classe Wiki $ règles de définition qui rompt la compatibilité ascendante avec 0,7 alpha et plus tôt pour tout utilisateur de règles définies. Les règles de la propriété $ est maintenant un tableau associatif ( 'rule_name' => '/ chemin / vers / classfile.php'). Un bug, quand elle est marquée des numéros serait parfois confondu avec le nombre délimité jeton a été corrigé. Les règles sont maintenant chargé dans la méthode constructeur, et non sur la volée dans le cadre de la méthode parse (). Ceci corrige le "ne peut pas analyser deux fois" bogue. Il existe de nombreuses autres corrections de bugs et ajouts fonctionnalité.
Tags: Major feature enhancements
There is a major change to the Wiki class property $rules definition which breaks backwards compatibility with 0.7 alpha and earlier for any user-defined rules. The $rules property is now an associative array ('rule_name' => '/path/to/classfile.php'). A bug where marked up numbers would sometimes be mistaken for delimited token numbers has been fixed. Rules are now loaded in the constructor method, not on-the-fly as part of the parse() method. This corrects the "can't parse twice" bug. There are many other bugfixes and feature additions.

2004-01-05 21:02
0.7

Tags: Initial freshmeat announcement

Project Resources