<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>isk-daemon: Content-based image database server</title>
	<atom:link href="http://server.imgseek.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://server.imgseek.net</link>
	<description>Fast content-based image database with easy integration to image-related web sites. Enable your users to search for images by visual similarity.</description>
	<pubDate>Sat, 14 Jun 2008 20:36:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Build instructions for the net.imgseek.imgdb module</title>
		<link>http://server.imgseek.net/2007/12/09/build-instructions-for-the-netimgseekimgdb-module/</link>
		<comments>http://server.imgseek.net/2007/12/09/build-instructions-for-the-netimgseekimgdb-module/#comments</comments>
		<pubDate>Sun, 09 Dec 2007 13:11:24 +0000</pubDate>
		<dc:creator>Ricardo Cabral</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Documentation]]></category>

		<category><![CDATA[Source code]]></category>

		<guid isPermaLink="false">http://server.imgseek.net/2007/12/09/build-instructions-for-the-netimgseekimgdb-module/</guid>
		<description><![CDATA[The net.imgseek.imgdb source module implements the core image similarity engine behind isk-daemon (server-side version) and imgSeek (desktop version). It may need to be manually built for isk-daemon to support your current environment.
Essentially, it compiles into the _imgdb.pyd (Windows) or imgdb.so (Unix) dynamic libraries which should be found on the imgSeekLib directory of both isk-daemon and [...]]]></description>
			<content:encoded><![CDATA[<p>The <em>net.imgseek.imgdb</em> source module implements the core image similarity engine behind <a href="http://server.imgseek.net/">isk-daemon</a> (server-side version) and <a href="http://www.imgseek.net">imgSeek</a> (desktop version). It may need to be manually built for isk-daemon to support your current environment.</p>
<p>Essentially, it compiles into the <em>_imgdb.pyd</em> (Windows) or <em>imgdb.so</em> (Unix) dynamic libraries which should be found on the <em>imgSeekLib</em> directory of both <em>isk-daemon</em> and <em>imgSeek</em>.</p>
<h2>Requirements</h2>
<ul>
<li><a href="http://subversion.tigris.org">Subversion</a> client (for getting the latest source code)</li>
<li>Python and its development package.</li>
<li>A C++ compiler and development libraries: on Unix systems <em>g++</em> and for Windows systems <em>MSVC++ Express</em> or <em>cygwin</em>.</li>
<li>ImageMagick libraries and development headers for C++.
<ul>
<li>On a Linux system that means the following packages:
<ul>
<li>imagemagick</li>
<li>libmagick++9-dev</li>
<li>libmagick9-dev</li>
<li>libmagick++9c2a</li>
<li>libmagick9</li>
</ul>
</li>
<li>On a Windows system the <a href="http://www.imagemagick.org/download/binaries/">binary release for ImageMagick</a> provides both the dynamic link libraries and development headers.</li>
</ul>
</li>
</ul>
<p>First, get the source code for the Subversion repository:</p>
<blockquote><p>$ svn checkout https://imgseek.svn.sourceforge.net/svnroot/imgseek/trunk/net.imgseek.imgdb</p></blockquote>
<h2>Building under Linux or Cygwin</h2>
<p>Inside the checked out module there is a <em>src/net/imgseek/imgdb/core</em> directory. From inside it, invoke the build script:</p>
<blockquote><p>$  python build-python.py build</p></blockquote>
<p>If all goes well you should find the newly compiled <em>_imgdb.so </em>library somewhere deep under the <em>build</em> directory.  The resulting dynamic libraries (<em>imgdb.so/pyd</em>) should then replace the original version from the official isk-daemon distribution (located inside the <em>imgSeekLib</em> dir).</p>
<p>Sometimes the .so library is created without a leading underscore. If starting isk-daemon doesn&#8217;t work, try renaming the .so file and prefix it with an underscore so it looks like &#8220;_imgdb.so&#8221;. The error message in this case looks like this:</p>
<blockquote><p><em>  File &#8220;/isk-daemon-0.6.2/imgSeekLib/ImageDB.py&#8221;, line 38, in ?<br />
import imgdb<br />
ImportError: dynamic module does not define init function (initimgdb)</em></p></blockquote>
<h2>Building under Windows</h2>
<p>Inside the checked out module there is a <em>imgdb-msvc</em> directory. Inside this directory you can find a Microsoft Visual C++ Express (free download from MS) solution file.</p>
<p>Open and build it. You may need to setup linking options (additional library dirs) to tell MSVC where to find the ImageMagick and Pythons libraries and development headers.</p>
<p>Please use one of the <a href="http://server.imgseek.net/category/contact/mailing-lists/">mailing lists</a> if you run into any trouble.<br />
<script type="text/javascript"><!--
google_ad_client = "pub-0132649853547624";
google_alternate_color = "FFFFFF";
google_ad_width = 468;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al";
//2007-09-04: isk-daemon
google_ad_channel = "8968741017";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "000000";
google_color_text = "000000";
google_color_url = "999999";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://server.imgseek.net/2007/12/09/build-instructions-for-the-netimgseekimgdb-module/feed/</wfw:commentRss>
		</item>
		<item>
		<title>0.6.2 version (Linux) for AMD-64 processors released</title>
		<link>http://server.imgseek.net/2007/12/09/062-version-linux-for-amd-64-processors-released/</link>
		<comments>http://server.imgseek.net/2007/12/09/062-version-linux-for-amd-64-processors-released/#comments</comments>
		<pubDate>Sun, 09 Dec 2007 04:29:37 +0000</pubDate>
		<dc:creator>Ricardo Cabral</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://server.imgseek.net/2007/12/09/062-version-linux-for-amd-64-processors-released/</guid>
		<description><![CDATA[Available at the SourceForge file release area with the amd_64 filename sufix.

]]></description>
			<content:encoded><![CDATA[<p>Available at the <a href="https://sourceforge.net/project/showfiles.php?group_id=70373&amp;package_id=244104">SourceForge file release area</a> with the <font size="-1"><em>amd_64</em> filename sufix.<br />
</font></p>
]]></content:encoded>
			<wfw:commentRss>http://server.imgseek.net/2007/12/09/062-version-linux-for-amd-64-processors-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Compiling</title>
		<link>http://server.imgseek.net/2007/09/19/compiling/</link>
		<comments>http://server.imgseek.net/2007/09/19/compiling/#comments</comments>
		<pubDate>Wed, 19 Sep 2007 12:15:20 +0000</pubDate>
		<dc:creator>Ricardo Cabral</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://server.imgseek.net/2007/09/19/compiling/</guid>
		<description><![CDATA[The isk-daemon package doesn&#8217;t need to be compiled since it&#8217;s all made up of python code.
What needs to be compiled is the net.imgseek.imgdb module, and here are some instructions.
Requirements 

Linux: isk-daemon compiles agains ImageMagick and Python, so these are the packages you should have installed on the test machine:



python 2.5
pytho-dev 2.5
libmagick
libmagick++
libmagic-dev
gcc
g++



Windows: The following must be [...]]]></description>
			<content:encoded><![CDATA[<p>The isk-daemon package doesn&#8217;t need to be compiled since it&#8217;s all made up of python code.</p>
<p>What needs to be compiled is the <em>net.imgseek.imgdb</em> module, and here are some instructions.</p>
<p><strong>Requirements </strong></p>
<ul>
<li>Linux: isk-daemon compiles agains ImageMagick and Python, so these are the packages you should have installed on the test machine:</li>
</ul>
<blockquote>
<ul>
<li>python 2.5</li>
<li>pytho-dev 2.5</li>
<li>libmagick</li>
<li>libmagick++</li>
<li>libmagic-dev</li>
<li>gcc</li>
<li>g++</li>
</ul>
</blockquote>
<ul>
<li>Windows: The following must be installed:</li>
</ul>
<blockquote>
<ul>
<li><a href="http://www.python.org/ftp/python/2.5/python-2.5.msi" target="_blank">Python 2.5</a> or later.</li>
<li><a href="http://www.imagemagick.org/download/binaries/ImageMagick-6.3.5-5-Q8-windows-dll.exe">ImageMagick-6.3.5-5-Q8-windows-dl</a> (on the setup wizard, remember to check the option <em>&#8220;Update executable search path&#8221;</em> and the &#8220;Install C++ libraries and headers)</li>
<li>Microsoft Visual Studio</li>
</ul>
</blockquote>
<p><strong>Instructions</strong></p>
<p>Linux: Compile running the command &#8220;<em>python setup.py compile</em>&#8221;</p>
<p>Windows: Open the imgdb solution under the <em>imgdb-msvc</em> and compile it. You may need to adjust the include and libraries dir for the solution to point to the correct locations of Python, Java (if you want the Java bindings) and ImageMagick.</p>
]]></content:encoded>
			<wfw:commentRss>http://server.imgseek.net/2007/09/19/compiling/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Submit bug reports</title>
		<link>http://server.imgseek.net/2007/09/14/submit-bug-reports/</link>
		<comments>http://server.imgseek.net/2007/09/14/submit-bug-reports/#comments</comments>
		<pubDate>Fri, 14 Sep 2007 05:53:52 +0000</pubDate>
		<dc:creator>Ricardo Cabral</dc:creator>
		
		<category><![CDATA[Contact]]></category>

		<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://server.imgseek.net/2007/09/14/submit-bug-reports/</guid>
		<description><![CDATA[Feel free to submit bug reports using the SourceForge bug tracker system.
But please, remember to check if your issue hasn&#8217;t already been reported and provide a detailed explanation on how to reproduce the problem and all program output.
]]></description>
			<content:encoded><![CDATA[<p>Feel free to submit bug reports using the <a href="http://sourceforge.net/tracker/?func=add&amp;group_id=70373&amp;atid=527567">SourceForge bug tracker system</a>.</p>
<p>But please, remember to check if your issue hasn&#8217;t <a href="http://sourceforge.net/tracker/?func=browse&amp;group_id=70373&amp;atid=527567">already been reported</a> and provide a detailed explanation on how to reproduce the problem and all program output.</p>
]]></content:encoded>
			<wfw:commentRss>http://server.imgseek.net/2007/09/14/submit-bug-reports/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Developers mailing lists</title>
		<link>http://server.imgseek.net/2007/09/14/developers-mailing-lists/</link>
		<comments>http://server.imgseek.net/2007/09/14/developers-mailing-lists/#comments</comments>
		<pubDate>Fri, 14 Sep 2007 04:31:11 +0000</pubDate>
		<dc:creator>Ricardo Cabral</dc:creator>
		
		<category><![CDATA[Contact]]></category>

		<category><![CDATA[Mailing lists]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Source code]]></category>

		<guid isPermaLink="false">http://server.imgseek.net/2007/09/14/developers-mailing-lists/</guid>
		<description><![CDATA[
There are two mailing lists for developers:

imgseek-dev, for development discussions: Sign up or browse the archives.
imgseek-commits, for svn commit messages: Sign up or browse the archives.

]]></description>
			<content:encoded><![CDATA[<p><img src="http://groups.google.com/groups/img/3nb/groups_bar.gif" alt="Google Groups" height="26" width="132" /></p>
<p>There are two mailing lists for developers:</p>
<ul>
<li><strong>imgseek-dev</strong>, for development discussions: <a href="http://groups.google.com/group/imgseek_dev/subscribe?hl=en">Sign up</a> or <a href="http://groups.google.com/group/imgseek_dev/topics?hl=en">browse the archives</a>.</li>
<li><strong>imgseek-commits</strong>, for svn commit messages: <a href="http://groups.google.com/group/imgseek_commits/subscribe?hl=en">Sign up</a> or <a href="http://groups.google.com/group/imgseek_commits/topics?hl=en">browse the archives</a>.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://server.imgseek.net/2007/09/14/developers-mailing-lists/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Source code</title>
		<link>http://server.imgseek.net/2007/09/14/source-code/</link>
		<comments>http://server.imgseek.net/2007/09/14/source-code/#comments</comments>
		<pubDate>Fri, 14 Sep 2007 04:02:25 +0000</pubDate>
		<dc:creator>Ricardo Cabral</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Source code]]></category>

		<guid isPermaLink="false">http://server.imgseek.net/2007/09/14/source-code/</guid>
		<description><![CDATA[



You may want to check the Compiling instructions and other development resources.
Web Access
If you just wish to browse around or download a few individual files, try the public web repository browser or a more simple view.
Anonymous Subversion
To access the Subversion repository anonymously, you will need a Subversion client.  You can also browse for projects [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense--><br />
You may want to check the <a href="http://server.imgseek.net/2007/09/19/compiling/">Compiling instructions</a> and other <a href="http://server.imgseek.net/category/documentation/development/">development resources</a>.</p>
<h3>Web Access</h3>
<p class="section-content">If you just wish to browse around or download a few individual files, try the <a href="http://imgseek.svn.sourceforge.net/viewvc/imgseek/">public web repository browser</a> or a more <a href="https://imgseek.svn.sourceforge.net/svnroot/imgseek/">simple view</a>.</p>
<h3>Anonymous Subversion</h3>
<p class="section-content">To access the Subversion repository anonymously, you will need a Subversion client.  You can also browse for projects via <a href="https://imgseek.svn.sourceforge.net/svnroot/imgseek/">https://imgseek.svn.sourceforge.net/svnroot/imgseek/</a></p>
<p>Choose the module you would like and check it out.  For example, to get the <em>isk-daemon</em> module, use:</p>
<pre>svn checkout https://imgseek.svn.sourceforge.net/svnroot/imgseek/trunk/isk-daemon/ isk-daemon</pre>
<p>For more help on using Subversion, consult the <a href="http://subversion.tigris.org/">Subversion website</a> or <a href="http://svnbook.red-bean.com/">Subversion book</a>. The web site provides a <a href="http://subversion.tigris.org/project_links.html">list of clients and useful links</a> (including a link to the <a href="http://subclipse.tigris.org/">Eclipse plug-in</a>).</p>
<h3>Source modules available</h3>
<ul>
<li><em>isk-daemon</em>: exposes the image similarity engine through XML-RPC and SOAP. Requires the <em>net.imgseek.imgdb </em>module<em>.<br />
</em></li>
<li><em>net.imgseek.imgdb</em>:  core image similarity engine. Compiles into the <em>_imgdb.pyd</em> (Windows) or <em>imgdb.so</em> (Unix) dynamic libraries.</li>
<li><em>imgseek-python</em>: classic <a href="http://www.imgseek.net/">desktop version</a>.</li>
</ul>
<h3>Committer Subversion Access</h3>
<p class="section-content">We currently use HTTPS basic authentication for logging in to Subversion (<a href="http://www.apache.org/dev/version-control.html#cert">certificate info below</a>). The user name and password is the same as the one you use at SourceForge.</p>
<p>Now, when you make changes, you can commit them with your  username/password combination, i.e.</p>
<pre>svn co https://imgseek.svn.sourceforge.net/svnroot/imgseek/isk-daemon/trunk/ isk-daemon-trunkcd isl-daemon-trunk

echo "test" &gt; test.txt

svn add test.txt

svn commit --username your-name --password your-password

--message "Trying out svn"</pre>
<p>svnserve is not supported, nor is svn+ssh.</p>
<p>Committers will need to properly configure their svn client. One particular issue is OS-specific line-endings for text files. When you add a new text file, especially when applying patches from Bugzilla, first ensure that the line-endings are appropriate for <strong>your</strong> system, then do &#8230;</p>
<pre>svn add test.txtsvn propset svn:eol-style native test.txt</pre>
<p>Your svn client can be configured to do that automatically for some common file types. Add the list to your <a href="http://www.apache.org/dev/svn-eol-style.txt"> ~/.subversion/config</a> file. However, you should still pay attention to the messages from your svn client when you do &#8217;svn commit&#8217;.<br />
<!--adsense--></p>
<h3>Snapshots</h3>
<p class="section-content">Currently not available.</p>
<p>These are simply tarballs containing the most up-to-date source code captured inside a single file.</p>
<h3>Subversions: DOs and DON&#8217;Ts</h3>
<ul>
<li><strong>DO NOT</strong> use <code>svn lock</code>.</li>
<li><strong>DO NOT</strong> write cron jobs that poll the subversion repository more frequently than once an hour.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://server.imgseek.net/2007/09/14/source-code/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Users discussion group</title>
		<link>http://server.imgseek.net/2007/09/11/users-discussion-group/</link>
		<comments>http://server.imgseek.net/2007/09/11/users-discussion-group/#comments</comments>
		<pubDate>Tue, 11 Sep 2007 23:34:47 +0000</pubDate>
		<dc:creator>Ricardo Cabral</dc:creator>
		
		<category><![CDATA[Contact]]></category>

		<category><![CDATA[Mailing lists]]></category>

		<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://server.imgseek.net/2007/09/11/users-discussion-group/</guid>
		<description><![CDATA[
This is a very low-traffic mailing list for user related questions, feedback and announcements.
Sign up or browse the archives.
]]></description>
			<content:encoded><![CDATA[<p><img src="http://groups.google.com/groups/img/3nb/groups_bar.gif" alt="Google Groups" height="26" width="132" /></p>
<p>This is a very low-traffic mailing list for user related questions, feedback and announcements.</p>
<p><a href="http://groups.google.com/group/imgseek_users/subscribe?hl=en">Sign up</a> or <a href="http://groups.google.com/group/imgseek_users/topics?hl=en">browse the archives</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://server.imgseek.net/2007/09/11/users-discussion-group/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Version 0.6.2 released</title>
		<link>http://server.imgseek.net/2007/08/30/version-062-released/</link>
		<comments>http://server.imgseek.net/2007/08/30/version-062-released/#comments</comments>
		<pubDate>Thu, 30 Aug 2007 03:38:47 +0000</pubDate>
		<dc:creator>Ricardo Cabral</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://server.imgseek.net/2007/08/30/version-062-released/</guid>
		<description><![CDATA[The only change for this release is that isk-daemon is now fully opensource and licensed through GPL.
Download files are also now hosted on SourceForge and bug tracking is also now done using their bug tracker.
See more details and download instructions/links.
]]></description>
			<content:encoded><![CDATA[<p>The only change for this release is that isk-daemon is now fully opensource and licensed through <a href="www.gnu.org/copyleft/gpl.html">GPL</a>.</p>
<p>Download files are also now hosted on SourceForge and bug tracking is also now done using their <a href="https://sourceforge.net/tracker/?group_id=70373&amp;atid=527567">bug tracker</a>.</p>
<p>See <a href="http://server.imgseek.net/2007/07/28/download-latest-version/">more details and download instructions/links</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://server.imgseek.net/2007/08/30/version-062-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Donations - Support further development</title>
		<link>http://server.imgseek.net/2007/08/30/donations-support-further-development/</link>
		<comments>http://server.imgseek.net/2007/08/30/donations-support-further-development/#comments</comments>
		<pubDate>Thu, 30 Aug 2007 03:31:37 +0000</pubDate>
		<dc:creator>Ricardo Cabral</dc:creator>
		
		<category><![CDATA[About us]]></category>

		<guid isPermaLink="false">http://server.imgseek.net/2007/08/30/donations-support-further-development/</guid>
		<description><![CDATA[We work hard to provide a valuable content-based image database system. Your donation supports the further technical development of imgSeek and its related projects, and it also helps us to gauge interest in the project. It is duely appreciated. Please leave your e-mail address in the comment so we can include you in the future [...]]]></description>
			<content:encoded><![CDATA[<p>We work hard to provide a valuable content-based image database system. Your donation supports the further technical development of imgSeek and its related projects, and it also helps us to gauge interest in the project. It is duely appreciated. Please leave your e-mail address in the comment so we can include you in the future when we make special services available to friends of imgSeek.</p>
<p>To proceed with a donation, click on the PayPal Donate button below.</p>
<p>You will be redirected to PayPal through a secure connection where you may complete your donation either by following the provided instructions (you may either login to a PayPal account and make the donation, or enter your credit card information).</p>
<p>Once your donation has been submitted, PayPal will email you a receipt.</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but04.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"></p>
<input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----MIIHXwYJKoZIhvcNAQcEoIIHUDCCB0wCAQExggEwMIIBLAIBADCBlDCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb20CAQAwDQYJKoZIhvcNAQEBBQAEgYCOwM8OEcgOtUbe1x8SP307UKtLpgMLhmzsLPzZ1mGrszhGGOd1vphqg7NrLpMmr4fal6o9GJFgYothCTPWpccVYUKyumOxKTkWFA0mUhdYOQ7QhQB/BIoVI6DNwzQCOtxcgxxiY2RkYHhJca5Jej1/davQTCJWX8zWaeaGGx0+pzELMAkGBSsOAwIaBQAwgdwGCSqGSIb3DQEHATAUBggqhkiG9w0DBwQIdbcs24uPbNmAgbiqVo8qCP/rhVFBkt9u81QZd+6ffTrGeXy7fPD4QrXygOzPJEk+2FwH2nCAuTxK1R+LIXHhYu0H1f21oqCnOBAC28L051TSgZEGMVm92JS/6guGwtRcQfKoEsUB0O/0GSh2ocHZSr3dUT/jo+u6Bdm2sV/SDpcnc5JAPotqTVU2hAkVK83DgW2QQJuTGF7JCaI+Pjs6HQCNUMbFwATtopXa3joKxV6OZs9upuG0G9eLUSmwEzuk5Qi0oIIDhzCCA4MwggLsoAMCAQICAQAwDQYJKoZIhvcNAQEFBQAwgY4xCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTEWMBQGA1UEBxMNTW91bnRhaW4gVmlldzEUMBIGA1UEChMLUGF5UGFsIEluYy4xEzARBgNVBAsUCmxpdmVfY2VydHMxETAPBgNVBAMUCGxpdmVfYXBpMRwwGgYJKoZIhvcNAQkBFg1yZUBwYXlwYWwuY29tMB4XDTA0MDIxMzEwMTMxNVoXDTM1MDIxMzEwMTMxNVowgY4xCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTEWMBQGA1UEBxMNTW91bnRhaW4gVmlldzEUMBIGA1UEChMLUGF5UGFsIEluYy4xEzARBgNVBAsUCmxpdmVfY2VydHMxETAPBgNVBAMUCGxpdmVfYXBpMRwwGgYJKoZIhvcNAQkBFg1yZUBwYXlwYWwuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDBR07d/ETMS1ycjtkpkvjXZe9k+6CieLuLsPumsJ7QC1odNz3sJiCbs2wC0nLE0uLGaEtXynIgRqIddYCHx88pb5HTXv4SZeuv0Rqq4+axW9PLAAATU8w04qqjaSXgbGLP3NmohqM6bV9kZZwZLR/klDaQGo1u9uDb9lr4Yn+rBQIDAQABo4HuMIHrMB0GA1UdDgQWBBSWn3y7xm8XvVk/UtcKG+wQ1mSUazCBuwYDVR0jBIGzMIGwgBSWn3y7xm8XvVk/UtcKG+wQ1mSUa6GBlKSBkTCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb22CAQAwDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQUFAAOBgQCBXzpWmoBa5e9fo6ujionW1hUhPkOBakTr3YCDjbYfvJEiv/2P+IobhOGJr85+XHhN0v4gUkEDI8r2/rNk1m0GA8HKddvTjyGw/XqXa+LSTlDYkqI8OwR8GEYj4efEtcRpRYBxV8KxAW93YDWzFGvruKnnLbDAF6VR5w/cCMn5hzGCAZowggGWAgEBMIGUMIGOMQswCQYDVQQGEwJVUzELMAkGA1UECBMCQ0ExFjAUBgNVBAcTDU1vdW50YWluIFZpZXcxFDASBgNVBAoTC1BheVBhbCBJbmMuMRMwEQYDVQQLFApsaXZlX2NlcnRzMREwDwYDVQQDFAhsaXZlX2FwaTEcMBoGCSqGSIb3DQEJARYNcmVAcGF5cGFsLmNvbQIBADAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMDcwODMwMDI1NTM5WjAjBgkqhkiG9w0BCQQxFgQUplHh6p7IOurRLIT5GUipX+Bgfj8wDQYJKoZIhvcNAQEBBQAEgYCMjx5Si9/+GGjt2YlEyQidy1Jdr3a9hnDR9JLyebExz3ckItFFFUNwJxDn8XG5t/Hjw+BjyCOvgh5Mwb5HKggo9vXtXlBGY/d1mHT1Ozfk6/9lwtXRCksG5+eK4t2H4DWSwP3tWPkeYTl2/hl6QO4KMtTj1xxRYn7KnmFTL3qD9Q==-----END PKCS7-----<br />
"><br />
</form>
]]></content:encoded>
			<wfw:commentRss>http://server.imgseek.net/2007/08/30/donations-support-further-development/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Version 0.6.1 released</title>
		<link>http://server.imgseek.net/2007/08/07/version-061-released/</link>
		<comments>http://server.imgseek.net/2007/08/07/version-061-released/#comments</comments>
		<pubDate>Wed, 08 Aug 2007 00:15:42 +0000</pubDate>
		<dc:creator>Ricardo Cabral</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://server.imgseek.net/2007/08/07/version-061-released/</guid>
		<description><![CDATA[This is a Windows only release. The only change is that it now links against the latest ImageMagick release.
See more details and download instructions.
]]></description>
			<content:encoded><![CDATA[<p>This is a Windows only release. The only change is that it now links against the latest ImageMagick release.</p>
<p>See <a href="http://server.imgseek.net/2007/07/28/download-latest-version/">more details and download instructions</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://server.imgseek.net/2007/08/07/version-061-released/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.718 seconds -->
