http://pear.php.net/
pear-webmaster@lists.php.netpear-webmaster@lists.php.neten-usLatest releases of text_wiki_mediawikiThe latest releases for the package text_wiki_mediawikiText_Wiki_Mediawiki 0.2.0
http://pear.php.net/package/Text_Wiki_Mediawiki/download/0.2.0/
This release has the following improvements:<br />
<br />
* PHPUnit tests for Mediawiki parser<br />
* Support for heading with only one level (ie: =heading=)<br />
* Add parse for redirect rule<br />
* Fix bug #16455: proper parsing of bold and italic
2009年08月10日T13:43:47-05:00rodrigosprimoText_Wiki_Mediawiki 0.1.0
http://pear.php.net/package/Text_Wiki_Mediawiki/download/0.1.0/
Major release of Text_Wiki_Mediawiki : several rules have been added or revamped<br />
It also takes advantage of the new Text_Wiki-1.1.0 engine.<br />
<br />
* Add the Wikilink rule (#6623)<br />
Configuration:<br />
- 'spaceUnderscore' : boolean (true) replace spaces in page name by underscores,<br />
- 'project' : optional array of prefixes for the local project (array('demo', 'd')),<br />
- 'url' : base url of the project for interlanguage ('http://example.com/en/page=%s'),<br />
- 'langage' : language of the project, will be replaced case interlanguage ('en').<br />
<br />
* Unify all links parsing: Image and Interwiki are now done by the Wikilink rule<br />
These 2 rules don't exist anymore as independant classes<br />
but are still configurable/switchable as normal rules<br />
<br />
* Interwiki's configuration for urls is now done parser side<br />
Configuration:<br />
- 'sites' : associative array of url patterns indexed by site prefixes,<br />
- 'interlangage' : array of accepted interlanguages codes.<br />
<br />
* Image corrected to be complient with Mediawiki syntax<br />
Take align attribute (left, center, or right) as piped after the | in image tag<br />
Configuration:<br />
- 'prefix' : array of accepted image prefixes (array('Image', 'image')).<br />
<br />
* List rule added , it's no more using the Text_Wiki default but a complient proper class<br />
<br />
* Deflist rule added (definitions list)<br />
<br />
* Heading corrected : it does not more require extra spaces and line feed (#6623)<br />
<br />
* Emphasis corrected to produce also Strong and not Bold (Strong exists only by rendering)<br />
<br />
* Raw : <nowiki> ... </nowiki> may be multiline<br />
<br />
* Overwrite of getTokens() removed, was not needed and even dangerous ...
2006年04月10日T13:16:16-05:00togggText_Wiki_Mediawiki 0.0.1
http://pear.php.net/package/Text_Wiki_Mediawiki/download/0.0.1/
First released version of Text_Wiki_Mediawiki.
2006年01月06日T18:39:49-05:00toggg