<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>openberg &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/openberg/</link>
	<description>Feed of posts on WordPress.com tagged "openberg"</description>
	<pubDate>Wed, 02 Dec 2009 20:58:43 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[E-reader OpenBerg ]]></title>
<link>http://linuxparalasmasas.wordpress.com/2008/03/16/e-reader-openberg/</link>
<pubDate>Sun, 16 Mar 2008 15:31:46 +0000</pubDate>
<dc:creator>scrooge_74</dc:creator>
<guid>http://linuxparalasmasas.wordpress.com/2008/03/16/e-reader-openberg/</guid>
<description><![CDATA[La mayoría de mis libros en formato electrónico están o en formato pdf o en doc, pero en algún momen]]></description>
<content:encoded><![CDATA[La mayoría de mis libros en formato electrónico están o en formato pdf o en doc, pero en algún momen]]></content:encoded>
</item>
<item>
<title><![CDATA[Makefile for Firefox extensions]]></title>
<link>http://dutherenverseauborddelatable.wordpress.com/2007/12/19/makefile-for-firefox-extensions/</link>
<pubDate>Wed, 19 Dec 2007 14:31:42 +0000</pubDate>
<dc:creator>yoric</dc:creator>
<guid>http://dutherenverseauborddelatable.wordpress.com/2007/12/19/makefile-for-firefox-extensions/</guid>
<description><![CDATA[I have just released a script to automate some of the tedious tasks related to Firefox extension dev]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div align="justify">I have just released a script to automate some of the tedious tasks related to Firefox extension development. This script was used in OpenBerg when OpenBerg was written in C++. You may grab it <a href="http://dutherenverseauborddelatable.wordpress.com/downloads/makefile-for-firefox-extensions/">here</a>.</div>
<div align="justify">Je viens de publier un script pour automatiser certaines des tâches liées au développement d&#8217;extensions pour Firefox. Ce script était utilisé par OpenBerg lorsque OpenBerg était écrit en C++. Vous pouvez le trouver <a href="http://dutherenverseauborddelatable.wordpress.com/downloads/makefile-for-firefox-extensions/">ici</a>.</div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Le genre de mails qu'un informaticien aime bien recevoir]]></title>
<link>http://dutherenverseauborddelatable.wordpress.com/2007/12/04/le-genre-de-mails-quun-informaticien-aime-bien-recevoir/</link>
<pubDate>Tue, 04 Dec 2007 22:29:37 +0000</pubDate>
<dc:creator>yoric</dc:creator>
<guid>http://dutherenverseauborddelatable.wordpress.com/2007/12/04/le-genre-de-mails-quun-informaticien-aime-bien-recevoir/</guid>
<description><![CDATA[OpenBerg Lector, c&#8217;est mon dada. Un logiciel de lecture de livres électroniques qui vient se g]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p align="justify"><a href="http://openberg.sf.net">OpenBerg Lector</a>, c&#8217;est mon dada. Un logiciel de lecture de livres électroniques qui vient se greffer sur Firefox. Et bien, mon dada, aujourd&#8217;hui, vient d&#8217;avoir droit à <a href="http://www.teleread.org/blog/2007/12/04/an-e-reader-that-accepts-any-xml/">un test sur TeleRead</a>, l&#8217;un des blogs les plus importants sur le livre électronique. Le bilan ?</p>
<blockquote><p><em>Lector has now set the bar that other e-readers will have to to meet.</em></p></blockquote>
<p>Il faut avouer que ça fait plaisir.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[JStify progress update (2)]]></title>
<link>http://dutherenverseauborddelatable.wordpress.com/2007/12/02/jstify-progress-update-2/</link>
<pubDate>Sun, 02 Dec 2007 13:32:36 +0000</pubDate>
<dc:creator>yoric</dc:creator>
<guid>http://dutherenverseauborddelatable.wordpress.com/2007/12/02/jstify-progress-update-2/</guid>
<description><![CDATA[Work on JStify proceeds a bit slower than expected, due to difficulties with the specificationss ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Work on JStify proceeds a bit slower than expected, due to difficulties with the specificationss &#38; Reference Implementation of ECMAScript 4.<br />
<!--more--></p>
<ul>
<li>Lexer
<ul>
<li>Features: 95% implemented. The only missing thing is that JStify currently restricts identifiers to C-style identifiers rather than accepting most Unicode characters. Still tweaking error reports.</li>
<li>Tests: 100% success.</li>
<li>Usability: works.</li>
</ul>
</li>
<li>Syntactic analysis
<ul>
<li>Features: about 70% implemented. The basic structure is there, with the exception of parsing XML embedded inside ECMAScript. A number of rules, however, need to be reworked to add explicit lookaheads and avoid ambiguities. Although tweaking error reports.</li>
<li>Tests:
<ul>
<li>Suite1: 50 pass / 13 fail.</li>
<li>Suite2: 67 pass / 76 fail.</li>
<li>Suite3: 118 pass / 1766 fail.</li>
</ul>
</li>
</ul>
</li>
<li>Building the syntax tree
<ul>
<li>Features: about 5% implemented.</li>
</ul>
</li>
</ul>
<p align="justify">Initially, I expected to finish the parser by the end of November. Obviously, that&#8217;ll have to wait a few more months. The main issue is that I&#8217;m one of the first to attempt implementing the official grammar of ECMAScript 4 and, well, half of my time is spent tracking bugs or inconsistencies between the official grammar and the official implementation. Life as an explorer&#8230;</p>
<h4>Update</h4>
<p align="justify">After discussing the matter with several of the authors of ECMAScript 4, it turns out that a number of the tests I&#8217;ve been using, although provided with their reference implementation, are invalid/obsolete. In particular, this brings us to the following updated statistics :</p>
<ul>
<li>New suite 1 (small samples): 58 pass / 0 fail.</li>
<li>New suite 2 (standard library): 4 pass / 40 fail.</li>
<li>New suite 3 (regression tests): 60 pass / 1022 fail (ouch !)</li>
</ul>
<p>My work for the ongoing weeks is therefore going to focus on getting the standard library to parse.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[OpenBerg Lector + Mozilla Add-Ons]]></title>
<link>http://dutherenverseauborddelatable.wordpress.com/2007/11/10/openberg-lector-mozilla-add-ons/</link>
<pubDate>Sat, 10 Nov 2007 10:21:04 +0000</pubDate>
<dc:creator>yoric</dc:creator>
<guid>http://dutherenverseauborddelatable.wordpress.com/2007/11/10/openberg-lector-mozilla-add-ons/</guid>
<description><![CDATA[Tadam ! OpenBerg Lector, logiciel libre de lecture de livres électroniques est maintenant une extens]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p align="justify">Tadam ! <a href="http://www.openberg.org">OpenBerg Lector</a>, logiciel libre de lecture de livres électroniques est maintenant une extension Firefox reconnue et <a href="https://addons.mozilla.org/en-US/firefox/addon/5275">téléchargeable sur le site officiel des extensions Firefox</a>. Bon, il va falloir trouver le temps de travailler sur la prochaine version.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[La Journée du Libre à Bourges]]></title>
<link>http://dutherenverseauborddelatable.wordpress.com/2007/11/03/la-journee-du-libre-a-bourges/</link>
<pubDate>Sat, 03 Nov 2007 13:28:41 +0000</pubDate>
<dc:creator>yoric</dc:creator>
<guid>http://dutherenverseauborddelatable.wordpress.com/2007/11/03/la-journee-du-libre-a-bourges/</guid>
<description><![CDATA[Au cours de la Journée du Libre à Bourges, je donnerai un exposé sur l&#8217;édition numérique. Le f]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Au cours de la <a href="http://libres-a-bourges.org/">Journée du Libre à Bourges</a>, je donnerai un exposé sur l&#8217;édition numérique.</p>
<h2>Le futur de l&#8217;édition numérique</h2>
<p align="justify">La première publication électronique recensée date de 1971, avec le début du projet Gutenberg. Depuis lors, avec le web, Adobe Acrobat, DjVu ou Microsoft Multimedia Viewer, avec les ordinateurs ultra-portables et les échanges pair-à-pair, avec les éditions Vigdor ou Google Books, on a vu se multiplier les solutions technologiques, bonnes ou mauvaises, ouvertes ou fermées. On a promis des ouvrages inépuisables &#8212; et ce sont souvent des bibliothèques entières qui sont, du jour au lendemain, tombées dans l&#8217;illisibilité.</p>
<p align="justify">Du coup, peut-être est-il temps de prendre quelques pas de recul et de réfléchir, non pas juste à la technologie, mais aussi à l&#8217;usage.  Nous, les acteurs de l&#8217;édition numérique, pourquoi travaillons-nous ? À quoi est à qui peut servir l&#8217;édition numérique ? Qu&#8217;est-ce qu&#8217;un livre électronique ? Que faut-il en attendre ? L&#8217;édition numérique signifie-t-elle nécessairement une édition totalement industrialisée ou, au contrairement, totalement auto-publiée ? Que doit faire le logiciel &#8212; et surtout que ne doit-il pas faire ?</p>
<p align="justify">C&#8217;est le genre de questions qui seront posées au cours de l&#8217;exposé.</p>
<p align="justify">Nous verrons bien ce que donnera la discussion. Je publierai un compte-rendu sur ce blog.</p>
<h2>Quelques liens</h2>
<ul>
<li>Le <a href="http://www.cavi.univ-paris3.fr/phalese/">Centre Hubert de Phalèse</a> est une équipe de recherche de la Sorbonne Nouvelle sur la littérature et l&#8217;ordinateur.</li>
<li>Le <a href="http://www.gutenberg.org/">projet Gutenberg</a> en la personne de Michael Hart, a l&#8217;honneur d&#8217;avoir produit le premier livre électronique.</li>
<li>Le <a href="http://laptop.org/">XO</a>, un micro-ordinateur/lecteur de livres électroniques pour le Tiers-Monde.</li>
</ul>
<p>Et au passage, quelques transparents d&#8217;un exposé sur <a href="http://www.univ-orleans.fr/lifo/Members/David.Teller/research/openberg2007/phalese2007.pdf">le projet OpenBerg</a>, dont je fais partie.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Mise en boîte]]></title>
<link>http://dutherenverseauborddelatable.wordpress.com/2007/11/02/mise-en-boite/</link>
<pubDate>Fri, 02 Nov 2007 10:53:24 +0000</pubDate>
<dc:creator>yoric</dc:creator>
<guid>http://dutherenverseauborddelatable.wordpress.com/2007/11/02/mise-en-boite/</guid>
<description><![CDATA[Bref extrait d&#8217;un courrier reçu hier : Subject: Distribution Agreement on OpenBerg Lector [...]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Bref extrait d&#8217;un courrier reçu hier :</p>
<blockquote><p> Subject: Distribution Agreement on OpenBerg Lector</p>
<p>[...]<br />
We plan to add your software on the CD-Rom of one of our magazines. We would like to get your agreement for its distribution and reproduction on this CD-Rom.</p></blockquote>
<p>Ça fait toujours plaisir.</p>
<p>Pour plus d&#8217;informations sur OpenBerg Lector, cf. <a href="http://www.openberg.org">le site officiel</a>.</p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
