diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-07 07:41:07 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-07 07:41:07 +0000 |
commit | 4cbb1095d62b9b2ded9546040e4bc5f5b0faef67 (patch) | |
tree | 6566313d4f07ee0757d9b39efccbf360e2f6d1de /doc/plugins/sparkline.mdwn | |
parent | 7ae2deacdf5ebf7274da8c77daf42b43aca985c0 (diff) | |
download | ikiwiki-4cbb1095d62b9b2ded9546040e4bc5f5b0faef67.tar ikiwiki-4cbb1095d62b9b2ded9546040e4bc5f5b0faef67.tar.gz |
support previewing of sparklines: embed in data uris for preview
Diffstat (limited to 'doc/plugins/sparkline.mdwn')
-rw-r--r-- | doc/plugins/sparkline.mdwn | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/plugins/sparkline.mdwn b/doc/plugins/sparkline.mdwn index 738c6fa95..1b22054a6 100644 --- a/doc/plugins/sparkline.mdwn +++ b/doc/plugins/sparkline.mdwn @@ -17,9 +17,8 @@ to use the plugin, you will need: * A "php" program in the path, that can run standalone php programs. * [[cpan Digest::SHA1]] -On a Debian system, this can be accomplished by installing the -`libsparkline-php`, `php5-gd`, `php5-cli`, and `libdigest-sha1-perl` -packages. +On a Debian system, this can be accomplished by installing these packages: +`libsparkline-php` `php5-gd` `php5-cli` `libdigest-sha1-perl` # examples |