<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
  <title>Kap Lab - Klovis News</title>
  <link rel="alternate" href="http://lab.kapit.fr" />
  <subtitle>The 30 most recent blogposts less than 1000.0 days old in space Klovis - Kap IT Libraries.</subtitle>
  <id>http://lab.kapit.fr</id>
  <entry>
    <title>Klovis Release 1.0</title>
    <link rel="alternate" href="http://lab.kapit.fr/display/klovis/2011/07/13/Klovis+Release+1.0" />
    <author>
      <name>Steeve Cayla</name>
    </author>
    <published>2011-07-13T16:55:10Z</published>
    <summary type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        News Item
            &lt;b&gt;added&lt;/b&gt; by
                    &lt;a href="http://lab.kapit.fr/display/~scayla"&gt;Steeve Cayla&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         &lt;h3&gt;&lt;a name="KlovisRelease1.0-KlovisFlex4UI"&gt;&lt;/a&gt;Klovis Flex 4 UI&lt;/h3&gt;

&lt;p&gt;&lt;b&gt;Added new components:&lt;/b&gt;&lt;/p&gt;
&lt;ul class="alternate" type="square"&gt;
	&lt;li&gt;Panel&lt;/li&gt;
	&lt;li&gt;IconButton&lt;/li&gt;
	&lt;li&gt;DataRangeSelector&lt;/li&gt;
	&lt;li&gt;Synchronous Autocomplete&lt;/li&gt;
	&lt;li&gt;AdvancedList&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;b&gt;Added default spark skin for all components&lt;/b&gt;&lt;/p&gt;

&lt;h3&gt;&lt;a name="KlovisRelease1.0-KlovisFlex3UI"&gt;&lt;/a&gt;Klovis Flex 3 UI&lt;/h3&gt;

&lt;p&gt;&lt;b&gt;Added new components:&lt;/b&gt;&lt;/p&gt;

&lt;ul class="alternate" type="square"&gt;
	&lt;li&gt;PreconfiguredSkin&lt;/li&gt;
&lt;/ul&gt;


&lt;h3&gt;&lt;a name="KlovisRelease1.0-KlovisFlex3Core"&gt;&lt;/a&gt;Klovis Flex 3 Core&lt;/h3&gt;

&lt;p&gt;&lt;b&gt;Added new components:&lt;/b&gt;&lt;/p&gt;

&lt;ul class="alternate" type="square"&gt;
	&lt;li&gt;CompositeLogTarget&lt;/li&gt;
	&lt;li&gt;LocalConnectionTarget&lt;/li&gt;
	&lt;li&gt;DelegateMockUtil&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;b&gt;Added asdoc for KlovisNotification&lt;/b&gt;&lt;/p&gt;

&lt;h3&gt;&lt;a name="KlovisRelease1.0-KlovisAIRCore"&gt;&lt;/a&gt;Klovis AIR Core&lt;/h3&gt;

&lt;p&gt;&lt;b&gt;Added new components&lt;/b&gt;&lt;/p&gt;

&lt;ul class="alternate" type="square"&gt;
	&lt;li&gt;ApplicationMenu&lt;/li&gt;
	&lt;li&gt;ApplicationUpdater&lt;/li&gt;
	&lt;li&gt;HTTPUtil&lt;/li&gt;
&lt;/ul&gt;


&lt;h3&gt;&lt;a name="KlovisRelease1.0-KlovisActionscriptCore"&gt;&lt;/a&gt;Klovis Actionscript Core&lt;/h3&gt;

&lt;p&gt;&lt;b&gt;Bug fixes :&lt;/b&gt;&lt;/p&gt;

&lt;ul class="alternate" type="square"&gt;
	&lt;li&gt;fr.kapit.actionscript.lang.parsing.StringTokenizer&lt;br/&gt;
 When using a string litteral as a delimiter, there is no need to protect (use a back slash) RegExp meta characters&lt;/li&gt;
&lt;/ul&gt;



