upgrading

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2248 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-01-31 12:37:11 +00:00
parent b50c062fd8
commit 1f01c6066c
6 changed files with 16 additions and 6 deletions

View file

@ -29,7 +29,6 @@ window.onload = function() {
<a href="./upgrading.html">Upgrading</a>
<span>Documentation</span>
<a href="./other.html">Other</a>
<a href="./robots.html">Robots</a>
</div>
</div>

View file

@ -27,7 +27,6 @@ window.onload = function() {
<a href="./upgrading.html">Upgrading</a>
<a href="./documentation.html">Documentation</a>
<a href="./other.html">Other</a>
<a href="./robots.html">Robots</a>
</div>
</div>

View file

@ -27,7 +27,6 @@ window.onload = function() {
<a href="./upgrading.html">Upgrading</a>
<a href="./documentation.html">Documentation</a>
<a href="./other.html">Other</a>
<a href="./robots.html">Robots</a>
</div>
</div>

View file

@ -27,7 +27,6 @@ window.onload = function() {
<a href="./upgrading.html">Upgrading</a>
<a href="./documentation.html">Documentation</a>
<span>Other</span>
<a href="./robots.html">Robots</a>
</div>
</div>

View file

@ -27,13 +27,18 @@ window.onload = function() {
<span>Upgrading</span>
<a href="./documentation.html">Documentation</a>
<a href="./other.html">Other</a>
<a href="./robots.html">Robots</a>
</div>
</div>
<!-- /bfknav -->
<div class="document" id="upgrading">
<h1 class="title">Upgrading</h1>
<div class="section" id="migrating-from-2-2-to-2-3">
<h1><a name="migrating-from-2-2-to-2-3">Migrating from 2.2 to 2.3</a></h1>
<p>The old config file <tt class="docutils literal"><span class="pre">~/.linkcheckerrc</span></tt> should be moved to
<tt class="docutils literal"><span class="pre">~/.linkchecker/linkcheckerrc</span></tt>.</p>
<p>Python &gt;= 2.4 is now required.</p>
</div>
<div class="section" id="migrating-from-1-x-to-2-0">
<h1><a name="migrating-from-1-x-to-2-0">Migrating from 1.x to 2.0</a></h1>
<p>The --output and --file-output parameters can specify the encoding
@ -70,7 +75,7 @@ you can append a <tt class="docutils literal"><span class="pre">||</span> <span
</div>
<hr class="docutils footer" />
<div class="footer">
Generated on: 2005-01-11 11:18 UTC.
Generated on: 2005-01-31 12:36 UTC.
</div>
</body>
</html>

View file

@ -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
-------------------------