diff --git a/doc/html/index.html b/doc/html/index.html
index eca6fdee..a866a6f2 100644
--- a/doc/html/index.html
+++ b/doc/html/index.html
@@ -161,6 +161,7 @@ followed recursively. This is checked by searching for a
Note that the directory recursion reads all files in that
directory, not just a subset like index.htm*.
+
diff --git a/doc/html/index.txt b/doc/html/index.txt
index 60455e51..ef3725ac 100644
--- a/doc/html/index.txt
+++ b/doc/html/index.txt
@@ -1,8 +1,6 @@
-Documentation
-=============
+# Documentation
-Basic usage
------------
+## Basic usage
To check a URL like ``http://www.example.org/`` it is enough to
type ``linkchecker www.example.org/`` on the command line or
@@ -10,8 +8,7 @@ type ``www.example.org`` in the GUI application. This will check the
complete domain of ``http://www.example.org`` recursively. All links
pointing outside of the domain are also checked for validity.
-Performed checks
-----------------
+## Performed checks
All URLs have to pass a preliminary syntax test. Minor quoting
mistakes will issue a warning, all other invalid syntax issues
@@ -117,8 +114,7 @@ checking. All connection check types are described below.
- ``z39.50s:`` (Z39.50 Session)
-Recursion
----------
+## Recursion
Before descending recursively into a URL, it has to fulfill several
conditions. They are checked in this order:
diff --git a/doc/html/lcdoc.qhp b/doc/html/lcdoc.qhp
index 5f0d5504..3aef4684 100644
--- a/doc/html/lcdoc.qhp
+++ b/doc/html/lcdoc.qhp
@@ -4,10 +4,13 @@
doc
-
+
+
+ index.html
+ options.html
diff --git a/doc/html/options.html b/doc/html/options.html
new file mode 100644
index 00000000..fcaf59af
--- /dev/null
+++ b/doc/html/options.html
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+ Check websites for broken links
+
+
+
+
+
+
+
+
+
+
LinkChecker
+
+
+
+
Options
+
+
GUI options
+
+
The most common check options are configurable.
+They override any configuration file settings.
+
+
Recursive depth
+
+
Check recursively all links up to given depth.
+A negative depth will enable infinite recursion.
+
+
Verbose output
+
+
Log all checked URLs once. Default is to log only errors and warnings.
+
+
Debug
+
+
Log debugging output for each check.
+It can be displayed with Help->Show Debug
+
+
Configuration files
+
+
The configuration files can be edited with an integrated text editor.
+
+
+
+
diff --git a/doc/html/options.txt b/doc/html/options.txt
new file mode 100644
index 00000000..5cd03431
--- /dev/null
+++ b/doc/html/options.txt
@@ -0,0 +1,20 @@
+# Options
+
+## GUI options
+The most common check options are configurable.
+They override any configuration file settings.
+
+### Recursive depth
+Check recursively all links up to given depth.
+A negative depth will enable infinite recursion.
+
+### Verbose output
+Log all checked URLs once. Default is to log only errors and warnings.
+
+### Debug
+Log debugging output for each check.
+It can be displayed with Help->Show Debug
+
+## Configuration files
+The configuration files can be edited with an integrated text editor.
+