Skip to content

Commit

Permalink
updated comments, put in release 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@168818 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
Paul M Jones committed Sep 19, 2004
1 parent 57ed333 commit 68e5b84
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.27 2004-09-19 21:41:26 pmjones Exp $ -->
<!-- $Id: package.xml,v 1.28 2004-09-19 21:42:57 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 @@ -21,11 +21,11 @@
<notes>
* Render rules for Url and Interwiki use XHTML compliant "target"s now, per suggestion from Aaron Kalin and JS code from youngpup.net
* Parse rule for Heading now adds an ID attribute to the token, will be used when generating table of contents (based on ideas from Stephane Le Solliec)
* Render rule for Image now guesses width and height, and adds a pseudo-center alignment option, and works better with non-local images (thanks Stephane Solliec)
* Base Render class now has formatConf() method to wrap a config value in an sprintf() format
* Render rule for Image now guesses width and height, and adds a pseudo-center alignment option, and works better with non-local images (thanks Stephane Le Solliec)
* Base Render class now has formatConf() method to wrap a config value in an sprintf() format (based on ideas from Bob Glamm)
* Added CSS class configuration keys for all appropriate rules (*big* thanks to Bob Glamm, glamm at a-s-i dot com, who did a ton of work on this)
* Render rules for Wikilink and Freelink are much more configurable: put new-link text before or after the page name, or use CSS only to control the look of new-links
* fixed bug 2316: swapped processing order to Center and Newline
* Render rules for Wikilink and Freelink are much more configurable: put new-link text before or after the page name, or use only CSS to control the look of new-links
* fixed bug 2316: swapped processing order for Center and Newline
</notes>
<filelist>

Expand Down

0 comments on commit 68e5b84

Please sign in to comment.