11 lines
2.2 KiB
HTML
11 lines
2.2 KiB
HTML
|
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
|||
|
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>screen scraping</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../S.html" title="S"/><link rel="previous" href="screen-name.html" title="screen name"/><link rel="next" href="screw.html" title="screw"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">screen scraping</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="screen-name.html">Prev</a><EFBFBD></td><th width="60%" align="center">S</th><td width="20%" align="right"><EFBFBD><a accesskey="n" href="screw.html">Next</a></td></tr></table><hr/></div><dt><a id="screen-scraping"/><dt xmlns="" id="screen-scraping"><b>screen scraping</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">v.</span></dt></dt><dd><p> The act of capturing data from a system or program by snooping the
|
|||
|
contents of some display that is not actually intended for data transport
|
|||
|
or inspection by programs. Around 1980 this term referred to tricks like
|
|||
|
reading the display memory of a smart terminal through its auxiliary
|
|||
|
port. Nowadays it often refers to parsing the HTML in generated web pages
|
|||
|
with programs designed to mine out particular patterns of content. In
|
|||
|
either guise screen-scraping is an ugly, ad-hoc, last-resort technique that
|
|||
|
is very likely to break on even minor changes to the format of the data
|
|||
|
being snooped.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="screen-name.html">Prev</a><EFBFBD></td><td width="20%" align="center"><a accesskey="u" href="../S.html">Up</a></td><td width="40%" align="right"><EFBFBD><a accesskey="n" href="screw.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">screen name<6D></td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"><EFBFBD>screw</td></tr></table></div></body></html>
|