From: Giuseppe Bilotta Date: Tue, 12 Apr 2011 17:17:46 +0000 (+0200) Subject: Respond to the responses X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/1175e9db4b2961d9ae9827430acd953d87f94f28?hp=92355bdfdf28819cec212b756ed928ba0a2eed51 Respond to the responses --- 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").