parser



Mac OS 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


10.6 for 32-bit OS

parser3_4_1_macosx106_cgi_xml.tar.gz (23.02.2011  754.3 KB)
CGI script with XML support

parser3sql_10_3_macosx105_mysql.tar.gz (03.12.2009  16.3 KB)
SQL driver for MySQL
parser3sql_10_2_macosx105_sqlite.tar.gz (03.12.2009  16.0 KB)
SQL driver for SQLite

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

10.6 for 64-bit OS

parser3_4_1_macosx106x64_cgi_xml.tar.gz (23.02.2011  857.2 KB)
CGI script with XML support

parser3sql_10_3_macosx106x64_mysql.tar.gz (03.12.2009  18.4 KB)
SQL driver for MySQL
parser3sql_10_2_macosx106x64_sqlite.tar.gz (03.12.2009  17.8 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

10.5 for 32-bit OS

parser3_4_0_macosx105_cgi_xml.tar.gz (03.12.2009  786.9 KB)
CGI script with XML support

parser3sql_10_3_macosx105_mysql.tar.gz (03.12.2009  16.3 KB)
SQL driver for MySQL
parser3sql_10_2_macosx105_sqlite.tar.gz (03.12.2009  16.0 KB)
SQL driver for SQLite

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

10.5 PPC for 32-bit OS

parser3_4_0_macosx105ppc_cgi_xml.tar.gz (03.12.2009  722.7 KB)
CGI script with XML support

parser3sql_10_3_macosx105ppc_mysql.tar.gz (03.12.2009  16.9 KB)
SQL driver for MySQL
parser3sql_10_2_macosx105ppc_sqlite.tar.gz (03.12.2009  16.5 KB)
SQL driver for SQLite

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

10.6 for 64-bit OS

parser3_4_0_macosx106x64_cgi_xml.tar.gz (03.12.2009  810.0 KB)
CGI script with XML support

parser3sql_10_3_macosx106x64_mysql.tar.gz (03.12.2009  18.4 KB)
SQL driver for MySQL
parser3sql_10_2_macosx106x64_sqlite.tar.gz (03.12.2009  17.8 KB)
SQL driver for SQLite

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