show/hide this revision's text 3 typo

I think they do some advanced scrapping scraping looking for the most significant blocks of data and HTML and using that. Basically, they analyze everything quickly, toss out ads, etc. and use the big blobs of data.

Digg is doing similar things aswell.

I would do this to implement it.

  1. Scan for meta tags, rss feed tags, and the title tag.
  2. Find large "areas" with a lot of content. Also include p tags. Weight or grade them on the likelihood of them being content. Look for keyword css classes/id (e.g. rate "content" higher than "ads" or "navigation"
  3. Look for large images
  4. Store information about the site for future use and improved heuristics

This is all done on the server-side likely, and served to the browser using AJAX.

show/hide this revision's text 2 added 398 characters in body; added 85 characters in body; added 23 characters in body

I think they do some advanced scrapping looking for the most significant blocks of data and HTML and using that. Basically, they analyze everything quickly, toss out ads, etc. and use the big blobs of data.

Digg is doing similar things aswell.

I would do this to implement it.

  1. Scan for meta tags, rss feed tags, and the title tag.
  2. Find large "areas" with a lot of content. Also include p tags. Weight or grade them on the likelihood of them being content. Look for keyword css classes/id (e.g. rate "content" higher than "ads" or "navigation"
  3. Look for large images
  4. Store information about the site for future use and improved heuristics

This is all done on the server-side likely, and served to the browser using AJAX.

show/hide this revision's text 1

I think they do some advanced scrapping looking for the most significant blocks of data and HTML and using that. Basically, they analyze everything quickly, toss out ads, etc. and use the big blobs of data.

Digg is doing similar things aswell.