[Surfraw-commits] [SCM] surfraw - a fast unix command line interface to WWW branch, master, updated. surfraw_2-2-5_1-193-g0078e53
Ian Beckwith
ianb at erislabs.net
Tue Jun 14 03:39:04 UTC 2011
The following commit has been merged in the master branch:
commit b32595ed959e1338bbc3bff61d8fb49790de100a
Author: Ian Beckwith <ianb at erislabs.net>
Date: Mon Jun 13 20:57:11 2011 +0100
w3link: fixed URLs
diff --git a/ChangeLog b/ChangeLog
index d4793b3..894865e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,13 @@
+2011-06-13 Ian Beckwith <ianb at erislabs.net>
+
+ * w3link: fixed URLs.
+
2011-06-10 Ian Beckwith <ianb at erislabs.net>
* Fixed ctan.
Option -doc has been replaced by -id.
Options are no longer mutually exclusive,
- you can now do (eg) ctan -d -i -n exlive.
+ you can now do (eg) ctan -d -i -n texlive.
2011-06-09 Ian Beckwith <ianb at erislabs.net>
diff --git a/elvi/w3link b/elvi/w3link
index 9f898b2..3e51a6e 100755
--- a/elvi/w3link
+++ b/elvi/w3link
@@ -59,10 +59,10 @@ w3_config
w3_parse_args "$@"
# w3_args now contains a list of arguments
if test -z "$w3_args"; then
- w3_browse_url "http://validator.w3.org/checklink/"
+ w3_browse_url "http://validator.w3.org/checklink"
else
escaped_args=`w3_url_of_arg $w3_args`
- url="http://validator.w3.org/checklink/checklink?uri=${escaped_args}&depth=${SURFRAW_w3link_depth}"
+ url="http://validator.w3.org/checklink?uri=${escaped_args}&depth=${SURFRAW_w3link_depth}"
if [ $SURFRAW_w3link_recurse -eq 1 -o $SURFRAW_w3link_depth -ge 0 ]
then
url="${url}&recursive=on"
--
surfraw - a fast unix command line interface to WWW
More information about the Surfraw-commits
mailing list