[Surfraw-commits] [surfraw] 02/04: Removed documentation for SURFRAW_customsearch_provider=ixquick

Ian Beckwith ianb at alioth.debian.org
Sun Oct 6 01:05:31 UTC 2013


This is an automated email from the git hooks/post-receive script.

ianb pushed a commit to branch 2.2.9_release_candidate
in repository surfraw.

commit bf363150ea8b3b2e58bf0df6141a004c443b9a87
Author: Ian Beckwith <ianb at erislabs.net>
Date:   Sat Oct 5 22:42:54 2013 +0100

    Removed documentation for SURFRAW_customsearch_provider=ixquick
    
    Code still works, but ixquick doesn't support enough features
    for (eg) mysqldoc -v
---
 ChangeLog       |    3 +++
 elvi/mysqldoc   |    2 --
 elvi/pgdoc      |    2 --
 surfraw.IN      |    2 +-
 surfraw.conf.IN |    2 +-
 5 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 57cf506..1e04acc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,9 @@
 	  to LWP, hence test breaks.
 	* discogs, openbsd: fixed tests.
 	* mdn, mysqldoc, pgdoc, phpdoc: added tests.
+	* w3_custom_search: remove documentation for ixquick support.
+	  It still works(ish), but doesn't support enough features
+	  to support (eg) mysqldoc -v=.
 
 2013-09-30  Ian Beckwith  <ianb at erislabs.net>
 
diff --git a/elvi/mysqldoc b/elvi/mysqldoc
index 4f8222d..4bd6917 100755
--- a/elvi/mysqldoc
+++ b/elvi/mysqldoc
@@ -17,8 +17,6 @@ Local options:
   -v=VERSION                    Search docs for mysql version VERSION
                                 Default: $SURFRAW_mysqldoc_version
                                 Environment: SURFRAW_mysqldoc_version
-                                (NB: doesn't really work with
-                                 SURFRAW_customsearch_provider=ixquick )
 EOF
     w3_custom_search_usage
     w3_global_usage
diff --git a/elvi/pgdoc b/elvi/pgdoc
index da811f2..42834d4 100755
--- a/elvi/pgdoc
+++ b/elvi/pgdoc
@@ -18,8 +18,6 @@ Local options:
   -v=VERSION                    Search in version VERSION
                                 Default: $SURFRAW_pgdoc_version
                                 Environment: SURFRAW_pgdoc_version
-                                (NB: doesn't really work with
-                                 SURFRAW_customsearch_provider=ixquick )
 EOF
     w3_custom_search_usage
     w3_global_usage
diff --git a/surfraw.IN b/surfraw.IN
index f08429c..0475dbe 100755
--- a/surfraw.IN
+++ b/surfraw.IN
@@ -491,7 +491,7 @@ w3_custom_search_usage() {
     echo "Custom search:"
     echo "  To choose which search engine gets used for custom searches,"
     echo "  configure SURFRAW_customsearch_provider"
-    echo "  supported: google, duckduckgo, ixquick"
+    echo "  supported: google, duckduckgo"
     echo "  default: $SURFRAW_customsearch_provider"
 }
 
diff --git a/surfraw.conf.IN b/surfraw.conf.IN
index 9eae849..e059b20 100644
--- a/surfraw.conf.IN
+++ b/surfraw.conf.IN
@@ -88,5 +88,5 @@ def SURFRAW_lang     	  	""
 
 # provider for searches that use a search engine
 # with (eg) site: specifiers
-# supported: google duckduckgo ixquick
+# supported: google duckduckgo
 def SURFRAW_customsearch_provider duckduckgo

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/surfraw/surfraw.git



More information about the Surfraw-commits mailing list