diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-10-29 18:05:58 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-10-29 18:05:58 -0400 |
commit | c29957e0177c3c654a1ea1feffdba00307449560 (patch) | |
tree | 26a72556f580619bba07d9af99d92db05ee7626a /doc/plugins | |
parent | 29f2cf4a49fb4d11ef92d0c9d1a8343181f6af6c (diff) |
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')
-rw-r--r-- | doc/plugins/google/discussion.mdwn | 2 |
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]] |