Http Collector Plugin

Introduction

This plugin adds the http collector type. It can get and parse web pages using the GET method.

Installation

Unpack RRFW main distribution and the plugin in some directories. From RRFW distribution directory, run

  ./configure --with-plugins=../rrfw-plugin-http-0.0.1
  make install

After RRFW installation has finished, add the following lines to your rrfw-siteconfig.pl file:

  push( @RRFW::Collector::loadModules, 'RRFW::Collector::Http' );
  push( @RRFW::Validator::loadLeafValidators, 'RRFW::Collector::Http' );

That is all, now you can use the parameters described below in your XML configuration.

XML configuration parameters


Author

Copyright (c) 2003-2004 Christian Schnidrig <christian.schnidrig@bluewin.ch>