The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: kstailey@yahoo.com (Kenneth Stailey)
Subject: [TUHS] WEBSTER
Date: Wed, 18 Aug 2004 13:41:59 -0700 (PDT)	[thread overview]
Message-ID: <20040818204159.44707.qmail@web50606.mail.yahoo.com> (raw)

Hi,

I have a copy of the WEBSTER server and client port to UNIX by

 * David A. Curry
 * Purdue University
 * Engineering Computer Network
 * April, 1986

I see in the doc directory a very TOPS-20-ish docuement webster.hlp which
describes the way to invoke the client:

  @WEBSTER word-to-define

I'm assuming the @ is the TOPS-20 prompt.  It also says you can use

  If you want to look up more than one word, just do

        @WEBSTER<return>

  and you will be prompted with

        Word:

  Type the word, or hit <return> to exit.

But if the @ prompt wasn't enough evidence of TOPS-20 you also get:

  <escape> and "?" are used the same way in Webster as in most programs.
  <escape> tries to complete what you have typed so far, and "?" lists
  those words that match your partial word.

Which is pure TOPS-20 "COMND JSYS".  See this page for what "COMND JSYS" is:

http://pdp-10.trailing-edge.com/decuslib20-01/01/decus/20-0002/comnd.doc.html

There is some cryptic mentioning about EBCDIC conversion as if the dictionary
data went from ASCII to EBCDIC and back to ASCII causing some degradation.

ebcdictp.ememo talks about the format of the EBCDIC tape (not that I have one)
and errors.ememo says:

   2)   Pronunciation records.

          Three classes of errors occur here.

          During the translation to EBCDIC occurances of the glyphs *( and
     )* in the pronunciation records were treated in the same way as in other
     records, that is encoded as <( and >) (representing left and right
     braces), rather than left as is.  Thus a schwa precceding or following an
     optional phoneme was lost.

I just blew a few minutes looking it over today and ported it to FreeBSD/AMD64
catching a 

        char word[BUFSIZ];
        isnumber(word)

bug and some other minor things.

Does anyone else have this treasure running?  I like it better than dict for
etymologies.



         reply	other threads:[~2004-08-18 20:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-18 20:42 Kenneth Stailey
2004-08-18 20:41 ` Kenneth Stailey [this message]
2004-08-18 22:41   ` Greg 'groggy' Lehey
2004-08-18 23:05     ` Kenneth Stailey
2004-08-19  1:30 macbiesz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040818204159.44707.qmail@web50606.mail.yahoo.com \
    --to=kstailey@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).