ad_replicate_web_robots_db

EveAndersson.com : API Browser : ad_replicate_web_robots_db

ad_replicate_web_robots_db

ad_replicate_web_robots_db
Defined in tcl/ad-robot-defs.tcl

Replicates data from the Web Robots Database (http://info.webcrawler.com/mak/projects/robots/active.html) into a table in the ACS database. The data is published on the Web as a flat file, whose format is specified in http://info.webcrawler.com/mak/projects/robots/active/schema.txt. Basically, each non-blank line of the database corresponds to one field (name-value pair) of a record that defines the characteristics of a registered robot. Each record has a "robot-id" field as a unique identifier. (There are many fields in the schema, but, for now, the only ones we care about are: robot-id, robot-name, robot-details-url, and robot-useragent.)\n

Returns the number of rows replicated. May raise a Tcl error that should be caught by the caller.

[ show source ]

Show another procedure:

eve@eveandersson.com