&lt;p&gt;&lt;b&gt;Improvements :&lt;/b&gt;&lt;/p&gt;

&lt;ul class="alternate" type="square"&gt;
	&lt;li&gt;documentation (as doc)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class="alternate" type="square"&gt;
	&lt;li&gt;test cases&lt;/li&gt;
	&lt;li&gt;Reduces dependencies between classes. Using a single class should not pull the entire library.&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class="alternate" type="square"&gt;
	&lt;li&gt;fr.kapit.actionscript.asset&lt;br/&gt;
 Added "functions" package : all the methods from AssetsUtil are now also available as stand alone functions&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class="alternate" type="square"&gt;
	&lt;li&gt;fr.kapit.actionscript.lang.array&lt;br/&gt;
 Added "functions" package : all the methods from ArrayUtil are now also available as stand alone functions&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class="alternate" type="square"&gt;
	&lt;li&gt;fr.kapit.actionscript.lang.string&lt;br/&gt;
 Added "functions" package : all the methods from StringUtil are now also available as stand alone functions&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class="alternate" type="square"&gt;
	&lt;li&gt;fr.kapit.actionscript.lang.date&lt;br/&gt;
 Added "functions" package : some methods from DateUtil are now also available as stand alone functions&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class="alternate" type="square"&gt;
	&lt;li&gt;All event classes now overrides toString() using the formatToString() method&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class="alternate" type="square"&gt;
	&lt;li&gt;fr.kapit.actionscript.math.MathUtil&lt;br/&gt;
 Added toFixed() method to truncate floating point values&lt;br/&gt;
 Added nearlyEqual() method : fuzzy comparison method&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class="alternate" type="square"&gt;
	&lt;li&gt;fr.kapit.actionscript.math.Math2D&lt;br/&gt;
 Added getBestFitRatio()&lt;br/&gt;
 scaleBestFit() now returns Number value instead of integers&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class="alternate" type="square"&gt;
	&lt;li&gt;fr.kapit.actionscript.lang.array.ArrayUtil&lt;br/&gt;
 Added distinctItems() method to remove duplicate array entries&lt;br/&gt;
 Improved speed for indexOf() and lastIndexOf() by using unrolled loops&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class="alternate" type="square"&gt;
	&lt;li&gt;fr.kapit.actionscript.system.DisposeUtil&lt;br/&gt;
 Added disposeBitmap(), disposeBitmapData() and disposeByteArray() method&lt;br/&gt;
 Reworked the dispose() method to handle Array, updated documentation accordingly&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class="alternate" type="square"&gt;
	&lt;li&gt;fr.kapit.actionscript.net.command&lt;br/&gt;
 Added IStreamLoaderCommand interface&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class="alternate" type="square"&gt;
	&lt;li&gt;fr.kapit.lang.actionscript.system.debug&lt;br/&gt;
 Added formatToString() method (at package level) a quick way to obtain a string representation from an object&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;b&gt;Breaking Changes:&lt;/b&gt;&lt;/p&gt;

