<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BigSource Blog &#187; BigSource Zarkov</title>
	<atom:link href="http://www.bigsource.de/index.php/category/bigsource-zarkov/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bigsource.de</link>
	<description>Experiences in AS3</description>
	<lastBuildDate>Mon, 24 Jan 2011 10:04:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>BigSource Zarkov now supports Joa Eberts Apparat</title>
		<link>http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/</link>
		<comments>http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 16:22:09 +0000</pubDate>
		<dc:creator>Alexander Funke</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[BigSource Zarkov]]></category>
		<category><![CDATA[FCSH]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[bigsource]]></category>

		<guid isPermaLink="false">http://www.bigsource.de/?p=258</guid>
		<description><![CDATA[We are happy to announce that we have implemented a wrapper for Joa Eberts Apparat.
The following tasks are supported:

bigsource.apparat.reducer:  Apparat Reducer
bigsource.apparat.tdsi: Apparat Turbo Diesel Sport Injection
bigsource.apparat.coverage: Apparat Coverage
bigsource.apparat.concrete: Apparat Concrete
bigsource.apparat.stripper: Apparat Stripper

To start optimizing your swfs you have to download some things:
Apparat: http://code.google.com/p/apparat/
Scala: http://www.scala-lang.org/downloads 
(Please check the Apparat website for infos about the needed version. [...]]]></description>
			<content:encoded><![CDATA[<p>We are happy to announce that we have implemented a wrapper for Joa Eberts Apparat.<br />
The following tasks are supported:</p>
<ul>
<li><strong>bigsource.apparat.reducer:</strong>  Apparat Reducer</li>
<li><strong>bigsource.apparat.tdsi:</strong> Apparat Turbo Diesel Sport Injection</li>
<li><strong>bigsource.apparat.coverage:</strong> Apparat Coverage</li>
<li><strong>bigsource.apparat.concrete:</strong> Apparat Concrete</li>
<li><strong>bigsource.apparat.stripper:</strong> Apparat Stripper</li>
</ul>
<p>To start optimizing your swfs you have to download some things:</p>
<p><strong>Apparat:</strong> <a href="http://code.google.com/p/apparat/" target="_blank">http://code.google.com/p/apparat/</a><br />
<strong>Scala:</strong> <a href="http://www.scala-lang.org/downloads" target="_blank">http://www.scala-lang.org/downloads</a> <br />
(Please check the Apparat website for infos about the needed version. Currently Scala RC3)<br />
<strong>BigSource Zarkov:</strong> <a href="http://zarkov.bigsource.de" target="_blank">http://zarkov.bigsource.de</a><br />
(Eclipse Updatesite: <a href="http://update.bigsource.de/beta" target="_blank">http://update.bigsource.de/beta</a>)</p>
<p>After unpacking Apparat and Scala and installing the new version of Zarkov you can create the tasks.</p>
<h5>Example</h5>
<p>See content of build.properties in previous post.</p>
<pre name="code" class="xml">
&lt;project name="Example 1" default="tdsi" basedir="."&gt;

	&lt;property file="build.properties" /&gt;

	&lt;target name="tdsi"&gt;
		&lt;bigsource.apparat.tdsi basedir="${basedir}" apparatdirectory="PATH TO APPARAT DIRECTORY" scala="PATH TO SCALA EXECUTABLE"&gt;
			&lt;inputfile path="${swf.application.target }" /&gt;
			&lt;outputfile path="${swf.application.target }" /&gt;
			&lt;set7zpath path="PATH TO 7zip IF NOT IN $PATH" /&gt;
		&lt;/bigsource.apparat.tdsi&gt;
	&lt;/target&gt;

        &lt;target name="reducer"&gt;
		&lt;bigsource.apparat.reducer basedir="${basedir}" apparatdirectory="PATH TO APPARAT DIRECTORY" scala="PATH TO SCALA EXECUTABLE"&gt;
			&lt;inputfile path="${swf.application.target }" /&gt;
			&lt;outputfile path="${swf.application.target }" /&gt;
			&lt;set7zpath path="PATH TO 7zip IF NOT IN $PATH" /&gt;
		&lt;/bigsource.apparat.reducer&gt;
	&lt;/target&gt;
&lt;/project&gt;
</pre>
<p>As you can see, the new features are currently only available from the beta update. Your feedback would help to make BigSource Zarkov even better. Feel free to contact us.</p>
<p>Thanks to <a href="http://blog.joa-ebert.com/" target="_blank">Joa</a> for his great tool!! </p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/&amp;title=BigSource Zarkov now supports Joa Eberts Apparat' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/&amp;title=BigSource Zarkov now supports Joa Eberts Apparat' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/&amp;title=BigSource Zarkov now supports Joa Eberts Apparat' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/&amp;t=BigSource Zarkov now supports Joa Eberts Apparat' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/&amp;title=BigSource Zarkov now supports Joa Eberts Apparat' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=BigSource Zarkov now supports Joa Eberts Apparat+http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>BigSource Zarkov Air Application released</title>
		<link>http://www.bigsource.de/index.php/2010/03/12/bigsource-zarkov-air-application-released/</link>
		<comments>http://www.bigsource.de/index.php/2010/03/12/bigsource-zarkov-air-application-released/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 14:23:04 +0000</pubDate>
		<dc:creator>Alexander Funke</dc:creator>
				<category><![CDATA[Air]]></category>
		<category><![CDATA[BigSource Zarkov]]></category>
		<category><![CDATA[FCSH]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[aasdoc]]></category>
		<category><![CDATA[acompc]]></category>
		<category><![CDATA[amxmlc]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[compc]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[haxe]]></category>
		<category><![CDATA[mtasc]]></category>
		<category><![CDATA[mxmlc]]></category>
		<category><![CDATA[zarkov]]></category>

		<guid isPermaLink="false">http://www.bigsource.de/?p=233</guid>
		<description><![CDATA[After checking out the new abilities of the Air 2 beta 2 Runtime, I decided to port the BigSource Zarkov Plugin to an Air Standalone application. I had to adopt the Ant Runtime, to ensure that your current build files will also work in the Air version. Because Ant has many tasks, I just adopted [...]]]></description>
			<content:encoded><![CDATA[<p>After checking out the new abilities of the Air 2 beta 2 Runtime, I decided to port the BigSource Zarkov Plugin to an Air Standalone application. I had to adopt the Ant Runtime, to ensure that your current build files will also work in the Air version. Because Ant has many tasks, I just adopted the base tasks of Zarkov in the first release. In future releases more tasks like &#8220;exec&#8221;, &#8220;echo&#8221;, &#8220;zip&#8221;, &#8220;copy&#8221;, etc. will be added. Fcsh support for the exec tasks (mxmlc or compc as executable) will also be added in future releases.</p>
<p>The first beta Version is avalibale for download. Feel free to test it.<br />
- <a href="http://update.bigsource.de/air/bigsource_zarkov_base.exe">Windows</a><br />
- <a href="http://update.bigsource.de/air/bigsource_zarkov_base.dmg">OS X</a><br />
- <a href="http://update.bigsource.de/air/bigsource_zarkov_base.deb">Linux (Debian, Ubuntu)</a></p>
<div id="attachment_236" class="wp-caption alignnone" style="width: 460px"><a href="http://www.bigsource.de/wp-content/uploads/2010/03/zarkov_screenshot.jpg"><img src="http://www.bigsource.de/wp-content/uploads/2010/03/zarkov_screenshot.jpg" alt="Screenshot of BigSource Zarkov for Air" title="zarkov_screenshot" width="450" height="324" class="size-full wp-image-236" /></a><p class="wp-caption-text">BigSource Zarkov for Air</p></div>
<p>In order to run the application, you must have installed Adobe Air 2 beta 2 (<a href="http://labs.adobe.com/downloads/air2.html">Download</a>). If you find bugs or have a feature request, please send an email to <a href="mailto:alexander.funke@bigsource.de?BigSource Zarkov">alexander.funke@bigsource.de</a>. The application is currently released as Jobware. No warranty for malfunctions.  I am happy about every feedback.</p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bigsource.de/index.php/2010/03/12/bigsource-zarkov-air-application-released/&amp;title=BigSource Zarkov Air Application released' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bigsource.de/index.php/2010/03/12/bigsource-zarkov-air-application-released/&amp;title=BigSource Zarkov Air Application released' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.bigsource.de/index.php/2010/03/12/bigsource-zarkov-air-application-released/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bigsource.de/index.php/2010/03/12/bigsource-zarkov-air-application-released/&amp;title=BigSource Zarkov Air Application released' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://www.bigsource.de/index.php/2010/03/12/bigsource-zarkov-air-application-released/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.bigsource.de/index.php/2010/03/12/bigsource-zarkov-air-application-released/&amp;t=BigSource Zarkov Air Application released' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bigsource.de/index.php/2010/03/12/bigsource-zarkov-air-application-released/&amp;title=BigSource Zarkov Air Application released' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=BigSource Zarkov Air Application released+http://www.bigsource.de/index.php/2010/03/12/bigsource-zarkov-air-application-released/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.bigsource.de/index.php/2010/03/12/bigsource-zarkov-air-application-released/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bigsource.de/index.php/2010/03/12/bigsource-zarkov-air-application-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zarkov Speech at Flex User Group Hamburg</title>
		<link>http://www.bigsource.de/index.php/2009/04/07/zarkov-speech-at-flex-user-group-hamburg/</link>
		<comments>http://www.bigsource.de/index.php/2009/04/07/zarkov-speech-at-flex-user-group-hamburg/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 12:44:02 +0000</pubDate>
		<dc:creator>Alexander Funke</dc:creator>
				<category><![CDATA[BigSource Zarkov]]></category>
		<category><![CDATA[FCSH]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[bigsource]]></category>

		<guid isPermaLink="false">http://www.bigsource.de/?p=113</guid>
		<description><![CDATA[Yesterday we presented our compiler wrapper PlugIn for Eclipse at the Flex User Group Hamburg in the rooms of pilot 1/0. We got a really good feedback for our product. So this was a great way to get whishes and to fill our FAQ. In the next time we will add some new stuff to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-114" title="Speech at FlexUGHH" src="http://www.bigsource.de/wp-content/uploads/2009/04/flexughh.jpg" alt="Speech at FlexUGHH" width="240" height="240" />Yesterday we presented our compiler wrapper PlugIn for Eclipse at the <a href="http://www.flexughh.de/2009/03/27/flexughh-meeting-06042009-alexander-funke-bigsource-zarkov/" target="_blank">Flex User Group Hamburg</a> in the rooms of pilot 1/0. We got a really good feedback for our product. So this was a great way to get whishes and to fill our FAQ. In the next time we will add some new stuff to our documentation and we are currently working on a rewritten version of <a href="http://zarkov.bigsource.de" target="_blank">Bigsource Zarkov</a> with a lot more support creating compiler taks. Thanks to all who came , to the organisation team of the FlexUGHH and to <a href="http://www.pilot.de/" target="_blank">pilot 1/0</a> for allocating their rooms. It was a great evening. The presentation and the sample project will come soon.</p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bigsource.de/index.php/2009/04/07/zarkov-speech-at-flex-user-group-hamburg/&amp;title=Zarkov Speech at Flex User Group Hamburg' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bigsource.de/index.php/2009/04/07/zarkov-speech-at-flex-user-group-hamburg/&amp;title=Zarkov Speech at Flex User Group Hamburg' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.bigsource.de/index.php/2009/04/07/zarkov-speech-at-flex-user-group-hamburg/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bigsource.de/index.php/2009/04/07/zarkov-speech-at-flex-user-group-hamburg/&amp;title=Zarkov Speech at Flex User Group Hamburg' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://www.bigsource.de/index.php/2009/04/07/zarkov-speech-at-flex-user-group-hamburg/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.bigsource.de/index.php/2009/04/07/zarkov-speech-at-flex-user-group-hamburg/&amp;t=Zarkov Speech at Flex User Group Hamburg' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bigsource.de/index.php/2009/04/07/zarkov-speech-at-flex-user-group-hamburg/&amp;title=Zarkov Speech at Flex User Group Hamburg' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=Zarkov Speech at Flex User Group Hamburg+http://www.bigsource.de/index.php/2009/04/07/zarkov-speech-at-flex-user-group-hamburg/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.bigsource.de/index.php/2009/04/07/zarkov-speech-at-flex-user-group-hamburg/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bigsource.de/index.php/2009/04/07/zarkov-speech-at-flex-user-group-hamburg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zarkov Compiler Wrapper Update available (0.8.3.4)</title>
		<link>http://www.bigsource.de/index.php/2009/01/22/zarkov-compiler-wrapper-update-available-0834/</link>
		<comments>http://www.bigsource.de/index.php/2009/01/22/zarkov-compiler-wrapper-update-available-0834/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 13:55:16 +0000</pubDate>
		<dc:creator>Alexander Funke</dc:creator>
				<category><![CDATA[BigSource Zarkov]]></category>
		<category><![CDATA[aasdoc]]></category>
		<category><![CDATA[acompc]]></category>
		<category><![CDATA[amxmlc]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[AS2]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[FCSH]]></category>
		<category><![CDATA[flash player]]></category>
		<category><![CDATA[flashplayer]]></category>
		<category><![CDATA[haxe]]></category>
		<category><![CDATA[mtasc]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[zarkov]]></category>

		<guid isPermaLink="false">http://blog.bigsource.de/?p=80</guid>
		<description><![CDATA[We have released a new version of the Zarkov Compiler Wrapper for Eclipse. It includes some Bugfixes and improvements. Take a look at http://zarkov.bigsource.de
         More&#160;&#187;]]></description>
			<content:encoded><![CDATA[<p>We have released a new version of the Zarkov Compiler Wrapper for Eclipse. It includes some Bugfixes and improvements. Take a look at <a href="http://zarkov.bigsource.de">http://zarkov.bigsource.de</a></p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bigsource.de/index.php/2009/01/22/zarkov-compiler-wrapper-update-available-0834/&amp;title=Zarkov Compiler Wrapper Update available (0.8.3.4)' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bigsource.de/index.php/2009/01/22/zarkov-compiler-wrapper-update-available-0834/&amp;title=Zarkov Compiler Wrapper Update available (0.8.3.4)' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.bigsource.de/index.php/2009/01/22/zarkov-compiler-wrapper-update-available-0834/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bigsource.de/index.php/2009/01/22/zarkov-compiler-wrapper-update-available-0834/&amp;title=Zarkov Compiler Wrapper Update available (0.8.3.4)' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://www.bigsource.de/index.php/2009/01/22/zarkov-compiler-wrapper-update-available-0834/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.bigsource.de/index.php/2009/01/22/zarkov-compiler-wrapper-update-available-0834/&amp;t=Zarkov Compiler Wrapper Update available (0.8.3.4)' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bigsource.de/index.php/2009/01/22/zarkov-compiler-wrapper-update-available-0834/&amp;title=Zarkov Compiler Wrapper Update available (0.8.3.4)' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=Zarkov Compiler Wrapper Update available (0.8.3.4)+http://www.bigsource.de/index.php/2009/01/22/zarkov-compiler-wrapper-update-available-0834/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.bigsource.de/index.php/2009/01/22/zarkov-compiler-wrapper-update-available-0834/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bigsource.de/index.php/2009/01/22/zarkov-compiler-wrapper-update-available-0834/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Zarkov Compiler Wrapper Update available (0.8.2.4)</title>
		<link>http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/</link>
		<comments>http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 07:37:36 +0000</pubDate>
		<dc:creator>Alexander Funke</dc:creator>
				<category><![CDATA[AS2]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[BigSource Zarkov]]></category>
		<category><![CDATA[FCSH]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[aasdoc]]></category>
		<category><![CDATA[acompc]]></category>
		<category><![CDATA[amxmlc]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[asdoc]]></category>
		<category><![CDATA[bigsource]]></category>
		<category><![CDATA[compc]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[flash player]]></category>
		<category><![CDATA[flashplayer]]></category>
		<category><![CDATA[haxe]]></category>
		<category><![CDATA[mtasc]]></category>
		<category><![CDATA[mxmlc]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[zarkov]]></category>

		<guid isPermaLink="false">http://blog.bigsource.de/?p=57</guid>
		<description><![CDATA[Today we released the new version of the Zarkov Eclipse Plugin. There are many improvements we have done. Here are the major ones:

Review of all compiler options.


Some options have changed attributes.


Added all options listed by &#8220;compiler help list advanced&#8221; to mxmlc, compc, asdoc, amxmlc, acompc and aasdoc.


Warnings and Errors are now added to the Problems [...]]]></description>
			<content:encoded><![CDATA[<p>Today we released the new version of the Zarkov Eclipse Plugin. There are many improvements we have done. Here are the major ones:</p>
<ul>
<li>Review of all compiler options.</li>
</ul>
<ul>
<li>Some options have changed attributes.</li>
</ul>
<ul>
<li>Added all options listed by &#8220;compiler help list advanced&#8221; to mxmlc, compc, asdoc, amxmlc, acompc and aasdoc.</li>
</ul>
<ul>
<li>Warnings and Errors are now added to the Problems view of Eclipse.</li>
</ul>
<ul>
<li>a new task &#8220;bigsource.browser&#8221; added. You can now open your browser from within eclipse.</li>
</ul>
<ul>
<li>some general improvements in stability</li>
</ul>
<ul>
<li>documentaiton will be improved in the next days (mxmlc is already updated)</li>
</ul>
<p>You can get the new version over the Eclipse Update feature. If you would like to get the latest beta version you can get it here: <a href="http://update.bigsource.de/beta" target="_blank">http://update.bigsource.de/beta</a>.</p>
<p>For more information about BigSource Zarkov visit the project page at <a href="http://zarkov.bigsource.de" target="_blank">http://zarkov.bigsource.de</a>.</p>
<p>We are happy about every feedback.</p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/&amp;title=Zarkov Compiler Wrapper Update available (0.8.2.4)' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/&amp;title=Zarkov Compiler Wrapper Update available (0.8.2.4)' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/&amp;title=Zarkov Compiler Wrapper Update available (0.8.2.4)' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/&amp;t=Zarkov Compiler Wrapper Update available (0.8.2.4)' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/&amp;title=Zarkov Compiler Wrapper Update available (0.8.2.4)' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=Zarkov Compiler Wrapper Update available (0.8.2.4)+http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>BigSource Zarkov Documentation added</title>
		<link>http://www.bigsource.de/index.php/2008/08/14/bigsource-zarkov-documentation-added/</link>
		<comments>http://www.bigsource.de/index.php/2008/08/14/bigsource-zarkov-documentation-added/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 07:51:44 +0000</pubDate>
		<dc:creator>Alexander Funke</dc:creator>
				<category><![CDATA[AS2]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[BigSource Zarkov]]></category>
		<category><![CDATA[FCSH]]></category>
		<category><![CDATA[Interesting]]></category>

		<guid isPermaLink="false">http://blog.bigsource.de/?p=46</guid>
		<description><![CDATA[We have rebuild the BigSource Zarkov Project Page and  added a documentation for the supported compilers.
Have a look: http://zarkov.bigsource.de
         More&#160;&#187;]]></description>
			<content:encoded><![CDATA[<p>We have rebuild the BigSource Zarkov Project Page and  added a documentation for the supported compilers.</p>
<p>Have a look: <a href="http://zarkov.bigsource.de" target="_blank">http://zarkov.bigsource.de</a></p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bigsource.de/index.php/2008/08/14/bigsource-zarkov-documentation-added/&amp;title=BigSource Zarkov Documentation added' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bigsource.de/index.php/2008/08/14/bigsource-zarkov-documentation-added/&amp;title=BigSource Zarkov Documentation added' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.bigsource.de/index.php/2008/08/14/bigsource-zarkov-documentation-added/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bigsource.de/index.php/2008/08/14/bigsource-zarkov-documentation-added/&amp;title=BigSource Zarkov Documentation added' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://www.bigsource.de/index.php/2008/08/14/bigsource-zarkov-documentation-added/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.bigsource.de/index.php/2008/08/14/bigsource-zarkov-documentation-added/&amp;t=BigSource Zarkov Documentation added' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bigsource.de/index.php/2008/08/14/bigsource-zarkov-documentation-added/&amp;title=BigSource Zarkov Documentation added' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=BigSource Zarkov Documentation added+http://www.bigsource.de/index.php/2008/08/14/bigsource-zarkov-documentation-added/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.bigsource.de/index.php/2008/08/14/bigsource-zarkov-documentation-added/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bigsource.de/index.php/2008/08/14/bigsource-zarkov-documentation-added/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>BigSource Zarkov Standalone Ant Extension</title>
		<link>http://www.bigsource.de/index.php/2008/08/08/bigsource-zarkov-standalone-ant-extension/</link>
		<comments>http://www.bigsource.de/index.php/2008/08/08/bigsource-zarkov-standalone-ant-extension/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 08:27:00 +0000</pubDate>
		<dc:creator>Alexander Funke</dc:creator>
				<category><![CDATA[AS2]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[BigSource Zarkov]]></category>
		<category><![CDATA[FCSH]]></category>
		<category><![CDATA[Interesting]]></category>

		<guid isPermaLink="false">http://blog.bigsource.de/?p=42</guid>
		<description><![CDATA[We are happy to announce that we have made a standalone version of the plugin. Now you can exchange you build.xml with developers not using eclipse. There is an example implementation and the download link on the Zarkov Project Page. Enjoy it.
         More&#160;&#187;]]></description>
			<content:encoded><![CDATA[<p>We are happy to announce that we have made a standalone version of the plugin. Now you can exchange you build.xml with developers not using eclipse. There is an example implementation and the download link on the <a href="http://zarkov.bigsource.de" target="_blank">Zarkov Project Page</a>. Enjoy it.</p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bigsource.de/index.php/2008/08/08/bigsource-zarkov-standalone-ant-extension/&amp;title=BigSource Zarkov Standalone Ant Extension' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bigsource.de/index.php/2008/08/08/bigsource-zarkov-standalone-ant-extension/&amp;title=BigSource Zarkov Standalone Ant Extension' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.bigsource.de/index.php/2008/08/08/bigsource-zarkov-standalone-ant-extension/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bigsource.de/index.php/2008/08/08/bigsource-zarkov-standalone-ant-extension/&amp;title=BigSource Zarkov Standalone Ant Extension' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://www.bigsource.de/index.php/2008/08/08/bigsource-zarkov-standalone-ant-extension/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.bigsource.de/index.php/2008/08/08/bigsource-zarkov-standalone-ant-extension/&amp;t=BigSource Zarkov Standalone Ant Extension' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bigsource.de/index.php/2008/08/08/bigsource-zarkov-standalone-ant-extension/&amp;title=BigSource Zarkov Standalone Ant Extension' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=BigSource Zarkov Standalone Ant Extension+http://www.bigsource.de/index.php/2008/08/08/bigsource-zarkov-standalone-ant-extension/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.bigsource.de/index.php/2008/08/08/bigsource-zarkov-standalone-ant-extension/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bigsource.de/index.php/2008/08/08/bigsource-zarkov-standalone-ant-extension/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BigSource Zarkov updated</title>
		<link>http://www.bigsource.de/index.php/2008/08/04/bigsource-zarkov-updated/</link>
		<comments>http://www.bigsource.de/index.php/2008/08/04/bigsource-zarkov-updated/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 13:14:31 +0000</pubDate>
		<dc:creator>Alexander Funke</dc:creator>
				<category><![CDATA[AS2]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[BigSource Zarkov]]></category>
		<category><![CDATA[FCSH]]></category>
		<category><![CDATA[Interesting]]></category>

		<guid isPermaLink="false">http://blog.bigsource.de/?p=37</guid>
		<description><![CDATA[Today we released the updated version of Eclipse Plugin &#8220;BigSource Zarkov&#8221; 0.8.0.9. Now it supports ADL (Air Debug Launcher) and ADT (Air Developer Tool). A second improvement is the simpler Path setup. You just have to specify the Flex SDK Path and all compilers will be called directly. Existing FCSH-Paths will be changed automatically. So [...]]]></description>
			<content:encoded><![CDATA[<p>Today we released the updated version of Eclipse Plugin &#8220;BigSource Zarkov&#8221; 0.8.0.9. Now it supports ADL (Air Debug Launcher) and ADT (Air Developer Tool). A second improvement is the simpler Path setup. You just have to specify the Flex SDK Path and all compilers will be called directly. Existing FCSH-Paths will be changed automatically. So if you have improvements or bugs please feel free to add an issue to <a href="http://bugtracking.bigsource.de/trac/bigsource_zarkov/" target="_blank">http://bugtracking.bigsource.de/trac/bigsource_zarkov/</a>.</p>
<p>Project Page: <a href="http://zarkov.bigsource.de">http://zarkov.bigsource.de</a></p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bigsource.de/index.php/2008/08/04/bigsource-zarkov-updated/&amp;title=BigSource Zarkov updated' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bigsource.de/index.php/2008/08/04/bigsource-zarkov-updated/&amp;title=BigSource Zarkov updated' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.bigsource.de/index.php/2008/08/04/bigsource-zarkov-updated/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bigsource.de/index.php/2008/08/04/bigsource-zarkov-updated/&amp;title=BigSource Zarkov updated' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://www.bigsource.de/index.php/2008/08/04/bigsource-zarkov-updated/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.bigsource.de/index.php/2008/08/04/bigsource-zarkov-updated/&amp;t=BigSource Zarkov updated' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bigsource.de/index.php/2008/08/04/bigsource-zarkov-updated/&amp;title=BigSource Zarkov updated' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=BigSource Zarkov updated+http://www.bigsource.de/index.php/2008/08/04/bigsource-zarkov-updated/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.bigsource.de/index.php/2008/08/04/bigsource-zarkov-updated/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bigsource.de/index.php/2008/08/04/bigsource-zarkov-updated/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

