**
** Author: Oh Junseon <hollywar@mail.holywar.net>
**
** English dictionary README file.
**
** Date : $Date: 1999/07/05 06:50:00 $
**
** $Revision: 1.3 $
**

I know this is formated badly, sorry, I'm not a writer.

Introduce

Engdic is an english dictionary utility for text mode on unix enviroment.


Download

  ftp://ftp.holywar.net/pub/engdic look for newest directory.
  File can be downloaded seperately or in a tgz archive. It doesn't
  make sense to download both as they're the same thing.


Compiling

This engdic is developed on FreeBSD 3.2 i386 machine. maybe it compiled 
Linux , FreeBSD , SunOS and etc.. I used only ANSI public code . 

To make engdic type 'gmake' in the source directory. 
If it successed , type 'gmake install' to install file.
If it doesn't work email to me at hollywar@mail.holywar.net


Usage

Engdic working type is two defferent type.

1. # engdic freebsd

   Engdic searching "freebsd" word by only one time. it has terminated after
   searching.

2. # engdic
   Search query : freebsd

   This type is continuing search word. end keyword is NULL line or ctrl + D

Coding

Anyone who wants to add anything to this program or suggest features or report
bufs or bug fixes is welcome to do so. Please give me your improvements
though so that development will go faster.


Oh Junseon (hollywar@mail.holywar.net)


/*
 | $Id: README,v 1.3 1999/07/05 06:50:00 hollywar Exp $
 |
 | Local Variables:
 | mode: txt
 | mode: font-lock
 | version-control: t
 | delete-old-versions: t
 | End:
 |
 | -*- End-Of-File -*-
 */

