<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for WebLog Pro Olivier Berger</title>
	<atom:link href="http://www-public.it-sudparis.eu/~berger_o/weblog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www-public.it-sudparis.eu/~berger_o/weblog</link>
	<description>My WebLog at Intitut TELECOM, Télécom SudParis (ex GET/INT)</description>
	<lastBuildDate>Tue, 31 Jan 2012 14:54:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on ADMS.F/OSS : standardizing meta-data for software description in forges or software catalogues by Olivier Berger</title>
		<link>http://www-public.it-sudparis.eu/~berger_o/weblog/2012/01/31/adms-foss-standardizing-meta-data-for-software-description-in-forges-or-software-catalogues/comment-page-1/#comment-152960</link>
		<dc:creator>Olivier Berger</dc:creator>
		<pubDate>Tue, 31 Jan 2012 14:54:21 +0000</pubDate>
		<guid isPermaLink="false">http://www-public.it-sudparis.eu/~berger_o/weblog/?p=927#comment-152960</guid>
		<description>Thanks Giorgio. Fixed.</description>
		<content:encoded><![CDATA[<p>Thanks Giorgio. Fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ADMS.F/OSS : standardizing meta-data for software description in forges or software catalogues by Giorgio</title>
		<link>http://www-public.it-sudparis.eu/~berger_o/weblog/2012/01/31/adms-foss-standardizing-meta-data-for-software-description-in-forges-or-software-catalogues/comment-page-1/#comment-152959</link>
		<dc:creator>Giorgio</dc:creator>
		<pubDate>Tue, 31 Jan 2012 14:36:11 +0000</pubDate>
		<guid isPermaLink="false">http://www-public.it-sudparis.eu/~berger_o/weblog/?p=927#comment-152959</guid>
		<description>https://joinup.ec.europa.eu/asset/adms_foss/home</description>
		<content:encoded><![CDATA[<p><a href="https://joinup.ec.europa.eu/asset/adms_foss/home" rel="nofollow">https://joinup.ec.europa.eu/asset/adms_foss/home</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scripting mysql database backups on phpMyadmin with CURL by klara</title>
		<link>http://www-public.it-sudparis.eu/~berger_o/weblog/2007/05/29/scripting-mysql-database-backups-on-phpmyadmin-with-curl/comment-page-1/#comment-152639</link>
		<dc:creator>klara</dc:creator>
		<pubDate>Wed, 11 Jan 2012 12:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://www-public.int-edu.eu/~berger_o/weblog/2007/05/29/scripting-mysql-database-backups-on-phpmyadmin-with-curl/#comment-152639</guid>
		<description>The update above did not catch all changes correctly, hopefully this does.
In essential: to the login entry, &lt;code&gt;pma_servername=$remote_host&lt;/code&gt; has to be added:
&lt;code&gt; # Then we can reuse these cookies and tokens to prepare a POST for actual login

    entry_params=&quot;-d \&quot;phpMyAdmin=$cookie&amp;phpMyAdmin=$cookie&amp;pma_username=$user&amp;pma_password=$password&amp;pma_servername=$remote_host&amp;server=1&amp;phpMyAdmin=$cookie&amp;lang=en-utf-8&amp;convcharset=utf-8&amp;collation_connection=utf8_general_ci&amp;token=$token&amp;input_go=Go\&quot;&quot;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>The update above did not catch all changes correctly, hopefully this does.<br />
In essential: to the login entry, <code>pma_servername=$remote_host</code> has to be added:<br />
<code> # Then we can reuse these cookies and tokens to prepare a POST for actual login</p>
<p>    entry_params="-d \"phpMyAdmin=$cookie&amp;phpMyAdmin=$cookie&amp;pma_username=$user&amp;pma_password=$password&amp;pma_servername=$remote_host&amp;server=1&amp;phpMyAdmin=$cookie&amp;lang=en-utf-8&amp;convcharset=utf-8&amp;collation_connection=utf8_general_ci&amp;token=$token&amp;input_go=Go\""<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scripting mysql database backups on phpMyadmin with CURL by klara</title>
		<link>http://www-public.it-sudparis.eu/~berger_o/weblog/2007/05/29/scripting-mysql-database-backups-on-phpmyadmin-with-curl/comment-page-1/#comment-152638</link>
		<dc:creator>klara</dc:creator>
		<pubDate>Wed, 11 Jan 2012 12:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://www-public.int-edu.eu/~berger_o/weblog/2007/05/29/scripting-mysql-database-backups-on-phpmyadmin-with-curl/#comment-152638</guid>
		<description>to get the script working for certain hosting providers, the following modification was needed:


    # Then we can reuse these cookies and tokens to prepare a POST for actual login

    entry_params=&quot;-d \&quot;phpMyAdmin=$cookie&amp;phpMyAdmin=$cookie&amp;pma_username=$user&amp;pma_password=$password&lt;em&gt;&amp;pma_servername=$remote_host&lt;/em&gt;&amp;server=1&amp;phpMyAdmin=$cookie&amp;lang=en-utf-8&amp;convcharset=utf-8&amp;collation_connection=utf8_general_ci&amp;token=$token&amp;input_go=Go\&quot;&quot;</description>
		<content:encoded><![CDATA[<p>to get the script working for certain hosting providers, the following modification was needed:</p>
<p>    # Then we can reuse these cookies and tokens to prepare a POST for actual login</p>
<p>    entry_params=&#8221;-d \&#8221;phpMyAdmin=$cookie&amp;phpMyAdmin=$cookie&amp;pma_username=$user&amp;pma_password=$password<em>&amp;pma_servername=$remote_host</em>&amp;server=1&amp;phpMyAdmin=$cookie&amp;lang=en-utf-8&amp;convcharset=utf-8&amp;collation_connection=utf8_general_ci&amp;token=$token&amp;input_go=Go\&#8221;"</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scripting mysql database backups on phpMyadmin with CURL by Olivier Berger</title>
		<link>http://www-public.it-sudparis.eu/~berger_o/weblog/2007/05/29/scripting-mysql-database-backups-on-phpmyadmin-with-curl/comment-page-1/#comment-152293</link>
		<dc:creator>Olivier Berger</dc:creator>
		<pubDate>Mon, 12 Dec 2011 16:04:31 +0000</pubDate>
		<guid isPermaLink="false">http://www-public.int-edu.eu/~berger_o/weblog/2007/05/29/scripting-mysql-database-backups-on-phpmyadmin-with-curl/#comment-152293</guid>
		<description>@Martin : thanks. I&#039;ve integrated your suggestion in the SVN version.

I&#039;ve also updated it to work with PhpMyAdmin 3.4.5.

Hope this helps.</description>
		<content:encoded><![CDATA[<p>@Martin : thanks. I&#8217;ve integrated your suggestion in the SVN version.</p>
<p>I&#8217;ve also updated it to work with PhpMyAdmin 3.4.5.</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;Weaving a Semantic Web Across OSS Repositories: Unleashing a New Potential for Academia and Practice&#8221; published by Olivier Berger</title>
		<link>http://www-public.it-sudparis.eu/~berger_o/weblog/2010/07/29/weaving-a-semantic-web-across-oss-repositories-unleashing-a-new-potential-for-academia-and-practice-published/comment-page-1/#comment-152289</link>
		<dc:creator>Olivier Berger</dc:creator>
		<pubDate>Mon, 12 Dec 2011 12:11:48 +0000</pubDate>
		<guid isPermaLink="false">http://www-public.it-sudparis.eu/~berger_o/weblog/?p=619#comment-152289</guid>
		<description>Oh, btw, a draft of the paper is available here : http://www-public.it-sudparis.eu/~berger_o/IJOSSP-2010-2/IJOSSP.html</description>
		<content:encoded><![CDATA[<p>Oh, btw, a draft of the paper is available here : <a href="http://www-public.it-sudparis.eu/~berger_o/IJOSSP-2010-2/IJOSSP.html" rel="nofollow">http://www-public.it-sudparis.eu/~berger_o/IJOSSP-2010-2/IJOSSP.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New paper &#8220;Introducing OSLC, an open standard for interoperability of open source development tools&#8221; by Olivier Berger</title>
		<link>http://www-public.it-sudparis.eu/~berger_o/weblog/2011/09/09/new-paper-introducing-oslc-an-open-standard-for-interoperability-of-open-source-development-tools/comment-page-1/#comment-152086</link>
		<dc:creator>Olivier Berger</dc:creator>
		<pubDate>Thu, 01 Dec 2011 11:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://www-public.it-sudparis.eu/~berger_o/weblog/?p=867#comment-152086</guid>
		<description>And here&#039;s the link to the paper :
http://www-public.it-sudparis.eu/~berger_o/4-1-Berger-Labbene-Dhar-Bac.pdf</description>
		<content:encoded><![CDATA[<p>And here&#8217;s the link to the paper :<br />
<a href="http://www-public.it-sudparis.eu/~berger_o/4-1-Berger-Labbene-Dhar-Bac.pdf" rel="nofollow">http://www-public.it-sudparis.eu/~berger_o/4-1-Berger-Labbene-Dhar-Bac.pdf</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New paper &#8220;Introducing OSLC, an open standard for interoperability of open source development tools&#8221; by Olivier Berger</title>
		<link>http://www-public.it-sudparis.eu/~berger_o/weblog/2011/09/09/new-paper-introducing-oslc-an-open-standard-for-interoperability-of-open-source-development-tools/comment-page-1/#comment-152066</link>
		<dc:creator>Olivier Berger</dc:creator>
		<pubDate>Wed, 30 Nov 2011 09:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://www-public.it-sudparis.eu/~berger_o/weblog/?p=867#comment-152066</guid>
		<description>I&#039;ve just uploaded my slides here : http://www.slideshare.net/olberger/presentation-icssea2011</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just uploaded my slides here : <a href="http://www.slideshare.net/olberger/presentation-icssea2011" rel="nofollow">http://www.slideshare.net/olberger/presentation-icssea2011</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New paper &#8220;Introducing OSLC, an open standard for interoperability of open source development tools&#8221; by Olivier Berger</title>
		<link>http://www-public.it-sudparis.eu/~berger_o/weblog/2011/09/09/new-paper-introducing-oslc-an-open-standard-for-interoperability-of-open-source-development-tools/comment-page-1/#comment-152055</link>
		<dc:creator>Olivier Berger</dc:creator>
		<pubDate>Tue, 29 Nov 2011 12:26:29 +0000</pubDate>
		<guid isPermaLink="false">http://www-public.it-sudparis.eu/~berger_o/weblog/?p=867#comment-152055</guid>
		<description>It should be available in the proceedings of the conference, I hope.</description>
		<content:encoded><![CDATA[<p>It should be available in the proceedings of the conference, I hope.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New paper &#8220;Introducing OSLC, an open standard for interoperability of open source development tools&#8221; by Bart</title>
		<link>http://www-public.it-sudparis.eu/~berger_o/weblog/2011/09/09/new-paper-introducing-oslc-an-open-standard-for-interoperability-of-open-source-development-tools/comment-page-1/#comment-152054</link>
		<dc:creator>Bart</dc:creator>
		<pubDate>Tue, 29 Nov 2011 10:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://www-public.it-sudparis.eu/~berger_o/weblog/?p=867#comment-152054</guid>
		<description>Hi Olivier, could you point me where I can get a copy of your paper?
Thanks,
B.</description>
		<content:encoded><![CDATA[<p>Hi Olivier, could you point me where I can get a copy of your paper?<br />
Thanks,<br />
B.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

