Skip to content

Commit 87a7f07

Browse files
author
cristy
committed
1 parent 8552eb4 commit 87a7f07

File tree

127 files changed

+301
-544
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+301
-544
lines changed

ImageMagick.spec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
%global VERSION 6.7.0
2-
%global Patchlevel 10
1+
%global VERSION 6.7.1
2+
%global Patchlevel 0
33

44
Name: ImageMagick
55
Version: %{VERSION}

Magick++/bin/Magick++-config

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ while test $# -gt 0; do
4040
echo $exec_prefix
4141
;;
4242
--version)
43-
echo '6.7.0 Q16 '
43+
echo '6.7.1 Q16 '
4444
;;
4545
--cflags)
4646
echo "-I${includedir} -fopenmp"

Magick++/lib/ImageMagick++.pc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ includedir=${prefix}/include/ImageMagick
55

66

77
Name: ImageMagick++
8-
Version: 6.7.0
8+
Version: 6.7.1
99
Description: Magick++ - C++ API for ImageMagick
1010
Requires: ImageMagick
1111
Libs: -L${libdir} -lMagick++

PerlMagick/Magick.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ require AutoLoader;
3030
ConfigureError FatalErrorException
3131
);
3232

33-
$VERSION = '6.7.0';
33+
$VERSION = '6.7.1';
3434

3535
sub AUTOLOAD {
3636
# This AUTOLOAD is used to 'autoload' constants from the constant()

PerlMagick/Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ WriteMakefile
189189
'AUTHOR' => 'ImageMagick Studio LLC',
190190

191191
# Module version
192-
'VERSION' => '6.7.0',
192+
'VERSION' => '6.7.1',
193193

194194
# Preprocessor defines
195195
'DEFINE' => ' -D_LARGE_FILES=1 -DHAVE_CONFIG_H', # e.g., '-DHAVE_SOMETHING'

config/ImageMagick.rdf

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<Version>
9898
<name>stable</name>
9999
<created>2010-12-01</created>
100-
<revision>6.7.0</revision>
100+
<revision>6.7.1</revision>
101101
</Version>
102102
</release>
103103

config/configure.xml

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@
77
]>
88
<configuremap>
99
<configure name="NAME" value="ImageMagick"/>
10-
<configure name="VERSION" value="6.7.0"/>
11-
<configure name="LIB_VERSION" value="0x670"/>
12-
<configure name="LIB_VERSION_NUMBER" value="6,7,0,10"/>
10+
<configure name="VERSION" value="6.7.1"/>
11+
<configure name="LIB_VERSION" value="0x671"/>
12+
<configure name="LIB_VERSION_NUMBER" value="6,7,1,0"/>
1313
<configure name="SVN_REVISION" value="4660" />
1414
<configure name="RELEASE_DATE" value="2011-06-30"/>
1515
<configure name="CONFIGURE" value="./configure "/>
1616
<configure name="PREFIX" value="/usr/local"/>
1717
<configure name="EXEC-PREFIX" value="/usr/local"/>
1818
<configure name="CONFIGURE_PATH" value="/usr/local/etc/ImageMagick/"/>
19-
<configure name="SHARE_PATH" value="/usr/local/share/ImageMagick-6.7.0"/>
19+
<configure name="SHARE_PATH" value="/usr/local/share/ImageMagick-6.7.1"/>
2020
<configure name="DOCUMENTATION_PATH" value="/usr/local/share/doc/ImageMagick-6.7.0/"/>
2121
<configure name="EXECUTABLE_PATH" value="/usr/local/bin"/>
22-
<configure name="LIBRARY_PATH" value="/usr/local/lib/ImageMagick-6.7.0"/>
23-
<configure name="CODER_PATH" value="/usr/local/lib/ImageMagick-6.7.0/modules-Q16/coders"/>
24-
<configure name="FILTER_PATH" value="/usr/local/lib/ImageMagick-6.7.0/modules-Q16/filters"/>
22+
<configure name="LIBRARY_PATH" value="/usr/local/lib/ImageMagick-6.7.1"/>
23+
<configure name="CODER_PATH" value="/usr/local/lib/ImageMagick-6.7.1/modules-Q16/coders"/>
24+
<configure name="FILTER_PATH" value="/usr/local/lib/ImageMagick-6.7.1/modules-Q16/filters"/>
2525
<configure name="CC" value="gcc -std=gnu99 -std=gnu99"/>
2626
<configure name="CFLAGS" value="-fopenmp -g -O2 -Wall -pthread"/>
2727
<configure name="CPPFLAGS" value="-I/usr/local/include/ImageMagick"/>

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ AC_PREREQ(2.64)
1818

