File: new.html

package info (click to toggle)
linklint 2.3.5-5
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, lenny, squeeze, wheezy
  • size: 660 kB
  • ctags: 228
  • sloc: perl: 2,561; makefile: 37
file content (380 lines) | stat: -rw-r--r-- 9,924 bytes parent folder | download | duplicates (8)
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
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
<html><head><title>

Linklint Documentation - What's New

</title>

</head><body text="#000000" link="#6666aa" vlink="#6688aa" alink="#6688aa" bgcolor="#ffffff">  

<font face="helvetica,sans serif,ariel">
<font size=5>
<a name=top>
Linklint Documentation - What's New
</a>
</font>



<table cellpadding=0 cellspacing=2 border=0 width="90%">
<tr><td bgcolor="#8888dd"><img src=dot.gif alt="" width=1 height=1></td></tr>
</table>


<font size=3>
Version 2.3.4 August 8, 2001
</font>
<p>
<table cellpadding=0 cellspacing=1 border=0><tr><td align=right>

<table cellpadding=0 cellspacing=0 border=0 bgcolor="#8888dd">
<tr><td>
<table bgcolor="ddddff" cellpadding=2 cellspacing=1 border=0>


</td></tr>
</table></td></tr></table>

</td><td>
<table cellpadding=0 cellspacing=0 border=0 bgcolor="#8888dd">
<tr><td>
<table bgcolor="ddddff" cellpadding=2 cellspacing=1 border=0>
</table></td></tr></table>

</td></tr>

<tr><td align=right>

<table cellpadding=0 cellspacing=0 border=0 bgcolor="#8888dd">
<tr><td>
<table bgcolor="ddddff" cellpadding=2 cellspacing=1 border=0>
<tr>
<td bgcolor="white" align=right>
<font face="helvetica,sans serif,ariel"><font color="#8888dd"><b>
documentation
</b></font></font>
</td></tr>
</table></td></tr></table>
</td><td>
<table cellpadding=0 cellspacing=0 border=0 bgcolor="#8888dd">
<tr><td>
<table bgcolor="ddddff" cellpadding=2 cellspacing=1 border=0>
<tr>

<td align=center bgcolor="#ddddff">
<font face="helvetica,sans serif,ariel">
<a href="index.html">
Introduction
</a>
</font></td>

<td align=center bgcolor="white">
<font face="helvetica,sans serif,ariel"><font color="#dd6666">
What's&nbsp;New
</font>

</font></td>
<td align=center bgcolor="#ddddff">
<font face="helvetica,sans serif,ariel">
<a href="inputs.html">
Inputs
</a>
</font></td>
<td align=center bgcolor="#ddddff">
<font face="helvetica,sans serif,ariel">
<a href="outputs.html">
Outputs
</a>
</font></td>
<td align=center bgcolor="#ddddff">
<font face="helvetica,sans serif,ariel">
<a href="hints.html">
Hints
</a>
</font></td>
  
<td align=center bgcolor="#ddddff">
<font face="helvetica,sans serif,ariel">
<a href="howitworks.html">
How it works
</a>
</font></td>
<td align=center bgcolor="#ddddff">
<font face="helvetica,sans serif,ariel">
<a href="doc_index.html">
Index
</a>
</font></td>

</tr>
</table></td></tr></table>

</td></tr>

</font>
</td></tr></table>
</td></tr></table>
</td></tr></table>

<font face="helvetica,sans serif,ariel">
<blockquote>

Few changes.  Almost 100% backward compatible (output index files
are now <i>index.*</i> by default instead of <i>linklint.*</i>).
Existing command files should still work.

<p>

<font color="#cc0000"><tt><b>Query string support for HTTP site checking has changed</b></tt></font>
as of 2.3.4.  This may change how Linklint checks your HTTP site if
you have dynamic content.  It now does "the right thing" by default.
Use the <font color="#cc0000"><tt><b>-no_query_string</b></tt></font> flag to get back the old
behavior.


<ul>
<li> Linklint is free again
<li> Better query string support (as of 2.3.4)
<li> Proxy support for site checking
<li> Output files are more configurable
<li> Input from STDIN
<li> Beta SSL support now available
<li> Looks for Java Archive .jar files
</ul>

<p>
<table bgcolor="#88aacc" width="85%" cellpadding=3 cellspacing=0 border=0>
<tr><td>
<font face="helvetica,sans serif,ariel">
<font size=3 color="#ffffff"><b>
GNU General Public License
</b></font>
</font></td></tr></table>
<p>

Linklint started out free.  It became sharewhare when the flood
of comments, suggestions and questions started turning it into a
"full-time" job.  <b>Thanks to all who contributed!</b> With the
rise (and love) of Linux, we wanted to make it Open Source in a
way that would not make previous contributors feel ripped off.

<p>

There was a gradual (unadvertised) change to Open Source.  First, it
was made free for use on Open Source operating systems.  Then a GPL
Open Source version was distributed as a part of the Meta Web Language
system and shareware checks were no longer cashed.  With the new
Linklint web site, it is only being distributed as Open Source via the
<b><a href=license.html>GNU General Public License</a></b>.

<p>
<table bgcolor="#88aacc" width="85%" cellpadding=3 cellspacing=0 border=0>
<tr><td>
<font face="helvetica,sans serif,ariel">
<font size=3 color="#ffffff"><b>
Better Query String Support
</b></font>
</font></td></tr></table>
<p>

Query strings were suppressed during site checks.  This can be changed
by commenting out one line in older versions.  As of 2.3.4, query
strings are used in HTTP site checks.  To get the old behavior use the
new <font color="#cc0000"><tt><b>-no_query_string</b></tt></font> flag.

<p>

