summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-01-15 11:35:25 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-01-15 11:35:25 +0000
commit79cc1fe177529fc90b0bc7d9e39efca0e13b00ff (patch)
tree5f0e3db6ecc8ae07aba10b54d97b48428a609a87
parent5ef34070e9ce83d7723028e4305f7492d0d89250 (diff)
web commit by http://victormoral.myopenid.com/: Bug fixes in a new version
-rw-r--r--doc/plugins/contrib/table___40__third-party_plugin__41__.mdwn15
1 files changed, 13 insertions, 2 deletions
diff --git a/doc/plugins/contrib/table___40__third-party_plugin__41__.mdwn b/doc/plugins/contrib/table___40__third-party_plugin__41__.mdwn
index 9651a91e2..16529f1de 100644
--- a/doc/plugins/contrib/table___40__third-party_plugin__41__.mdwn
+++ b/doc/plugins/contrib/table___40__third-party_plugin__41__.mdwn
@@ -28,6 +28,7 @@ The parameters are:
- _data_: Contains the values for the table
- _file_: Wiki page whom contains the data.
+- _format_ (optional): format name of the data. By default is `auto` and the options are `csv` or `dsv`.
- _delimiter_ (optional): Define the character used for separated the fields. By default is the vertical barr "|" in DSV format and the comma "," for the CSV format.
- _class_ (optional): CSS class for the table html element
- _caption_ (optional): Text string with the table caption.
@@ -35,6 +36,18 @@ The parameters are:
Obviously, the _data_ and _file_ parameters are mutually exclusive.
+Note: the format detection mechanism is still very rudimentary.
+
+## Changelog
+
+### version 0.5
+
+* Remove a call to a inexistent Text::CSV method.
+* Added the sep_char parameter.
+* Parse CVS data in binary mode.
+* Added a format detection mechanism.
+* Default format now is 'auto'.
+
## Links
- Information about the formats in Wikipedia:
@@ -44,5 +57,3 @@ Obviously, the _data_ and _file_ parameters are mutually exclusive.
- Download of the tar file from <http://taquiones.net/files/misc/>
- Debian package in <http://taquiones.net/files/debian/>
-
-