&lt;ul class="alternate" type="square"&gt;
	&lt;li&gt;fr.kapit.actionscript.asset package&lt;br/&gt;
 Modified the IAssetLibrary interface : added generic getAs() method to replace getAsFont(), getAsMovieClip(), getAsSound(), getAsSprite() and getAsStyleSheet()&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class="alternate" type="square"&gt;
	&lt;li&gt;fr.kapit.actionscript.collections.maps package&lt;br/&gt;
 Modified the IMap interface : getKey(), put(), and remove() now return Object instead of *&lt;br/&gt;
 Modified the IMap interface : added hasKeyElementPair() method originally defined by the IRegistry interface&lt;br/&gt;
 Removed HashMap and PersistentMap : the implementation was slow&lt;br/&gt;
 Added SimpleMap and SimplePersistentMap to replace HashMap and PersistentMap&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class="alternate" type="square"&gt;
	&lt;li&gt;fr.kapit.actionscript.collections.maps.registry&lt;br/&gt;
 Modified the IRegistry interface : removed hasKeyElementPair() , now defined by IMap&lt;br/&gt;
 Removed BaseRegistry and BasePersistentRegistry : the implementation was slow&lt;br/&gt;
 Added SimpleRegistry to replace BaseRegistry&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class="alternate" type="square"&gt;
	&lt;li&gt;event classes have been moved to "events" sub package&lt;br/&gt;
 for instance "CommandEvent" has been moved from fr.kapit.actionscript.lang.command to fr.kapit.actionscript.lang.command.events&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class="alternate" type="square"&gt;
	&lt;li&gt;ArrayUtil moved to fr.kapit.actionscript.lang.array package&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class="alternate" type="square"&gt;
	&lt;li&gt;StringUtil moved to fr.kapit.actionscript.lang.string package&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class="alternate" type="square"&gt;
	&lt;li&gt;DateUtil and DateDifference moved to fr.kapit.actionscript.lang.date package&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class="alternate" type="square"&gt;
	&lt;li&gt;fr.kapit.actionscript.lang.command&lt;br/&gt;
 Modified the ICommand interface to return the command instance on execute() and cancel()&lt;br/&gt;
 Updated all command classes implementing the ICommand interface&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class="alternate" type="square"&gt;
	&lt;li&gt;Removed fr.kapit.actionscript.net.localconnection package&lt;br/&gt;
 was useless, need rework&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class="alternate" type="square"&gt;
	&lt;li&gt;Removed fr.kapit.actionscript.system.device.command package&lt;br/&gt;
 was useless, need rework&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class="alternate" type="square"&gt;
	&lt;li&gt;Removed fr.kapit.actionscript.system.device.watchers classes&lt;br/&gt;
 was useless, need rework&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class="alternate" type="square"&gt;
	&lt;li&gt;Removed fr.kapit.actionscript.external.BrowserInfos class&lt;br/&gt;
 was useless&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class="alternate" type="square"&gt;
	&lt;li&gt;Removed  fr.kapit.actionscript.lang.persistence.SharedObjectUtil class&lt;br/&gt;
 was useless&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class="alternate" type="square"&gt;
	&lt;li&gt;fr.kapit.actionscript.math.Math2D&lt;br/&gt;
 Renamed rotation() to slopeAngle()&lt;br/&gt;
 Renamed pointsRotation() to pointsSlopeAngle()&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class="alternate" type="square"&gt;
	&lt;li&gt;fr.kapit.actionscript.lang.string.StringUtil&lt;br/&gt;
 Removed deprecated asciiCodeToChar() method&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class="alternate" type="square"&gt;
	&lt;li&gt;fr.kapit.actionscript.lang.array.ArrayUtil&lt;br/&gt;
 Changed the behavior of the clear() method : now returns the removed items&lt;/li&gt;
&lt;/ul&gt;

    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://lab.kapit.fr/display/klovis/2011/07/13/Klovis+Release+1.0"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;</summary>
    <dc:creator>Steeve Cayla</dc:creator>
    <dc:date>2011-07-13T16:55:10Z</dc:date>
  </entry>
  <entry>
    <title>Klovis Release 0.9.2</title>
    <link rel="alternate" href="http://lab.kapit.fr/display/klovis/2010/06/09/Klovis+Release+0.9.2" />
    <category term="release" />
    <category term="klovis" />
    <author>
      <name>Yoann Lheudé</name>
    </author>
    <published>2010-11-09T09:26:29Z</published>
    <summary type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        News Item
            &lt;b&gt;edited&lt;/b&gt; by
                    &lt;a href="http://lab.kapit.fr/display/~ylheude"&gt;Yoann Lheudé&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         &lt;p&gt;&lt;br clear="all" /&gt;
&lt;br clear="all" /&gt;&lt;/p&gt;

&lt;h3&gt;&lt;a name="KlovisRelease0.9.2-KlovisFlex"&gt;&lt;/a&gt;Klovis Flex&lt;/h3&gt;

