File tree 3 files changed +6
-6
lines changed 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -698,7 +698,7 @@ addresses when accessing the first one fails.
698
698
non-standard port.
699
699
700
700
** Wget now supports the robots.txt directives specified in
701
- <http://www.robotstxt.org/wc/ norobots-rfc.txt>.
701
+ <http://www.robotstxt.org/norobots-rfc.txt>.
702
702
703
703
** URL parser has been fixed, especially the infamous overzealous
704
704
quoting. Wget no longer dequotes reserved characters, e.g. `%3F' is
Original file line number Diff line number Diff line change @@ -4266,7 +4266,7 @@ server.
4266
4266
4267
4267
Until version 1.8, Wget supported the first version of the standard,
4268
4268
written by Martijn Koster in 1994 and available at
4269
- @url {http://www.robotstxt.org/robotstxt .html }. As of version 1.8,
4269
+ @url {http://www.robotstxt.org/orig .html }. As of version 1.8,
4270
4270
Wget has supported the additional directives specified in the internet
4271
4271
draft @samp {<draft-koster-robots-00.txt> } titled ``A Method for Web
4272
4272
Robots Control''. The draft, which has as far as I know never made to
@@ -4285,7 +4285,7 @@ this:
4285
4285
@end example
4286
4286
4287
4287
This is explained in some detail at
4288
- @url {http://www.robotstxt.org/wc/ meta-user .html }. Wget supports this
4288
+ @url {http://www.robotstxt.org/meta.html }. Wget supports this
4289
4289
method of robot exclusion in addition to the usual @file {/robots.txt }
4290
4290
exclusion.
4291
4291
Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ as that of the covered work. */
37
37
disallow access to certain parts of the site.
38
38
39
39
The first specification was written by Martijn Koster in 1994, and
40
- is still available at <http://www.robotstxt.org/wc/norobots .html>.
40
+ is still available at <http://www.robotstxt.org/orig .html>.
41
41
In 1996, Martijn wrote an Internet Draft specifying an improved RES
42
42
specification; however, that work was apparently abandoned since
43
43
the draft has expired in 1997 and hasn't been replaced since. The
44
44
draft is available at
45
- <http://www.robotstxt.org/wc/ norobots-rfc.html >.
45
+ <http://www.robotstxt.org/norobots-rfc.txt >.
46
46
47
47
This file implements RES as specified by the draft. Note that this
48
48
only handles the "robots.txt" support. The META tag that controls
@@ -428,7 +428,7 @@ free_specs (struct robot_specs *specs)
428
428
429
429
/* The inner matching engine: return true if RECORD_PATH matches
430
430
URL_PATH. The rules for matching are described at
431
- <http://www.robotstxt.org/wc/ norobots-rfc.txt>, section 3.2.2. */
431
+ <http://www.robotstxt.org/norobots-rfc.txt>, section 3.2.2. */
432
432
433
433
static bool
434
434
matches (const char * record_path , const char * url_path )
You can’t perform that action at this time.
0 commit comments