@database DicHandle.guide
@author Miklós Németh (Blue Lion Software)
@(C) 1999-2002 Miklós Németh (Blue Lion Software
@$VER: DicHandle.guide v2.2 (23.07.2002)
@node main "DicHandle v2.2"

  @{b}*****************************************************************
   DicHandle v2.2 @{fg shine}(c) 1999-2002 Miklós Németh (Blue Lion Software)@{fg text}
  *****************************************************************@{ub}
            @{i}This document was created with Language Tools@{ui}

   @{" Introduction " link introduction} - Few words about the program
   @{" Requirements " link requirements} - What you need to run the program
   @{" Copyright    " link copyright} - Informations about distribution
   @{" Installation " link installation} - How to install the program

   @{" Dirlist      " link dirlist} - Handling files
   @{" Tools        " link tools} - Handling dictionaries
   @{" Menus        " link menus} - Menus system of the program
   @{" Dictionaries " link dics} - How to create and convert dictionaries

   @{" Author       " link author} - Informations about the author
   @{" History      " link history} - Informations about development
   @{" Bugs         " link bugs} - Known bugs
   @{" Future       " link future} - Plans for improvement

@endnode

@node introduction " Introduction"

@{b}Introduction
************@{ub}
    This program was made to handle dictionaries of Language Tools. Its
help you can create dictionaries, add words, and convert LSDictionary
databases.

@endnode

@node requirements " Requirements"

@{b}Requirements
************@{ub}

- Amiga with OS 3.0 or better
- MUI 3.8 or better

@endnode

@node copyright " Copyright"

@{b}Copyright
*********@{ub}

    This program is freeware. You're not allowed to ask money for this
program and use it in commercial.

@endnode

@node installation " Installation"

@{b}Installation
************@{ub}

    Please use the install script or copy the files somewhere you want.

@endnode

@node dirlist " Dirlist"

@{b}Dirlist
*******@{ub}

    It is the most important part of the program. This is where you select
the files what you want to handle. There is some buttons over the list:

@{b}Volumes (F1)@{ub}
    The list of available volumes in your system.

@{b}Parent (F2)@{ub}
    Actual directory changes to its parent.

@{b}ReRead@ (F3){ub}
    Rereads the actual path.

@{b}Makedir (F4)@{ub}
    Creates a new directory in the actual path.

@{b}Delete (F5)@{ub}
    Deletes selected files.

@endnode

@node tools " Tools"

@{b}Tools
*****@{ub}

    You can handle dictionaries with this functions. The program sends you
messages by the status bar under the dirlist.

@{b}LSDConv@{ub}
    Converts an LSDictionary database to Language Tools format.

@{b}Much2One@{ub}
    Collects the words what occurs more than one in the dictionary.

@{b}MakeIndex@{ub}
    Creates an index file for a Language Tools dictionary file.

@{b}ColWords@{ub}
    Collects the words from a dictionary file into an another file. This is
the way you can start a new dictionary.

@{b}MakeSpell@{ub}
    Collects words from an existing LT dictionary to make a spell database.

@{b}Edit@{ub}
    Adds a word to a selected dictionary. Be careful, because the first
letter of word an letter of dictionary has to be the same!

@endnode

@node menus " Menus"

@{b}Menus
*****@{ub}

    There no any big things in the menus.

@{b}@{u}Project@{uu}@{ub}

    @{b}About...@{ub} @{fg shine}?@{fg text}
        Some informations about the program.

    @{b}About MUI...@{ub}
        Informations about MUI.

    @{b}Quit@{ub}
        Quits from program.

@{b}@{u}Settings@{uu}@{ub}

    @{b}MUI...@{ub}
        MUI settings of the program.

@endnode

@node dics " Dictionaries"

@{b}Dictionaries
************@{ub}

    Some words about the format and the converting!

@{u}Format:@{uu}
    A dictionary entry always starts and ends with '&'. It has to
be a separate line and only this character. The line under is the place of
the word entry. The sense of word is in the next line until a new '&'
character.

&
<word>
<sense>
<sense>
...
&

@{i}For example:@{ui}

&
open
megnyit
kinyit
&

@{u}Converting of an LSDictionary database:@{uu}
    Fisrt you have to use LSDConv to convert LSDictionary database to
Language Tools format. After that, use Much2One to collect the words what
occur more than one. And the last you have to do is making an index for
the dictionary. Simple, isn't it?

@endnode

@node author " Author"

@{b}Author
******@{ub}

Miklós Németh (Desco^BLT)
www:    http://amigos.amiga.hu/bluelion
email:  desco@freemail.hu

@endnode

@node history " History"

@{b}History
*******@{ub}

@{b}2.2@{ub}
    - the program is open source
    - some functions available by function keys

@{b}2.1@{ub}
     - MakeSpell creates spell database

@{b}2.0@{ub}
    - handle of dictionaries is more easy
    - only one dirlist
    - editable dictionaries

@{b}1.x@{ub}
    - many functions was a diferent tool

@endnode

@node bugs " Bugs"

@{b}Bugs
****@{ub}
    - not known

@endnode

@node future " Future"

@{b}Future
******@{ub}
    - anything what you want

@endnode