&lt;p&gt;&lt;b&gt;Some Flex UI Components have been ported to Flex 4 :&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;StatusBar&lt;/li&gt;
	&lt;li&gt;AutoComplete&lt;/li&gt;
	&lt;li&gt;AdvancedTextInput&lt;/li&gt;
	&lt;li&gt;DataFilteringTextInput&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;b&gt;Fixes :&lt;/b&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Autocomplete: Item doesn't get selected and pop up remains open when re-selecting the last selected item&lt;/li&gt;
	&lt;li&gt;Autocomplete: Dropdown not closed on cancel button click&lt;/li&gt;
	&lt;li&gt;LazyDataGrid: Runtime Error when reseting dataprovider&lt;/li&gt;
&lt;/ul&gt;


&lt;h3&gt;&lt;a name="KlovisRelease0.9.2-KlovisAS"&gt;&lt;/a&gt;Klovis AS&lt;/h3&gt;

&lt;p&gt;&lt;b&gt;Refactoring :&lt;/b&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;package "lang.registry" : dropped the "Object" prefix (e.g. "IObjectRegistry" becomes "IIRegistry")&lt;/li&gt;
	&lt;li&gt;class "lang.ApplicationContext" , web browser related method (like "hostUrl") have been extracted to the "external.BrowserUtil" class&lt;/li&gt;
	&lt;li&gt;class "lang.DescribeHelper" has been moved to the "lang.introspection" package&lt;/li&gt;
	&lt;li&gt;class "lang.ObjectUtil" the "getClassName()" method has been extracted, the "ClassInfo" class from the "lang.introspection" package sports now the feature&lt;/li&gt;
	&lt;li&gt;package "net", the command classes have been moved to "net.command" package, the class hierarchy has also been reworked&lt;/li&gt;
	&lt;li&gt;package "system.performance" has been reworked, Watchers objects should now report to a Stat Monitor instance (work in progress)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;b&gt;Improvements :&lt;/b&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Improved global code quality (thanks to Flex PMD)&lt;/li&gt;
	&lt;li&gt;Improved code documentation (work in progress)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;b&gt;New features :&lt;/b&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Introduced "external" package, to deal with external interface and, especially, the web browser&lt;/li&gt;
	&lt;li&gt;Introduced "collections" package, inspired by the java collection framework (work in progress)&lt;/li&gt;
	&lt;li&gt;Introduced "lang.comparison" package, to deal with value comparison on object instances&lt;/li&gt;
	&lt;li&gt;Introduced "lang.introspection" package, providing extended data type recognition, and a basic "describeType()" wrapper&lt;/li&gt;
	&lt;li&gt;Introduced "lang.parsing" package, providing a "StringTokenizer" class&lt;/li&gt;
	&lt;li&gt;Introduced "lang.validation" package, in order to deal with data validation (work in progress)&lt;/li&gt;
&lt;/ul&gt;

    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://lab.kapit.fr/display/klovis/2010/06/09/Klovis+Release+0.9.2"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;</summary>
    <dc:creator>Yoann Lheudé</dc:creator>
    <dc:date>2010-11-09T09:26:29Z</dc:date>
  </entry>
  <entry>
    <title>Klovis Release 0.9.3</title>
    <link rel="alternate" href="http://lab.kapit.fr/display/klovis/2010/11/09/Klovis+Release+0.9.3" />
    <author>
      <name>Yoann Lheudé</name>
    </author>
    <published>2010-11-09T09:25:44Z</published>
    <summary type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        News Item
            &lt;b&gt;added&lt;/b&gt; by
                    &lt;a href="http://lab.kapit.fr/display/~ylheude"&gt;Yoann Lheudé&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         &lt;p&gt;&lt;br clear="all" /&gt;
&lt;br clear="all" /&gt;&lt;/p&gt;

&lt;h3&gt;&lt;a name="KlovisRelease0.9.3-KlovisFlex4UI"&gt;&lt;/a&gt;Klovis Flex 4 UI&lt;/h3&gt;

