aboutsummaryrefslogtreecommitdiff
path: root/doc/tips
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawlYiXmRWVkntHp5khnWu3ooHBBf2d2juEQ <James@web>2014-12-01 07:57:30 -0400
committeradmin <admin@branchable.com>2014-12-01 07:57:30 -0400
commite5a42313cbdf0b42f3834710242bbe42a5e9c301 (patch)
treec3748356ff589899f62ab2dc8c4fb5cbd57378aa /doc/tips
parent5f9365783d643379ff2821d9e6929ff3a1161002 (diff)
downloadikiwiki-e5a42313cbdf0b42f3834710242bbe42a5e9c301.tar
ikiwiki-e5a42313cbdf0b42f3834710242bbe42a5e9c301.tar.gz
Diffstat (limited to 'doc/tips')
-rw-r--r--doc/tips/nearlyfreespeech/discussion.mdwn17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/tips/nearlyfreespeech/discussion.mdwn b/doc/tips/nearlyfreespeech/discussion.mdwn
index b76432566..60ee96e45 100644
--- a/doc/tips/nearlyfreespeech/discussion.mdwn
+++ b/doc/tips/nearlyfreespeech/discussion.mdwn
@@ -20,3 +20,20 @@ Thanks for your incredible work!
> it ikiwiki. --[[Joey]]
Thanks a lot Joey. :-)
+
+Hi
+
+I installed version 3.20141016 as described, and it works mostly. However to get [[!iki plugins/sparkline]] to work properly I had to add
+
+[[!format php """
+set_include_path(get_include_path() . PATH_SEPARATOR . '/home/private/src/sparkline-php-0.2/lib');
+require_once('/home/private/src/sparkline-php-0.2/lib/Sparkline_$style.php');
+"""]]
+
+to `sparkline.pm` around line 38. This is mostly likely because
+
+1. I didn't install sparkline into php's default path.
+1. I don't really know php.
+1. I don't have the time (right now) to sort out the proper way to do this.
+
+I also haven't sorted out how to make [[!iki plugins/openid]] or [[!iki ikiwiki/directive/format]] fully functional. I haven't researched either fully. -- james