[Surfraw-commits] [SCM] surfraw - a fast unix command line interface to WWW branch, 2.2.9_release_candidate, updated. surfraw_2-2-5_1-263-gace6721

Ian Beckwith ianb at erislabs.net
Wed Apr 24 17:52:31 UTC 2013


The following commit has been merged in the 2.2.9_release_candidate branch:
commit ace6721a0068f1ba8d4bff8e9a9224195a183a66
Author: Ian Beckwith <ianb at erislabs.net>
Date:   Wed Apr 24 18:52:07 2013 +0100

    removed happypenguin

diff --git a/ChangeLog b/ChangeLog
index b8d3bc5..3af7412 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
 	* Rewrote deblists for new xapian search.
 	  + -author, -lists, -lang no longer supported.
 	  + added -ml and -mv to show message id links and list view.
+	* Removed happypenguin. Currently defunct and they are talking
+	  about a rewrite, so when it is back it will need fixing anyway.
+	
 
 2012-10-22  Ian Beckwith  <ianb at erislabs.net>
 
diff --git a/elvi/Makefile.am b/elvi/Makefile.am
index d234ae0..2e1b33c 100644
--- a/elvi/Makefile.am
+++ b/elvi/Makefile.am
@@ -60,7 +60,6 @@ dist_elvi_SCRIPTS	= \
 		  github \
 		  gutenberg \
 		  google \
-		  happypenguin \
 		  imdb \
 		  ixquick \
 		  jamendo \
diff --git a/elvi/happypenguin b/elvi/happypenguin
deleted file mode 100755
index 5d290f7..0000000
--- a/elvi/happypenguin
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/sh
-# elvis: happypenguin	-- Search the Linux Game Tome (www.happypenguin.org)
-# Linux Game Tome plugin (http://www.happypenguin.org)
-#                                      jmm at informatik.uni-bremen.de
-# $Id$
-
-. surfraw || exit 1
-
-w3_usage_hook () {
-    cat <<EOF
-Usage: $w3_argv0 [search words]...
-Description:
-  Surfraw search for the Linux Game Tome (http://www.happypenguin.org)
-EOF
-    w3_global_usage
-}
-
-w3_config
-# disable requoting, doesn't work with this elvi.
-SURFRAW_quote_ifs=0
-w3_parse_args "$@"
-if test -z "$w3_args"; then
-    w3_browse_url "http://www.happypenguin.org/"
-else
-    escaped_args=`w3_url_of_arg $w3_args`
-    w3_browse_url "http://www.happypenguin.org/list?search=${escaped_args}"
-fi
diff --git a/links.IN b/links.IN
index 13cbd6f..3500386 100644
--- a/links.IN
+++ b/links.IN
@@ -54,7 +54,6 @@ elvi.1sr.gz @mandir@/man1/genportage.1sr.gz
 elvi.1sr.gz @mandir@/man1/github.1sr.gz
 elvi.1sr.gz @mandir@/man1/google.1sr.gz
 elvi.1sr.gz @mandir@/man1/gutenberg.1sr.gz
-elvi.1sr.gz @mandir@/man1/happypenguin.1sr.gz
 elvi.1sr.gz @mandir@/man1/imdb.1sr.gz
 elvi.1sr.gz @mandir@/man1/ixquick.1sr.gz
 elvi.1sr.gz @mandir@/man1/jamendo.1sr.gz
diff --git a/test/happypenguin.test b/test/happypenguin.test
deleted file mode 100644
index 2dbf0b4..0000000
--- a/test/happypenguin.test
+++ /dev/null
@@ -1,2 +0,0 @@
-happypenguin tetris
-Search results for <em>tetris</em>

-- 
surfraw -  a fast unix command line interface to WWW



More information about the Surfraw-commits mailing list