[wwwsearch-commits] r25552 - wwwsearch/pullparser/trunk
jjlee at codespeak.net
jjlee at codespeak.net
Sat Apr 8 17:17:30 CEST 2006
Author: jjlee
Date: Sat Apr 8 17:17:29 2006
New Revision: 25552
Modified:
wwwsearch/pullparser/trunk/README.html.in
Log:
Recommend BeautifulSoup
Modified: wwwsearch/pullparser/trunk/README.html.in
==============================================================================
--- wwwsearch/pullparser/trunk/README.html.in (original)
+++ wwwsearch/pullparser/trunk/README.html.in Sat Apr 8 17:17:29 2006
@@ -97,6 +97,11 @@
<p><a href="http://www.crummy.com/software/BeautifulSoup/">Beautiful
Soup</a> is widely recommended. More robust than this module.
+<p>I recommend <a
+href="http://www.crummy.com/software/BeautifulSoup/">Beautiful Soup</a> over
+pullparser for new web scraping code. More robust and flexible than this
+module.
+
<a name="faq"></a>
<h2>FAQs</h2>
<ul>
More information about the wwwsearch-commits
mailing list