mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-25 08:34:43 +00:00
updated
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@724 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
b06492c69e
commit
8db3062748
5 changed files with 7 additions and 6 deletions
|
|
@ -29,8 +29,8 @@ App = AppName+" "+Version
|
|||
UserAgent = AppName+"/"+Version
|
||||
Author = _linkchecker_configdata.author
|
||||
HtmlAuthor = Author.replace(' ', ' ')
|
||||
Copyright = "Copyright © 2000-2002 "+Author
|
||||
HtmlCopyright = "Copyright © 2000-2002 "+HtmlAuthor
|
||||
Copyright = "Copyright © 2000-2003 "+Author
|
||||
HtmlCopyright = "Copyright © 2000-2003 "+HtmlAuthor
|
||||
AppInfo = App+" "+Copyright
|
||||
HtmlAppInfo = App+", "+HtmlCopyright
|
||||
Url = _linkchecker_configdata.url
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
"""main function module for link checking"""
|
||||
# Copyright (C) 2000,2001 Bastian Kleineidam
|
||||
# Copyright (C) 2000-2003 Bastian Kleineidam
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -41,6 +41,7 @@ extensions = {
|
|||
# "text": re.compile(r'(?i)\.(txt|xml|tsv|csv|sgml?|py|java|cc?|cpp|h)$'),
|
||||
}
|
||||
|
||||
import UrlData
|
||||
from Config import debug
|
||||
from debuglevels import *
|
||||
|
||||
|
|
|
|||
2
po/de.po
2
po/de.po
|
|
@ -4,7 +4,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: Sun Jan 5 23:57:46 2003\n"
|
||||
"POT-Creation-Date: Mon Jan 6 00:06:11 2003\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: Bastian Kleineidam <calvin@users.sourceforge.net>\n"
|
||||
"Language-Team: LANGUAGE <de@li.org>\n"
|
||||
|
|
|
|||
2
po/fr.po
2
po/fr.po
|
|
@ -4,7 +4,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: Sun Jan 5 23:57:46 2003\n"
|
||||
"POT-Creation-Date: Mon Jan 6 00:06:11 2003\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <fr@li.org>\n"
|
||||
|
|
|
|||
2
po/nl.po
2
po/nl.po
|
|
@ -4,7 +4,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: Sun Jan 5 23:57:46 2003\n"
|
||||
"POT-Creation-Date: Mon Jan 6 00:06:11 2003\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: Hans Bausewein <hans.bausewein@comerwell.xs4all.nl>\n"
|
||||
"Language-Team: LANGUAGE <nl@li.org>\n"
|
||||
|
|
|
|||
Loading…
Reference in a new issue