1919
m4_define([magick_major_version], [6])
2020
m4_define([magick_minor_version], [7])
21-
m4_define([magick_micro_version], [0])
21+
m4_define([magick_micro_version], [1])
2222
m4_define([magick_version],
2323
[magick_major_version.magick_minor_version.magick_micro_version])
2424
m4_define([magick_svn_revision], esyscmd([sh -c "svnversion | sed -r 's/([0-9]+).*/\1/'"]))

index.html

+2-5
Original file line numberDiff line numberDiff line change
@@ -193,14 +193,11 @@
193193
<div class="sponsor">
194194
<a rel="follow" title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
195195
</div>
196-
<div class="sponsor">
197-
<a rel="follow" title="Sponsor: Web Hosting Reviews" href="http://www.webhostingmasters.com">Web Hosting Reviews</a><!-- 201107011500 affliatelabel -->
198-
</div>
199196
<div class="sponsor">
200197
<a rel="follow" title="Sponsor: Web Hosting Ratings" href="http://webhostingrating.com">Web Hosting Ratings</a><!-- 201110010720 -->
201198
</div>
202199
<div class="sponsor">
203-
<a rel="follow" title="Sponsor: Kaffeemaschinen reparatur" href="http://www.kaffeemaschinen-reparatur.de">Kaffeemaschinen reparatur</a><!-- 2011090100060 Temurbas atlas.multimedia-->
200+
<a rel="follow" title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
204201
</div>
205202
</div>
206203
</div>
@@ -227,7 +224,7 @@ <h1>Convert, Edit, and Compose Images</h1>
227224

228225
<p>The ImageMagick development process ensures a stable API and ABI. Before each ImageMagick release, we perform a comprehensive security assessment that includes <a href="http://www.valgrind.org">memory and thread</a> error detection to prevent security vulnerabilities.</p>
229226

230-
<p>The current release is ImageMagick 6.7.0-9.</p>
227+
<p>The current release is ImageMagick 6.7.0-10.</p>
231228

232229
</div>
233230

libtool

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /bin/sh
22

33
# libtool - Provide generalized library-building support services.
4-
# Generated automatically by config.status (ImageMagick) 6.7.0-10
4+
# Generated automatically by config.status (ImageMagick) 6.7.1-0
55
# Libtool was configured on host magick.imagemagick.org:
66
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
77
#

magick/ImageMagick.pc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ includedir=${prefix}/include/ImageMagick
55

66
Name: ImageMagick
77
Description: ImageMagick - Convert, Edit, and Compose Images
8-
Version: 6.7.0
8+
Version: 6.7.1
99
Libs: -L${libdir} -lMagickCore
1010
Cflags: -I${includedir} -fopenmp

magick/Magick-config

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ while test $# -gt 0; do
3737
echo $exec_prefix
3838
;;
3939
--version)
40-
echo '6.7.0 Q16 '
40+
echo '6.7.1 Q16 '
4141
;;
4242
--cflags)
4343
echo "-I${includedir} -fopenmp"

magick/magick-config.h

+8-8
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434

3535
/* Location of coder modules */
3636
#ifndef MAGICKCORE_CODER_PATH
37-
#define MAGICKCORE_CODER_PATH "/usr/local/lib/ImageMagick-6.7.0/modules-Q16/coders/"
37+
#define MAGICKCORE_CODER_PATH "/usr/local/lib/ImageMagick-6.7.1/modules-Q16/coders/"
3838
#endif
3939

4040
/* Subdirectory of lib where coder modules are installed */
4141
#ifndef MAGICKCORE_CODER_RELATIVE_PATH
42-
#define MAGICKCORE_CODER_RELATIVE_PATH "ImageMagick-6.7.0/modules-Q16/coders"
42+
#define MAGICKCORE_CODER_RELATIVE_PATH "ImageMagick-6.7.1/modules-Q16/coders"
4343
#endif
4444

4545
/* Directory where architecture-dependent configuration files live. */
@@ -80,12 +80,12 @@
8080

8181
/* Location of filter modules */
8282
#ifndef MAGICKCORE_FILTER_PATH
83-
#define MAGICKCORE_FILTER_PATH "/usr/local/lib/ImageMagick-6.7.0/modules-Q16/filters/"
83+
#define MAGICKCORE_FILTER_PATH "/usr/local/lib/ImageMagick-6.7.1/modules-Q16/filters/"
8484
#endif
8585