&lt;ul&gt;
	&lt;li&gt;Added a login box&lt;/li&gt;
&lt;/ul&gt;


&lt;h3&gt;&lt;a name="KlovisRelease0.9.3-KlovisASCore"&gt;&lt;/a&gt;Klovis AS Core&lt;/h3&gt;

&lt;p&gt;&lt;b&gt;Misc&lt;/b&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Code completion : Added Event meta tags on event dispatchers&lt;/li&gt;
	&lt;li&gt;a lot of interface now inherit from IDiposable&lt;/li&gt;
	&lt;li&gt;tweaked some interface and implementation to provide method chaining&lt;br/&gt;
      ( &lt;a href="http://en.wikipedia.org/wiki/Fluent_interface" rel="nofollow"&gt;http://en.wikipedia.org/wiki/Fluent_interface&lt;/a&gt; )&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;b&gt;Package asset&lt;/b&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;refactored the asset management : the same interface is used for embedded assets and assets retrieved from loaded SWF;&lt;/li&gt;
	&lt;li&gt;AssetsHelper is no more, please use a IAssetLibrary implementation, such as BaseAssetLibrary&lt;/li&gt;
	&lt;li&gt;AssetsHelper::loadAsset() has been replaced by IAssetLibrary::injectIntoLoader()&lt;/li&gt;
	&lt;li&gt;introduced SWFAssetLibraryAdapter to manage assets provided by a swf file&lt;/li&gt;
	&lt;li&gt;introduced BaseAssetLibrary to managed the embedded assets&lt;/li&gt;
	&lt;li&gt;Added Font handling to IAssetLibrary&lt;/li&gt;
	&lt;li&gt;Added getAsSprite() to IAssetLibrary&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;b&gt;Package collections&lt;/b&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;collections have been moved to the Klovis AS Core library&lt;/li&gt;
	&lt;li&gt;collections implements IDiposable interface&lt;/li&gt;
	&lt;li&gt;ArrayList : fixed getIterator&lt;/li&gt;
	&lt;li&gt;ArrayList : fixed addAllAtIndex&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;b&gt;Package lang&lt;/b&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;StringUtils : Added randomString() method&lt;/li&gt;
	&lt;li&gt;MathUtils : added randomInteger() method&lt;/li&gt;
	&lt;li&gt;small improvements to ApplicationContext&lt;/li&gt;
	&lt;li&gt;StringUtils : refactored pad() method to improve code maintenance&lt;/li&gt;
	&lt;li&gt;added IIterable interface&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;b&gt;Package lang.command&lt;/b&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;When a command is not given a name upon creation, then the command should generated one by itself&lt;/li&gt;
	&lt;li&gt;BaseCommandQueue : fixed the start() method&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Package lang.command.queue&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;For queueable commands, discard on fault is now set to true by default&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;b&gt;Package lang.pooling&lt;/b&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Added BaseObjectPool, a basic implementation of IObejctPool&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;b&gt;Package lang.introspection&lt;/b&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;renamed ClassInfo to ClassInfos (improved lib naming consistency)&lt;/li&gt;
	&lt;li&gt;added ClassUtil class&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;b&gt;Package system&lt;/b&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;changed IDisposable interface, the dispose method can now receive a "recursive" flag&lt;/li&gt;
	&lt;li&gt;added DisposeUtil, a class that contains static utility methods to call dispose() on instances.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;b&gt;Package system.debug&lt;/b&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Added traceEnumerateFonts() to output the list of available font to the debug console&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;b&gt;Package net.download&lt;/b&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;added IQueueableNetLoaderCommand to be used on the BasDownloadQueue&lt;/li&gt;
&lt;/ul&gt;

    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://lab.kapit.fr/display/klovis/2010/11/09/Klovis+Release+0.9.3"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;</summary>
    <dc:creator>Yoann Lheudé</dc:creator>
    <dc:date>2010-11-09T09:25:44Z</dc:date>
  </entry>
</feed>

