[Surfraw-commits] [SCM] surfraw - a fast unix command line interface to WWW branch, master, updated. surfraw_2-2-5_1-201-g3e2ccab
Ian Beckwith
ianb at erislabs.net
Wed Jun 15 16:05:48 UTC 2011
The following commit has been merged in the master branch:
commit cd43a25ac38627295e5f36257b161f63b4c50d4a
Author: Ian Beckwith <ianb at erislabs.net>
Date: Wed Jun 15 14:30:04 2011 +0100
scitopia, worldwidescience: fixed URLs.
diff --git a/ChangeLog b/ChangeLog
index af7286e..b62fe84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-06-15 Ian Beckwith <ianb at erislabs.net>
+
+ * scitopia, worldwidescience: fixed URLs.
+
2011-06-14 Ian Beckwith <ianb at erislabs.net>
* musicbrainz, codesearch, rpmsearch: Fixed URLs, options and
@@ -6,7 +10,7 @@
codesearch has gone all ajaxy, so I've implemented the options
via the search string, e.g. adding " package:foo".
Disabled codesearch.test, as it now needs javascript.
- codesearch on both google.com and google.co.uk was acting up,
+ Codesearch on both google.com and google.co.uk was acting up,
so I've pointed it at google.fr.
* Removed filesearching elvi, it now requires a 'Referer:' header
to work. There is no browser-portable way to specify a
diff --git a/elvi/scitopia b/elvi/scitopia
index 3885281..e77c4fb 100755
--- a/elvi/scitopia
+++ b/elvi/scitopia
@@ -19,5 +19,5 @@ if test -z "$w3_args"; then
w3_browse_url "http://www.scitopia.org/scitopia/"
else
escaped_args=`w3_url_of_arg $w3_args`
- w3_browse_url "http://wwwscitopia.org/scitopia/result-list/fullRecord:${escaped_args}"
+ w3_browse_url "http://www.scitopia.org/scitopia/result-list/fullRecord:${escaped_args}"
fi
diff --git a/elvi/worldwidescience b/elvi/worldwidescience
index 594a3f1..ad904ac 100755
--- a/elvi/worldwidescience
+++ b/elvi/worldwidescience
@@ -19,5 +19,5 @@ if test -z "$w3_args"; then
w3_browse_url "http://worldwidescience.org/"
else
escaped_args=`w3_url_of_arg $w3_args`
- w3_browse_url "http://worldwidescience.org/wws/resultList/fullRecord:${escaped_args}"
+ w3_browse_url "http://worldwidescience.org/wws/result-list/fullRecord:${escaped_args}/"
fi
--
surfraw - a fast unix command line interface to WWW
More information about the Surfraw-commits
mailing list