8686
/* Subdirectory of lib where filter modules are installed */
8787
#ifndef MAGICKCORE_FILTER_RELATIVE_PATH
88-
#define MAGICKCORE_FILTER_RELATIVE_PATH "ImageMagick-6.7.0/modules-Q16/filters"
88+
#define MAGICKCORE_FILTER_RELATIVE_PATH "ImageMagick-6.7.1/modules-Q16/filters"
8989
#endif
9090

9191
/* Define if you have FONTCONFIG library */
@@ -1165,13 +1165,13 @@
11651165

11661166
/* Directory where architecture-dependent files live. */
11671167
#ifndef MAGICKCORE_LIBRARY_PATH
1168-
#define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-6.7.0/"
1168+
#define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-6.7.1/"
11691169
#endif
11701170

11711171
/* Subdirectory of lib where ImageMagick architecture dependent files are
11721172
installed */
11731173
#ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH
1174-
#define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-6.7.0"
1174+
#define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-6.7.1"
11751175
#endif
11761176

11771177
/* Define if you have LQR library */
@@ -1312,13 +1312,13 @@
13121312

13131313
/* Directory where architecture-independent configuration files live. */
13141314
#ifndef MAGICKCORE_SHARE_PATH
1315-
#define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-6.7.0/"
1315+
#define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-6.7.1/"
13161316
#endif
13171317

13181318
/* Subdirectory of lib where architecture-independent configuration files
13191319
live. */
13201320
#ifndef MAGICKCORE_SHARE_RELATIVE_PATH
1321-
#define MAGICKCORE_SHARE_RELATIVE_PATH "ImageMagick-6.7.0"
1321+
#define MAGICKCORE_SHARE_RELATIVE_PATH "ImageMagick-6.7.1"
13221322
#endif
13231323

13241324
/* The size of `off_t', as computed by sizeof. */

magick/version.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ extern "C" {
2828
#define MagickPackageName "ImageMagick"
2929
#define MagickCopyright "Copyright (C) 1999-2011 ImageMagick Studio LLC"
3030
#define MagickSVNRevision "4660"
31-
#define MagickLibVersion 0x670
32-
#define MagickLibVersionText "6.7.0"
31+
#define MagickLibVersion 0x671
32+
#define MagickLibVersionText "6.7.1"
3333
#define MagickLibVersionNumber 4,0,1
34-
#define MagickLibAddendum "-10"
34+
#define MagickLibAddendum "-0"
3535
#define MagickLibInterface 4
3636
#define MagickLibMinInterface 4
3737
#define MagickReleaseDate "2011-06-30"

version.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ PACKAGE_NAME='ImageMagick'
1010
#
1111
# Package version. This is is the numeric version suffix applied to
1212
# PACKAGE_NAME (e.g. "1.0.0").
13-
PACKAGE_VERSION='6.7.0'
14-
PACKAGE_LIB_VERSION="0x670"
15-
PACKAGE_RELEASE="10"
16-
PACKAGE_LIB_VERSION_NUMBER="6,7,0,${PACKAGE_RELEASE}"
13+
PACKAGE_VERSION='6.7.1'
14+
PACKAGE_LIB_VERSION="0x671"
15+
PACKAGE_RELEASE="0"
16+
PACKAGE_LIB_VERSION_NUMBER="6,7,1,${PACKAGE_RELEASE}"
1717
PACKAGE_RELEASE_DATE=`date +%F`
1818
PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION"
1919

wand/Wand-config

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ while test $# -gt 0; do
3737
echo $exec_prefix
3838
;;
3939
--version)
40-
echo '6.7.0 Q16 '
40+
echo '6.7.1 Q16 '
4141
;;
4242
--cflags)
4343
echo "-I${includedir} -fopenmp"

wand/Wand.pc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ libdir=${exec_prefix}/lib
44
includedir=${prefix}/include/ImageMagick
55

66
Name: Wand
7-
Version: 6.7.0
7+
Version: 6.7.1
88
Description: MagickWand - C API for ImageMagick
99
Requires: ImageMagick
1010
Libs: -L${libdir} -lMagickWand -lMagickCore

www/ImageMagickObject.html

