Public bug reported: CiteSeer has started helpfully putting comments in front of the bibliography links in its search results. Unfortunately this breaks search-citeseer which doesn't expect there to be anything before the links.
This is really easy to fix: --- /usr/bin/search-citeseer 2004-07-28 22:22:19.000000000 -0400 +++ search-citeseer 2006-11-09 18:42:41.000000000 -0500 @@ -69,7 +69,7 @@ if ($zone) { if (/<a href=.*html\"\>/) { # print "DEBUG: $_"; - s/<a href=\"(.*)\"\>.*/\1/; + s/.*<a href=\"(.*)\"\>.*/$1/; getbib $_; } elsif (/.*Try your query at:.*/) { $zone=0; ** Affects: search-citeseer (Ubuntu) Importance: Undecided Status: Unconfirmed -- No longer works due to changes in CiteSeer HTML https://launchpad.net/bugs/71162 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs