Skip to main content

A product to generate RSS for remote documents using regular expression with Plone interface.

Project description

icNews.AcQuire is a product that installs the AcQuire content type. The latter holds information on how to collect remote information. This configuration information is used by the acquire script that collects the information and stores it in an relational database. In order to use this product Regular Expression knowledge is required.

Funcionality

  • From a URL and a regular expression can collect the information of a webpage and generate a RSS file from it.

  • cron script for Unix systems that stores content in a relational database from a RSS list.

  • inetd script for Unix systems that stores content in a relational database from the collected news.

In order to make the relational database storage work you need to make sure that the database configured thru the configlet for this product contains a table like this one:

CREATE TABLE acquire(

path varchar(200), link varchar(200), title varchar(200), description text, date datetime, PRIMARY KEY (link, date));

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

icnews.acquire-0.9-dev-r371.tar.gz (19.6 kB view hashes)

Uploaded Source

Built Distribution

icnews.acquire-0.9_dev_r371-py2.4.egg (39.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page