If you have an older version of Linklint, you can get the new query
string behavior by commenting out the one line that includes the
comment "<i>strip query string</i>".  This also applies to the
<b>2.4.beta</b> version.

<p>
<table bgcolor="#88aacc" width="85%" cellpadding=3 cellspacing=0 border=0>
<tr><td>
<font face="helvetica,sans serif,ariel">
<font size=3 color="#ffffff"><b>
Proxy Support for Site Checking
</b></font>
</font></td></tr></table>
<p>

Previously, proxy support was only for remote-URL checking.  Now proxy
support has been extended to handle site checking as well.  The
conflict between proxies and virtual hosts has been resolved.


<p>
<table bgcolor="#88aacc" width="85%" cellpadding=3 cellspacing=0 border=0>
<tr><td>
<font face="helvetica,sans serif,ariel">
<font size=3 color="#ffffff"><b>
Output Options
</b></font>
</font></td></tr></table>
<p>


<font color="#cc0000"><tt><b>-output_index xxxx</b></tt></font>

The index output files were previously named <i>linklint.*</i> in
order to prevent overwriting existing <i>index.html</i> files if the
<i>-doc</i> directory collided with an existing HTML directory.  By
popular demand, these file names have been changed to <i>index.*</i>.
This is more convenient for most, and a little more dangerous for a
few.  You can change back to <i>linklint</i> (or whatever) with the
<b>-output_index</b> option.

<p>

<font color="#cc0000"><tt><b>-output_frames</b></tt></font> 

Uses &lt;base&gt; tags in the output files so that new browser windows
will open when following links in the HTML output files.  This
prevents having to reload large output HTML files.

<p>

<font color="#cc0000"><tt><b> -url_doc_prefix some_prefix</b></tt></font> 

Gives control over the prefix of all output files associated with
<b>Remote-Url</b> checking.

<p>

<font color="#cc0000"><tt><b> -dont_output xxx</b></tt></font>

Suppress output of files that match <b><tt>/xxx/</tt></b>.  In the
past, I have told people to comment out lines in the program to
suppress the generation of certain output files.

<p>
<font color="#cc0000"><tt><b> -no_warn_index</b></tt></font>

Turns of the "index file not found" warning.  Applies to local site
checking only.

<p>

<font color="#cc0000"><tt><b>-concise_url</b></tt></font>

Turns off printing successful URLs to STDOUT during remote link
checking.

<p>
<table bgcolor="#88aacc" width="85%" cellpadding=3 cellspacing=0 border=0>
<tr><td>
<font face="helvetica,sans serif,ariel">
<font size=3 color="#ffffff"><b>
Read inputs from STDIN (keyboard)
</b></font>
</font></td></tr></table>
<p>

<p>

<font color="#cc0000"><tt><b> @ </b></tt></font> or <font color="#cc0000"><tt><b> @STDIN</b></tt></font> will cause Linklint to read from STDIN (keyboard)
as if it were an <tt><b>@command</b></tt> file. 

Great when you are using linklint from the shell and run out of space
on the command line.

Might make runing Linklint as a CGI program a little easier.


<p>
<table bgcolor="#88aacc" width="85%" cellpadding=3 cellspacing=0 border=0>
<tr><td>
<font face="helvetica,sans serif,ariel">
<font size=3 color="#ffffff"><b>
Other New Flags
</b></font>
</font></td></tr></table>
<p>

<font color="#cc0000"><tt><b> -help_all</b></tt></font>

<font color="#cc0000"><tt><b> -version</b></tt></font> 

<font color="#cc0000"><tt><b> -license</b></tt></font> are all pretty obvious.

<br>

<font color="#cc0000"><tt><b>-no_query_string</b></tt></font>
Don't use query strings in HTTP site checks
<br>

<font color="#cc0000"><tt><b>-http_header Xxx:Yyy</b></tt></font>
Add header lines to HTTP requests.
<br>

<font color="#cc0000"><tt><b>-language zz</b></tt></font>
Add <i>Accept-Language</i> header line to HTTP requests.

<p>
<table bgcolor="#88aacc" width="85%" cellpadding=3 cellspacing=0 border=0>
<tr><td>
<font face="helvetica,sans serif,ariel">
<font size=3 color="#ffffff"><b>
Beta Version with SSL Support
</b></font>
</font></td></tr></table>
<p>

Now that someone else (Sampo Kellomak) has done the heavy lifting
of providing a low level Perl interface to the OpenSSL package,
we wrote a simple wrapper module around his Net::SSLeay module
to provide SSL support in Linklint.

<p>

Be warned, this beta version requires the OpenSSL package and the
Net::SSLeay module (and the Net::SSLeay::Handle wrapper) in order to
run.  You will need to install these first which is fairly easy (if
you have root) on Linux.  Your Win32 mileage may vary.

<p>

Once installed, you use <font color="#cc0000"><tt><b>-http</b></tt></font> to check HTTP sites and
<font color="#cc0000"><tt><b>-https</b></tt></font> to check HTTPS sites.

</blockquote>

<p>

<table width="90%" cellpadding=0 border=0>
<tr><td colspan=3 bgcolor="#8888dd"><img src=dot.gif width=1 height=1 alt=""></td></tr>
<tr>
<td>
<a href="http://www.linklint.org">
<img src=linklint.gif alt="Checked by Linklint" border=0 WIDTH="74" HEIGHT="29">
</a>
</td>
<td></td>
<td align=right>

<font face="helvetica,sans serif,ariel"><font size=2>
&copy; Copyright 1997 - 2001

<a href=mailto:jbowlin@linklint.org>
James B. Bowlin
</a>

</font></font>

</td>
</tr>

</table>




<!-- HTML pre-processed by htp 1.11 RELEASE -->

</body>
</html>