JIS Light 1.0 - Archive Plug-Ins
================================

Creating a plug-in for archive type is so simple that we didn't make a special
program for it. Instead, you'll have to do some work. Here's a example of 
LHA-Archives:

1. Open a text editor, such as MS-DOS Edit or Windows Notepad.

2. Write in citates (" ") the name of the UnArchiver, such as:

     "LHArc Extractor"

3. Write in citates (again) the command, which extracts the archive:

     "LHA x"

4. Write in citates the path and file to use as UnArchiver:

     "C:\ARCHIVES\LHA\LHA.EXE"

5. Write either number 0 for archive before unpacking path, such as:

     LHA x archive.LZH drive:\path

   Or number 1 for path before archive:

     LHA x drive:\path archive.LZH

   For LHA, we use 0.

6. Save the file with the name of the archive extension (such as LHA) and 
   with extension DEF:

   LHA.DEF (It should actually be LZH.DEF, but i like to use LHA as extension)

Voil. You have a new archive Plug-In. Wasn't so hard, wasn't?
