]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/plugins/google/discussion.mdwn
meta: Allow use of DESCRIPTION in templates to get at the meta description value...
[git.ikiwiki.info.git] / doc / plugins / google / discussion.mdwn
index c1815766580affcfa87692688c36b27d6e9227e5..94fc36a35032c88ecf4a8ba955984aa719c171a2 100644 (file)
@@ -3,20 +3,11 @@ which produces valid HTML but invalid XHTML.
 This is not very good since the default ikiwiki
 templates produce XHTML instead of HTML.
 
 This is not very good since the default ikiwiki
 templates produce XHTML instead of HTML.
 
-To produces valid XHTML, you need to edit
-googleform.tmpl (in e.g. /usr/share/ikiwiki/templates):
+> 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]]
 
 
-    --- googleform.tmpl.orig    2009-02-13 02:47:00.000000000 -0600
-    +++ googleform.tmpl 2009-02-13 02:47:40.000000000 -0600
-    @@ -1,6 +1,6 @@
-     <form method="get" action="http://www.google.com/search" id="searchform">
-      <div>
-    -  <input name="sitesearch" value="<TMPL_VAR SITEFQDN>" type="hidden">
-    -  <input name="q" value="" id="searchbox" size="16" maxlength="255" type="text">
-    +  <input name="sitesearch" value="<TMPL_VAR SITEFQDN>" type="hidden" />
-    +  <input name="q" value="" id="searchbox" size="16" maxlength="255" type="text" />
-      </div>
-     </form>
-
-Just tow tiny changes.
+> Done. --[[Joey]]