<?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>Techtonet &#187; Carbon Coder</title>
	<atom:link href="http://techtonet.com/category/carbon-coder/feed/" rel="self" type="application/rss+xml" />
	<link>http://techtonet.com</link>
	<description>L'observatoire technologique</description>
	<lastBuildDate>Fri, 14 May 2010 21:35:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>FileMover</title>
		<link>http://techtonet.com/2009/12/09/filemover/</link>
		<comments>http://techtonet.com/2009/12/09/filemover/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 13:36:25 +0000</pubDate>
		<dc:creator>raph</dc:creator>
				<category><![CDATA[Carbon Coder]]></category>

		<guid isPermaLink="false">http://techtonet.com/?p=194</guid>
		<description><![CDATA[Filemover is a simple scrypt used to move local files from a source folder to a destination folder.
It could be used with a ftp server to move files once uploaded.
It is written in Python download python 2.6
Download :
- win32 exe : filemover.zip
- sources :  filemover_sources.zip
Usage :
- unzip filemover.zip
- edit config.ini to set the local source [...]]]></description>
			<content:encoded><![CDATA[<p>Filemover is a simple scrypt used to move local files from a source folder to a destination folder.<br />
It could be used with a ftp server to move files once uploaded.</p>
<p>It is written in Python <a title="Download Python" href="http://www.python.org/download/releases/2.6/" target="_blank">download python 2.6</a></p>
<h3>Download :</h3>
<p>- win32 exe : <a title="FileMover Win32 exe" href="http://www.techtonet.com/wp-content/uploads/2009/12/filemover.zip">filemover.zip</a><br />
- sources :  <a title="File Mover Sources" href="http://www.techtonet.com/wp-content/uploads/2009/12/filemover.zip">filemover_sources.zip</a></p>
<h3>Usage :</h3>
<p>- unzip filemover.zip<br />
- edit config.ini to set the local source folder, the local destination folder, and timer (in seconds)<br />
- launch filemover.exe</p>
<h3>Log :</h3>
<p>filemover.log record moved files</p>
]]></content:encoded>
			<wfw:commentRss>http://techtonet.com/2009/12/09/filemover/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Carbon Coder Php Class</title>
		<link>http://techtonet.com/2009/12/09/carbon-coder-php-class/</link>
		<comments>http://techtonet.com/2009/12/09/carbon-coder-php-class/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 00:17:59 +0000</pubDate>
		<dc:creator>raph</dc:creator>
				<category><![CDATA[Carbon Coder]]></category>

		<guid isPermaLink="false">http://techtonet.com/?p=196</guid>
		<description><![CDATA[Carbon Coder Class: CarbonCoder.zip
Xml Class: Xml.zip
Usage :
$encoder = new CarbonCoder();
$status = $encoder-&#62;getStatus("started");
// Display Progress
foreach ($status as $thisStatus) {
	echo $thisStatus["Progress.DWD"];
}
Sockets problems
If socket_create() failed on Windows, install wampserver

Edit php.ini in wamp\bin\apache\Apache2.2.11\bin
Uncomment extension=php_sockets.dll

]]></description>
			<content:encoded><![CDATA[<p>Carbon Coder Class: <a href="/wp-content/uploads/2009/12/CarbonCoder.zip">CarbonCoder.zip</a></p>
<p>Xml Class: <a href="/wp-content/uploads/2009/12/Xml.zip">Xml.zip</a></p>
<p>Usage :</p>
<pre name="code" class="php">$encoder = new CarbonCoder();
$status = $encoder-&gt;getStatus("started");
// Display Progress
foreach ($status as $thisStatus) {
	echo $thisStatus["Progress.DWD"];
}</pre>
<p>Sockets problems</p>
<p>If socket_create() failed on Windows, install <a href="http://www.wampserver.com/download.php" target="_blank">wampserver</a></p>
<ul>
<li>Edit <em>php.ini</em> in <em>wamp\bin\apache\Apache2.2.11\bin</em></li>
<li>Uncomment <em>extension=php_sockets.dll</em></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://techtonet.com/2009/12/09/carbon-coder-php-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
