diff --git a/www/api/module.html b/www/api/module.html
index b871088..fb0c1f8 100644
--- a/www/api/module.html
+++ b/www/api/module.html
@@ -24,6 +24,7 @@
<link rel="icon" href="../../images/wand.png"/>
<link rel="shortcut icon" href="../../images/wand.ico" type="images/x-icon"/>
<link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"/>
+ <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
<style type="text/css" media="all">
@import url("../../www/magick.css");
</style>
@@ -152,7 +153,7 @@
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+ <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
</div>
</div>
</div>
@@ -178,11 +179,11 @@
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" target="source" name="AcquireModuleInfo">AcquireModuleInfo</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/module
+_8c.html" id="AcquireModuleInfo">AcquireModuleInfo</a></h2>
<div class="doc-section">
-<p>AcquireModuleInfo() allocates the ModuleInfo structure.</p></ol>
+<p>AcquireModuleInfo() allocates the ModuleInfo structure.</p>
<p>The format of the AcquireModuleInfo method is:</p>
@@ -190,20 +191,20 @@
ModuleInfo *AcquireModuleInfo(const char *path,const char *tag)
</pre>
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
<h5>path</h5>
-<ol><p>the path associated with the tag.</p></ol>
+<p>the path associated with the tag.</p>
<h5>tag</h5>
-<ol><p>a character string that represents the image format we are looking for.</p></ol>
+<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" target="source" name="DestroyModuleList">DestroyModuleList</a></h2>
+<h2><a href="http://www.wizards-toolkit.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></ol>
+<p>DestroyModuleList() unregisters any previously loaded modules and exits the module loaded environment.</p>
<p>The format of the DestroyModuleList module is:</p>
@@ -212,11 +213,11 @@
</pre>
</div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/module
-_8c.html" target="source" name="GetModuleInfo">GetModuleInfo</a></h2>
+<h2><a href="http://www.wizards-toolkit.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></ol>
+<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>
<p>The format of the GetModuleInfo module is:</p>
@@ -224,20 +225,20 @@
ModuleInfo *GetModuleInfo(const char *tag,ExceptionInfo *exception)
</pre>
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
<h5>tag</h5>
-<ol><p>a character string that represents the image format we are looking for.</p></ol>
+<p>a character string that represents the image format we are looking for.</p>
<h5>exception</h5>
-<ol><p>return any errors or warnings in this structure.</p></ol>
+<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/module
-_8c.html" target="source" name="GetModuleInfoList">GetModuleInfoList</a></h2>
+<h2><a href="http://www.wizards-toolkit.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></ol>
+<p>GetModuleInfoList() returns any modules that match the specified pattern.</p>
<p>The format of the GetModuleInfoList function is:</p>
@@ -246,23 +247,23 @@
size_t *number_modules,ExceptionInfo *exception)
</pre>
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
<h5>pattern</h5>
-<ol><p>Specifies a pointer to a text string containing a pattern.</p></ol>
+<p>Specifies a pointer to a text string containing a pattern.</p>
<h5>number_modules</h5>
-<ol><p>This integer returns the number of modules in the list.</p></ol>
+<p>This integer returns the number of modules in the list.</p>
<h5>exception</h5>
-<ol><p>return any errors or warnings in this structure.</p></ol>
+<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/module
-_8c.html" target="source" name="GetModuleList">GetModuleList</a></h2>
+<h2><a href="http://www.wizards-toolkit.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></ol>
+<p>GetModuleList() returns any image format modules that match the specified pattern.</p>
<p>The format of the GetModuleList function is:</p>
@@ -271,26 +272,26 @@
size_t *number_modules,ExceptionInfo *exception)
</pre>
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
<h5>pattern</h5>
-<ol><p>Specifies a pointer to a text string containing a pattern.</p></ol>
+<p>Specifies a pointer to a text string containing a pattern.</p>
<h5>type</h5>
-<ol><p>choose from MagickImageCoderModule or MagickImageFilterModule.</p></ol>
+<p>choose from MagickImageCoderModule or MagickImageFilterModule.</p>
<h5>number_modules</h5>
-<ol><p>This integer returns the number of modules in the list.</p></ol>
+<p>This integer returns the number of modules in the list.</p>
<h5>exception</h5>
-<ol><p>return any errors or warnings in this structure.</p></ol>
+<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/module
-_8c.html" target="source" name="GetMagickModulePath">GetMagickModulePath</a></h2>
+<h2><a href="http://www.wizards-toolkit.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></ol>
+<p>GetMagickModulePath() finds a module with the specified module type and filename.</p>
<p>The format of the GetMagickModulePath module is:</p>
@@ -299,26 +300,26 @@
MagickModuleType module_type,char *path,ExceptionInfo *exception)
</pre>
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
<h5>filename</h5>
-<ol><p>the module file name.</p></ol>
+<p>the module file name.</p>
<h5>module_type</h5>
-<ol><p>the module type: MagickImageCoderModule or MagickImageFilterModule.</p></ol>
+<p>the module type: MagickImageCoderModule or MagickImageFilterModule.</p>
<h5>path</h5>
-<ol><p>the path associated with the filename.</p></ol>
+<p>the path associated with the filename.</p>
<h5>exception</h5>
-<ol><p>return any errors or warnings in this structure.</p></ol>
+<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/module
-_8c.html" target="source" name="InitializeModuleList">InitializeModuleList</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/module
+_8c.html" id="InitializeModuleList">InitializeModuleList</a></h2>
<div class="doc-section">
-<p>InitializeModuleList() initializes the module loader.</p></ol>
+<p>InitializeModuleList() initializes the module loader.</p>
<p>The format of the InitializeModuleList() method is:</p>
@@ -326,17 +327,17 @@
InitializeModuleList(Exceptioninfo *exception)
</pre>
-<p>A description of each parameter follows.</p></ol>
+<p>A description of each parameter follows.</p>
<h5>exception</h5>
-<ol><p>return any errors or warnings in this structure.</p></ol>
+<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/module
-_8c.html" target="source" name="InvokeDynamicImageFilter">InvokeDynamicImageFilter</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/module
+_8c.html" id="InvokeDynamicImageFilter">InvokeDynamicImageFilter</a></h2>
<div class="doc-section">
-<p>InvokeDynamicImageFilter() invokes a dynamic image filter.</p></ol>
+<p>InvokeDynamicImageFilter() invokes a dynamic image filter.</p>
<p>The format of the InvokeDynamicImageFilter module is:</p>
@@ -345,29 +346,29 @@
const int argc,const char **argv,ExceptionInfo *exception)
</pre>
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
<h5>tag</h5>
-<ol><p>a character string that represents the name of the particular module.</p></ol>
+<p>a character string that represents the name of the particular module.</p>
<h5>image</h5>
-<ol><p>the image.</p></ol>
+<p>the image.</p>
<h5>argc</h5>
-<ol><p>a pointer to an integer describing the number of elements in the argument vector.</p></ol>
+<p>a pointer to an integer describing the number of elements in the argument vector.</p>
<h5>argv</h5>
-<ol><p>a pointer to a text array containing the command line arguments.</p></ol>
+<p>a pointer to a text array containing the command line arguments.</p>
<h5>exception</h5>
-<ol><p>return any errors or warnings in this structure.</p></ol>
+<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/module
-_8c.html" target="source" name="ListModuleInfo">ListModuleInfo</a></h2>
+<h2><a href="http://www.wizards-toolkit.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></ol>
+<p>ListModuleInfo() lists the module info to a file.</p>
<p>The format of the ListModuleInfo module is:</p>
@@ -375,20 +376,20 @@
MagickBooleanType ListModuleInfo(FILE *file,ExceptionInfo *exception)
</pre>
-<p>A description of each parameter follows.</p></ol>
+<p>A description of each parameter follows.</p>
<h5>file</h5>
-<ol><p>An pointer to a FILE.</p></ol>
+<p>An pointer to a FILE.</p>
<h5>exception</h5>
-<ol><p>return any errors or warnings in this structure.</p></ol>
+<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/module
-_8c.html" target="source" name="OpenModule">OpenModule</a></h2>
+<h2><a href="http://www.wizards-toolkit.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></ol>
+<p>OpenModule() loads a module, and invokes its registration module. It returns MagickTrue on success, and MagickFalse if there is an error.</p>
<p>The format of the OpenModule module is:</p>
@@ -396,20 +397,20 @@
MagickBooleanType OpenModule(const char *module,ExceptionInfo *exception)
</pre>
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
<h5>module</h5>
-<ol><p>a character string that indicates the module to load.</p></ol>
+<p>a character string that indicates the module to load.</p>
<h5>exception</h5>
-<ol><p>return any errors or warnings in this structure.</p></ol>
+<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/module
-_8c.html" target="source" name="OpenModules">OpenModules</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/module
+_8c.html" id="OpenModules">OpenModules</a></h2>
<div class="doc-section">
-<p>OpenModules() loads all available modules.</p></ol>
+<p>OpenModules() loads all available modules.</p>
<p>The format of the OpenModules module is:</p>
@@ -417,17 +418,17 @@
MagickBooleanType OpenModules(ExceptionInfo *exception)
</pre>
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
<h5>exception</h5>
-<ol><p>return any errors or warnings in this structure.</p></ol>
+<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/module
-_8c.html" target="source" name="RegisterModule">RegisterModule</a></h2>
+<h2><a href="http://www.wizards-toolkit.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></ol>
+<p>RegisterModule() adds an entry to the module list. It returns a pointer to the registered entry on success.</p>
<p>The format of the RegisterModule module is:</p>
@@ -436,23 +437,23 @@
ExceptionInfo *exception)
</pre>
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
<h5>info</h5>
-<ol><p>a pointer to the registered entry is returned.</p></ol>
+<p>a pointer to the registered entry is returned.</p>
<h5>module_info</h5>
-<ol><p>a pointer to the ModuleInfo structure to register.</p></ol>
+<p>a pointer to the ModuleInfo structure to register.</p>
<h5>exception</h5>
-<ol><p>return any errors or warnings in this structure.</p></ol>
+<p>return any errors or warnings in this structure.</p>
</div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/module
-_8c.html" target="source" name="TagToCoderModuleName">TagToCoderModuleName</a></h2>
+<h2><a href="http://www.wizards-toolkit.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></ol>
+<p>TagToCoderModuleName() munges a module tag and obtains the filename of the corresponding module.</p>
<p>The format of the TagToCoderModuleName module is:</p>
@@ -460,20 +461,20 @@
char *TagToCoderModuleName(const char *tag,char *name)
</pre>
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
<h5>tag</h5>
-<ol><p>a character string representing the module tag.</p></ol>
+<p>a character string representing the module tag.</p>
<h5>name</h5>
-<ol><p>return the module name here.</p></ol>
+<p>return the module name here.</p>
</div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/module
-_8c.html" target="source" name="TagToFilterModuleName">TagToFilterModuleName</a></h2>
+<h2><a href="http://www.wizards-toolkit.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></ol>
+<p>TagToFilterModuleName() munges a module tag and returns the filename of the corresponding filter module.</p>
<p>The format of the TagToFilterModuleName module is:</p>
@@ -481,20 +482,20 @@
void TagToFilterModuleName(const char *tag,char name)
</pre>
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
<h5>tag</h5>
-<ol><p>a character string representing the module tag.</p></ol>
+<p>a character string representing the module tag.</p>
<h5>name</h5>
-<ol><p>return the filter name here.</p></ol>
+<p>return the filter name here.</p>
</div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/module
-_8c.html" target="source" name="TagToModuleName">TagToModuleName</a></h2>
+<h2><a href="http://www.wizards-toolkit.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></ol>
+<p>TagToModuleName() munges the module tag name and returns an upper-case tag name as the input string, and a user-provided format.</p>
<p>The format of the TagToModuleName module is:</p>
@@ -502,23 +503,23 @@
TagToModuleName(const char *tag,const char *format,char *module)
</pre>
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
<h5>tag</h5>
-<ol><p>the module tag.</p></ol>
+<p>the module tag.</p>
<h5>format</h5>
-<ol><p>a sprintf-compatible format string containing s where the upper-case tag name is to be inserted.</p></ol>
+<p>a sprintf-compatible format string containing s where the upper-case tag name is to be inserted.</p>
<h5>module</h5>
-<ol><p>pointer to a destination buffer for the formatted result.</p></ol>
+<p>pointer to a destination buffer for the formatted result.</p>
</div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/module
-_8c.html" target="source" name="UnregisterModule">UnregisterModule</a></h2>
+<h2><a href="http://www.wizards-toolkit.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></ol>
+<p>UnregisterModule() unloads a module, and invokes its de-registration module. Returns MagickTrue on success, and MagickFalse if there is an error.</p>
<p>The format of the UnregisterModule module is:</p>
@@ -527,13 +528,13 @@
ExceptionInfo *exception)
</pre>
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
<h5>module_info</h5>
-<ol><p>the module info.</p></ol>
+<p>the module info.</p>
<h5>exception</h5>
-<ol><p>return any errors or warnings in this structure.</p></ol>
+<p>return any errors or warnings in this structure.</p>
</div>