diff --git a/www/api/profile.html b/www/api/profile.html
index 60cf0f8..5f234fe 100644
--- a/www/api/profile.html
+++ b/www/api/profile.html
@@ -1,6 +1,10 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 

   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" dir="ltr">

+<html version="-//W3C//DTD XHTML 1.1//EN"

+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"

+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

+      xsi:schemaLocation="http://www.w3.org/1999/xhtml

+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">

 <head>

   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>

   <meta name="verify-v1" content="g222frIIxcQTrvDR3NBRUSKP3AnMNoqxOkIniCEkV7U="/>

@@ -149,7 +153,7 @@
   <a title="Sponsor: Web Hosting Ratings" href="http://webhostingrating.com">Web Hosting Ratings</a><!-- 201110010720 -->
 </div>
 <div  class="sponsor">
-  <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+  <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201107010240 r.leo -->
 </div>
 <div class="sponsor">
   <a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
@@ -164,7 +168,7 @@
   <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+   <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
 </div>
 </div>
 </div>
@@ -186,225 +190,9 @@
 

 <div class="main">

 

-<h1>Module profile
- Methods</h1>
-<p class="navigation-index">[<a href="#CloneImageProfiles">CloneImageProfiles</a> &bull; <a href="#DeleteImageProfile">DeleteImageProfile</a> &bull; <a href="#DestroyImageProfiles">DestroyImageProfiles</a> &bull; <a href="#GetImageProfile">GetImageProfile</a> &bull; <a href="#GetNextImageProfile">GetNextImageProfile</a> &bull; <a href="#ProfileImage">ProfileImage</a> &bull; <a href="#RemoveImageProfile">RemoveImageProfile</a> &bull; <a href="#ResetImageProfileIterator">ResetImageProfileIterator</a> &bull; <a href="#SetImageProfile">SetImageProfile</a> &bull; <a href="#SyncImageProfiles">SyncImageProfiles</a>]</p>
-
-<h2><a href="http://www.imagemagick.org/api/MagickCore/profile
-_8c.html" id="CloneImageProfiles">CloneImageProfiles</a></h2>
-<div class="doc-section">
-
-<p>CloneImageProfiles() clones one or more image profiles.</p>
-
-<p>The format of the CloneImageProfiles method is:</p>
-
-<pre class="code">
-  MagickBooleanType CloneImageProfiles(Image *image,
-    const Image *clone_image)
-</pre>
-
-<p>A description of each parameter follows:</p>
-
-<h5>image</h5>
-<p>the image.</p>
-
-<h5>clone_image</h5>
-<p>the clone image.</p>
-
- </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/profile
-_8c.html" id="DeleteImageProfile">DeleteImageProfile</a></h2>
-<div class="doc-section">
-
-<p>DeleteImageProfile() deletes a profile from the image by its name.</p>
-
-<p>The format of the DeleteImageProfile method is:</p>
-
-<pre class="code">
-  MagickBooleanTyupe DeleteImageProfile(Image *image,const char *name)
-</pre>
-
-<p>A description of each parameter follows:</p>
-
-<h5>image</h5>
-<p>the image.</p>
-
-<h5>name</h5>
-<p>the profile name.</p>
-
- </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/profile
-_8c.html" id="DestroyImageProfiles">DestroyImageProfiles</a></h2>
-<div class="doc-section">
-
-<p>DestroyImageProfiles() releases memory associated with an image profile map.</p>
-
-<p>The format of the DestroyProfiles method is:</p>
-
-<pre class="code">
-  void DestroyImageProfiles(Image *image)
-</pre>
-
-<p>A description of each parameter follows:</p>
-
-<h5>image</h5>
-<p>the image.</p>
-
- </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/profile
-_8c.html" id="GetImageProfile">GetImageProfile</a></h2>
-<div class="doc-section">
-
-<p>GetImageProfile() gets a profile associated with an image by name.</p>
-
-<p>The format of the GetImageProfile method is:</p>
-
-<pre class="code">
-  const StringInfo *GetImageProfile(const Image *image,const char *name)
-</pre>
-
-<p>A description of each parameter follows:</p>
-
-<h5>image</h5>
-<p>the image.</p>
-
-<h5>name</h5>
-<p>the profile name.</p>
-
- </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/profile
-_8c.html" id="GetNextImageProfile">GetNextImageProfile</a></h2>
-<div class="doc-section">
-
-<p>GetNextImageProfile() gets the next profile name for an image.</p>
-
-<p>The format of the GetNextImageProfile method is:</p>
-
-<pre class="code">
-  char *GetNextImageProfile(const Image *image)
-</pre>
-
-<p>A description of each parameter follows:</p>
-
-<h5>hash_info</h5>
-<p>the hash info.</p>
-
- </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/profile
-_8c.html" id="ProfileImage">ProfileImage</a></h2>
-<div class="doc-section">
-
-<p>ProfileImage() associates, applies, or removes an ICM, IPTC, or generic profile with / to / from an image.  If the profile is NULL, it is removed from the image otherwise added or applied.  Use a name of '*' and a profile of NULL to remove all profiles from the image.</p>
-
-<p>ICC and ICM profiles are handled as follows: If the image does not have an associated color profile, the one you provide is associated with the image and the image pixels are not transformed.  Otherwise, the colorspace transform defined by the existing and new profile are applied to the image pixels and the new profile is associated with the image.</p>
-
-<p>The format of the ProfileImage method is:</p>
-
-<pre class="code">
-  MagickBooleanType ProfileImage(Image *image,const char *name,
-    const void *datum,const size_t length,const MagickBooleanType clone)
-</pre>
-
-<p>A description of each parameter follows:</p>
-
-<h5>image</h5>
-<p>the image.</p>
-
-<h5>name</h5>
-<p>Name of profile to add or remove: ICC, IPTC, or generic profile.</p>
-
-<h5>datum</h5>
-<p>the profile data.</p>
-
-<h5>length</h5>
-<p>the length of the profile.</p>
-
-<h5>clone</h5>
-<p>should be MagickFalse.</p>
-
- </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/profile
-_8c.html" id="RemoveImageProfile">RemoveImageProfile</a></h2>
-<div class="doc-section">
-
-<p>RemoveImageProfile() removes a named profile from the image and returns its value.</p>
-
-<p>The format of the RemoveImageProfile method is:</p>
-
-<pre class="code">
-  void *RemoveImageProfile(Image *image,const char *name)
-</pre>
-
-<p>A description of each parameter follows:</p>
-
-<h5>image</h5>
-<p>the image.</p>
-
-<h5>name</h5>
-<p>the profile name.</p>
-
- </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/profile
-_8c.html" id="ResetImageProfileIterator">ResetImageProfileIterator</a></h2>
-<div class="doc-section">
-
-<p>ResetImageProfileIterator() resets the image profile iterator.  Use it in conjunction with GetNextImageProfile() to iterate over all the profiles associated with an image.</p>
-
-<p>The format of the ResetImageProfileIterator method is:</p>
-
-<pre class="code">
-  ResetImageProfileIterator(Image *image)
-</pre>
-
-<p>A description of each parameter follows:</p>
-
-<h5>image</h5>
-<p>the image.</p>
-
- </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/profile
-_8c.html" id="SetImageProfile">SetImageProfile</a></h2>
-<div class="doc-section">
-
-<p>SetImageProfile() adds a named profile to the image.  If a profile with the same name already exists, it is replaced.  This method differs from the ProfileImage() method in that it does not apply CMS color profiles.</p>
-
-<p>The format of the SetImageProfile method is:</p>
-
-<pre class="code">
-  MagickBooleanType SetImageProfile(Image *image,const char *name,
-    const StringInfo *profile)
-</pre>
-
-<p>A description of each parameter follows:</p>
-
-<h5>image</h5>
-<p>the image.</p>
-
-<h5>name</h5>
-<p>the profile name, for example icc, exif, and 8bim (8bim is the Photoshop wrapper for iptc profiles).</p>
-
-<h5>profile</h5>
-<p>A StringInfo structure that contains the named profile.</p>
-
- </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/profile
-_8c.html" id="SyncImageProfiles">SyncImageProfiles</a></h2>
-<div class="doc-section">
-
-<p>SyncImageProfiles() synchronizes image properties with the image profiles. Currently we only support updating the EXIF resolution and orientation.</p>
-
-<p>The format of the SyncImageProfiles method is:</p>
-
-<pre class="code">
-  MagickBooleanType SyncImageProfiles(Image *image)
-</pre>
-
-<p>A description of each parameter follows:</p>
-
-<h5>image</h5>
-<p>the image.</p>
+<h1>Module  Methods</h1>
+<p class="navigation-index">[<a href="#"></a>]</p>
 
- </div>
 

 </div>