From 1f01c6066c21892db6f6505eb53915229a9f2b6a Mon Sep 17 00:00:00 2001 From: calvin Date: Mon, 31 Jan 2005 12:37:11 +0000 Subject: [PATCH] upgrading git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2248 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- doc/documentation.html | 1 - doc/index.html | 1 - doc/install.html | 1 - doc/other.html | 1 - doc/upgrading.html | 9 +++++++-- doc/upgrading.txt | 9 +++++++++ 6 files changed, 16 insertions(+), 6 deletions(-) diff --git a/doc/documentation.html b/doc/documentation.html index c6ee76b2..3c10f0e3 100644 --- a/doc/documentation.html +++ b/doc/documentation.html @@ -29,7 +29,6 @@ window.onload = function() { Upgrading Documentation Other -Robots diff --git a/doc/index.html b/doc/index.html index 7fd0905c..4e50c4b5 100644 --- a/doc/index.html +++ b/doc/index.html @@ -27,7 +27,6 @@ window.onload = function() { Upgrading Documentation Other -Robots diff --git a/doc/install.html b/doc/install.html index 763499d4..a66b1d9c 100644 --- a/doc/install.html +++ b/doc/install.html @@ -27,7 +27,6 @@ window.onload = function() { Upgrading Documentation Other -Robots diff --git a/doc/other.html b/doc/other.html index 7f9d43aa..002b5584 100644 --- a/doc/other.html +++ b/doc/other.html @@ -27,7 +27,6 @@ window.onload = function() { Upgrading Documentation Other -Robots diff --git a/doc/upgrading.html b/doc/upgrading.html index 4f307b7a..ac1f4c56 100644 --- a/doc/upgrading.html +++ b/doc/upgrading.html @@ -27,13 +27,18 @@ window.onload = function() { Upgrading Documentation Other -Robots

Upgrading

+
+

Migrating from 2.2 to 2.3

+

The old config file ~/.linkcheckerrc should be moved to +~/.linkchecker/linkcheckerrc.

+

Python >= 2.4 is now required.

+

Migrating from 1.x to 2.0

The --output and --file-output parameters can specify the encoding @@ -70,7 +75,7 @@ you can append a ||

diff --git a/doc/upgrading.txt b/doc/upgrading.txt index 4a57ae64..e12bd639 100644 --- a/doc/upgrading.txt +++ b/doc/upgrading.txt @@ -5,6 +5,15 @@ Upgrading ========= +Migrating from 2.2 to 2.3 +------------------------- + +The old config file ``~/.linkcheckerrc`` should be moved to +``~/.linkchecker/linkcheckerrc``. + +Python >= 2.4 is now required. + + Migrating from 1.x to 2.0 -------------------------