From 06f4bef4b770afcaa90dd49c8b26e82ec73d09fb Mon Sep 17 00:00:00 2001 From: calvin Date: Sun, 5 Jan 2003 02:03:00 +0000 Subject: [PATCH] updated docs git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@707 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- WONTDO | 2 +- po/de.po | 17 ++++++++++++++--- po/fr.po | 17 ++++++++++++++--- po/nl.po | 17 ++++++++++++++--- 4 files changed, 43 insertions(+), 10 deletions(-) diff --git a/WONTDO b/WONTDO index f5d06efc..0fd065e1 100644 --- a/WONTDO +++ b/WONTDO @@ -3,7 +3,7 @@ This is a list of things LinkChecker *wont* do for you. 1) Support JavaScript See the FAQ -2) Print unreachable/dead documents +2) Print unreachable/dead documents of your website. This would require - file system access to your web repository - access to your web server configuration diff --git a/po/de.po b/po/de.po index 30194f52..a2a83190 100644 --- a/po/de.po +++ b/po/de.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: Fri Jan 3 21:29:26 2003\n" +"POT-Creation-Date: Sun Jan 5 02:24:32 2003\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Bastian Kleineidam \n" "Language-Team: LANGUAGE \n" @@ -566,8 +566,11 @@ msgstr "" " angegebene Anzahl an Bytes übersteigt.\n" " Diese Option impliziert -w.\n" +#, fuzzy msgid "" "NOTES\n" +"o A ! before any regex negates it. So '!^mailto:' matches everything but\n" +" a mailto link.\n" "o LinkCheckers commandline parser treats \"ftp.\" links like \"ftp://ftp.\"\n" " and \"www.\" links like \"http://www.\".\n" " You can also give local files as arguments.\n" @@ -604,10 +607,18 @@ msgstr "" "o Beim Prüfen von 'news:' Links muß der angegebene NNTP Rechner nicht\n" " unbedingt derselbe wie der des Benutzers sein!\n" +#, fuzzy msgid "" "EXAMPLES\n" -"o linkchecker -v -ohtml -r2 -s -itreasure.calvinsplayground.de \\\n" -" http://treasure.calvinsplayground.de/~calvin/ > sample.html\n" +"o Check the treasure.calvinsplayground.de domain, but don't recurse into\n" +" links outside of this domain:\n" +" linkchecker -v -r5 -ohtml -s -itreasure.calvinsplayground.de \\\n" +" http://treasure.calvinsplayground.de/~calvin/ > sample.html\n" +"\n" +"o Don't connect to mailto: hosts, only check their URL syntax. All other\n" +" links are checked as usual:\n" +" linkchecker --intern='!^mailto:' --strict www.mysite.org\n" +"\n" "o Local files and syntactic sugar on the command line:\n" " linkchecker c:\\temp\\test.html\n" " linkchecker ../bla.html\n" diff --git a/po/fr.po b/po/fr.po index c4b8757f..5893a268 100644 --- a/po/fr.po +++ b/po/fr.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: Fri Jan 3 21:29:26 2003\n" +"POT-Creation-Date: Sun Jan 5 02:24:32 2003\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -535,8 +535,11 @@ msgstr "" " number of bytes.\n" " This option implies -w.\n" +#, fuzzy msgid "" "NOTES\n" +"o A ! before any regex negates it. So '!^mailto:' matches everything but\n" +" a mailto link.\n" "o LinkCheckers commandline parser treats \"ftp.\" links like \"ftp://ftp.\"\n" " and \"www.\" links like \"http://www.\".\n" " You can also give local files as arguments.\n" @@ -573,10 +576,18 @@ msgstr "" "d'être le\n" " même que l'hôte de l'utilisateur qui parcourt vos pages!\n" +#, fuzzy msgid "" "EXAMPLES\n" -"o linkchecker -v -ohtml -r2 -s -itreasure.calvinsplayground.de \\\n" -" http://treasure.calvinsplayground.de/~calvin/ > sample.html\n" +"o Check the treasure.calvinsplayground.de domain, but don't recurse into\n" +" links outside of this domain:\n" +" linkchecker -v -r5 -ohtml -s -itreasure.calvinsplayground.de \\\n" +" http://treasure.calvinsplayground.de/~calvin/ > sample.html\n" +"\n" +"o Don't connect to mailto: hosts, only check their URL syntax. All other\n" +" links are checked as usual:\n" +" linkchecker --intern='!^mailto:' --strict www.mysite.org\n" +"\n" "o Local files and syntactic sugar on the command line:\n" " linkchecker c:\\temp\\test.html\n" " linkchecker ../bla.html\n" diff --git a/po/nl.po b/po/nl.po index d7570c4e..a3d74db6 100644 --- a/po/nl.po +++ b/po/nl.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: Fri Jan 3 21:29:26 2003\n" +"POT-Creation-Date: Sun Jan 5 02:24:32 2003\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Hans Bausewein \n" "Language-Team: LANGUAGE \n" @@ -549,8 +549,11 @@ msgstr "" " number of bytes.\n" " This option implies -w.\n" +#, fuzzy msgid "" "NOTES\n" +"o A ! before any regex negates it. So '!^mailto:' matches everything but\n" +" a mailto link.\n" "o LinkCheckers commandline parser treats \"ftp.\" links like \"ftp://ftp.\"\n" " and \"www.\" links like \"http://www.\".\n" " You can also give local files as arguments.\n" @@ -587,10 +590,18 @@ msgstr "" "o Beim Prüfen von 'news:' Links muß der angegebene NNTP Rechner nicht\n" " unbedingt derselbe wie der des Benutzers sein!\n" +#, fuzzy msgid "" "EXAMPLES\n" -"o linkchecker -v -ohtml -r2 -s -itreasure.calvinsplayground.de \\\n" -" http://treasure.calvinsplayground.de/~calvin/ > sample.html\n" +"o Check the treasure.calvinsplayground.de domain, but don't recurse into\n" +" links outside of this domain:\n" +" linkchecker -v -r5 -ohtml -s -itreasure.calvinsplayground.de \\\n" +" http://treasure.calvinsplayground.de/~calvin/ > sample.html\n" +"\n" +"o Don't connect to mailto: hosts, only check their URL syntax. All other\n" +" links are checked as usual:\n" +" linkchecker --intern='!^mailto:' --strict www.mysite.org\n" +"\n" "o Local files and syntactic sugar on the command line:\n" " linkchecker c:\\temp\\test.html\n" " linkchecker ../bla.html\n"