diff --git a/www/api/module.html b/www/api/module.html
index ac73696..a386f42 100644
--- a/www/api/module.html
+++ b/www/api/module.html
@@ -168,7 +168,7 @@
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
+ <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
</div>
</div>
</div>
@@ -190,12 +190,10 @@
<div class="main">
-<h1>Module module
- Methods</h1>
+<h1>Module module Methods</h1>
<p class="navigation-index">[<a href="#AcquireModuleInfo">AcquireModuleInfo</a> • <a href="#DestroyModuleList">DestroyModuleList</a> • <a href="#GetModuleInfo">GetModuleInfo</a> • <a href="#GetModuleInfoList">GetModuleInfoList</a> • <a href="#GetModuleList">GetModuleList</a> • <a href="#GetMagickModulePath">GetMagickModulePath</a> • <a href="#InitializeModuleList">InitializeModuleList</a> • <a href="#InvokeDynamicImageFilter">InvokeDynamicImageFilter</a> • <a href="#ListModuleInfo">ListModuleInfo</a> • <a href="#OpenModule">OpenModule</a> • <a href="#OpenModules">OpenModules</a> • <a href="#RegisterModule">RegisterModule</a> • <a href="#TagToCoderModuleName">TagToCoderModuleName</a> • <a href="#TagToFilterModuleName">TagToFilterModuleName</a> • <a href="#TagToModuleName">TagToModuleName</a> • <a href="#UnregisterModule">UnregisterModule</a>]</p>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/module
-_8c.html" id="AcquireModuleInfo">AcquireModuleInfo</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module_8c.html" id="AcquireModuleInfo">AcquireModuleInfo</a></h2>
<div class="doc-section">
<p>AcquireModuleInfo() allocates the ModuleInfo structure.</p>
@@ -215,8 +213,7 @@
<p>a character string that represents the image format we are looking for.</p>
</div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/module
-_8c.html" id="DestroyModuleList">DestroyModuleList</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module_8c.html" id="DestroyModuleList">DestroyModuleList</a></h2>
<div class="doc-section">
<p>DestroyModuleList() unregisters any previously loaded modules and exits the module loaded environment.</p>
@@ -228,8 +225,7 @@
</pre>
</div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/module
-_8c.html" id="GetModuleInfo">GetModuleInfo</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module_8c.html" id="GetModuleInfo">GetModuleInfo</a></h2>
<div class="doc-section">
<p>GetModuleInfo() returns a pointer to a ModuleInfo structure that matches the specified tag. If tag is NULL, the head of the module list is returned. If no modules are loaded, or the requested module is not found, NULL is returned.</p>
@@ -249,8 +245,7 @@
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/module
-_8c.html" id="GetModuleInfoList">GetModuleInfoList</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module_8c.html" id="GetModuleInfoList">GetModuleInfoList</a></h2>
<div class="doc-section">
<p>GetModuleInfoList() returns any modules that match the specified pattern.</p>
@@ -274,8 +269,7 @@
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/module
-_8c.html" id="GetModuleList">GetModuleList</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module_8c.html" id="GetModuleList">GetModuleList</a></h2>
<div class="doc-section">
<p>GetModuleList() returns any image format modules that match the specified pattern.</p>
@@ -302,8 +296,7 @@
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/module
-_8c.html" id="GetMagickModulePath">GetMagickModulePath</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module_8c.html" id="GetMagickModulePath">GetMagickModulePath</a></h2>
<div class="doc-section">
<p>GetMagickModulePath() finds a module with the specified module type and filename.</p>
@@ -330,8 +323,7 @@
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/module
-_8c.html" id="InitializeModuleList">InitializeModuleList</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module_8c.html" id="InitializeModuleList">InitializeModuleList</a></h2>
<div class="doc-section">
<p>InitializeModuleList() initializes the module loader.</p>
@@ -348,8 +340,7 @@
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/module
-_8c.html" id="InvokeDynamicImageFilter">InvokeDynamicImageFilter</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module_8c.html" id="InvokeDynamicImageFilter">InvokeDynamicImageFilter</a></h2>
<div class="doc-section">
<p>InvokeDynamicImageFilter() invokes a dynamic image filter.</p>
@@ -379,8 +370,7 @@
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/module
-_8c.html" id="ListModuleInfo">ListModuleInfo</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module_8c.html" id="ListModuleInfo">ListModuleInfo</a></h2>
<div class="doc-section">
<p>ListModuleInfo() lists the module info to a file.</p>
@@ -400,8 +390,7 @@
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/module
-_8c.html" id="OpenModule">OpenModule</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module_8c.html" id="OpenModule">OpenModule</a></h2>
<div class="doc-section">
<p>OpenModule() loads a module, and invokes its registration module. It returns MagickTrue on success, and MagickFalse if there is an error.</p>
@@ -421,8 +410,7 @@
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/module
-_8c.html" id="OpenModules">OpenModules</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module_8c.html" id="OpenModules">OpenModules</a></h2>
<div class="doc-section">
<p>OpenModules() loads all available modules.</p>
@@ -439,8 +427,7 @@
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/module
-_8c.html" id="RegisterModule">RegisterModule</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module_8c.html" id="RegisterModule">RegisterModule</a></h2>
<div class="doc-section">
<p>RegisterModule() adds an entry to the module list. It returns a pointer to the registered entry on success.</p>
@@ -464,8 +451,7 @@
<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/module
-_8c.html" id="TagToCoderModuleName">TagToCoderModuleName</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module_8c.html" id="TagToCoderModuleName">TagToCoderModuleName</a></h2>
<div class="doc-section">
<p>TagToCoderModuleName() munges a module tag and obtains the filename of the corresponding module.</p>
@@ -485,8 +471,7 @@
<p>return the module name here.</p>
</div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/module
-_8c.html" id="TagToFilterModuleName">TagToFilterModuleName</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module_8c.html" id="TagToFilterModuleName">TagToFilterModuleName</a></h2>
<div class="doc-section">
<p>TagToFilterModuleName() munges a module tag and returns the filename of the corresponding filter module.</p>
@@ -506,8 +491,7 @@
<p>return the filter name here.</p>
</div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/module
-_8c.html" id="TagToModuleName">TagToModuleName</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module_8c.html" id="TagToModuleName">TagToModuleName</a></h2>
<div class="doc-section">
<p>TagToModuleName() munges the module tag name and returns an upper-case tag name as the input string, and a user-provided format.</p>
@@ -530,8 +514,7 @@
<p>pointer to a destination buffer for the formatted result.</p>
</div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/module
-_8c.html" id="UnregisterModule">UnregisterModule</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module_8c.html" id="UnregisterModule">UnregisterModule</a></h2>
<div class="doc-section">
<p>UnregisterModule() unloads a module, and invokes its de-registration module. Returns MagickTrue on success, and MagickFalse if there is an error.</p>