X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/c69a7f758590c91bd137a8d1cfa99f37bf28045a..1bae1bf4e6285d14bda9c5d5588432c684c30735:/doc/plugins/sparkline.mdwn diff --git a/doc/plugins/sparkline.mdwn b/doc/plugins/sparkline.mdwn index 5f5d08b5e..83e24a27d 100644 --- a/doc/plugins/sparkline.mdwn +++ b/doc/plugins/sparkline.mdwn @@ -1,8 +1,10 @@ [[!template id=plugin name=sparkline author="[[Joey]]"]] -[[!tag type/chrome]] +[[!tag type/widget]] -This plugin implements the [[ikiwiki/directive/sparkline]] [[ikiwiki/directive]]. -The directive allows for easily embedding sparklines into wiki pages. +This plugin provides the [[ikiwiki/directive/sparkline]] +[[ikiwiki/directive]], which allows for easily embedding sparklines into +wiki pages. A sparkline is a small word-size graphic chart, that is designed +to be displayed alongside text. # requirements @@ -14,10 +16,7 @@ to use the plugin, you will need: php can find it when `sparkline/Sparkline.php` is required. * The GD PHP module used by the Sparkline library. * A "php" program in the path, that can run standalone php programs. -* [[!cpan Digest::SHA1]] +* [[!cpan Digest::SHA]] On a Debian system, this can be accomplished by installing these packages: `libsparkline-php` `php5-gd` `php5-cli` `libdigest-sha1-perl` - -This plugin also uses the [[!cpan Digest::SHA1]] perl module. -