<?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>Makina-Corpus.Org &#187; linux</title>
	<atom:link href="http://www.makina-corpus.org/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makina-corpus.org</link>
	<description>La communauté des développeurs de Makina Corpus</description>
	<pubDate>Tue, 06 Jan 2009 12:02:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Installer Plone 3 derrière Varnish avec Buildout</title>
		<link>http://www.asilax.fr/technoblog/blog/2008/installer-plone-3-derriere-varnish-avec-buildout</link>
		<comments>http://www.asilax.fr/technoblog/blog/2008/installer-plone-3-derriere-varnish-avec-buildout#comments</comments>
		<pubDate>Tue, 25 Nov 2008 13:59:19 +0000</pubDate>
		<dc:creator>sylvain</dc:creator>
		
		<category><![CDATA[Buildout]]></category>

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

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

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

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

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

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

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

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

		<category><![CDATA[makina-corpus]]></category>

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

		<guid isPermaLink="false">tag:www.asilax.fr://2d8fc4cb6f56abce5da827ea92a2da37</guid>
		<description><![CDATA[Ce tutorial présente la marche à suivre pour déployer le CMS Plone 3 avec Buildout (Apache -&#62; Varnish -&#62; Zope -&#62; Plone), le tout dans un environnement virtuel Python (VirtualEnv). ]]></description>
			<content:encoded><![CDATA[Ce tutorial présente la marche à suivre pour déployer le CMS Plone 3 avec Buildout (Apache -&gt; Varnish -&gt; Zope -&gt; Plone), le tout dans un environnement virtuel Python (VirtualEnv). ]]></content:encoded>
			<wfw:commentRss>http://www.asilax.fr/technoblog/blog/2008/installer-plone-3-derriere-varnish-avec-buildout/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to extract audio from a DVD and encode to flac</title>
		<link>http://blog.alfbox.net/index.php/2008/05/27/how-to-extract-audio-from-a-dvd-and-encode-to-flac/</link>
		<comments>http://blog.alfbox.net/index.php/2008/05/27/how-to-extract-audio-from-a-dvd-and-encode-to-flac/#comments</comments>
		<pubDate>Tue, 27 May 2008 12:36:28 +0000</pubDate>
		<dc:creator>alf</dc:creator>
		
		<category><![CDATA[english]]></category>

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

		<guid isPermaLink="false">http://blog.alfbox.net/index.php/2008/05/27/how-to-extract-audio-from-a-dvd-and-encode-to-flac/</guid>
		<description><![CDATA[To see information about the dvd :
 mplayer -identify -frames 0 dvd://
To encode the 17 chapters of the first title of a dvd :
for i in $(seq 17) ; do mplayer -vo null -ao pcm -ao pcm:file=$i.wav:fast -chapter $i-$i dvd://01 ; flac $i.wav --best &#38; done
]]></description>
			<content:encoded><![CDATA[<p>To see information about the dvd :</p>
<p><code> mplayer -identify -frames 0 dvd://</code></p>
<p>To encode the 17 chapters of the first title of a dvd :</p>
<p><code>for i in $(seq 17) ; do mplayer -vo null -ao pcm -ao pcm:file=$i.wav:fast -chapter $i-$i dvd://01 ; flac $i.wav --best &amp; done</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.alfbox.net/index.php/2008/05/27/how-to-extract-audio-from-a-dvd-and-encode-to-flac/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