+1-4
Original file line numberDiff line numberDiff line change
@@ -194,14 +194,11 @@
194194
<div class="sponsor">
195195
<a rel="follow" title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
196196
</div>
197-
<div class="sponsor">
198-
<a rel="follow" title="Sponsor: Web Hosting Reviews" href="http://www.webhostingmasters.com">Web Hosting Reviews</a><!-- 201107011500 affliatelabel -->
199-
</div>
200197
<div class="sponsor">
201198
<a rel="follow" title="Sponsor: Web Hosting Ratings" href="http://webhostingrating.com">Web Hosting Ratings</a><!-- 201110010720 -->
202199
</div>
203200
<div class="sponsor">
204-
<a rel="follow" title="Sponsor: Kaffeemaschinen reparatur" href="http://www.kaffeemaschinen-reparatur.de">Kaffeemaschinen reparatur</a><!-- 2011090100060 Temurbas atlas.multimedia-->
201+
<a rel="follow" title="Kaffeevollautomaten Reparatur Kundendienst Berlin" href="http://www.kaffeemaschinen-center.de">Kaffeevollautomaten Reparatur Berlin</a><!-- 2011090100025 c.karule-->
205202
</div>
206203
</div>
207204
</div>

www/advanced-unix-installation.html

+4-7
Original file line numberDiff line numberDiff line change
@@ -193,14 +193,11 @@
193193
<div class="sponsor">
194194
<a rel="follow" title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
195195
</div>
196-
<div class="sponsor">
197-
<a rel="follow" title="Sponsor: Web Hosting Reviews" href="http://www.webhostingmasters.com">Web Hosting Reviews</a><!-- 201107011500 affliatelabel -->
198-
</div>
199196
<div class="sponsor">
200197
<a rel="follow" title="Sponsor: Web Hosting Ratings" href="http://webhostingrating.com">Web Hosting Ratings</a><!-- 201110010720 -->
201198
</div>
202199
<div class="sponsor">
203-
<a rel="follow" title="Sponsor: Bildbearbeitung" href="http://www.bildschliff.de">Bildbearbeitung</a><!-- 2012060100300 strait.de-->
200+
<a rel="follow" title="Sponsor: Notebook Reparatur" href="http://www.atlasmultimedia.de">Notebook Reparatur</a><!-- 2011100100025 atlas.multimedia-->
204201
</div>
205202
</div>
206203
</div>
@@ -239,7 +236,7 @@ <h2><a id="configure"></a>Configure</h2>
239236

240237
<p>The configure script looks at your environment and decides what it can cobble together to get ImageMagick compiled and installed on your system. This includes finding a compiler, where your compiler header files are located (e.g. stdlib.h), and if any delegate libraries are available for ImageMagick to use (e.g. JPEG, PNG, TIFF, etc.). If you are willing to accept configure's default options, and build from within the source directory, you can simply type:</p>
241238

242-
<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cd ImageMagick-6.7.0-9</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>./configure</span></p>
239+
<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cd ImageMagick-6.7.0-10</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>./configure</span></p>
243240
<p>Watch the configure script output to verify that it finds everything that
244241
you think it should. Pay particular attention to the last lines of the script output. For example, here is a recent report from our system:</p>
245242

@@ -591,7 +588,7 @@ <h2><a id="macosx"></a>Mac OS X-specific Build instructions</h2>
591588
<div class="doc-section">
592589
<p><a href="../www/download.html">Download</a> the ImageMagick source distribution and verify the distribution against its <a href="http://www.imagemagick.org/download/digest.rdf">message digest</a>.</p>
593590
<p>Unpack and change into the top-level ImageMagick directory:</p>
594-
<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>tar xvfz ImageMagick-6.7.0-9.tar.gz</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cd ImageMagick-6.7.0-9</span></p> <p>Configure ImageMagick:</p>
591+
<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>tar xvfz ImageMagick-6.7.0-10.tar.gz</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cd ImageMagick-6.7.0-10</span></p> <p>Configure ImageMagick:</p>
595592
<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>./configure --prefix=/opt --with-quantum-depth=16 \ <br/>
596593
--disable-dependency-tracking --with-x=yes \ <br/>
597594
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib/ \ <br/>
@@ -611,7 +608,7 @@ <h2><a id="mingw"></a>MinGW-specific Build instructions</h2>
611608

612609
<p>Although you can download and install delegate libraries yourself, many are already available in the <a href="http://gnuwin32.sourceforge.net/">GnuWin32</a> distribution. Download and install whichever delegate libraries you require such as JPEG, PNG, TIFF, etc. Make sure you specify the development headers when you install a package. Next type,</p>
613610

614-
<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>tar jxvf ImageMagick-6.7.0-?.tar.bz2</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cd ImageMagick-6.7.0-9</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include"</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib"</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>./configure --without-perl</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>make</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>sudo make install</span></p></div>
611+
<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>tar jxvf ImageMagick-6.7.0-?.tar.bz2</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cd ImageMagick-6.7.0-10</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include"</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib"</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>./configure --without-perl</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>make</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>sudo make install</span></p></div>
615612

616613
<h2><a id="problems"></a>Dealing with Unexpected Problems</h2>
617614
<div class="doc-section">

