diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2009-09-25 20:45:17 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2009-09-25 20:45:17 -0700 |
commit | 117c5c9f97ed2e01e532243916eb86a92a033989 (patch) | |
tree | 91e7c9443b6783292eb20fc278d0aa8866b0fdbe | |
parent | a1914880a228e3b4d891df2999983f42bc780c77 (diff) | |
download | piny-code-117c5c9f97ed2e01e532243916eb86a92a033989.tar.gz piny-code-117c5c9f97ed2e01e532243916eb86a92a033989.zip |
Adding graphviz plugin
-rwxr-xr-x | usr/local/sbin/newrepo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/sbin/newrepo b/usr/local/sbin/newrepo index 3c55861..8cee460 100755 --- a/usr/local/sbin/newrepo +++ b/usr/local/sbin/newrepo @@ -164,7 +164,7 @@ use IkiWiki::Setup::Standard { prefix_directives => 1, httpauth => 1, # To add plugins, list them here. - add_plugins => [qw{sidebar toc meta table tag httpauth img attachment rename remove autoindex map teximg version edittemplate}], + add_plugins => [qw{sidebar toc meta table tag graphviz httpauth img attachment rename remove autoindex map teximg version edittemplate}], disable_plugins => [qw{openid passwordauth}], teximg_prefix => \'\\documentclass{scrartcl} \\usepackage[version=3]{mhchem} |