2008-01-16 15:29:11 |
Aaron Swartz |
description |
Also, I would like to pick up these fields that have URLs, if we can. Here's an example:
856 42 $3Publisher description
$uhttp://www.loc.gov/catdir/description/dover031/00022415.html
This should be stored so that we can generate a link out of it like:
<a
href="http://www.loc.gov/catdir/description/dover031/00022415.html">Publisher
description</a> |
Also, I would like to pick up these fields that have URLs, if we can. Here's an example:
856 42 $3Publisher description
$uhttp://www.loc.gov/catdir/description/dover031/00022415.html
This should be stored so that we can generate a link out of it like:
<a
href="http://www.loc.gov/catdir/description/dover031/00022415.html">Publisher
description</a>
But more importantly, we should generate a list of these URLs and start crawling them so we can integrate the data ourselves.
Edward, how hard would it be to dump a list of 856 URLs from the LC data? |
|