parser



FreeBSD 4.x
*nix setup

Download archive with CGI script.

Install it (see below).

Download archive “Configuration file and charset defenition files” and unpack to folder with main executable file archive.

If you need to work with XML, choose appropriate alternative.


Apache

Put file parser3.cgi to cgi-bin folder of your web-site (while uploading it using ftp you must to do it in binary mode);

Set necessary rights (ask your hosting provider for details, but usually it's - 755);

Create in root folder of your site file .htaccess and add these commands to it:

# assign parser as .html pages handler:
AddHandler parsed-html html
Action parsed-html /cgi-bin/parser3.cgi
# disable access to .cfg and .p files:
<Files ~ "\.(p|cfg)$">
Order allow,deny
Deny from all
</Files>

Note: default Apache server configration does not allow to use .htaccess files.


SQL drivers setup

Download archives with SQL drivers you need and unpack them to directory {where you have installed Configuration file}/lib


parser3_4_1_freebsd411R_cgi_xml.tar.gz (22.02.2011  911.0 KB)
CGI script with XML support
parser3_4_1_freebsd411R_cgi.tar.gz (22.02.2011  607.2 KB)
CGI script

parser3sql_10_1_freebsd411R_mysql.tar.gz (10.04.2009  25.2 KB)
SQL driver for MySQL
parser3sql_10_0_freebsd411R_sqlite.tar.gz (04.09.2008  25.1 KB)
SQL driver for SQLite

parser3conf_1_3_20110316_unix.tar.gz (16.03.2011  6.6 KB)
Configuration file and charset defenition files


previous version

parser3_4_0_freebsd411R_cgi_xml.tar.gz (17.11.2009  835.2 KB)
CGI script with XML support
parser3_4_0_freebsd411R_cgi.tar.gz (17.11.2009  531.2 KB)
CGI script

parser3sql_10_1_freebsd411R_mysql.tar.gz (10.04.2009  25.2 KB)
SQL driver for MySQL
parser3sql_10_0_freebsd411R_sqlite.tar.gz (04.09.2008  25.1 KB)
SQL driver for SQLite

parser3conf_1_2_20091215_unix.tar.gz (07.01.2010  5.8 KB)
Configuration file and charset defenition files