www/advanced-windows-installation.html

+2-5
Original file line numberDiff line numberDiff line change
@@ -193,14 +193,11 @@
193193
<div class="sponsor">
194194
<a rel="follow" title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
195195
</div>
196-
<div class="sponsor">
197-
<a rel="follow" title="Sponsor: Web Hosting Reviews" href="http://www.webhostingmasters.com">Web Hosting Reviews</a><!-- 201107011500 affliatelabel -->
198-
</div>
199196
<div class="sponsor">
200197
<a rel="follow" title="Sponsor: Web Hosting Ratings" href="http://webhostingrating.com">Web Hosting Ratings</a><!-- 201110010720 -->
201198
</div>
202199
<div class="sponsor">
203-
<a rel="follow" title="Sponsor: Autoteile Online Shop" href="http://www.autoteile-carparts.de">Autoteile Online Shop</a><!-- 2011080100030 autoteile-Carparts-->
200+
<a rel="follow" title="Kaffeevollautomaten Reparatur Kundendienst Berlin" href="http://www.kaffeemaschinen-center.de">Kaffeevollautomaten Reparatur Berlin</a><!-- 2011090100025 c.karule-->
204201
</div>
205202
</div>
206203
</div>
@@ -491,7 +488,7 @@ <h3>Install the Binary Distribution</h3>
491488

492489
<ol>
493490
<li>Double-click on
494-
<kbd>VisualMagick/bin/ImageMagick-6.7.0-9-Q16-windows-dll.exe</kbd>
491+
<kbd>VisualMagick/bin/ImageMagick-6.7.0-10-Q16-windows-dll.exe</kbd>
495492
to launch the ImageMagick binary distribution.</li>
496493
<li>Complete the installer screens to install ImageMagick on your system.</li>
497494
</ol>

www/animate.html

+1-4
Original file line numberDiff line numberDiff line change
@@ -194,14 +194,11 @@
194194
<div class="sponsor">
195195
<a rel="follow" title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
196196
</div>
197-
<div class="sponsor">
198-
<a rel="follow" title="Sponsor: Web Hosting Reviews" href="http://www.webhostingmasters.com">Web Hosting Reviews</a><!-- 201107011500 affliatelabel -->
199-
</div>
200197
<div class="sponsor">
201198
<a rel="follow" title="Sponsor: Web Hosting Ratings" href="http://webhostingrating.com">Web Hosting Ratings</a><!-- 201110010720 -->
202199
</div>
203200
<div class="sponsor">
204-
<a rel="follow" title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
201+
<a rel="follow" title="Sponsor: Bildbearbeitung" href="http://www.bildschliff.de">Bildbearbeitung</a><!-- 2012060100300 strait.de-->
205202
</div>
206203
</div>
207204
</div>

www/api.html

-3
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,6 @@
193193
<div class="sponsor">
194194
<a rel="follow" title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
195195
</div>
196-
<div class="sponsor">
197-
<a rel="follow" title="Sponsor: Web Hosting Reviews" href="http://www.webhostingmasters.com">Web Hosting Reviews</a><!-- 201107011500 affliatelabel -->
198-
</div>
199196
<div class="sponsor">
200197
<a rel="follow" title="Sponsor: Web Hosting Ratings" href="http://webhostingrating.com">Web Hosting Ratings</a><!-- 201110010720 -->
201198
</div>

www/api/animate.html

+1-4
Original file line numberDiff line numberDiff line change
@@ -193,14 +193,11 @@
193193
<div class="sponsor">
194194
<a rel="follow" title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
195195
</div>
196-
<div class="sponsor">
197-
<a rel="follow" title="Sponsor: Web Hosting Reviews" href="http://www.webhostingmasters.com">Web Hosting Reviews</a><!-- 201107011500 affliatelabel -->
198-
</div>
199196
<div class="sponsor">
200197
<a rel="follow" title="Sponsor: Web Hosting Ratings" href="http://webhostingrating.com">Web Hosting Ratings</a><!-- 201110010720 -->
201198
</div>
202199
<div class="sponsor">
203-
<a rel="follow" title="Sponsor: Autoteile Online Shop" href="http://www.autoteile-carparts.de">Autoteile Online Shop</a><!-- 2011080100030 autoteile-Carparts-->
200+
<a rel="follow" title="Sponsor: Kaffeemaschinen reparatur" href="http://www.kaffeemaschinen-reparatur.de">Kaffeemaschinen reparatur</a><!-- 2011090100060 Temurbas atlas.multimedia-->
204201
</div>
205202
</div>
206203
</div>

0 commit comments

Comments
 (0)