<?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>Silex Labs &#187; The Dark Side of Open Source</title>
	<atom:link href="http://www.silexlabs.org/the-blog//fr/category/the-dark-side-of-open-source-le-cote-obscur-de-lopen-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.silexlabs.org/the-blog</link>
	<description>The blog de la Team - Silex Flash CMS</description>
	<lastBuildDate>Fri, 30 Jul 2010 17:48:44 +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>Build the widget of your dreams. Silex ♥ Yahoo!</title>
		<link>http://www.silexlabs.org/the-blog/fr/2010/06/build-the-widget-of-your-dreams/</link>
		<comments>http://www.silexlabs.org/the-blog/fr/2010/06/build-the-widget-of-your-dreams/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 15:21:13 +0000</pubDate>
		<dc:creator>lexa</dc:creator>
				<category><![CDATA[Dev-Prog]]></category>
		<category><![CDATA[L'aventure c'est l'aventure !]]></category>
		<category><![CDATA[Silex Workshops]]></category>
		<category><![CDATA[The Dark Side of Open Source]]></category>

		<guid isPermaLink="false">http://www.silexlabs.org/the-blog/fr/?p=1705</guid>
		<description><![CDATA[How to make a Yahoo! widget out of a Silex publication ? It is quite simple since Silex has a widget mechanism. It was made to allow you to put a publication on a myspace page, to create an application out of a publication with Zinc&#8230;
Let&#8217;s use this functionality of Silex and the Yahoo! widgets system, [...]]]></description>
			<content:encoded><![CDATA[<p>How to make a <a href="http://widgets.yahoo.com/" target="_blank">Yahoo! widget</a> out of a Silex publication ? It is quite simple since Silex has a widget mechanism. It was made to allow you to put a publication on a <a href="http://www.myspace.com/lexayo" target="_blank">myspace</a> page, to create an application out of a publication with Zinc&#8230;</p>
<p>Let&#8217;s use this functionality of Silex and the <span style="font-size: 13.3333px;">Yahoo! widgets system, </span><span style="font-size: 13.3333px;">in order to <strong>make a desktop application</strong> with installation, update and configuration.</span></p>
<p><span style="font-size: 13.3333px;">Here is <a href="http://www.silexlabs.org/the-blog/wp-content/uploads/2010/06/silex-yahoo-widget.widget">my sample widget</a>. And <a href="http://www.silexlabs.org/the-blog/wp-content/uploads/2010/06/silex-yahoo-widget.zip">here are the sources</a>.</span></p>
<p><span style="font-size: 13.3333px;"> </span></p>
<div id="attachment_1727" class="wp-caption alignnone" style="width: 353px"><a href="http://www.silexlabs.org/the-blog/wp-content/uploads/2010/06/silex-yahoo-widget.png"><img class="size-full wp-image-1727  " title="silex-yahoo-widget" src="http://www.silexlabs.org/the-blog/wp-content/uploads/2010/06/silex-yahoo-widget.png" alt="widget test for Silex" width="343" height="439" /></a><p class="wp-caption-text">widget test for Silex: it gives you some news about Silex on your desktop</p></div>
<p><span id="more-1705"></span></p>
<p><span style="font-size: 13.3333px;">Yahoo! Widgets is a free application platform for Mac OS X and Microsoft Windows. </span></p>
<ul>
<li><span style="font-size: 13.3333px;">http://en.wikipedia.org/wiki/Yahoo!_Widgets</span></li>
<li><span style="font-size: 13.3333px;">http://widgets.yahoo.com/</span></li>
</ul>
<p>Here is how to make a Yahoo! widget with Silex:</p>
<ul>
<li><span style="font-size: 13.3333px;"> <span style="font-size: 11.1111px;">in a silex server, create one site with the parameter &laquo;&nbsp;layer skin&nbsp;&raquo; set to &laquo;&nbsp;layer_skin_light.swf&nbsp;&raquo; and no embed fonts (all text field should have the parameter &laquo;&nbsp;include font&nbsp;&raquo; unchecked). You can remove the folders fonts, logs, cgi, conf, install, js, loaders, plugins, tools, trash and all files in the root folder except silex.swf</span></span></li>
<li><span style="font-size: 13.3333px;">in a new folder where you will put all the yahoo plugin, put a &laquo;&nbsp;Resources&nbsp;&raquo; folder with the &laquo;&nbsp;silex_server&nbsp;&raquo; folder inside it.</span></li>
<li><span style="font-size: 13.3333px;">use the file &laquo;&nbsp;fla/loader_projector.fla&nbsp;&raquo; of the dev kit to generate the loader, which I called &laquo;&nbsp;loader_yahoo_widget.swf&nbsp;&raquo;. This file contains the website configuration, your site name for example. Tip : leave this line uncommented (i do not know why exactly):</span></li>
</ul>
<pre style="padding-left: 60px;">rootUrl = "../silex_server/";</pre>
<ul>
<li><span style="font-size: 13.3333px;">create a .kon file which is the yahoo widget conf file, see the example I did. You just need to embed the loader_yahoo_widget.swf file. You also can define properties which the user will be able to modify and which will be available in Silex as accessors (in &lt;&lt;silex.config.YOUR PROPERTY FROM YAHOO CONFIG PANNEL&gt;&gt;)</span></li>
</ul>
<div id="attachment_1707" class="wp-caption alignnone" style="width: 675px"><img class="size-full wp-image-1707" title="silex yahoo widget admin pannel" src="http://www.silexlabs.org/the-blog/wp-content/uploads/2010/06/silex-yahoo-widget.jpg" alt="silex yahoo widget admin pannel" width="665" height="177" /><p class="wp-caption-text">silex yahoo widget admin pannel</p></div>
<ul>
<li><span style="font-size: 13.3333px;">install yahoo widget and use the &laquo;&nbsp;open widget&nbsp;&raquo; menu in order to load your widget.</span></li>
</ul>
<p>After you have done a cool widget, do not forget to <a href="http://widgets.yahoo.com/submit/" target="_blank">submit it to yahoo! here</a>.</p>
<p>Note: the widget background is transparent, which is pretty cool <img src='http://www.silexlabs.org/the-blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">How to make a Yahoo! widget out of a Silex publication ? It is quite simple since Silex has a widget mechanism. It was made to allow you to put a publication on a myspace page, to create an application out of a publication with Zinc&#8230;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">http://en.wikipedia.org/wiki/File:Konfabulator_screenshot.jpg</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Yahoo! Widgets is a free application platform for Mac OS X and Microsoft Windows.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&gt; http://en.wikipedia.org/wiki/Yahoo!_Widgets</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&gt; http://widgets.yahoo.com/</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">- in a silex server, create one site with the parameter &laquo;&nbsp;layer skin&nbsp;&raquo; set to &laquo;&nbsp;layer_skin_light.swf&nbsp;&raquo; and no embed fonts (all text field should have the parameter &laquo;&nbsp;include font&nbsp;&raquo; unchecked). You can remove the folders fonts, logs, cgi, conf, install, js, loaders, plugins, tools, trash and all files in the root folder except silex.swf</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">- in a new folder where you will put all the yahoo plugin, put a &laquo;&nbsp;Resources&nbsp;&raquo; folder with the &laquo;&nbsp;silex_server&nbsp;&raquo; folder inside it.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">- use the file &laquo;&nbsp;fla/loader_projector.fla&nbsp;&raquo; of the dev kit to generate the loader, which I called &laquo;&nbsp;loader_yahoo_widget.swf&nbsp;&raquo;. This file contains the website configuration, your site name for example. Tip : leave this line uncommented (i do not know why exactly):</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span>rootUrl = &laquo;&nbsp;../silex_server/&nbsp;&raquo;;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">- create a .kon file which is the yahoo widget conf file, see the example I did. You just need to embed the loader_yahoo_widget.swf file. You also can define properties which the user will be able to modify and which will be available in Silex as accessors (in &lt;&lt;silex.config.YOUR PROPERTY FROM YAHOO CONFIG PANNEL&gt;&gt;)</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">illustration admin pannel</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">- install yahoo widget and use the &laquo;&nbsp;open widget&nbsp;&raquo; menu in order to load your widget.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">After you have done a cool widget, let&#8217;s submit it to yahoo! here http://widgets.yahoo.com/submit/</div>
<ul class="lang_switch">
<li class="lang_switch"><a href="http://www.silexlabs.org/the-blog/en/2010/06/build-the-widget-of-your-dreams/"><img src="http://www.silexlabs.org/the-blog/wp-content/plugins/zdmultilang/flags/en_US.png" alt="English" title="English" border="0"></a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.silexlabs.org/the-blog/fr/2010/06/build-the-widget-of-your-dreams/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>French and open, haXe in Silex / Silex in haXe</title>
		<link>http://www.silexlabs.org/the-blog/fr/2010/05/french-and-open-haxe-in-silex-silex-in-haxe/</link>
		<comments>http://www.silexlabs.org/the-blog/fr/2010/05/french-and-open-haxe-in-silex-silex-in-haxe/#comments</comments>
		<pubDate>Sat, 01 May 2010 13:50:05 +0000</pubDate>
		<dc:creator>lexa</dc:creator>
				<category><![CDATA[Dev-Prog]]></category>
		<category><![CDATA[The Dark Side of Open Source]]></category>

		<guid isPermaLink="false">http://www.silexlabs.org/the-blog/fr/?p=1605</guid>
		<description><![CDATA[ silex_ptr = Lib._global.getSilex();
 layout = silex_ptr.application.getLayout(timeline);
Hello  This is a technical article on the use of haXe to develop animation layouts for Silex publications. I will explain why I find it very interesting to use haXe in Silex development team and then explain how I reproduced the minimal layout in haXe (little explanation and [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste" style="position: absolute; left: -10000px; top: 1114px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span>silex_ptr = Lib._global.getSilex();</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 1114px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span>layout = silex_ptr.application.getLayout(timeline);</div>
<p>Hello  This is a technical article on the use of <a href="http://haxe.org/" target="_blank">haXe</a> to develop animation layouts for Silex publications. I will explain why I find it very interesting to use haXe in Silex development team and then explain how I reproduced the minimal layout in haXe (little explanation and source download).</p>
<p><img class="size-full wp-image-1606 alignnone" title="haxe" src="http://www.silexlabs.org/the-blog/wp-content/uploads/2010/05/haxe.jpg" alt="haxe" width="263" height="69" /> <a href="http://silex-ria.org/open.source.flash.cms/silex"><img class="alignleft size-full wp-image-1621" title="silex" src="http://www.silexlabs.org/the-blog/wp-content/uploads/2010/05/Untitled.jpg" alt="silex" width="244" height="60" /></a></p>
<p>haXe is an open source &amp; multiplatform programming language. A code written with haXe can be compiled to JavaScript, Flash (AS2 &amp; AS3), PHP and NekoVM.</p>
<p>It is developped by <a href="http://ncannasse.fr/" target="_blank">Nicolas Cannasse</a> at <a href="http://www.motion-twin.com/" target="_blank">Motion-Twin</a>, a French game development companny. Nicolas is the one who initiated the open source Flash community with his <a href="http://mtasc.org/" target="_blank">open source Flash AS2 compiler</a> which turned out to be way better than the Adobe one :-0</p>
<h2>Why haXe ?</h2>
<p>Open and French first of all <img src='http://www.silexlabs.org/the-blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<h3>Multiple language, one code base</h3>
<p>It allows Silex to evolve smoothly toward a full AS3 implementation, keeping the backward compatibility in mind. And not only AS3 but also <a href="http://ncannasse.fr/blog/haxe_for_iphone" target="_blank">iphone</a> and javascript <img src='http://www.silexlabs.org/the-blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h3>Performance</h3>
<p><a href="http://www.splashdust.net/2009/10/as3-vs-haxe-performance/"><img class="size-full wp-image-1633 alignnone" title="performance, haxe vs as3" src="http://www.silexlabs.org/the-blog/wp-content/uploads/2010/05/Untitled3.jpg" alt="performance, haxe vs as3" width="657" height="282" /></a></p>
<p>It seems to be much efficient to use haXe than Flash to publish swf, according to <a href="http://www.splashdust.net/2009/10/as3-vs-haxe-performance/" target="_blank">Joacim</a>&#8230;</p>
<h3>Libraries and file formats</h3>
<p>haXe opens new perspectives for Silex, like the use of the numerous libraries for 3D redering, 2D physics, support of pdf (decryption only), zip, &#8230;</p>
<p>Click in the movie below &#8230;<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="780" height="420" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://ncannasse.fr/file/phxdemo.swf" /><embed type="application/x-shockwave-flash" width="780" height="420" src="http://ncannasse.fr/file/phxdemo.swf"></embed></object></p>
<h2>How to develop page transitions in Silex with haXe ?</h2>
<p><span id="more-1605"></span><br />
Here I will not make a tutorial because I am not good at this <img src='http://www.silexlabs.org/the-blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  Instead I will explain the overall philosophy and use of Silex API. You can look at these sources in order to see how I implemented this: <a href="http://www.silexlabs.org/the-blog/wp-content/uploads/2010/05/haxe-layout-minimal_v1.0.zip">minimal layout of Silex, re-made with haXe</a>. For this need to install haXe and edit the files with FlashDevelop or eclipse+<a href="http://haxe.org/com/ide/eclipse" target="_blank">hxeclipse</a>.</p>
<p>Here are the classes you need to implement in a Silex animation layout..</p>
<address>Note that you do not need to have programming skills to develop a Silex animation layout if you use Flash IDE and the Silex authoring components</address>
<h3>The class interacting with Silex API</h3>
<p>The class accesses Silex API thanks to this haXe code:</p>
<pre>var timeline:MovieClip = Lib.current;</pre>
<pre>var silex_ptr:Dynamic = Lib._global.getSilex();</pre>
<pre>var layout:Dynamic = silex_ptr.application.getLayout(timeline);</pre>
<div>It will use the Silex API in order to register the layout and its layer, i.e. say to Silex: &laquo;&nbsp;hello, I am a layout and here are the layers which I contain&nbsp;&raquo;. For this, use</div>
<pre>layout.registerLayoutContainer(timeline);</pre>
<pre>layout.registerLayerContainer(layerContainer, LAYER_NAME);</pre>
<div id="attachment_1643" class="wp-caption alignnone" style="width: 211px"><img class="size-full wp-image-1643   " title="pages tool box" src="http://www.silexlabs.org/the-blog/wp-content/uploads/2010/05/Untitled2.jpg" alt="Untitled2" width="201" height="230" /><p class="wp-caption-text">After these calls, the layout will then be initialized and recognised by Silex for load, save operations etc. The layer will be visible in the &quot;pages&quot; tool box.</p></div>
<p>The animations for the layer are to be registered too. These animations will be played when silex want it to. The following animations can be  registered for a given layer (descriptions come from <a href="http://silex-ria.org/api-v1/" target="_blank">Silex API technical documentation</a>, especially the <a href="http://silex-ria.org/api-v1/files/core/Constants-as.html#org.silex.core.Constants.ANIM_NAME_PRELOAD" target="_blank">constant for animation names</a>):</p>
<ul>
<li>preload &#8211; Preload animation. This animation is played before any content is loaded (either text or medias) and after the transition of the parent page.</li>
<li>show &#8211; Show content. This animation is played once the content is loaded (at least the text) and after the preload anim is over.</li>
<li>close &#8211; Hide content. This animation is played when the current page is closing before the parent “transition close” anim is started and after the current page “transition close” anim is over (only if a child page was open).</li>
<li>transition - Show child page. This animation is played when a page is opened in the current layout and only after the show anim is over.</li>
<li>transitionClose - Hide child page. This animation is played when the current layout has a child page opened in and this child page is closed.</li>
</ul>
<p>The animations registered like this</p>
<pre>layout.registerAnim(showAnim,silex_ptr.config.ANIM_NAME_SHOW, false);</pre>
<p>Can be MovieClips or any object with the method &laquo;&nbsp;play()&nbsp;&raquo;.</p>
<p><strong>The animation(s)</strong></p>
<p>One or more classes in which you can implement the animation(s). For example a fade can let the content of the page appear. This class has to have at least the method &laquo;&nbsp;play()&nbsp;&raquo; which is called by Silex.</p>
<p>The animations can change the layers appearance &#8211; the layers you registered and which contain the dynamic content, i.e. the user  media.
<ul class="lang_switch"></ul>
]]></content:encoded>
			<wfw:commentRss>http://www.silexlabs.org/the-blog/fr/2010/05/french-and-open-haxe-in-silex-silex-in-haxe/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Questions stratégiques, question de Flash CMS</title>
		<link>http://www.silexlabs.org/the-blog/fr/2009/12/questions-strategiques-question-de-flash-cms/</link>
		<comments>http://www.silexlabs.org/the-blog/fr/2009/12/questions-strategiques-question-de-flash-cms/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 19:33:15 +0000</pubDate>
		<dc:creator>lexa</dc:creator>
				<category><![CDATA[It's Hot, it's Graphic Design !]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[The Dark Side of Open Source]]></category>

		<guid isPermaLink="false">http://www.silexlabs.org/the-blog/fr/?p=1394</guid>
		<description><![CDATA[The English version of this article
Notre ami de DESIGNM.AG a rédigé un article très intéressant sur les CMS Flash.

J&#8217;ai deux choses importantes à partager :

J&#8217;ai découvert un outil sur Adobe Labs, que j&#8217;ai hâte d&#8217;essayer: ICE, pour &#171;&#160;In Contexte Editing&#171;&#160;. Ce système est censé vous permettre de modifier votre site à partir de votre navigateur [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: right;"><span style="color: #ff6600;"><a href="http://www.silexlabs.org/the-blog/en/2009/12/questions-strategiques-question-de-flash-cms/" target="_self">The English version of this article</a></span></p>
<p>Notre ami de <a href="http://designm.ag/" target="_blank">DESIGNM.AG</a> a rédigé<a href="http://designm.ag/resources/flash-cms/" target="_blank"> un article très intéressant sur les CMS Flash</a>.</p>
<p style="text-align: center;"><img class="size-full wp-image-1401 alignnone" title="flashcms" src="http://www.silexlabs.org/the-blog/wp-content/uploads/2009/12/flashcms.jpg" alt="flashcms" width="425" height="177" /></p>
<p>J&#8217;ai deux choses importantes à partager :</p>
<ul>
<li>J&#8217;ai découvert un outil sur Adobe Labs, que j&#8217;ai hâte d&#8217;essayer: <a href="http://labs.adobe.com/technologies/incontextediting/" target="_blank">ICE, pour &laquo;&nbsp;In Contexte Editing</a>&laquo;&nbsp;. Ce système est censé vous permettre de modifier votre site à partir de votre navigateur ou dans Dreamweaver. Et c&#8217;est un service hébergé!</li>
<li>J&#8217;ai remarqué que la plupart des CMS Flash sont des produits commerciaux, pour la plupart des services hébergés et seuls quelques-uns offrent la partie client &#8211; je veux dire qu&#8217;ils sont souvent de simples back offices en Flash. Le designer doit élaborer tous le site dans Flash et l&#8217;interfacer avec le CMS. Dans Silex, il y a aussi des composants Flash pour Silex, mais ce n&#8217;est que pour permettre de personnaliser ou d&#8217;étendre le système.</li>
</ul>
<p>Merci de partager vos points de vue sur ces 2 points et sur l&#8217;article, je pense qu&#8217;il est vraiment important pour notre communauté de discuter de ces questions stratégiques.
<ul class="lang_switch">
<li class="lang_switch"><a href="http://www.silexlabs.org/the-blog/en/2009/12/questions-strategiques-question-de-flash-cms/"><img src="http://www.silexlabs.org/the-blog/wp-content/plugins/zdmultilang/flags/en_US.png" alt="English" title="English" border="0"></a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.silexlabs.org/the-blog/fr/2009/12/questions-strategiques-question-de-flash-cms/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OOF v1.2 est sorti!</title>
		<link>http://www.silexlabs.org/the-blog/fr/2009/12/oof-v1-2-est-sorti/</link>
		<comments>http://www.silexlabs.org/the-blog/fr/2009/12/oof-v1-2-est-sorti/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 11:10:58 +0000</pubDate>
		<dc:creator>Ariel</dc:creator>
				<category><![CDATA[En vrac]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[The Bright Side of Open Source]]></category>
		<category><![CDATA[The Dark Side of Open Source]]></category>

		<guid isPermaLink="false">http://www.silexlabs.org/the-blog/fr/?p=1389</guid>
		<description><![CDATA[Bonjour  à tous,
une nouvelle version de OOF est disponible. Les nouveautés sont( je cite)

La possibilité de lire les fichiers Excel, avec le nouveau ExcelConnector. Pas encore de tuto, mais vous êtes attendus sur le forum !
Vous pouvez maintenant scroller vos listes avec la ListScrollBar
Le connecteur XML est maintenant fonctionnel à 100%. Il vous permet d’importer [...]]]></description>
			<content:encoded><![CDATA[<p>Bonjour  à tous,</p>
<p>une nouvelle version de OOF est disponible. Les nouveautés sont( je <a href="http://www.silexlabs.org/the-blog/fr/2009/12/silex-v1-5-3-comet-est-sortie/">cite</a>)</p>
<ul>
<li>La possibilité de lire les fichiers Excel, avec le nouveau ExcelConnector. Pas encore de tuto, mais vous êtes attendus sur le forum !</li>
<li>Vous pouvez maintenant scroller vos listes avec la ListScrollBar</li>
<li>Le connecteur XML est maintenant fonctionnel à 100%. Il vous permet d’importer n’importe quel fichier XML et d’utiliser les données dans un site, dans un champs de texte, dans une liste, en tant qu’adresse d’une vidéo… Il permet aussi d’interagir avec flickr, youtube, picassa, google agenda, et tous les services en ligne ou presque. Le tuto est en route, mais en attendant, vous êtes attendus sur le forum pour en discuter <img src="../wp-includes/images/smilies/icon_smile.gif" alt=":)" /></li>
</ul>
<p>et le lien:</p>
<p><a href="http://wp-manager.silex-ria.org/?p=319">http://wp-manager.silex-ria.org/?p=319</a>
<ul class="lang_switch"></ul>
]]></content:encoded>
			<wfw:commentRss>http://www.silexlabs.org/the-blog/fr/2009/12/oof-v1-2-est-sorti/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silex v1.5.3 Comet est sortie!</title>
		<link>http://www.silexlabs.org/the-blog/fr/2009/12/silex-v1-5-3-comet-est-sortie/</link>
		<comments>http://www.silexlabs.org/the-blog/fr/2009/12/silex-v1-5-3-comet-est-sortie/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 16:13:58 +0000</pubDate>
		<dc:creator>lexa</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[The Dark Side of Open Source]]></category>

		<guid isPermaLink="false">http://www.silexlabs.org/the-blog/fr/?p=1381</guid>
		<description><![CDATA[La nouvelle version de Silex : Silex v1.5.3 Comet

Correction de bugs dans les boîtes à outils, les composants et dans le noyau de Silex.
Deux nouveaux modes de redimentionnement (scaleModes) sont disponibles dans le manager : Pixel et Scroll.

Pixel = votre site est visible entièrement dans toutes les résolutions d&#8217;écran. Il est réduit si la fenêtre [...]]]></description>
			<content:encoded><![CDATA[<h1>La nouvelle version de Silex : Silex v1.5.3 Comet</h1>
<ul>
<li>Correction de bugs dans les boîtes à outils, les composants et dans le noyau de Silex.</li>
<li>Deux nouveaux modes de redimentionnement (scaleModes) sont disponibles dans le manager : Pixel et Scroll.
<ul>
<li>Pixel = votre site est visible entièrement dans toutes les résolutions d&#8217;écran. Il est réduit si la fenêtre du navigateur est plus petite que le site et il est laissé à 100% de sa taille si la fenêtre est plus grande. Ce mode est idéal pour les sites web avec des photos et des images non vectorielles.</li>
<li>Scroll = votre site est toujours vu à 100% de sa taille et la barre de défilement du navigateur apparaît lorsque cela est nécessaire (et elle est mise à jour lorsque vous naviguez dans les pages du site Silex). Grâce à ce mode, vous êtes en mesure de produire des sites HTML-like, avec beaucoup de contenu sur chaque page, très hauts et avec une barre de défilement sur le côté droit.</li>
</ul>
</li>
</ul>
<h1>Les nouveautés OOF du moment sont:</h1>
<ul>
<li>La possibilité de lire les fichiers Excel, avec le nouveau ExcelConnector. Pas encore de tuto, mais vous êtes attendus sur le forum !</li>
<li>Vous pouvez maintenant scroller vos listes avec la ListScrollBar</li>
<li>Le connecteur XML est maintenant fonctionnel à 100%. Il vous permet d&#8217;importer n&#8217;importe quel fichier XML et d&#8217;utiliser les données dans un site, dans un champs de texte, dans une liste, en tant qu&#8217;adresse d&#8217;une vidéo&#8230; Il permet aussi d&#8217;interagir avec flickr, youtube, picassa, google agenda, et tous les services en ligne ou presque. Le tuto est en route, mais en attendant, vous êtes attendus sur le forum pour en discuter <img src='http://www.silexlabs.org/the-blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ul>
<h1 style="font-size: 2em;">Thèmes</h1>
<h2>Thème MyPage</h2>
<ul>
<li>Site Portfolio, avec diaporama et formulaire de contact. Utilisation du composant “align component” pour le visuel de fond.</li>
<li>Flash Player 8</li>
<li>Utilisation des composants Oof pour le diaporama et le formulaire de contact. Mode “noScale”.</li>
</ul>
<h2>Thème My Page plus</h2>
<ul>
<li>Site Portfolio, avec diaporama en arrière plan et formulaire de contact. Utilisation du gabarit mypage_volet pour la transition site/diaporama.</li>
<li>Flash Player 8</li>
<li>Utilisation des composants Oof pour le diaporama et le formulaire de contact. Mode “noScale”.</li>
</ul>
<ul class="lang_switch">
<li class="lang_switch"><a href="http://www.silexlabs.org/the-blog/en/2009/12/silex-v1-5-3-comet-est-sortie/"><img src="http://www.silexlabs.org/the-blog/wp-content/plugins/zdmultilang/flags/en_US.png" alt="English" title="English" border="0"></a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.silexlabs.org/the-blog/fr/2009/12/silex-v1-5-3-comet-est-sortie/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Silex plugin pour WordPress 2</title>
		<link>http://www.silexlabs.org/the-blog/fr/2009/10/the-silex-plugin-pour-wordpress-2/</link>
		<comments>http://www.silexlabs.org/the-blog/fr/2009/10/the-silex-plugin-pour-wordpress-2/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 07:20:52 +0000</pubDate>
		<dc:creator>lexa</dc:creator>
				<category><![CDATA[It's Hot, it's Graphic Design !]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[The Dark Side of Open Source]]></category>

		<guid isPermaLink="false">http://www.silexlabs.org/the-blog/fr/?p=1292</guid>
		<description><![CDATA[Le plugin Silex pour Wordpress est un gros chantier. Il vient de prendre un bon coup de boost et nous commençons à avoir du recul quant à son potentiel, ses limites et à ce que nous souhaitons en faire&#8230;
*************
Le plugin wordpress permet de transformer tout blog ou site fait avec WordPress en un site Flash.

Le [...]]]></description>
			<content:encoded><![CDATA[<p><a title="wordpress silex plugin " href="http://wordpress.org/extend/plugins/flog/" target="_blank">Le plugin Silex pour Wordpress</a> est un gros chantier. Il vient de prendre un bon coup de boost et nous commençons à avoir du recul quant à son potentiel, ses limites et à ce que nous souhaitons en faire&#8230;</p>
<p style="text-align: center;">*************</p>
<address style="text-align: left; padding-left: 30px;">Le plugin wordpress permet de transformer tout blog ou site fait avec WordPress en un site Flash.</address>
<address style="text-align: left; padding-left: 30px;"></address>
<address style="text-align: left; padding-left: 30px;">Le site WordPress initial reste visible pour ceux ne disposant pas du player Flash ou souhaitant voir uniquement la version HTML. Pour les téléphones portables, un autre thème WordPress est affiché automatiquement (iphone, windows mobile). Enfin, pour un référencement optimal, les moteurs de recherche verront une version épurée du site en HTML.</address>
<p style="text-align: center;">*************</p>
<p>Voici donc une news qui va vous surprendre :</p>
<div><span id="more-1292"></span></div>
<p style="text-align: justify;"><span style="font-style: normal;">Tout d&#8217;abord, la version Beta du plugin est d&#8217;ores et déjà disponible sur </span><a title="download silex plugin for wordpress" href="http://wordpress.org/extend/plugins/flog/" target="_blank"><span style="font-style: normal;">WordPress</span></a><span style="font-style: normal;"> (installation automatique depuis l&#8217;admin de votre blog).</span></p>
<p style="text-align: justify;"><span style="font-style: normal;">Une démo de ce plugin est disponible sur la plateforme de blogs de Silex Labs.</span></p>
<p style="text-align: justify;"><span style="font-style: normal;">C&#8217;est un bon exemple de ce que nous attendons de ce plugin : un blog avec toutes les fonctionnalités, gestion des utilisateurs, des posts, des commentaires et choix de la template Silex dans l&#8217;admin WordPress etc.</span></p>
<p style="text-align: justify;">Ce qui semble le plus important maintenant, c&#8217;est que ce plugin peut être installé en quelques clics sur un blog ou sur une plateforme <strong>WordPress Mu</strong></p>
<div style="text-align: center; ">*************</div>
<div style="padding-left: 30px; "><em>WordPress Mu, ou Multi Utilisateurs, propose aux utilisateurs une version de WordPress capable de gérer des centaines voire des milliers de blogs sur une unique installation.</em></div>
<div style="padding-left: 30px; "><em>WordPress.com utilise actuellement WordPress Mu, il génère plus de 10 millions de pages vues par jours et voit la création de 300 nouveaux blogs quotidiennement.</em></div>
<div style="padding-left: 30px; "><em>WordPress Mu s’adresse donc directement :</em></div>
<div style="PADDING-LEFT: 60px"><em>• Journaux et magazines</em></div>
<div style="PADDING-LEFT: 60px"><em>• Université, tels que Harvard aux USA</em></div>
<div style="PADDING-LEFT: 60px"><em>• Réseaux de blog généraliste</em></div>
<div style="PADDING-LEFT: 60px"><em>• Réseaux de blog dans un domaine spécifique, éducatif, sportif, etc.</em></div>
<div style="padding-left: 30px; text-align: left;"><em><br />
WordPress Mu est un logiciel libre, disponible sous licence GPL, à ce titre, il dispose d’un développement maintenu entre Automattic et la communauté, gage de pérennité.</em></div>
<div style="padding-left: 30px; text-align: left;"><em>Pour en savoir plus: http://www.wordpress-fr.net/wordpress-mu/presentation ou <a href="http://mu.wordpress.org/">http://mu.wordpress.org/</a><br />
</em></div>
<address style="text-align: center; ">*************</address>
<p style="text-align: justify;">WordPress Mu permet d&#8217;installer facilement une plateforme permettant de s&#8217;inscrire simplement, puis de créer des sites Silex dont le contenu est administrable par un back office simple et sécurisé; l&#8217;apparence du thème Silex étant à choisir dans la liste des thèmes installés.</p>
<p>Deux thèmes sont actuellement disponibles et notre équipe s&#8217;affaire à en créer de nouveaux.</p>
<p><strong>Une deuxième conclusion s&#8217;impose </strong>: ce plugin va nous permettre de proposer des solutions mixtes &#8211; blog + site &#8211; avec un design et une ergonomie très différentes de celle des thèmes WordPress classiques.</p>
<p style="padding-left: 30px;">En prenant de la hauteur, nous avons constaté que le choix de WordPress comme première expérience, est une excellente chose car c&#8217;est à la fois un CMS et un système de blogging.</p>
<p style="padding-left: 30px;">En regardant la manière dont nous pourrions créer des plugins identiques pour Joomla, Drupal, et les autres ancêtres de la famille des CMS, nous nous sommes aperçus que l&#8217;effort serait moindre ! Nous pouvons aussi élargir la cible à la famille des wiki, comme <a href="http://www.mediawiki.org/wiki/MediaWiki/fr" target="_blank"><span style="font-style: normal;">Media Wiki</span></a></p>
<p>En y réfléchissant encore, nous avons finalement imaginé un plugin &laquo;&nbsp;universel&nbsp;&raquo; disposant d&#8217;un connecteur par CMS, seul élément spécifique à re-développer pour chaque CMS.</p>
<p>Nous avons de fait lancé un projet plus global : <a href="http://sourceforge.net/projects/flog/" target="_blank">flog</a></p>
<p>Il s&#8217;agit d&#8217;un système qui s&#8217;adaptera à un maximum de CMS et dont Flog pour WordPress est la première pierre, le premier jet.</p>
<p><strong>Links</strong></p>
<div>
<ul>
<li><a href="http://projects.silexlabs.com/wpplugintest/" target="_blank">Demo, Work in progress can be seen here</a></li>
<li><a href="http://plugins.svn.wordpress.org/flog/trunk/" target="_blank">source code</a></li>
<li><a href="http://sourceforge.net/tracker/?group_id=169844&amp;atid=851974" target="_blank">tracker pour le bug report</a></li>
<li><a href="http://wordpress.org/extend/plugins/flog/" target="_blank">flog for WordPress download</a></li>
<li><a href="http://sourceforge.net/projects/flog/" target="_blank">flog project page (all CMS)</a></li>
</ul>
</div>
<ul class="lang_switch">
<li class="lang_switch"><a href="http://www.silexlabs.org/the-blog/en/2009/10/the-silex-plugin-pour-wordpress-2/"><img src="http://www.silexlabs.org/the-blog/wp-content/plugins/zdmultilang/flags/en_US.png" alt="English" title="English" border="0"></a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.silexlabs.org/the-blog/fr/2009/10/the-silex-plugin-pour-wordpress-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CreatiFs oui mais Commons !</title>
		<link>http://www.silexlabs.org/the-blog/fr/2009/09/creatifs-oui-mais-commons/</link>
		<comments>http://www.silexlabs.org/the-blog/fr/2009/09/creatifs-oui-mais-commons/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 10:25:43 +0000</pubDate>
		<dc:creator>sha</dc:creator>
				<category><![CDATA[It's Hot, it's Graphic Design !]]></category>
		<category><![CDATA[The Dark Side of Open Source]]></category>
		<category><![CDATA[creative commons]]></category>
		<category><![CDATA[medias libres de droit]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.silexlabs.org/the-blog/fr/?p=1269</guid>
		<description><![CDATA[Lorsque les créa aménagent leurs droits d&#8217;auteurs&#8230;
Voyez plutot le descriptifs ci dessous des licences Créative Commons qui permettent la diffusion des médias plus ou moins open :

Signification de chaque option :         

Paternité : l&#8217;oeuvre peut être librement utilisée, à la condition de l&#8217;attribuer à son l&#8217;auteur en [...]]]></description>
			<content:encoded><![CDATA[<p>Lorsque les créa aménagent leurs droits d&#8217;auteurs&#8230;</p>
<p>Voyez plutot le descriptifs ci dessous des licences Créative Commons qui permettent la diffusion des médias plus ou moins open :</p>
<p><a href="http://fr.creativecommons.org/contrats.htm"><span id="more-1269"></span></a><img class="alignnone size-full wp-image-1270" title="image-1" src="http://www.silexlabs.org/the-blog/wp-content/uploads/2009/09/image-1.png" alt="image-1" width="502" height="468" /></p>
<p><span class="style5 style10">Signification de chaque option :       <!--[if !supportEmptyParas]--> <!--[endif]--> </span></p>
<ul style="margin-top: 0cm;" type="disc">
<li class="style1" style="text-align: justify;"><strong>Paternité</strong> : l&#8217;oeuvre peut être librement utilisée, à la condition de l&#8217;attribuer à son l&#8217;auteur en citant son nom.</li>
<li class="style1" style="text-align: justify;"><strong>Pas d&#8217;Utilisation Commerciale</strong> : le titulaire de droits peut autoriser tous les types d’utilisation ou au contraire restreindre aux utilisations non commerciales (les utilisations commerciales restant soumises à son autorisation).</li>
<li class="style1" style="text-align: justify;"><strong>Pas de Modification</strong> : le titulaire de droits peut continuer à réserver la faculté de réaliser des oeuvres de type dérivées ou au contraire autoriser à l&#8217;avance les modifications, traductions&#8230;</li>
<li class="style1" style="text-align: justify;"><strong>Partage à l&#8217;Identique des Conditions Initiales </strong>: à la possibilité d&#8217;autoriser à l&#8217;avance les modifications peut se superposer l&#8217;obligation pour les oeuvres dites dérivées d&#8217;être proposées au public avec les mêmes libertés (sous les mêmes options Creative Commons) que l&#8217;oeuvre originaire.</li>
</ul>
<p style="margin-left: 18pt; text-align: justify;"><span class="Section1"><strong> <!--[if !supportEmptyParas]--> </strong></span>D&#8217;autres options sont disponibles en anglais et n&#8217;ont pas encore été traduites en droit français. Elles sont adaptées aux besoins du sampling, des pays en voie de développement, du partage de la musique, dédiées au domaine public&#8230;</p>
<p style="margin-left: 18pt; text-align: justify;">
<p style="margin-left: 18pt; text-align: justify;">shoot du site site : <a href="http://fr.creativecommons.org/contrats.htm">http://fr.creativecommons.org/contrats.htm</a></p>
<ul class="lang_switch"></ul>
]]></content:encoded>
			<wfw:commentRss>http://www.silexlabs.org/the-blog/fr/2009/09/creatifs-oui-mais-commons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logiciel libre, business et licence</title>
		<link>http://www.silexlabs.org/the-blog/fr/2009/07/logiciel-libre-business-et-licence/</link>
		<comments>http://www.silexlabs.org/the-blog/fr/2009/07/logiciel-libre-business-et-licence/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 09:51:21 +0000</pubDate>
		<dc:creator>Ariel</dc:creator>
				<category><![CDATA[Organisation]]></category>
		<category><![CDATA[The Bright Side of Open Source]]></category>
		<category><![CDATA[The Dark Side of Open Source]]></category>

		<guid isPermaLink="false">http://www.silexlabs.org/the-blog/?p=1122</guid>
		<description><![CDATA[Bonjour,
Voici un billet d&#8217;un vétéran du libre.  Il parle entre autres de la licence GPL et de son rapport aux entreprises et aux développeurs qui utilisent son travail.
http://zedshaw.com/blog/2009-07-13.html
Une citation :
&#171;&#160;But the days of quick-flip corporations and ingrate programmers making money  on my software are over.  My new motto is:
Open source to open source, [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Bonjour,</p>
<p style="text-align: justify;">Voici un billet d&#8217;un vétéran du libre.  Il parle entre autres de la licence GPL et de son rapport aux entreprises et aux développeurs qui utilisent son travail.</p>
<p style="text-align: justify;"><a href="http://zedshaw.com/blog/2009-07-13.html">http://zedshaw.com/blog/2009-07-13.html</a></p>
<p style="text-align: justify;">Une citation :</p>
<p style="text-align: justify;">&laquo;&nbsp;But the days of quick-flip corporations and ingrate programmers making money  on my software are over.  My new motto is:</p>
<blockquote style="text-align: justify;"><p><em>Open source to open source, corporation to corporation.</em></p></blockquote>
<p style="text-align: justify;">If you do open source, you’re my hero and I support you.  If you’re a corporation, let’s talk business.&nbsp;&raquo;</p>
<ul class="lang_switch"></ul>
]]></content:encoded>
			<wfw:commentRss>http://www.silexlabs.org/the-blog/fr/2009/07/logiciel-libre-business-et-licence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mais qu&#8217;est-ce qu&#8217;ils ont tous avec Silex?!</title>
		<link>http://www.silexlabs.org/the-blog/fr/2009/06/mais-quest-ce-quils-ont-tous-avec-silex/</link>
		<comments>http://www.silexlabs.org/the-blog/fr/2009/06/mais-quest-ce-quils-ont-tous-avec-silex/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 19:41:29 +0000</pubDate>
		<dc:creator>Lex</dc:creator>
				<category><![CDATA[Organisation]]></category>
		<category><![CDATA[The Dark Side of Open Source]]></category>

		<guid isPermaLink="false">http://www.silexlabs.org/the-blog/?p=559</guid>
		<description><![CDATA[
- Et c&#8217;est quoi ce Silex, là? ** Hey, what&#8217;s this Silex all about ? 
- Ben tu vois, c&#8217;est pas compliqué LOL! Ya qu&#8217;à demander à Wikipédia ! ** Well, it&#8217;s quite simple really ! You just gotta ask Wikipedia !
http://fr.wikipedia.org/wiki/SILEX-RIA
 Ou à Mediabox&#8230;** Or ask Mediabox&#8230;
http://wiki.mediabox.fr/tutoriaux/silex.flash.cms.open.source
Ou à Comment ça marche&#8230;** Try &#171;&#160;Comment ça [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><em style="font-family: Georgia;"><br />
- Et c&#8217;est quoi ce Silex, là? ** <span style="color: #008000;">Hey, what&#8217;s this Silex all about ? </span></em></p>
<p style="text-align: left;"><em style="font-family: Georgia;">- Ben tu vois, c&#8217;est pas compliqué LOL! Ya qu&#8217;à demander à <strong>Wikipédia !</strong> ** <span style="color: #008000;">Well, it&#8217;s quite simple really ! You just gotta ask <strong>Wikipedia !</strong></span></em></p>
<p style="text-align: left;"><a href="http://fr.wikipedia.org/wiki/SILEX-RIA">http://fr.wikipedia.org/wiki/SILEX-RIA</a></p>
<p style="text-align: left;"><em><br style="font-family: Georgia;" /> <span style="font-family: Georgia;">Ou à <strong>Mediabox</strong>&#8230;** <span style="color: #008000;">Or ask<strong> Mediabox</strong>&#8230;</span></span></em></p>
<p><a href="http://wiki.mediabox.fr/tutoriaux/silex.flash.cms.open.source">http://wiki.mediabox.fr/tutoriaux/silex.flash.cms.open.source</a></p>
<p><em>Ou à <strong>Comment ça marche&#8230;** </strong><span style="color: #008000;">Try <strong>&laquo;&nbsp;Comment ça marche&nbsp;&raquo; </strong>as well &#8230;</span><br />
</em></p>
<p><a href="http://www.commentcamarche.net/faq/sujet-16649-silex-flash-cms-open-source-et-gratuit">http://www.commentcamarche.net/faq/sujet-16649-silex-flash-cms-open-source-et-gratuit</a><br />
<br/><br />
Et oui, ça blablate de toute part sur le web autour de Silex. On n&#8217;y est pas pour rien car on le propose un peu partout. <span style="color: #008000;"><em> </em></span><strong><span style="color: #ff6600;">J&#8217;en profite pour vous demander de contribuer au BUZZ en donnant votre avis sur Silex ici :<em> </em></span></strong>** <em>The web is chattering, jabbering, babbling, talkin&#8217; about Silex and we&#8217;ve got somethin&#8217; to do with it &#8217;cause we&#8217;ve been recommending it all around !</em> <strong><span style="color: #ff6600;"><span style="color: #008000;"><em>By the way, you can give your opinion about Silex and thus contribute to the BUZZ right here :</em></span><br />
</span></strong></p>
<p><a href="http://www.commentcamarche.net/telecharger/silex-34060658-avis-opinions.php3">http://www.commentcamarche.net/telecharger/silex-34060658-avis-opinions.php3</a><br />
<br/><br />
Mais aussi sur ** <span style="color: #008000;"><em>And also on: </em></span></p>
<ul>
<li><a href="http://www.trophees-du-libre.org/content/view/134/57/lang,fr/">http://www.trophees-du-libre.org/content/view/134/57/lang,fr/</a></li>
<li><a href="http://www.cms-fr.net/demo/silex">http://www.cms-fr.net/demo/silex</a></li>
<li><a href="http://linuxfr.org/~ethtezahl/27536.html">http://linuxfr.org/~ethtezahl/27536.html</a></li>
</ul>
<p><br/><br />
En anglais ya aussi **<em> <span style="color: #008000;">In English, there&#8217;s also :</span></em></p>
<ul>
<li><a href="http://osflash.org/silex">http://osflash.org/silex</a></li>
<li><a href="http://silex.riaforge.org/">http://silex.riaforge.org/</a> and another blog on Silex : <a href="http://silex.riaforge.org/blog">http://silex.riaforge.org/blog</a></li>
<li><a id="dkju" title="http://flashenabledblog.com/2008/09/16/flash-cms/" href="http://flashenabledblog.com/2008/09/16/flash-cms/">http://flashenabledblog.com/2008/09/16/flash-cms/</a></li>
<li><a href="http://www.cmsmatrix.org/matrix/cms-matrix/silex">http://www.cmsmatrix.org/matrix/cms-matrix/silex</a></li>
<li><a href="http://www.webmasterbulletin.net/2008/08/flash-cms-goes-opensource-with-silex-gpl/177">http://www.webmasterbulletin.net/2008/08/flash-cms-goes-opensource-with-silex-gpl/177</a></li>
</ul>
<p><br/></p>
<div style="text-align: center;"><strong><span style="color: #ff6600;">N&#8217;hésitez pas à laisser des COM dans les autres endroits où vous avez entendu parler de Silex !</span></strong></div>
<div style="text-align: center;"><strong><span style="color: #ff6600;"><span style="color: #008000;"><em>Don&#8217;t hesitate to leave COMMENTS in the places where you hear about Silex !</em></span><br />
</span></strong></div>
<p><br/>
<ul class="lang_switch"></ul>
]]></content:encoded>
			<wfw:commentRss>http://www.silexlabs.org/the-blog/fr/2009/06/mais-quest-ce-quils-ont-tous-avec-silex/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hack ta cohérence aux Trophées du Libre *** Hack your coherence&#8230;</title>
		<link>http://www.silexlabs.org/the-blog/fr/2009/06/hack-ta-coherence-aux-trophees-du-libre/</link>
		<comments>http://www.silexlabs.org/the-blog/fr/2009/06/hack-ta-coherence-aux-trophees-du-libre/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 20:50:05 +0000</pubDate>
		<dc:creator>sha</dc:creator>
				<category><![CDATA[L'aventure c'est l'aventure !]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Silex Workshops]]></category>
		<category><![CDATA[The Dark Side of Open Source]]></category>
		<category><![CDATA[To Blog Blug Bug]]></category>
		<category><![CDATA[coherence]]></category>
		<category><![CDATA[cyclope]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[libre]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[pingouin]]></category>
		<category><![CDATA[soissons]]></category>
		<category><![CDATA[trophées du libre]]></category>

		<guid isPermaLink="false">http://www.silexlabs.org/the-blog/?p=467</guid>
		<description><![CDATA[Lex, Sha and Pol were in Soissons at the Trophées du Libre contest (the free software trophees) to present Silex&#8230; Read on in french their adventures involving a pinguin, a Mac computer in disguise, a translucent hippopotamus, and yes, they kinda hacked coherence&#8230; Go figure !
********

Après &#171;&#160;Hack le téléphone de ton geek&#160;&#187; à la Cantine, [...]]]></description>
			<content:encoded><![CDATA[<p><em style="font-family: Georgia;">Lex, Sha and Pol were in Soissons at <a href="http://www.trophees-du-libre.org/content/blogcategory/24/69/lang,en/" target="_blank">the Trophées du Libre</a> contest (the free software trophees) to present Silex&#8230; Read on in french their adventures involving a pinguin, a Mac computer in disguise, a translucent hippopotamus, and yes, they kinda hacked coherence&#8230; Go figure !</em></p>
<p style="text-align: center;"><em style="font-family: Georgia;">********<br />
</em></p>
<p>Après &laquo;&nbsp;Hack le téléphone de ton geek&nbsp;&raquo; à <a href="http://www.passageenseine.org/">la Cantine</a>, le thème de la petite virée soissonnaise fut : <a href="http://coherence.beebits.net/" target="_blank">Hack ta cohérence</a> aux Trophées du Libre.</p>
<p>Puisque <a href="http://www.ville-soissons.fr/">Soissons</a> jetait un coup d&#8217;oeil de cyclope sur les logiciels libres nous avons suivis la communauté linuxienne et profité de l&#8217;émulation pour faire quelques démos.</p>
<p style="text-align: center;"><span style="font-size: small;"><img class="size-full wp-image-473 aligncenter" title="21" src="http://www.silexlabs.org/the-blog/wp-content/uploads/2009/06/21.jpg" alt="21" width="428" height="200" /><br />
</span></p>
<p><span id="more-467"></span></p>
<p>Après un brief d&#8217;une heure sur les différentes distributions (+ versions) de Linux existantes depuis les débuts du pingouin, nous étions déjà plus à l&#8217;aise dans cet univers. Dès lors, je choisissais pour ma part de cacher mon Mac.</p>
<p>Au retour d&#8217;un &laquo;&nbsp;buffet gaulois presque parfait&nbsp;&raquo; l&#8217;équipe rencontra le prof de TR. Carrément dément, il nous proposa une little démo de son kart électrique dans la salle de cours de 30m2 : Challenge challenge !!</p>
<p>INTELLI&#8217;N, la télé présente pour filmer les candidats au trophée, n&#8217;a pu recevoir Pol qui n&#8217;avait qu&#8217;une chose à nous dire : &laquo;&nbsp;Demain j&#8217;arrête Spip !&nbsp;&raquo;</p>
<p><strong>Que retenir :</strong> Soissons est une jolie ville, Maxime et Dominique (nos hôtes) sont des anges, l&#8217;envie est un péché, 01net c&#8217;est chouette, Silex est un très vieil ordinateur des années 80, ne laissez pas cet endroit comme il l&#8217;a été le 7 mars 2006, la vidéo sur Silex tourne en 32 bit, d&#8217;où la transparence de mon hippopotame&#8230;
<ul class="lang_switch"></ul>
]]></content:encoded>
			<wfw:commentRss>http://www.silexlabs.org/the-blog/fr/2009/06/hack-ta-coherence-aux-trophees-du-libre/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
