aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhttp://lj.rossia.org/users/imz/ <http://lj.rossia.org/users/imz/@web>2009-12-02 13:20:43 -0500
committerJoey Hess <joey@kitenet.net>2009-12-02 13:20:43 -0500
commit917b8e5ba17ba4b0c9a2cf5c12781f1880d02ff5 (patch)
tree45e305c1a1b52efabf620adf43c1eab5e62f5719 /doc
parent9fdd9af2db2bd21e543fa0f5f4bfa85b56b8dd5c (diff)
downloadikiwiki-917b8e5ba17ba4b0c9a2cf5c12781f1880d02ff5.tar
ikiwiki-917b8e5ba17ba4b0c9a2cf5c12781f1880d02ff5.tar.gz
minor: a link to describe the mentioned format
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins/table.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/table.mdwn b/doc/plugins/table.mdwn
index 7b080acda..10a85bb2c 100644
--- a/doc/plugins/table.mdwn
+++ b/doc/plugins/table.mdwn
@@ -3,6 +3,6 @@
This plugin provides the [[ikiwiki/directive/table]] [[ikiwiki/directive]].
It can build HTML tables from data in CSV (comma-separated values)
-or DSV (delimiter-separated values) format.
+or DSV ([delimiter-separated values](http://en.wikipedia.org/wiki/Delimiter-separated_values)) format.
It needs the perl module [[!cpan Text::CSV]] for the CSV data.