diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-17 16:37:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-17 16:37:18 -0400 |
commit | 002a97ffcdf347b8ad97210ddb5badacd3fee712 (patch) | |
tree | a47830c808ddc0e1b08bbf49e70710f498f5686f /debian | |
parent | 5e5f60278250330a29e4bbc9b5bf91cc8e7eddf8 (diff) | |
download | ikiwiki-002a97ffcdf347b8ad97210ddb5badacd3fee712.tar ikiwiki-002a97ffcdf347b8ad97210ddb5badacd3fee712.tar.gz |
search: Added googlesearch option, which makes it search google rather than using the internal xapain database. (googlesearch plugin is too hard to turn on when xapain databases corrupt themselves, which happens all too frequently).
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 1eb3de6dc..ce8f833fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,10 @@ ikiwiki (3.20130904.2) UNRELEASED; urgency=low break some setups where not all files get committed to git. * comments: Write pending moderation comments to the transient underlay to avoid conflict with only_committed_changes. + * search: Added googlesearch option, which makes it search google + rather than using the internal xapain database. + (googlesearch plugin is too hard to turn on when xapain databases + corrupt themselves, which happens all too frequently). -- Joey Hess <joeyh@debian.org> Thu, 05 Sep 2013 10:01:10 -0400 |