summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2011-04-12 19:17:46 +0200
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2011-04-12 19:17:46 +0200
commit1175e9db4b2961d9ae9827430acd953d87f94f28 (patch)
tree9a901cb3d257a22632e8e221fcc9a62c61ddbf62
parent92355bdfdf28819cec212b756ed928ba0a2eed51 (diff)
Respond to the responses
-rw-r--r--doc/todo/Google_Analytics_support.mdwn14
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/todo/Google_Analytics_support.mdwn b/doc/todo/Google_Analytics_support.mdwn
index 523d267b1..8bbb1c69b 100644
--- a/doc/todo/Google_Analytics_support.mdwn
+++ b/doc/todo/Google_Analytics_support.mdwn
@@ -15,5 +15,17 @@ This is done in two steps:
> Putting this in the google plugin does not seem to be a good approach.
> That this "functionality" is offered by the same company as google search
> is really of no consequence.
->
+
+Well, my idea was to put all Google-related functionality (in the sense
+of support for any service provided by Google) into the google plugin.
+The alternative would have been to have one separate plugin per feature,
+but that doesn't sound particularly nice to me. I can split it in a
+separate plugin if you believe it's cleaner that way
+
> Also, can't this be easily accomplished by editing page.tmpl? --[[Joey]]
+
+Yes, and so would flattr. But precisely because this kind of code would require
+editing page.tmpl, doing it the manual way carries the burden of keeping it in
+sync across Ikiwiki updates (I'm sure I don't need to mention the number of
+help requests that essentially boil down to "oops, I was using custom templates
+and hadn't updated them").