about summary refs log tree commit diff stats
path: root/docs/VMSWAIS.announce
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2010-04-29 22:00:22 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2010-04-29 22:00:22 -0400
commitdc748b1c47baadafae2c90f0e188927b11b7e029 (patch)
treec728869dc6504570b9bffb7459ccbdd1bf264a9f /docs/VMSWAIS.announce
parentd4093cadbda3787dfb165954f8f6521790cfac86 (diff)
downloadlynx-snapshots-dc748b1c47baadafae2c90f0e188927b11b7e029.tar.gz
snapshot of project "lynx", label v2_8_8dev_6c
Diffstat (limited to 'docs/VMSWAIS.announce')
-rw-r--r--docs/VMSWAIS.announce28
1 files changed, 0 insertions, 28 deletions
diff --git a/docs/VMSWAIS.announce b/docs/VMSWAIS.announce
deleted file mode 100644
index 7253d0db..00000000
--- a/docs/VMSWAIS.announce
+++ /dev/null
@@ -1,28 +0,0 @@
-				03-Jun-1994
-
-	I have added DIRECT_WAIS support for VMS to Lynx.  It uses highly
-modified freeWAIS modules, collected into HTVMS_WaisUI.c, HTVMS_WaisUI.h,
-HTVMS_WaisProt.c, and HTVMS_WaisProt.h, interfaced to HTWAIS.c and HTWSRC.c
-of the WWWLib.  The socket reads and writes use the code for VMS in the Lynx
-version of the WWWLib, and thus are non-blocking (interruptable via the 'z'
-command), and "already" ported to all the VMS TCPIP packages supported by
-Lynx.   All messaging associated with WAIS searches and document fetches go to
-the Lynx statusline as Progress() or Alarm() reports.
-
-	I also prettied up the HTWAIS.c and HTWSRC.c screen displays for both
-VMS and Unix.  I've been trying to build in recursive FORM-based interfaces,
-instead of the present iSINDEX-based interfaces, but haven't succeeded ;(.
-	
-	The DIRECT_WAIS support is automatic for VMS (i.e., is implemented
-via the BUILD.COM and LIBMAKE.COM procedures, without need to specify anything
-but your TCPIP package, as in the previous, standard VMS builds).  Simply
-enter   @BUILD <TCPIP package>   or enter   @BUILD   and then the number of
-your TCPIP package in response to the prompt, and you'll have DIRECT_WAIS
-support along with every other wonderful thing in Lynx 8-).
-
-				Fote
-
-=========================================================================
- Foteos Macrides           Worcester Foundation for Experimental Biology
- MACRIDES@SCI.WFEB.EDU     222 Maple Avenue, Shrewsbury, MA 01545
-=========================================================================
ee30a50e6b73e1c4'>4be8b401 ^
63f22638 ^



cc952d63 ^
728fb838 ^
cc952d63 ^





728fb838 ^
cc952d63 ^


728fb838 ^
23236d0c ^

cc952d63 ^
4be8b401 ^
23236d0c ^
4be8b401 ^

































23236d0c ^


4be8b401 ^


871c502d ^
23236d0c ^



871c502d ^
23236d0c ^



















23236d0c ^
4be8b401 ^
23236d0c ^




4be8b401 ^
23236d0c ^





4be8b401 ^
23236d0c ^










4be8b401 ^


c25ba934 ^



4be8b401 ^
c25ba934 ^
0b4e0c5b ^

23236d0c ^

871c502d ^
0b4e0c5b ^








871c502d ^
23236d0c ^
5177b02b ^
23236d0c ^

fb275079 ^
23236d0c ^



0b4e0c5b ^


23236d0c ^


23236d0c ^


c25ba934 ^


23236d0c ^
c25ba934 ^


871c502d ^
0b4e0c5b ^

c25ba934 ^
23236d0c ^
c25ba934 ^

0b4e0c5b ^
23236d0c ^
e3093cb0 ^
c25ba934 ^




23236d0c ^
e3093cb0 ^
c25ba934 ^

23236d0c ^
c25ba934 ^




23236d0c ^








4be8b401 ^
23236d0c ^



4be8b401 ^






23236d0c ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271