• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

data/H03-May-2022-

CHANGESH A D06-Sep-1999542 3026

MakefileH A D06-Sep-19991.6 KiB8031

READMEH A D06-Sep-19991.5 KiB7247

TODOH A D06-Sep-1999430 3023

engdic.cH A D03-May-20226.9 KiB332216

engdic.hH A D03-May-20221.6 KiB6921

screen.cH A D03-May-202214.4 KiB694424

README

1**
2** Author: Oh Junseon <hollywar@mail.holywar.net>
3**
4** English dictionary README file.
5**
6** Date : $Date: 1999/07/05 06:50:00 $
7**
8** $Revision: 1.3 $
9**
10
11I know this is formated badly, sorry, I'm not a writer.
12
13Introduce
14
15Engdic is an english dictionary utility for text mode on unix enviroment.
16
17
18Download
19
20  ftp://ftp.holywar.net/pub/engdic look for newest directory.
21  File can be downloaded seperately or in a tgz archive. It doesn't
22  make sense to download both as they're the same thing.
23
24
25Compiling
26
27This engdic is developed on FreeBSD 3.2 i386 machine. maybe it compiled
28Linux , FreeBSD , SunOS and etc.. I used only ANSI public code .
29
30To make engdic type 'gmake' in the source directory.
31If it successed , type 'gmake install' to install file.
32If it doesn't work email to me at hollywar@mail.holywar.net
33
34
35Usage
36
37Engdic working type is two defferent type.
38
391. # engdic freebsd
40
41   Engdic searching "freebsd" word by only one time. it has terminated after
42   searching.
43
442. # engdic
45   Search query : freebsd
46
47   This type is continuing search word. end keyword is NULL line or ctrl + D
48
49Coding
50
51Anyone who wants to add anything to this program or suggest features or report
52bufs or bug fixes is welcome to do so. Please give me your improvements
53though so that development will go faster.
54
55
56Oh Junseon (hollywar@mail.holywar.net)
57
58
59/*
60 | $Id: README,v 1.3 1999/07/05 06:50:00 hollywar Exp $
61 |
62 | Local Variables:
63 | mode: txt
64 | mode: font-lock
65 | version-control: t
66 | delete-old-versions: t
67 | End:
68 |
69 | -*- End-Of-File -*-
70 */
71
72