ikiwiki/doc/plugins/google/discussion.mdwn

14 lines
462 B
Plaintext
Raw Normal View History

This plugin uses the googleform.tmpl
which produces valid HTML but invalid XHTML.
This is not very good since the default ikiwiki
templates produce XHTML instead of HTML.
2009-02-14 08:38:17 +01:00
> Fixed, thanks for the patch! --[[Joey]]
It works to pass the whole wiki baseurl to Google, not just the
domain, and appears to be legal. I've got a wiki that'd benefit
(it's a few directories down from the root). Can the plugin be
tweaked to do this? --[[schmonz]]
> Done. --[[Joey]]