mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
1fd2da0000
It's designed to be a useful quick-and-dirty parser for screen-scraping, along the same lines as its parent: 1. Rubyful Soup won't choke if you give it bad markup. It yields a parse tree that makes approximately as much sense as your original document. This is usually good enough to collect the data you need and then run away. 2. Rubyful Soup provides a few simple methods and Ruby-like idioms for navigating and searching a parse tree: a toolkit for dissecting a document and extracting what you need. You don't have to create a custom parser for each application. It's more flexible and easier to learn than XPath. WWW: http://www.crummy.com/software/BeautifulSoup/
4 lines
225 B
Plaintext
4 lines
225 B
Plaintext
MD5 (rubygem/rubyful_soup-1.0.4.gem) = 51f7fbb73f65bcfdb7cecc5ab014b0b9
|
|
SHA256 (rubygem/rubyful_soup-1.0.4.gem) = 38657a4d0a05f1cdedf4b344f07a0c7edca570a9e3175c687494310f670cd4bb
|
|
SIZE (rubygem/rubyful_soup-1.0.4.gem) = 15872
|