Download List

Projeto Descrição

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).

System Requirements

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

Esta versão corrige um bug no getTokens () para devolver todos os tokens e adiciona novas linhas implícito (uma linha única faz uma quebra de linha em parágrafos e Blockquotes).
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

Um certo número de regras, como centro e colortext, foram adicionados. Melhor configuração para os quadros foi adicionado (fronteira, spcaing, estofamento, alinhamento). Um bug no insertRule () também foi corrigido.
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

Há uma grande mudança para a propriedade de classe Wiki $ definição de regras que quebra a compatibilidade com 0,7 alfa e mais cedo para qualquer regras definidas pelo usuário. As regras de propriedade $ agora é um array associativo ( 'rule_name' => '/ caminho / para / classfile.php'). Um bug que marcou os números às vezes ser confundido com números delimitados token foi corrigido. Regras são carregados no método construtor não, on-the-fly, como parte do parse () method. Isto corrige o "não é possível analisar duas vezes" bug. Há muitas outras correções e adições de recursos.
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