mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-23 15:44:44 +00:00
updated
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@538 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
4c4850a7f5
commit
ef2689efdb
2 changed files with 7 additions and 3 deletions
|
|
@ -1,8 +1,10 @@
|
|||
1.6.3:
|
||||
* Generate md5sum checksums for distributed files
|
||||
Files: Makefile
|
||||
Changed files: Makefile
|
||||
* use "startswith" string method instead of a regex
|
||||
Files: linkchecker, linkcheck/UrlData.py
|
||||
Changed files: linkchecker, linkcheck/UrlData.py
|
||||
* Note about supported languages, updated documentation.
|
||||
Changed files: README
|
||||
|
||||
1.6.2:
|
||||
* Warn about unknown Content-Encodings. Dont parse HTML in this case.
|
||||
|
|
|
|||
4
README
4
README
|
|
@ -79,7 +79,9 @@ Internationalization
|
|||
For german output execute "export LC_MESSAGES=de" in bash or
|
||||
"setenv LC_MESSAGES de" in tcsh.
|
||||
Under Windows, execute "set LC_MESSAGES=de".
|
||||
For french output use 'fr' instead of 'de'.
|
||||
Other supported languages are 'nl' (Nederlands) and 'fr' (français).
|
||||
If you want to help me translate LinkChecker, copy the linkchecker.pot
|
||||
file to <your language>.po and send me the translated file.
|
||||
|
||||
|
||||
Code design
|
||||
|
|
|
|||
Loading…
Reference in a new issue