================================================================================
TLegHtmlParser (R)
Copyright (C) 1999 Legitima Software
All Rights Reserved

TLegHtmlParser is a powerful HTML 4.0 parser very easy to use. Just drop it 
onto a form, fill the Content property and call the Parse method. 
TLegHtmlParser detects comments, scripts, tags, special HTML tags, errors, 
blocks, and text, just triggering events.

In addition, TLegHtmlParser automatically translates character references &..; 
codes and normalizes the text if you want.

TLegHtmlParser is the perfect tool for applications that deal with HTML code 
such as filters, robots, spell checkers, search engines, editors, spiders, 
etc...
	
================================================================================


For a list of changes in this version, see the file version.txt.


====================
*** Installation ***
====================

The zip file has subdirectories in it. You must use the pkunzip -d option
to restore this directory tree or you will have problems because the files 
will not be in their proper subdirectories.


This is the subdirectory layout:

.\                           Info directory
.\D3                         Delphi 3 components
.\D4                         Delphi 4 components
.\demo                       Delphi demo applications
.\register                   Registering Application


Installation


Delphi 3

1. Uninstall any previous version of TLegHtmlParser from Delphi.
2. Unzip the downloaded file with the option -d (directory) option.
3. Copy the files hp30.dpl, hp30.dcp and *.dcu from the directory 
   D3 to your components directory.
4. Open the Delphi 3 and select the Component | Install Package command, 
   click Add and select hp30.dpl. Click OK and the TLegHtmlParser 
   component will appear at the Legitima tab.
5. Select the Tools | Environment Options command and the tab Library and 
   include in the Library Path the directory where the *.dcu are located.

Delphi 4

1. Uninstall any previous version of TLegHtmlParser from Delphi.
2. Unzip the downloaded file with the option -d (directory) option.
3. Copy the files hp40.bpl, hp40.dcp and *.dcu from the directory D4 to 
   your components directory.
4. Open the Delphi 4 and select the Component | Install Package command, 
   click Add and select hp40.bpl. Click OK and the TLegHtmlParser 
   component will appear at the Legitima tab.

Once the components are all installed, you may open the demo projects
each one after the other and compile them. For each project, do file/open
and select the dpr file in the internet directory. Then Project/Build All.

NOTES: 
- If you use Delphi 3, you may have an error 
message complaining about Font.Charset and OldCreateOrder properties.
Those are two new properties in newer Delphi versions. You can safely 
ignore those errors because those properties are not used by the 
components nor sample programs. You may encounter this error at run 
time. To avoid it, you must open each form at design time and ignore 
the error. Then recompile. If you don't ignore the error at design 
time, you'll have it at runtime !


====================
*** Uninstalling ***
====================

Delphi 3 / 4

  Using Delphi, do a Component/Install Packages select
  TLegHtmlParser and do a Remove.


============================
*** Upgrade Instructions ***
============================

  Follow the "Uninstalling" instructions above. Then, follow the
  Installation instructions above.


====================
*** Requirements ***
====================

  This component requires Delphi 2, 3 or 4.  


=====================
*** Documentation ***
=====================

  For full documentation, see the help file.


===========================
*** Distribution Status ***
===========================

  This program is freely distributable, since you do not modify it anyway.


===========================
*** Warranty Disclaimer ***
===========================

  THE SOFTWARE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND. TO THE MAXIMUM
  EXTENT PERMITTED BY APPLICABLE LAW, LEGITIMA FURTHER DISCLAIMS ALL 
  WARRANTIES, INCLUDING WITHOUT LIMITATION ANY IMPLIED WARRANTIES 
  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. THE 
  ENTIRE RISK ARISING OUT OF THE USE OR PERFORMANCE OF THE PRODUCT AND 
  DOCUMENTATION REMAINS WITH RECIPIENT. TO THE MAXIMUM EXTENT PERMITTED BY 
  APPLICABLE LAW, IN NO EVENT SHALL LEGITIMA BE LIABLE FOR ANY 
  CONSEQUENTIAL, INCIDENTAL, DIRECT, INDIRECT, SPECIAL, PUNITIVE, OR OTHER 
  DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS
  PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR OTHER 
  PECUNIARY LOSS) ARISING OUT OF THIS AGREEMENT OR THE USE OF OR INABILITY TO USE
  THE PRODUCT, EVEN IF LEGITMA HAS BEEN ADVISED OF THE POSSIBILITY OF 
  SUCH DAMAGES.



===================
*** Registering ***
===================
 
  This program is released as shareware.  

 
  What registering will get you:
 
  * A registration code which will remove the nag when the application 
    starts. 
 
  * Information on upgrades to the component.
 
  * A warm fuzzy feeling that you did the right thing.

  * You'll be supporting good software & provide even more incentives to
    make this an even better component.



  -> To register online, visit:
     http://www.legitima.com/order.htm

  -> To register offline, go to the .\register directory and run the 
     register.exe application. Then, follow the instructions on screen.

  -> If you do not have the register.exe application and still want To 
     register offline, download the registration program at:
     http://www.legitima.com/files/kagireg.zip 
     unzip it to any directory and follow the instructions on screen.


===============
***  Prices ***
===============
 
  TLegHtmlParser (no source code)	        $59.95 *
  TLegHtmlParser (full source code included)	$99.95 *
 
  * Prices in USD
 
  Please enclose an additional US $1 if you wish to recieve a paper receipt.
  You will receive a registration code via email.


===============
*** Contact ***
===============

  http://www.legitima.com
  e-mail: support@legitima.com


========================
*** Copyright Notice ***
========================

  Copyright (C) 1999 Legitima Software
  TLegHtmlParser is a trademark of Legitima, Inc

  Windows95, Windows98, Windows NT, are registered  trademarks of Microsoft Corp.
  All other trademarks are owned by their respective companies.

<End of file>