The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [TUHS] WEBSTER
@ 2004-08-18 20:42 Kenneth Stailey
  2004-08-18 20:41 ` Kenneth Stailey
  0 siblings, 1 reply; 5+ messages in thread
From: Kenneth Stailey @ 2004-08-18 20:42 UTC (permalink / 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.



^ permalink raw reply	[flat|nested] 5+ messages in thread
* [TUHS] WEBSTER
@ 2004-08-19  1:30 macbiesz
  0 siblings, 0 replies; 5+ messages in thread
From: macbiesz @ 2004-08-19  1:30 UTC (permalink / raw)


> I have a copy of the WEBSTER server and client port to UNIX by [...]

By the way, you can get the original TOPS-20 source code (dictionary/orig_src.tar), as well as more documentation and history from this site:

http://lost-contact.mit.edu/afs/net/project/afs32/ops/user/jweiss/webster/src/server/

There's also a working Motif interface to the client (the original xwebster used HP widgets):

http://www.scn.rain.com/pub/text/xwebster.motif.tar.Z




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-08-19  1:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-18 20:42 [TUHS] WEBSTER Kenneth Stailey
2004-08-18 20:41 ` Kenneth Stailey
2004-08-18 22:41   ` Greg 'groggy' Lehey
2004-08-18 23:05     ` Kenneth Stailey
2004-08-19  1:30 macbiesz

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).