Original files version 4.4.7

This commit is contained in:
Bob Mottram
2014-03-27 18:54:56 +00:00
parent c632ed8d67
commit cb847ea893
2578 changed files with 26300 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?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> </td><th width="60%" align="center">S</th><td width="20%" align="right"> <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> </td><td width="20%" align="center"><a accesskey="u" href="../S.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="screw.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">screen name </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> screw</td></tr></table></div></body></html>