diff --git a/ChangeLog b/ChangeLog index f20992c2..e933d98f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -1.12.2 (release 3.4.2004) +1.12.2 (release 4.4.2004) * use XmlUtils instead of xmlify for XML quoting Type: code cleanup Added: linkcheck/XmlUtils.py diff --git a/debian/changelog b/debian/changelog index 935f09f7..51d9c2f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -linkchecker (1.12.2) unstable; urgency=low +linkchecker (1.12.2-1) unstable; urgency=low * New upstream release. diff --git a/debian/copyright b/debian/copyright index 661180a6..f848bd85 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,7 +4,7 @@ This is linkchecker, written and maintained by Bastian Kleineidam The original source can always be found at: http://linkchecker.sourceforge.net/ -Copyright (C) 2000-2003 Bastian Kleineidam +Copyright (C) 2000-2004 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 diff --git a/po/de.po b/po/de.po index fba0dad4..be351c2a 100644 --- a/po/de.po +++ b/po/de.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: $Id$\n" -"POT-Creation-Date: Sun Apr 4 11:47:12 2004\n" +"POT-Creation-Date: Sun Apr 4 15:04:24 2004\n" "PO-Revision-Date: 2004-04-03 18:51+0100\n" "Last-Translator: Bastian Kleineidam \n" "Language-Team: de \n" diff --git a/po/fr.po b/po/fr.po index 74294196..39469a54 100644 --- a/po/fr.po +++ b/po/fr.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: $Id$\n" -"POT-Creation-Date: Sun Apr 4 11:47:12 2004\n" +"POT-Creation-Date: Sun Apr 4 15:04:24 2004\n" "PO-Revision-Date: 2004-01-03 23:24+0100\n" "Last-Translator: Bastian Kleineidam \n" "Language-Team: fr \n" diff --git a/po/linkcheck.pot b/po/linkcheck.pot index 0e5bb706..646a60c8 100644 --- a/po/linkcheck.pot +++ b/po/linkcheck.pot @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: Sun Apr 4 11:47:12 2004\n" +"POT-Creation-Date: Sun Apr 4 15:04:24 2004\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/po/nl.po b/po/nl.po index 9f91cee6..e31554c4 100644 --- a/po/nl.po +++ b/po/nl.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: $Id$\n" -"POT-Creation-Date: Sun Apr 4 11:47:12 2004\n" +"POT-Creation-Date: Sun Apr 4 15:04:24 2004\n" "PO-Revision-Date: 2004-02-20 15:26+0100\n" "Last-Translator: Bastian Kleineidam \n" "Language-Team: nl \n" diff --git a/test/output/test_base b/test/output/test_base index 67c537e6..a1eea9dd 100644 --- a/test/output/test_base +++ b/test/output/test_base @@ -1,6 +1,15 @@ test_base +url file:///home/calvin/projects/linkchecker/test/html/base1.html +valid +url file:///home/calvin/projects/linkchecker/test/html/base2.html +valid url file:///home/calvin/projects/linkchecker/test/html/codebase.html valid +url misc.html +valid +url misc.html +cached +valid url test.txt baseurl file:///home/calvin/projects/linkchecker/test/html/base/ valid @@ -8,11 +17,3 @@ url test.txt cached baseurl file:///home/calvin/projects/linkchecker/test/html/base/ valid -url file:///home/calvin/projects/linkchecker/test/html/base2.html -valid -url file:///home/calvin/projects/linkchecker/test/html/base1.html -valid -url misc.html -valid -url misc.html -valid diff --git a/test/output/test_file b/test/output/test_file index 5dac39d5..e6bc2dc2 100644 --- a/test/output/test_file +++ b/test/output/test_file @@ -1,32 +1,39 @@ test_file -url file:///home/calvin/projects/linkchecker/test/html/file.asc +url file:///home/calvin/projects/linkchecker/test/html/file.html valid url file:///home/calvin/projects/linkchecker/test/html/file.txt valid -url file:///home/calvin/projects/linkchecker/test/html/file.html +url file:///home/calvin/projects/linkchecker/test/html/file.asc valid -url file:/etc/ -name good dir -error -url file:etc/group -name bad file -error -url file:/etc/group -name good file +url file:///home/calvin/projects/linkchecker/test/html/file.css valid -url file://etc/group -name bad file -error -url file:///etc/group -name good file -valid -url http.html#iswas -name good anchor +url http.html +name relative url valid url http.html#isnix name bad anchor warning anchor #isnix not found valid -url http.html -name relative url +url http.html#iswas +name good anchor +valid +url file:///etc/group +name good file +valid +url file://etc/group +name bad file +error +url file:/etc/group +cached +name good file +valid +url file:etc/group +name bad file +error +url file:/etc/ +name good dir +error +url misc.html +valid +url news.html valid diff --git a/test/test_file.py b/test/test_file.py index ddf67d3e..978eca6b 100644 --- a/test/test_file.py +++ b/test/test_file.py @@ -7,7 +7,7 @@ config['log'] = config.newLogger('test') config["anchors"] = True config["verbose"] = True config.setThreads(0) -for filename in ('file.html', "file.txt", "file.asc"): +for filename in ('file.html', "file.txt", "file.asc", "file.css"): url = os.path.join("test", "html", filename) config.appendUrl(linkcheck.UrlData.GetUrlDataFrom(url, 0, config)) linkcheck.checkUrls(config)