aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/google
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-10-29 18:05:58 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-10-29 18:05:58 -0400
commitc29957e0177c3c654a1ea1feffdba00307449560 (patch)
tree26a72556f580619bba07d9af99d92db05ee7626a /doc/plugins/google
parent29f2cf4a49fb4d11ef92d0c9d1a8343181f6af6c (diff)
downloadikiwiki-c29957e0177c3c654a1ea1feffdba00307449560.tar
ikiwiki-c29957e0177c3c654a1ea1feffdba00307449560.tar.gz
google: Pass the whole wiki url to google, not just the domain, so that search works correctly for wikis that are located in subdirectories of domains.
Diffstat (limited to 'doc/plugins/google')
-rw-r--r--doc/plugins/google/discussion.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/plugins/google/discussion.mdwn b/doc/plugins/google/discussion.mdwn
index 39403f9f9..94fc36a35 100644
--- a/doc/plugins/google/discussion.mdwn
+++ b/doc/plugins/google/discussion.mdwn
@@ -9,3 +9,5 @@ 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]]