<?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>interoperability .net &#187; Open Source</title>
	<atom:link href="http://blog.i14y.net/category/open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.i14y.net</link>
	<description>interoperability, security, workflows, open source &#38; shared source initiatives</description>
	<lastBuildDate>Sun, 08 Jan 2012 18:02:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Invoice template for your company #Entrepreneurship #Belgium #Law #VAT #Startup</title>
		<link>http://blog.i14y.net/2012/01/08/invoice-template-for-your-company-entrepreneurship-belgium-law-vat-startup/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=invoice-template-for-your-company-entrepreneurship-belgium-law-vat-startup</link>
		<comments>http://blog.i14y.net/2012/01/08/invoice-template-for-your-company-entrepreneurship-belgium-law-vat-startup/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 18:02:09 +0000</pubDate>
		<dc:creator>Abdelkrim</dc:creator>
				<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Template]]></category>

		<guid isPermaLink="false">http://blog.i14y.net/?p=784</guid>
		<description><![CDATA[Do you need an invoice template that takes into consideration the Belgian specificities with regard to the tax law? here is one template using OpenOffice and Excel format you might use for your SME. All you comments are welcomed! PS: &#8230; <a href="http://blog.i14y.net/2012/01/08/invoice-template-for-your-company-entrepreneurship-belgium-law-vat-startup/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Do you need an invoice template that takes into consideration the Belgian specificities with regard to the tax law? here is one template using OpenOffice and Excel format you might use for your SME.</p>
<p><strong>All you comments are welcomed!</strong></p>
<p>PS: the files contain no macro.</p>
<p>&nbsp;</p>
<p><a href="http://blog.i14y.net/wp-content/uploads/2012/01/YOUR-COMPANY-00000-INVOICE-CUSTOMER-YYYYMM-Month.ods">Template of an invoice including Belgian Tax Law generalities &#8211; OpenOffice.org version</a></p>
<p><a href="http://blog.i14y.net/wp-content/uploads/2012/01/YOUR-COMPANY-00000-INVOICE-CUSTOMER-YYYYMM-Month.xlsx">Template of an invoice including Belgian Tax Law generalities &#8211; Microsoft Excel version</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.i14y.net/2012/01/08/invoice-template-for-your-company-entrepreneurship-belgium-law-vat-startup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setup project on #google app engine running #Mercurial #Eclipse #Python #app_engine</title>
		<link>http://blog.i14y.net/2011/05/14/setup-project-on-google-app-engine-running-mercurial-eclipse-python-app_engine/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=setup-project-on-google-app-engine-running-mercurial-eclipse-python-app_engine</link>
		<comments>http://blog.i14y.net/2011/05/14/setup-project-on-google-app-engine-running-mercurial-eclipse-python-app_engine/#comments</comments>
		<pubDate>Sat, 14 May 2011 22:03:33 +0000</pubDate>
		<dc:creator>Abdelkrim</dc:creator>
				<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://blog.i14y.net/?p=508</guid>
		<description><![CDATA[Starting a new project using Python on the Google App Engine, I decided to keep in mind the steps put in place in order to make this project running. Due to this, I have created a list of resources that &#8230; <a href="http://blog.i14y.net/2011/05/14/setup-project-on-google-app-engine-running-mercurial-eclipse-python-app_engine/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Starting a new project using Python on the Google App Engine, I decided to keep in mind the steps put in place in order to make this project running.<br />
Due to this, I have created a list of resources that should help you out if you want to achieve the same goal.</p>
<h1>Google tools</h1>
<p>Create a new project: <a title="Create a project on Google code" href="http://code.google.com/hosting/createProject" target="_blank">http://code.google.com/hosting/createProject</a></p>
<p>Create a new group: <a title="Create a new project on Google hosting" href="http://groups.google.com/groups/create" target="_blank">http://groups.google.com/groups/create</a></p>
<h1>Mercurial source control</h1>
<p>Quickstart to mercurial <a title="Quick start to mercurial source control" href="http://mercurial.selenic.com/quickstart/" target="_blank">http://mercurial.selenic.com/quickstart/</a></p>
<p>Quick reference card and cheat sheets: <a title="Quick reference card and cheat sheets on Mercurial source control" href="http://mercurial.selenic.com/wiki/QuickReferenceCardsAndCheatSheets" target="_blank">http://mercurial.selenic.com/wiki/QuickReferenceCardsAndCheatSheets</a></p>
<p>Mercurial source control: <a title="Mercurial source control" href="http://mercurial.selenic.com/downloads/" target="_blank">http://mercurial.selenic.com/downloads/</a></p>
<h1>Eclipse IDE</h1>
<p>Eclipse IDE: <a title="Eclipse IDE" href="http://www.eclipse.org/downloads/" target="_blank">http://www.eclipse.org/downloads/</a></p>
<p>Google Plugin for Eclipse: <a title="Google Plugin for Eclipse" href="http://code.google.com/eclipse/docs/getting_started.html" target="_blank">http://code.google.com/eclipse/docs/getting_started.html</a></p>
<p>Mercurial plugin for Eclipse: <a title="Mercurial plugin for Eclipse" href="http://code.google.com/a/eclipselabs.org/p/mercurialeclipse/" target="_blank">http://code.google.com/a/eclipselabs.org/p/mercurialeclipse/</a></p>
<p>MercurialEclipse and its priceless tips  <a title="MercurialEclipse and tutorial" href="http://www.javaforge.com/project/HGE" target="_blank">http://www.javaforge.com/project/HGE</a></p>
<p>Create the new repository &#8211; watch this tutorial : <a title="MercurialEclipse priceless tips - tutorial" href="http://www.javaforge.com/wiki/78696" target="_blank">http://www.javaforge.com/wiki/78696</a></p>
<p>Gnu Privacy Gard (GnuPG) tools : <a title="Gnu Privacy Gard (GnuPG) tools" href="http://www.gnupg.org/" target="_blank">http://www.gnupg.org/</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.i14y.net/2011/05/14/setup-project-on-google-app-engine-running-mercurial-eclipse-python-app_engine/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Eight (8) tools you need to master if you want to actively participate to the development of Asterisk open source software</title>
		<link>http://blog.i14y.net/2011/02/06/eight-8-tools-you-need-to-master-if-you-want-to-actively-participate-to-the-development-of-asterisk-open-source-software/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=eight-8-tools-you-need-to-master-if-you-want-to-actively-participate-to-the-development-of-asterisk-open-source-software</link>
		<comments>http://blog.i14y.net/2011/02/06/eight-8-tools-you-need-to-master-if-you-want-to-actively-participate-to-the-development-of-asterisk-open-source-software/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 22:24:12 +0000</pubDate>
		<dc:creator>Abdelkrim</dc:creator>
				<category><![CDATA[Conference]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://blog.i14y.net/?p=379</guid>
		<description><![CDATA[I present how a developer could participate to the Asterisk development community. This is based on the talk made by Russel Bryant http://fosdem.org/2011/schedule/speaker/russell_bryant during the FOSDEM 2011 http://fosdem.org/2011/ http://www.asterisk.org/ is software that turns an ordinary computer into a communications server &#8230; <a href="http://blog.i14y.net/2011/02/06/eight-8-tools-you-need-to-master-if-you-want-to-actively-participate-to-the-development-of-asterisk-open-source-software/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I present how a developer could participate to the Asterisk development community.</p>
<p>This is based on the talk made by Russel Bryant <a href="http://fosdem.org/2011/schedule/speaker/russell_bryant">http://fosdem.org/2011/schedule/speaker/russell_bryant</a> during the FOSDEM 2011 <a href="http://fosdem.org/2011/">http://fosdem.org/2011/</a></p>
<p><a href="http://www.asterisk.org/">http://www.asterisk.org/</a> is software that turns an ordinary computer into a communications server</p>
<p><a href="http://www.reviewboard.org/">http://www.reviewboard.org</a> web-based code review tool that offers developers an easy way to handle code reviews</p>
<p><a href="http://www.atlassian.com/software/bamboo/">http://www.atlassian.com/software/bamboo/</a> continuous integration server that automates the building and testing of your software</p>
<p><a href="http://www.lua.org/">http://www.lua.org</a> powerful, fast, lightweight, embeddable scripting language used for unit testing</p>
<p>Sniff2snipp: utility for creating SIPp scenarios from pcap files</p>
<p><a href="http://sipp.sourceforge.net/">http://sipp.sourceforge.net/</a> free Open Source test tool / traffic generator for the SIP protocol</p>
<p><a href="http://en.wikipedia.org/wiki/Pcap">http://en.wikipedia.org/wiki/Pcap</a> pcap (<strong>p</strong>acket <strong>cap</strong>ture) consists of an application-programming interface (API) for capturing network traffic.</p>
<ol>
<li><a href="http://www.tcpdump.org/">www.tcpdump.org</a> (Un*x)</li>
<li><a href="http://www.winpcap.org/">www.winpcap.org</a> (Windows)</li>
</ol>
<p><a href="http://www.gnu.org/software/gdb/">http://www.gnu.org/software/gdb/</a> GNU Project debugger, allows you to see what is going on `inside&#8217; another program while it executes &#8212; or what another program was doing at the moment it crashed.</p>
<p><a href="http://valgrind.org/">http://valgrind.org/</a> instrumentation framework for building dynamic analysis tools (for debugging in C)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.i14y.net/2011/02/06/eight-8-tools-you-need-to-master-if-you-want-to-actively-participate-to-the-development-of-asterisk-open-source-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial : Using Twitter OAuth and the Twitter API with ASP.NET and C#</title>
		<link>http://blog.i14y.net/2011/01/10/tutorial-using-twitter-oauth-and-the-twitter-api-with-asp-net-and-c/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=tutorial-using-twitter-oauth-and-the-twitter-api-with-asp-net-and-c</link>
		<comments>http://blog.i14y.net/2011/01/10/tutorial-using-twitter-oauth-and-the-twitter-api-with-asp-net-and-c/#comments</comments>
		<pubDate>Mon, 10 Jan 2011 01:49:52 +0000</pubDate>
		<dc:creator>Abdelkrim</dc:creator>
				<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://blog.i14y.net/?p=334</guid>
		<description><![CDATA[I have just finished my first connection to Twitter using non open source software   It was faster to run a test using the tools already installed on my machine.  To be short: install Visual Studio 2010 Express http://www.microsoft.com/express/downloads/ install &#8230; <a href="http://blog.i14y.net/2011/01/10/tutorial-using-twitter-oauth-and-the-twitter-api-with-asp-net-and-c/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have just finished my first connection to Twitter using non open source software <img src='http://blog.i14y.net/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  </p>
<p>It was faster to run a test using the tools already installed on my machine. </p>
<p><span id="more-334"></span></p>
<p>To be short:</p>
<ol>
<li>install Visual Studio 2010 Express <a href="http://www.microsoft.com/express/downloads/">http://www.microsoft.com/express/downloads/</a></li>
<li>install IIS 7 and all ASP.NET options using the Microsoft Web Platform Installer <a href="http://www.iis.net/webpi">http://www.iis.net/webpi</a></li>
<li>run as administrator the following command lines:
<ol>32 bits: %windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe –i<br />
64 bits: %windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe –i</ol>
</li>
<li>Create an account on <a href="http://www.twitter.com">http://www.twitter.com</a></li>
<li>Run IIS 7 <strong>as administrator</strong></li>
<li>Create a new site called &#8220;nettwitter&#8221; <strong>and choose a port</strong>: e.g. 8081</li>
<li>
<p><div id="attachment_338" class="wp-caption aligncenter" style="width: 650px"><a href="http://blog.i14y.net/wp-content/uploads/2011/01/nettwitter-web-deploy-IIS7.png"><img class="size-large wp-image-338" title="nettwitter-web deploy-IIS7" src="http://blog.i14y.net/wp-content/uploads/2011/01/nettwitter-web-deploy-IIS7-1024x592.png" alt="Create a new site using IIS7 named nettwitter" width="640" height="370" /></a><p class="wp-caption-text">Create a new site using IIS7 named nettwitter</p></div></li>
<li>Update the application pool of the nettwitter site in order to .NET 4.0 target framework</li>
<li>
<p><div id="attachment_339" class="wp-caption aligncenter" style="width: 650px"><a href="http://blog.i14y.net/wp-content/uploads/2011/01/nettwitter-web-deploy-IIS7-application-pools.png"><img class="size-large wp-image-339" title="nettwitter-web deploy-IIS7-application pools" src="http://blog.i14y.net/wp-content/uploads/2011/01/nettwitter-web-deploy-IIS7-application-pools-1024x592.png" alt="Update to .NET 4.0 the target framework of the nettwitter site" width="640" height="370" /></a><p class="wp-caption-text">Update to .NET 4.0 the target framework of the nettwitter site</p></div></li>
<li>Run Visual Studio 2010 <strong>as Administrator</strong></li>
<li>Follow this twitter tutorial: <a href="http://www.giantflyingsaucer.com/blog/?p=2074">http://www.giantflyingsaucer.com/blog/?p=2074</a></li>
<li>Publish the web application using the following properties</li>
<li>
<p><div id="attachment_340" class="wp-caption aligncenter" style="width: 476px"><a href="http://blog.i14y.net/wp-content/uploads/2011/01/nettwitter-web-deploy.png"><img class="size-full wp-image-340" title="nettwitter-web deploy" src="http://blog.i14y.net/wp-content/uploads/2011/01/nettwitter-web-deploy.png" alt="Properties to set for the deployment of the nettwitter site on IIS7 " width="466" height="629" /></a><p class="wp-caption-text">Properties to set for the deployment of the nettwitter site on IIS7 </p></div></li>
<li>You should see your last tweets as described inside the post</li>
</ol>
<p>I also tried the twitter API provided by <a href="http://www.twitterizer.net">http://www.twitterizer.net</a> </p>
<ol>
<li>run the sample from <a href="http://www.twitterizer.net/downloads/#general">http://www.twitterizer.net/downloads/#general</a> by running the Twitterizer2.3.1-examples\TwitterizerExampleApplications.sln project</li>
<li>That&#8217;s all folks</li>
</ol>
<p>  </p>
<p>Next time, I do the same exercise using Python; Then I may start to develop a tool to fasten and improve the visibility of the tweets (tweetdeck, twitter and the others quite sucks)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.i14y.net/2011/01/10/tutorial-using-twitter-oauth-and-the-twitter-api-with-asp-net-and-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft, the biggest distributor of Open Source Software ever?</title>
		<link>http://blog.i14y.net/2008/10/18/microsoft-the-biggest-distributor-of-open-source-software-ever/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=microsoft-the-biggest-distributor-of-open-source-software-ever</link>
		<comments>http://blog.i14y.net/2008/10/18/microsoft-the-biggest-distributor-of-open-source-software-ever/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 20:45:22 +0000</pubDate>
		<dc:creator>Abdelkrim</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[a]]></category>
		<category><![CDATA[distributor]]></category>
		<category><![CDATA[FLOSS]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://blog.i14y.net/?p=169</guid>
		<description><![CDATA[First, Microsoft and Novell agreement gave to Microsoft the opportunity to be one of the biggest seller of Linux Operating System A few months ago, Microsoft released the Microsoft Web Application Installer[0] that allowed limited amount of Windows users[1] to &#8230; <a href="http://blog.i14y.net/2008/10/18/microsoft-the-biggest-distributor-of-open-source-software-ever/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>First, Microsoft and Novell agreement gave to Microsoft the opportunity to be one of the biggest seller of Linux Operating System</p>
<p>A few months ago, Microsoft released the Microsoft Web Application Installer[0] that allowed limited amount of Windows users[1] to easily install widely used Open Source software. But strangely, the Readme file [2] contradicts the list[1] supported Operating Systems by saying: <em>&#8220;&#8230;Windows Vista RTM is not supported due to the lack of FastCGI support for the version of IIS that ships with it&#8230;&#8221;</em>.</p>
<p>I haven&#8217;t found a given explanation justifying the first selection:                                           <a href="http://www.microsoft.com/web/content.aspx?id=products-download-wordpress">DotNetNuke, Drupal, Gallery, Graffiti CMS, osCommerce, phpBB, WordPress.<br />
</a></p>
<p>It seems that the first <strong>Microsoft choice doesn&#8217;t focus on developers but on users of open source software</strong>: The tools proposed are not exclusively manageable by high skilled administrators like <a title="OBM" href="http://www.obm.org" target="_blank">OBM</a>,</p>
<p>What are the reasons why Microsoft releases such installer? I found several good reasons:</p>
<ol>
<li>To increase the amount of PHP developers on Windows OS</li>
<li>To increase the amount of ASP.NET developers by Open Source developers</li>
<li>To increase the usage of Internet Information Services (IIS) by Open Source developers</li>
</ol>
<p>But today, I used the same link to see what happened to this initiative and I can only say that it has been abandoned!</p>
<p>Microsoft is now providing a kind of LAMP stack of Microsoft Free solutions: .NET Framework, IIS and Extensions, SQL Server and Visual Web Developer.</p>
<p>That is a great idea for the Microsoft .NET developers but will once again prove that Microsoft has difficulties to find a breach into the open source community cohesion against them.</p>
<p>[0] <a title="Microsoft Web Application Installer" href="http://www.microsoft.com/web/channel/products/WebApplicationInstaller.aspx" target="_blank">http://www.microsoft.com/web/channel/products/WebApplicationInstaller.aspx</a></p>
<p>[1] Supported Operating Systems are: Windows Vista RTM, Windows Vista SP1, Windows Server 2008</p>
<p>[2] <a title="Web AI readme file" href="http://forums.iis.net/t/1152406.aspxhttp://forums.iis.net/t/1152406.aspx" target="_blank">http://forums.iis.net/t/1152406.aspx</a></p>
<p>[4] <a title="Open Source at Microsoft" href="http://www.microsoft.com/opensource" target="_blank">http://www.microsoft.com/opensource/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.i14y.net/2008/10/18/microsoft-the-biggest-distributor-of-open-source-software-ever/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Research for eGovernment (R4eGov), an Open Source architecture</title>
		<link>http://blog.i14y.net/2008/02/04/research-for-egovernment-r4egov-an-open-source-architecture/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=research-for-egovernment-r4egov-an-open-source-architecture</link>
		<comments>http://blog.i14y.net/2008/02/04/research-for-egovernment-r4egov-an-open-source-architecture/#comments</comments>
		<pubDate>Sun, 03 Feb 2008 22:52:19 +0000</pubDate>
		<dc:creator>Abdelkrim</dc:creator>
				<category><![CDATA[eGovernement]]></category>
		<category><![CDATA[European Commission]]></category>
		<category><![CDATA[Interoperability]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[SOA]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://blog.i14y.net/2008/02/04/research-for-egovernment-r4egov-an-open-source-architecture/</guid>
		<description><![CDATA[R4egov: The technical components The architecture of the system is based on Open Source or Microsoft solutions. We selected the two competing architectures to address the needs of the partners and to ensure an interoperability of the most used multi-tier &#8230; <a href="http://blog.i14y.net/2008/02/04/research-for-egovernment-r4egov-an-open-source-architecture/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[</p>
<p> <embed src="http://www.dailymotion.com/swf/5ZsaiQYIRa5w8o4fi" width="320" height="256" type="application/x-shockwave-flash" allowfullscreen="true" />
<p><a href="http://www.dailymotion.com/video/x3ey2s_r4egov-the-technical-components">R4egov: The technical components</a>     </p>
<p>The architecture of the system is based on Open Source or Microsoft solutions. We selected the two competing architectures to address the needs of the partners and to ensure an interoperability of the most used multi-tier architectures on the market.</p>
<p>Open Source Stack:</p>
<ul>
<li>Intalio|BPMS</li>
<li>Apache foundation components</li>
<li>WSO2 Enterprise Service Bus</li>
<li>Web Services Specifications</li>
</ul>
<p>Microsoft Stack:</p>
<ul>
<li>Microsoft BizTalk 2006 R2</li>
<li>Microsoft SharePoint 2007</li>
<li>Microsoft .NET 2.0</li>
<li>Microsoft .NET 3.0</li>
<ul>
<li>Windows Communication Foundation</li>
<li>Windows Workflow Foundation</li>
</ul>
</ul>
<p>&#160;</p>
<p>Further information about the project available on <a href="http://www.r4egov.eu">http://www.r4egov.eu</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.i14y.net/2008/02/04/research-for-egovernment-r4egov-an-open-source-architecture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Will GPL die at European administration now that European Union Public Licence (EUPL) is available in 22 languages?</title>
		<link>http://blog.i14y.net/2008/02/02/will-gpl-die-at-european-administration-now-that-european-union-public-licence-eupl-is-available-in-22-languages/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=will-gpl-die-at-european-administration-now-that-european-union-public-licence-eupl-is-available-in-22-languages</link>
		<comments>http://blog.i14y.net/2008/02/02/will-gpl-die-at-european-administration-now-that-european-union-public-licence-eupl-is-available-in-22-languages/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 23:12:23 +0000</pubDate>
		<dc:creator>Abdelkrim</dc:creator>
				<category><![CDATA[eGovernement]]></category>
		<category><![CDATA[European Commission]]></category>
		<category><![CDATA[IDABC]]></category>
		<category><![CDATA[Interoperability]]></category>
		<category><![CDATA[Licence]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://blog.i14y.net/2008/02/02/will-gpl-die-at-european-administration-now-that-european-union-public-licence-eupl-is-available-in-22-languages/</guid>
		<description><![CDATA[A small disclaimer This post is based on my understanding of legal discussions. As I&#8217;m not a lawyer I already ask you to forgive me for the mistakes. It is clear that this post will be updated depending on the &#8230; <a href="http://blog.i14y.net/2008/02/02/will-gpl-die-at-european-administration-now-that-european-union-public-licence-eupl-is-available-in-22-languages/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2>A small disclaimer</h2>
<p>This post is based on my understanding of legal discussions. As I&#8217;m not a lawyer I already ask you to forgive me for the mistakes. It is clear that this post will be updated depending on the input of the readers or my offline discussions with legal experts.</p>
<h2></h2>
<h2>Some introduction</h2>
<p>A few months ago I wrote this post: <a href="http://blog.i14y.net/2007/04/21/will-gpl-die-at-european-administration-now-that-eupl-is-available/" title="Will gpl die at european administration now that eupl is available?">Will gpl die at european administration now that eupl is available?</a> where I asked if the European Commission will introduce a real competitor to the GPL in Europe thanks to its Open Source Licence. A licence that will be transposed as laws in the 27 European Union Member States.</p>
<h2>The translation process</h2>
<p>I knew that the European Commission was dealing with the translation of the <a href="http://ec.europa.eu/idabc/en/document/6523" target="_blank">EUPL</a> because my company dealt with the process.</p>
<p>After a first proposal from the translation service of the European Commission, we requested to more than 40 &#8220;Open Source Licence&#8221; experts all over Europe to review, comment and propose amendment (if needed) to the Licence based on their national law.</p>
<p>Adapting the Licence to a Member State means that the public or private organisations wanting to use the EUPL in its language have the advantage that the Licence will preserve their national rights (copyright, obligations of the licensee, Chain of authorship, Warranty, Liability, Termination of the licence&#8230;).<br />
Except the <a href="http://www.cecill.info/licences/Licence_CeCILL_V2-en.html" target="_blank">French Cecill licence</a>, no other Open Source licence adapts its content with any national law!</p>
<h2>Important notice regarding the language</h2>
<p>The translations of the EUPL are translated in 22 languages. We are 27 Member States. We know that several countries recognise the same languages: French is used in Belgium and France; German is used in Germany, Belgium and Austria; Dutch is used in the Netherlands and Belgium&#8230;</p>
<p>Today, for me it is still unclear how the French version of the EUPL reflects the Belgian and/or the French law ?!? I have the same question for the other &#8220;shared&#8221; languages.</p>
<p>I assume that the transposition of the directive in the different laws will definitely address my incertitude</p>
<h2>The workshop with the legal experts and Open Source practitioners</h2>
<p>25 January 2008, <strong>I</strong>nteroperable <strong>D</strong>elivery of European eGovernment Services to public <strong>Administrations</strong>, <strong>Businesses</strong> and <strong>Citizens </strong>(IDABC) organised a workshop during which all legal experts and OSS practitioners from across Europe have met to discuss their experiences with the EUPL.</p>
<p>A presentation of</p>
<ul>
<li>the Business Plan of the Informatics&#8217; Directorate General (DG DIGIT) regarding the use of Open Source Software,</li>
<li>The reasons to develop the EUPL</li>
<li>Legal context and milestones of the elaboration of the EUPL</li>
<li>the process of translation and quality control</li>
<li>the future of EUPL: the v1.1, current and possible<br />
compatibility /GPL V3</li>
</ul>
<h2></h2>
<h2>The future version of the EUPL</h2>
<p>Last topic of the day was the preparation of the next version of the EUPL by discussing with the legal experts of the possible amendments to be made to the current version of the licence.</p>
<p>Main discussions topics were the following:</p>
<h3>Do we need to add the Application Service Providers (ASP) (See section 1 definition)?</h3>
<p>As most of the open source applications are &#8220;server based&#8221; it should be essential to include it</p>
<h3>Finland expert explained how to apply the hierarchy between the distribution and the communication based on the finish law (see section 1 definition)</h3>
<p>EUPL says the following: &#8220;<em><strong>Distribution </strong>and/or <strong>Communication</strong>: any act of selling, giving, lending, renting, distributing, communicating, <strong>transmitting</strong>, or otherwise <strong>making available</strong>, on-line or off-line, copies of the Work at the disposal of any other natural or legal person.&#8221;</em></p>
<p>the Finish law gives this priority for the verbs presented in bold:</p>
<ol>
<li>Making available
<ol>
<li>Distribution</li>
<li>Display</li>
<li>Public performance (Music, Television)</li>
<li>Communication</li>
</ol>
</li>
</ol>
<p>This prioritisation is important but still vague for me. Apparently this is linked with, for example, the difference existing between &#8220;watching the television&#8221; and &#8220;using a User Interface of an application&#8221;. Physically speaking you do the same: you watch a screen; but legally speaking there is a difference. As soon as I get further information I will update this post.</p>
<h3>Polish expert explained that there is a difference between the &#8220;Work&#8221; and the &#8220;Software&#8221;</h3>
<p>The EUPL says this (section 1 definitions): <em>&#8220;<strong>The Original Work or the Software</strong>: the software distributed and/or communicated by the Licensor under this Licence, available as Source Code and also as Executable Code as the case may be.      </em></p>
<p><em>- <strong>Derivative Works</strong>: the works or software that could be created by the Licensee, based upon the Original Work or modifications thereof. This Licence does not define the extent of modification or dependence on the Original Work required in order to classify a work as a Derivative Work; this extent is determined by copyright law applicable in the country mentioned in Article 15.      </em></p>
<p><em>- <strong>The Work</strong>: the Original Work and/or its Derivative Works.&#8221;</em></p>
<p>The expert explained us that there is a difference between the &#8220;environment&#8221; and the &#8220;software&#8221;.</p>
<p>The environment encloses everything that allows software to run: the software, the files associated (like XML Schemas, scripts&#8230;), the database software&#8230;</p>
<p>The Software is just the piece of code that could run on a specific environment.</p>
<p>The expert requested to add new definition describing the concept of the environment.</p>
<h3>German expert asked what means the verb &#8220;use&#8221;?</h3>
<p>EUPL says this:</p>
<ul>
<li><em><strong>Section 2 Scope of the rights granted by the Licence</strong>:</em>
<ul>
<li><em>&#8220;&#8230;Any <strong>use </strong>of the Work, other than as authorised under this Licence is prohibited&#8230;&#8221;</em></li>
<li><em>&#8220;&#8230;<strong>use </strong>the Work in any circumstance and for all usage&#8230;&#8221;</em></li>
<li><em>&#8220;&#8230;The Licensor grants to the Licensee royalty-free, non exclusive <strong>usage </strong>rights to any patents held by the Licensor, to the extent necessary <strong>to make use </strong>of the rights granted on the Work under this Licence&#8230;&#8221;</em></li>
</ul>
</li>
<li><strong>Section 5 Obligations of the Licensee:</strong> <em>&#8220;Legal Protection: This Licence does not grant permission <strong>to use </strong>the trade names, trademarks, service marks, or names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the copyright notice.&#8221;</em></li>
<li><strong>section 8 Disclaimer of Liability:</strong> <em>&#8220;&#8230;Except in the cases of wilful misconduct or damages directly caused to natural persons, the Licensor will in no event be liable for any direct or indirect, material or moral, damages of any kind, arising out of the Licence or of <strong>the use </strong>of the Work&#8230;&#8221;</em></li>
<li><strong>Section 10 Acceptance of the Licence</strong>: <em>&#8220;Similarly, you irrevocably accept this Licence and all of its terms and conditions by exercising any rights granted to You by Article 2 of this Licence, such as <strong>the use </strong>of the Work&#8230;&#8221;</em></li>
</ul>
<p>The verb &#8220;to use&#8221; must be understood as &#8220;to run the program&#8221;.</p>
<h3>Section 7 Disclaimer of Warranty</h3>
<p>Apparently the 3rd paragraph poses problem: <em>&#8220;This disclaimer of warranty is an essential part of the Licence and a condition for the grant of any rights to the Work.&#8221;</em></p>
<p>The question by the German expert was &#8220;what happens if there is a problem  with the national law?&#8221;</p>
<p>Apparently a change in the wording will be needed (unfortunately I didn&#8217;t write it down to share it inside this post)</p>
<h3>&#8220;Section 7 paragraph 3&#8243; and Section 13 are contradictory</h3>
<p>Section 7 paragraph 3 says: <em>&#8220;<strong>This disclaimer of warranty is an essential part of the Licence</strong> and a condition for the grant of any rights to the Work.&#8221;</em></p>
<p>Section 13. Miscellaneous says: <em>&#8220;Without prejudice of Article 9 [Additional agreements] above, the Licence represents the complete agreement between the Parties as to the Work licensed hereunder. <strong>If any provision of the Licence is invalid or unenforceable under applicable law, this will not affect the validity or enforceability of the Licence as a whole</strong>. Such provision will be construed and/or reformed so as necessary to make it valid and enforceable..</em><em>.&#8221;</em></p>
<p>Effectively, Section 7 says that the &#8220;disclaimer of warranty is an essential part of the Licence&#8221; where the Section 13 days that &#8220;[if some] provision of the Licence is invalid or unenforceable&#8230;this will not affect the validity &#8230; of the licence as a whole&#8221;.</p>
<h3>In Italy, clauses limiting warranties must be &#8220;double signed&#8221;</h3>
<p>Section 7 should be updated in Italian because the clauses limiting the warranties must be signed by the licensor and the licensee: Reading and clicking on a button demonstrating your acceptance of the licence is not sufficient!</p>
<h3>Bugs inherent to the Open Source software?!?</h3>
<p>A legal expert correctly mentioned that the section 7 Disclaimer of Warranty says this &#8220;The Work is a work in progress, which is continuously improved by numerous contributors. <strong>It is not a finished work and may therefore contain defects or “bugs” inherent to this type of software development</strong>.&#8221;</p>
<p>This sentence presumes that Open Source Software quality is such that bugs are inherent to this type of software. Meaning that other types of applications (read closed source applications) are not subject to bugs <img src='http://blog.i14y.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>This sentence will be removed in the future.</p>
<p>What means &#8220;reasonable&#8221; in the Section 13 Miscellaneous?</p>
<p>Section 13 says this: <em>&#8220;The European Commission may put into force translations and/or binding new versions of this Licence, so far this is required and <strong>reasonable</strong>.&#8221;</em></p>
<p>Reasonable adjective is too vague. People could imagine that the European Commission can change the type of the Open Source classification of the EUPL to a closed source classification.</p>
<p>Off course, this is not the vision of the European Commission!<br />
German expert proposed to change the adjective &#8220;reasonable&#8221; by something like &#8220;Open Source licence&#8221; or &#8220;Copyleft licence&#8221;.</p>
<h2>Conclusion</h2>
<p>This is not my first meeting with legal experts but it is maybe the first time that I could understand each word of an Open Source Licence thanks to the translations that was made available.</p>
<p>Off course, the GPL has been translated by people without any warranty of quality and completeness but here, we discussed with people wanting to translate an Open Source Licence that can be used in Europe and be used in its own language.<br />
A lot of money has been used to translate this Licence but the advantage for the European Public or Private organisations that don&#8217;t need to translate it individually is such that our money has been perfectly used.</p>
<p>Today, people are working on the comments made by the experts in order to propose a new version of the Licence. It will take months before the version 1.1 will be released and everybody is free to make comments on this licence to make it the most used Open Source licence in Europe!</p>
<h2>References</h2>
<p>European Union Public Licence v1.0: <a href="http://ec.europa.eu/idabc/en/document/6523" title="http://ec.europa.eu/idabc/en/document/6523">http://ec.europa.eu/idabc/en/document/6523</a></p>
<p>Council Directive 91/250/EEC of 14 May 1991 on the legal protection of computer programs: <a href="http://europa.eu/scadplus/leg/en/lvb/l26027.htm" title="http://europa.eu/scadplus/leg/en/lvb/l26027.htm">http://europa.eu/scadplus/leg/en/lvb/l26027.htm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.i14y.net/2008/02/02/will-gpl-die-at-european-administration-now-that-european-union-public-licence-eupl-is-available-in-22-languages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Will GPL die at European administration now that EUPL is available?</title>
		<link>http://blog.i14y.net/2007/04/21/will-gpl-die-at-european-administration-now-that-eupl-is-available/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=will-gpl-die-at-european-administration-now-that-eupl-is-available</link>
		<comments>http://blog.i14y.net/2007/04/21/will-gpl-die-at-european-administration-now-that-eupl-is-available/#comments</comments>
		<pubDate>Fri, 20 Apr 2007 23:40:41 +0000</pubDate>
		<dc:creator>Abdelkrim</dc:creator>
				<category><![CDATA[European Commission]]></category>
		<category><![CDATA[IDABC]]></category>
		<category><![CDATA[Interoperability]]></category>
		<category><![CDATA[Licence]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[OSOR]]></category>

		<guid isPermaLink="false">http://blog.i14y.net/2007/04/21/will-gpl-die-at-european-administration-now-that-eupl-is-available/</guid>
		<description><![CDATA[For the first time an Open Source Public Licence will have the power of law. The European Union Public Licence (EUPL) has been published the 9 January 2007. The licence is currently translated into the 21 European Union languages, the &#8230; <a href="http://blog.i14y.net/2007/04/21/will-gpl-die-at-european-administration-now-that-eupl-is-available/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For the first time an Open Source Public Licence will have the power of law. The <a target="_blank" href="http://ec.europa.eu/idabc/en/document/6523" title="European Union Public Licence">European Union Public Licence</a> (EUPL) has been published the 9 January 2007.<br />
The licence is currently translated into the 21 European Union languages, the first ever Open Source licence translated legally and not only &#8220;for information&#8221; purpose!</p>
<p>European Union Public Administrations can now release their software under a licence that &#8220;takes care of their national specific copyright terminology and their provisions related to information, warranty or liability exclusion respecting consumer’s rights&#8221;. This is also related to &#8220;applicable law and competent court, as the EUPL guiding principle is based on trust towards Member States’ parliaments and judges without restrictions or exceptions&#8221;.</p>
<p>Does mean a threat to the GPL? Off course not, the writers of the Open Source Licence demonstrated an openness of mind by authorising the re-distribution of derivate works under the compatible licence:</p>
<ul>
<li><a target="_blank" href="http://www.fsf.org/licensing/licenses/gpl.html" title="GNU General Public Licence v2.0">GNU General Public Licence v2.0</a></li>
<li><a target="_blank" href="http://www.cecill.info/licences/Licence_CeCILL_V2-en.html" title="Cecill v2.0">Cecill v2.0</a></li>
<li><a target="_blank" href="http://opensource.org/licenses/osl-2.1.php" title="OSL v2.1">Open Software Licence (OSL) v2.1</a></li>
<li><a target="_blank" href="http://www.opensource.org/licenses/osl-3.0.php" title="OSL v3.0">Open Software Licence (OSL) v3.0</a></li>
<li><a target="_blank" href="http://www-128.ibm.com/developerworks/opensource/library/os-beehive/os-cpl.html" title="Common Public Licence v1.0">Common Public Licence v1.0</a></li>
<li><a target="_blank" href="http://www.eclipse.org/org/documents/epl-v10.html" title="Eclipse Public Licence v1.0">Eclipse Public Licence v1.0</a></li>
</ul>
<p>Should the licensee’s obligations under the compatible licence conflict with EUPL’s obligations, <u>the obligations of the Compatible Licence shall prevail</u>. If other similar licences could be inspired by this open mind, the « free licence wars» and resulting incompatibilities would rapidly end!</p>
<p style="text-align: center"><img src="http://blog.i14y.net/wp-content/uploads/2007/04/eupl-gpl-compatibility.PNG" alt="EUPL - GPL compatbility" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.i14y.net/2007/04/21/will-gpl-die-at-european-administration-now-that-eupl-is-available/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>First ever Open Source licence translated into 21 EU languages!</title>
		<link>http://blog.i14y.net/2007/04/01/first-ever-open-source-licence-translated-into-27-eu-languages-that-will-be-transposed-into-the-27-member-states-law/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=first-ever-open-source-licence-translated-into-27-eu-languages-that-will-be-transposed-into-the-27-member-states-law</link>
		<comments>http://blog.i14y.net/2007/04/01/first-ever-open-source-licence-translated-into-27-eu-languages-that-will-be-transposed-into-the-27-member-states-law/#comments</comments>
		<pubDate>Sun, 01 Apr 2007 01:37:19 +0000</pubDate>
		<dc:creator>Abdelkrim</dc:creator>
				<category><![CDATA[European Commission]]></category>
		<category><![CDATA[IDABC]]></category>
		<category><![CDATA[Interoperability]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[OSOR]]></category>

		<guid isPermaLink="false">http://blog.i14y.net/2007/04/01/first-ever-open-source-licence-translated-into-27-eu-languages-that-will-be-transposed-into-the-27-member-states-law/</guid>
		<description><![CDATA[European Union Public Licence v1.0 (EUPL) is almost localised in 27 languages! Already 23 are available but not published already. EUPL is a European Commission (EC) Open Source licence aimed to allow (at least) the EC to release Open Source &#8230; <a href="http://blog.i14y.net/2007/04/01/first-ever-open-source-licence-translated-into-27-eu-languages-that-will-be-transposed-into-the-27-member-states-law/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://ec.europa.eu/idabc/en/document/6523" title="European Union Public Licence v1.0" target="_blank">European Union Public Licence v1.0</a> (EUPL) is almost localised in 27 languages! Already 23 are available but not published already.  EUPL is a <a href="http://ec.europa.eu" title="European Commission">European Commission</a> (EC) <a href="http://www.opensource.org" title="http://www.opensource.org/">Open Source licence</a> aimed to allow (at least) the EC to release Open Source Software on a legally recognised  basis. Many countries have already discussing the choice of publishing their applications under this licence (France, Spain&#8230;)  The European Commission, through its <a href="http://ec.europa.eu/idabc" title="Interoperable Delivery of European eGovernment Services to public Administrations, Businesses and Citizens." target="_blank">IDABC</a> programme, has already released several applications:</p>
<ol>
<li>an on-line collaboration server: <a href="http://ec.europa.eu/idabc/en/document/6540" title="CIRCA: Communication and Information Resource Centre Administrator" target="_blank">Communication and Information Resource Centre Administrator</a> (CIRCA), a forum like application used by the European Commission, the Member States and the European Commission&#8217; contractors; public access is also available.</li>
<li>an on-line tool <a href="http://ec.europa.eu/idabc/en/document/6541" title="IPM: Interactive Policy Making" target="_blank">IPM</a> that provides functionalities for “Interactive Policy Making”, a survey-like application</li>
</ol>
<p>This is a great opportunity for Public Administrations to get an Open Source licence</p>
<ol>
<li>transposed into their national law,</li>
<li>translated into their native language,</li>
<li>targeted for European public sector legal services with:
<ol>
<li>Full « European » copyright coverage (communication / moral rights)</li>
<li>EU compatible liability and warranty clauses</li>
<li>EU compatible applicable law and jurisdiction clauses</li>
</ol>
</li>
<li>Compatible with <a href="http://www.gnu.org/licenses/gpl.html" title="GNU General Public Licence" target="_blank">GPL</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.i14y.net/2007/04/01/first-ever-open-source-licence-translated-into-27-eu-languages-that-will-be-transposed-into-the-27-member-states-law/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Open Source Observatory and Repository meets QualiPSo project</title>
		<link>http://blog.i14y.net/2007/03/31/open-source-observatory-and-repository-meets-qualipso-project/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=open-source-observatory-and-repository-meets-qualipso-project</link>
		<comments>http://blog.i14y.net/2007/03/31/open-source-observatory-and-repository-meets-qualipso-project/#comments</comments>
		<pubDate>Sat, 31 Mar 2007 00:24:07 +0000</pubDate>
		<dc:creator>Abdelkrim</dc:creator>
				<category><![CDATA[eGovernement]]></category>
		<category><![CDATA[European Commission]]></category>
		<category><![CDATA[IDABC]]></category>
		<category><![CDATA[Licence]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[OSOR]]></category>

		<guid isPermaLink="false">http://blog.i14y.net/2007/03/31/open-source-observatory-and-repository-meets-qualipso-project/</guid>
		<description><![CDATA[Open Source Observatory and Repository project (OSOR), an European Commission IDABC initiative meets some QualiPSo members. The aim of this meeting was to try to find synergies between two European Commission projects: OSOR that will (i) setup an open source &#8230; <a href="http://blog.i14y.net/2007/03/31/open-source-observatory-and-repository-meets-qualipso-project/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p> <a href="http://ec.europa.eu/idabc/en/document/6728/5938" title="Open Source Observatory and Repository (OSOR)" target="_blank">Open Source Observatory and Repository</a> project (OSOR), an European Commission <a href="http://ec.europa.eu/idabc/en/document/6728/5938" title=" Interoperable Delivery of European eGovernment Services to public Administrations, Businesses and Citizens" target="_blank">IDABC</a> initiative meets some <a href="http://www.qualipso.org/">QualiPSo</a> members.</p>
<p>The aim of this meeting was to try to find synergies between two European Commission projects:</p>
<ul>
<li><strong><a href="http://ec.europa.eu/idabc/en/document/6728/5938" title="Open Source Observatory and Repository (OSOR)">OSOR</a> </strong>that will (i) setup an open source repository for the European Public Administrations, (ii) provide news, guidance, links, contacts concerning Free Libre Open Source Software, (iii) providing technical, organisational, and legal support to apply Open Source concepts inside the Public Administrations.</li>
</ul>
<ul>
<li><a href="http://www.qualipso.org/">QualiPSo</a> is a unique alliance of  European, Brazilian and Chinese ICT industry players, SMEs, governments and  academics to help industries and governments fuel innovation and competitiveness  with Open Source software. To meet that goal, the QualiPSo consortium intends to  define and implement the technologies, processes and policies to facilitate the  development and use of Open Source software components, with the same level of  trust traditionally offered by proprietary software.<a href="http://www.qualipso.org/">QualiPSo</a> is the ever largest Open Source  initiative funded by the European Commission, and is funded under EU’s <a href="http://cordis.europa.eu/fp6/dc/index.cfm?fuseaction=UserSite.FP6HomePage" title="Framework Programme 6" target="_blank">sixth  framework program</a> (FP6), as part of the <a href="http://cordis.europa.eu/ist/" title="Information Society Technologies initiative">Information Society Technologies</a> (IST)  initiative. QualiPSo is launched in synergy with Europe’s technology initiatives  such as <a href="http://www.nessi-europe.com/Nessi/" title="Networked European Software &amp; Services Initiative" target="_blank">NESSI</a> and <a href="http://artemis.e-technik.uni-ulm.de/index.php" title="Artemis project" target="_blank">Artemis</a>.</li>
</ul>
<p>In short, to setup a repository for Public Administrations we need (i) Quality Software factories reviewing the quality/reliability of the free softwares available on the forge, (ii) best practices concerning the development of Open Source Software are shared accross organisations, (iii) state of the art stacks reliable and usable by any organisation; many deliverables that will be delivered by <a href="http://www.qualipso.org/">QualiPSo</a> team during the next 4 years.</p>
<p><a href="http://www.qualipso.org/"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.i14y.net/2007/03/31/open-source-observatory-and-repository-meets-qualipso-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

