Skip to content

Commit

Permalink
udpated with proper date
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk@159674 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
Paul M Jones committed May 25, 2004
1 parent dbf1ff3 commit 3996321
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions package.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
<!-- $Id: package.xml,v 1.6 2004-05-22 20:33:09 pmjones Exp $ -->
<!-- $Id: package.xml,v 1.7 2004-05-25 21:38:02 pmjones Exp $ -->
<package version="1.0">
<name>Text_Wiki</name>
<summary>Abstracts parsing and rendering rules for Wiki markup in structured plain text.</summary>
Expand All @@ -14,18 +14,13 @@
</maintainer>
</maintainers>
<release>
<version>0.16</version>
<date>2004-05-22</date>
<version>0.17</version>
<date>2004-05-17</date>
<license>PHP License</license>
<state>alpha</state>
<notes>
* code rule no longer trims the contents, this leaves leading and trailing preformatted white space in place
* in newline and paragraph skipped elements, added code and phpcode
* entities rule now converts all entities (instead of just specialchars) except the token delimiter
* extra newline after table, deflist, and list rules to help with paragraph parsing
* list rule now adds "display: inline;" to list-item style to help with MSIE display
* url rule now has 'images' rule conf key to turn image processing on and off
* started adding renderPlain() method to all rules, will render the source with all markup removed (not done yet)
* wikilink rule now supports numbers as lower-case letters; turned off by default; turn it on with setRuleConf('wikilink', 'numbers', true) (thanks to Tobias Schlitt as the final convincer :-)
* fixed bug 1476, problem with blockquote parsing (thanks Moritz Heidkamp)
</notes>
<filelist>
<file role="php" name="Text/Wiki.php" />
Expand Down

0 comments on commit 3996321

Please sign in to comment.