parser



Linux
*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


for 32-bit OS

parser3_4_1_debian6_cgi_xml.tar.gz (22.02.2011  920.9 KB)
CGI script with XML support
parser3_4_1_debian6_cgi.tar.gz (22.02.2011  576.7 KB)
CGI script

parser3sql_10_3_debian5_mysql.tar.gz (18.11.2009  34.8 KB)
SQL driver for MySQL
parser3sql_10_3_debian5_pgsql.tar.gz (18.11.2009  35.5 KB)
SQL driver for PgSQL
parser3sql_10_2_debian5_sqlite.tar.gz (18.11.2009  34.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

for 32-bit OS, gcc version prior 3.0

parser3_4_1_redhat73_cgi_xml.tar.gz (23.02.2011  797.2 KB)
CGI script with XML support
parser3_4_1_redhat73_cgi.tar.gz (23.02.2011  490.2 KB)
CGI script

parser3sql_10_3_redhat73_mysql.tar.gz (01.12.2009  29.6 KB)
SQL driver for MySQL
parser3sql_10_2_redhat73_sqlite.tar.gz (01.12.2009  29.4 KB)
SQL driver for SQLite

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

for 64-bit OS

parser3_4_1_debian6x64_cgi_xml.tar.gz (22.02.2011  832.8 KB)
CGI script with XML support
parser3_4_1_debian6x64_cgi.tar.gz (22.02.2011  448.6 KB)
CGI script

parser3sql_10_3_debian5x64_mysql.tar.gz (18.11.2009  37.6 KB)
SQL driver for MySQL
parser3sql_10_3_debian5x64_pgsql.tar.gz (18.11.2009  38.1 KB)
SQL driver for PgSQL
parser3sql_10_2_debian5x64_sqlite.tar.gz (18.11.2009  36.7 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

for 32-bit OS

parser3_4_0_debian5_cgi_xml.tar.gz (17.11.2009  867.4 KB)
CGI script with XML support
parser3_4_0_debian5_cgi.tar.gz (17.11.2009  521.0 KB)
CGI script

parser3sql_10_3_debian5_mysql.tar.gz (18.11.2009  34.8 KB)
SQL driver for MySQL
parser3sql_10_3_debian5_pgsql.tar.gz (18.11.2009  35.5 KB)
SQL driver for PgSQL
parser3sql_10_2_debian5_sqlite.tar.gz (18.11.2009  34.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

for 32-bit OS, gcc version prior 3.0

parser3_4_0_redhat73_cgi_xml.tar.gz (01.12.2009  747.3 KB)
CGI script with XML support
parser3_4_0_redhat73_cgi.tar.gz (01.12.2009  441.3 KB)
CGI script

parser3sql_10_3_redhat73_mysql.tar.gz (01.12.2009  29.6 KB)
SQL driver for MySQL
parser3sql_10_2_redhat73_sqlite.tar.gz (01.12.2009  29.4 KB)
SQL driver for SQLite

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

for 64-bit OS

parser3_4_0_debian5x64_cgi_xml.tar.gz (17.11.2009  928.9 KB)
CGI script with XML support
parser3_4_0_debian5x64_cgi.tar.gz (17.11.2009  543.1 KB)
CGI script

parser3sql_10_3_debian5x64_mysql.tar.gz (18.11.2009  37.6 KB)
SQL driver for MySQL
parser3sql_10_3_debian5x64_pgsql.tar.gz (18.11.2009  38.1 KB)
SQL driver for PgSQL
parser3sql_10_2_debian5x64_sqlite.tar.gz (18.11.2009  36.7 KB)
SQL driver for SQLite

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