]> sipb.mit.edu Git - ikiwiki.git/commitdiff
some plugins that need SHA1
authorJoey Hess <joey@kodama.kitenet.net>
Wed, 4 Jun 2008 19:19:13 +0000 (15:19 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Wed, 4 Jun 2008 19:19:13 +0000 (15:19 -0400)
Bundle/IkiWiki/Extras.pm
doc/plugins/graphviz.mdwn
doc/plugins/sparkline.mdwn

index c0fd0b18621648b41b1e953858f65437737fae0d..abf596f0060712ca599fa5326da026b447fc947f 100644 (file)
@@ -16,6 +16,7 @@ perl -MCPAN -e 'install Bundle::IkiWiki::Extras'
 
 =head1 CONTENTS
 
 
 =head1 CONTENTS
 
+Digest::SHA1
 Authen::Passphrase
 Search::Xapian
 RPC::XML
 Authen::Passphrase
 Search::Xapian
 RPC::XML
index c8844d0d663aaa0149a1b00972f5b660a1862ccf..fb669ae219ceed219c5db318b9ce0efc0b24fc23 100644 (file)
@@ -37,3 +37,5 @@ Some example graphs:
 [[graph src="a -> b -> c; a -> b;"]]
 [[graph src="a -- b -- c -- a;" prog="circo" type="graph"]]
 """]]
 [[graph src="a -> b -> c; a -> b;"]]
 [[graph src="a -- b -- c -- a;" prog="circo" type="graph"]]
 """]]
+
+This plugin uses the [[cpan Digest::SHA1]] perl module.
index 1b22054a65a66b580938fe682d8701144b09078d..9a5d0eb74b99d33ee8e6f5fd72c0e8a6942995de 100644 (file)
@@ -20,6 +20,8 @@ to use the plugin, you will need:
 On a Debian system, this can be accomplished by installing these packages:
 `libsparkline-php` `php5-gd` `php5-cli` `libdigest-sha1-perl`
 
 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.
+
 # examples
 
        \[[sparkline 1 3 5 -3 10 0 width=40 height=16
 # examples
 
        \[[sparkline 1 3 5 -3 10 0 width=40 height=16