================================================================================
TypoScript-Parser for HomeSite
--------------------------------------------------------------------------------
Author  :  Rainer Kuhn (c) 2003-2004
Version :  0.2.2 
Date    :  14-11-2003
--------------------------------------------------------------------------------
Please send suggestions, questions or improvements to: goodies@rainerkuhn.net
================================================================================

Files:
------
TypoScript for Typo3.scc - compiled typoscript parser, ready to use in HomeSite
TypoScript for Typo3.sc  - source code of typoscript parser
readme.txt               - this readme file


Requirements:
-------------
Macromedia HomeSite 5.x or 4.5.x running on Windows (probably also working 
with earlier versions of Allaire HomeSite 4.x, but not tested yet)


Known Issues:  
-------------
Due to limitations of the syntax parser and/or the parsed language     
1. one-line comments need a blank between comment marker ("/", "//", "#") 
   and the comment text itself to be displayed correctly
2. any values in square brackets are displayed as TypoScript conditions.


Installation:
-------------
1. Find Homesite's parser directory on your local machine, e.g.
   C:\Program Files\Macromedia\HomeSite 5\Parsers\
2. Copy the compiled .scc file into this directory.
3. Open the Windows registry editor (regedit) and go to the following key:
   HKEY_CURRENT_USER\Software\Macromedia\HomeSite5\Parsers\
4. In here, add a key named "TypoScript for Typo3".
5. Close the registry editor.
6. Open HomeSite.
7. Go into HomeSite's Color Coding Options 
   (Options > Settings > Editor > Color Coding).
8. The parser should now be listed. Click on its name and click 
   "Edit Extensions". Here you can enter any extension types for TypoScript 
   files the parser should highlight.
9. Click "Edit Scheme" if you want to configure parser settings individually.


