mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-09 23:24:44 +00:00
Correct RFC reference for cookie file format.
This commit is contained in:
parent
50fc4ab566
commit
c9f59452ac
5 changed files with 643 additions and 287 deletions
|
|
@ -1,5 +1,9 @@
|
|||
7.0 "" (released xx.xx.2011)
|
||||
|
||||
Fixes:
|
||||
- doc: Correct reference to RFC 2822 for cookie file format.
|
||||
Closes: SF bug #3299557
|
||||
|
||||
Changes:
|
||||
- gui: Display status info into GUI main window instead of modal window.
|
||||
Closes: SF bug #3297252
|
||||
|
|
|
|||
|
|
@ -283,8 +283,8 @@ Eine Ergänzung ist, dass ein regulärer Ausdruck negiert wird falls er mit
|
|||
einem Ausrufezeichen beginnt.
|
||||
.
|
||||
.SH COOKIE\-DATEIEN
|
||||
Eine Cookie\-Datei enthält Standard RFC 805 Kopfdaten mit den folgenden
|
||||
möglichen Namen:
|
||||
Eine Cookie\-Datei enthält Standard Email\-Kopfdaten (RFC 2822) mit den
|
||||
folgenden möglichen Namen:
|
||||
.
|
||||
.TP
|
||||
\fBScheme\fP (optional)
|
||||
|
|
|
|||
|
|
@ -279,8 +279,8 @@ An addition is that a leading exclamation mark negates the regular
|
|||
expression.
|
||||
.
|
||||
.SH COOKIE FILES
|
||||
A cookie file contains standard RFC 805 header data with the following
|
||||
possible names:
|
||||
A cookie file contains standard email header (RFC 2822) data with the
|
||||
following possible names:
|
||||
.
|
||||
.TP
|
||||
\fBScheme\fP (optional)
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2011-05-06 19:03+0300\n"
|
||||
"POT-Creation-Date: 2011-05-14 09:42+0300\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -811,8 +811,8 @@ msgstr ""
|
|||
#. type: Plain text
|
||||
#: en/linkchecker.1:284
|
||||
msgid ""
|
||||
"A cookie file contains standard RFC 805 header data with the following "
|
||||
"possible names:"
|
||||
"A cookie file contains standard email header (RFC 2822) data with the "
|
||||
"following possible names:"
|
||||
msgstr ""
|
||||
|
||||
#. type: TP
|
||||
|
|
|
|||
Loading…
Reference in a new issue