<?xml version="1.0"?>
<rss version="2.0">

<channel>
	<title>Planet Open Fonts</title>
	<link>http://planet.open-fonts.org</link>
	<language>en</language>
	<description>Planet Open Fonts - http://planet.open-fonts.org</description>

<item>
	<title>Alexandre Prokoudine: Graphics Planet updated</title>
	<guid>http://prokoudine.info/blog/?p=231</guid>
	<link>http://prokoudine.info/blog/?p=231</link>
	<description>Okay, now I can introduce new members of Graphics Planet  
Esteban Tovagliari already was introduced a couple of days ago. But if you&amp;#8217;ve just joined, he is developer of Ramen, a free/libre compositing tool for Linux and Mac.
Alastair M. Robinson is best known for his work on PhotoPrint, but his recent projects, GPLin and [...]</description>
	<pubDate>Wed, 10 Mar 2010 17:42:18 +0000</pubDate>
</item>
<item>
	<title>Alexandre Prokoudine: Omnitarian</title>
	<guid>http://prokoudine.info/blog/?p=226</guid>
	<link>http://prokoudine.info/blog/?p=226</link>
	<description>I think this talented Inkscape artist nicknamed Omnitarian definitely deserves more credit than he gets</description>
	<pubDate>Tue, 09 Mar 2010 11:46:09 +0000</pubDate>
</item>
<item>
	<title>Ben Weiner: Screen scraping joy</title>
	<guid>tag:blogger.com,1999:blog-11425596.post-3496706417889045327</guid>
	<link>http://www.readingtype.org.uk/blog/2010/03/screen-scraping-joy.html</link>
	<description>&lt;p&gt;Been doing a touch of screen scraping, scripting with Ruby, against a target that was ‘unwilling’. A few observations:&lt;/p&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Using Mechanize (available in various forms for Perl, Python and Ruby [&lt;a href=&quot;http://mechanize.rubyforge.org/mechanize/&quot;&gt;homepage for the latter&lt;/a&gt;]) is a must. I started with the Ruby HTTP library, then went to Curb (Ruby’s implementation of Curl), but having the pages you retrieve abstracted into an object that you can manipulate in familiar terms (like, say page.forms_with :name =&gt; &quot;choose_colour&quot;) helps you concentrate on the peculiarities of your task&lt;/li&gt;&lt;li&gt;Replicating the path of a real user is important. There could be session variables at the server end that mean jumping about between items that you cannot navigate between as a regular user will generate error pages, but see below&lt;/li&gt;&lt;li&gt;Don’t count on friendly HTTP errors from the server, as it might not know it has done anything wrong&lt;/li&gt;&lt;li&gt;If the page output looks OK but you cannot parse it, check for funny characters hidden in the HTML. I found ASCII nulls dotted about; these are initially hard to spot for somewhat obvious reasons. Browsers can deal with this kind of dodginess but XML parsers, as @fidothe reminds me, must ignore the elements in which such characters occur. I was able to do this to get around the problem:&lt;/li&gt;&lt;pre&gt;&lt;br /&gt;@agent = Mechanize.new&lt;br /&gt;class  @agent&lt;br /&gt;  alias :orig_get :get&lt;br /&gt;  alias :orig_fetch_page :fetch_page&lt;br /&gt;  # remove the chaff characters&lt;br /&gt;  def get(options, parameters = [], referer = nil)&lt;br /&gt;    page = orig_get(options, parameters, referer)&lt;br /&gt;    page.body = page.body.gsub(/&quot;[0x00]&quot;/,&quot;&quot;)&lt;br /&gt;    page&lt;br /&gt;  end&lt;br /&gt;  def fetch_page(params)&lt;br /&gt;    page = orig_fetch_page(params)&lt;br /&gt;    page.body = page.body.gsub(/&quot;[0x00]&quot;/, &quot;&quot;)&lt;br /&gt;    page&lt;br /&gt;  end&lt;br /&gt;end&lt;br /&gt;&lt;/pre&gt;&lt;p class=&quot;note&quot;&gt;[0x00] represents ascii null in the sample code; I was able to select and paste the character from an HTML dump with both vim and a GUI text editor but it tends to be less than visible in the wild and YMMV.&lt;/p&gt;&lt;li&gt;Assume that what you’re doing is an unwelcome task. If the points above don’t give you that impression, other curiosities probably will.&lt;/li&gt;&lt;/ul&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/11425596-3496706417889045327?l=www.readingtype.org.uk%2Fblog%2Findex.html&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Tue, 09 Mar 2010 10:14:00 +0000</pubDate>
	<author>noreply@blogger.com (Ben Weiner)</author>
</item>
<item>
	<title>OSP: Open Clip Art Library</title>
	<guid>http://ospublish.constantvzw.org/?p=4278</guid>
	<link>http://ospublish.constantvzw.org/news/open-clip-art-library</link>
	<description>A brand new version of the Open Clip Art Library just came out! 
26175 (and growing) scalable vector graphics, all available under a public domain license: they may be freely reproduced, distributed, transmitted, used, modified, built upon, or otherwise exploited by anyone for any purpose, commercial or non-commercial, and in any way, including by methods [...]</description>
	<pubDate>Tue, 09 Mar 2010 00:39:23 +0000</pubDate>
</item>
<item>
	<title>Alexandre Prokoudine: Introducing Ramen</title>
	<guid>http://prokoudine.info/blog/?p=223</guid>
	<link>http://prokoudine.info/blog/?p=223</link>
	<description>It looks like updating Graphics Planet takes too much time, so I&amp;#8217;ll introduce one of the upcoming members now  
As many of you know we are somewhat limited in solid open source VFX production tools on Linux. True, there are all sorts of modellers and Blender seems to become jack of all trades these [...]</description>
	<pubDate>Mon, 08 Mar 2010 16:40:58 +0000</pubDate>
</item>
<item>
	<title>Jon Phillips: Open Clip Art Library 2.0 is Here!</title>
	<guid>http://rejon.org/?p=2105</guid>
	<link>http://rejon.org/2010/03/open-clip-art-library-2-0-is-here/</link>
	<description>&lt;p&gt;&lt;a href=&quot;http://www.openclipart.org&quot;&gt;&lt;img class=&quot;alignnone&quot; title=&quot;The Open Clip Art Library Logo&quot; src=&quot;http://www.openclipart.org/assets/images/images/logo.jpg&quot; alt=&quot;&quot; width=&quot;272&quot; height=&quot;93&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.openclipart.org/&quot;&gt;The Open Clip Art Library&lt;/a&gt; has grown, from humble beginnings in early 2004, into a massive collection of over 24,000 scalable vector images, all created by 1200+ artists from around the world.&lt;/p&gt;
&lt;p&gt;OCAL is a powerful platform, through which, all work uploaded to the site is dedicated to the public through Creative Commons&amp;#8217; &lt;a href=&quot;http://creativecommons.org/licenses/publicdomain/&quot;&gt;&amp;#8220;Public Domain Dedication&amp;#8221;&lt;/a&gt;.  This means that anyone can download and use the entire SVG library for any purpose, including both free and commercial works!&lt;/p&gt;
&lt;p&gt;OCAL now boasts an easily navigable collection, made possible by new &lt;a href=&quot;http://www.openclipart.org/browse&quot;&gt;thumbnail previews&lt;/a&gt;. It has now become much easier to search and download clip art that suits any situation. The new site layout includes an updated theme, from &lt;a href=&quot;http://andy.fitzsimon.com.au/&quot;&gt;Andy Fitzsimon&lt;/a&gt;, that emphasizes user interaction by placing more importance on the portal to upload created work, as well as displaying selections from the ever-growing collection.&lt;/p&gt;
&lt;p&gt;Behind the scenes, members of Fabricatorz, including, among others, Bassel Safadi, Michi, Ronaldo Barbachano, and Brad Phillips, have helped push The Open Clip Art Library onto the &lt;a href=&quot;http://www.aikiframework.org/wiki/index.php/Main_Page&quot;&gt;Aiki Framework&lt;/a&gt;.  This new PHP + MYSQL platform allows programmers to easily create and work with content management systems from the web.&lt;/p&gt;
&lt;p&gt;Please help support the new Open Clip Art site launch by registering (if you haven&amp;#8217;t already) and &lt;a href=&quot;http://www.openclipart.org/upload&quot;&gt;uploading artwork&lt;/a&gt; of your own!.&lt;/p&gt;
&lt;p&gt;Read the &lt;a href=&quot;http://openclipart.org/wiki/Announcement_20&quot;&gt;entire Announcement 2.0 here&lt;/a&gt; and at the &lt;a href=&quot;http://fabricatorz.com/2010/03/open-clip-art-2-0-is-here/&quot;&gt;Fabricatorz post&lt;/a&gt;.&lt;/p&gt;</description>
	<pubDate>Mon, 08 Mar 2010 16:09:24 +0000</pubDate>
</item>
<item>
	<title>OSP: Hop frogs on the map</title>
	<guid>http://ospublish.constantvzw.org/?p=4209</guid>
	<link>http://ospublish.constantvzw.org/news/hop-frogs-on-the-map</link>
	<description>identi.ca/osp make his best to track our recent activity via our differents IP addresses, where Brussels seems synthetise by 4 positions, here with the background lazy to display, osp frogs above water.

A few minutes later, a new osp -Ivan- connection from Schaerbeek, North of Brussels, strangely shrink the scale by positionning a bright new frog [...]</description>
	<pubDate>Mon, 08 Mar 2010 00:24:57 +0000</pubDate>
</item>
<item>
	<title>OSP: Launching OSP-works</title>
	<guid>http://ospublish.constantvzw.org/?p=4175</guid>
	<link>http://ospublish.constantvzw.org/news/launching-osp-works</link>
	<description>5 years of Free, Libre and Open Source design experiments. Now available in chronological order: http://ospublish.constantvzw.org/works</description>
	<pubDate>Sun, 07 Mar 2010 22:00:41 +0000</pubDate>
</item>
<item>
	<title>Nicolas Spalinger (advogato diary): 5 Mar 2010</title>
	<guid>http://www.advogato.org/person/yosch/diary.html?start=86</guid>
	<link>http://www.advogato.org/person/yosch/diary.html?start=86</link>
	<description>&lt;b&gt; Very promising plans underway for a new Ubuntu open font&lt;/b&gt;

&lt;p&gt; Mark Shuttleworth, founder of the &lt;a href=&quot;http://www.ubuntu.com/community/ubuntustory/philosophy&quot;&gt;Ubuntu&lt;/a&gt;
project, recently announced &lt;a href=&quot;http://www.markshuttleworth.com/archives/308&quot;&gt;the
commission of a new open font for Ubuntu and
Canonical&lt;/a&gt;:

&lt;p&gt; &lt;blockquote&gt; &quot;We have commissioned a new font to be
developed both for the logo&amp;rsquo;s of Ubuntu and Canonical, and
for use in the interface. The font will be called Ubuntu,
and will be a modern humanist font that is optimised for
screen legibility. It will be published under an open font
license, and considered part of the trade dress of Ubuntu,
which will limit its relevance for software interfaces
outside of Ubuntu but leave it free for use across the web
and in printed documents.

&lt;p&gt; It will take a few months for the font to be finalised,
initial elements will be final in the next week which will
be sufficient for the logo and other bits and pieces, but I
expect to see that font widely used in 10.10. The work has
been commissioned from world-renowned fontographers Dalton
Maag, who have expressed excitement at the opportunity to
publish an open font and also a font that they know will be
used daily by millions of people.

&lt;p&gt; Initial coverage will be Western, Arabic, Hebrew and
Cyrillic character sets, but over time we may be able to
extend that to being a full Unicode font, with great kerning
and hinting for print and screen usage globally.  We are
considering an internship program, to support aspiring
fontographers from all corners of the world to visit London
and work with Dalton Maag to extend the font to their own
regional glyph set.

&lt;p&gt; The critical test of the font is screen efficiency and
legibility, and its character and personality are secondary
to its fitness for that purpose. Nevertheless, our hope is
that the font has a look that is elegant and expresses the
full set of values for both Canonical and Ubuntu:
adroitness, accountability, precision, reliability, freedom
and collaboration. We&amp;rsquo;ll publish more as soon as we have it.&quot;

&lt;p&gt; &lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt; What's not to love about this announcement? Seriously, this
is very promising... Talk about best practises for setting
up an open font project and setting the pace for global
derivative branding of a whole family of projects!

&lt;p&gt; Just look at the multiple layers of 
&lt;i&gt;awesomeness&lt;/i&gt;: commissionning very experienced 
typographers to design an original brand and interface font
family for screen and print with wide coverage of major
scripts beyond the usual Western scripts (Arabic, Hebrew and
Cyrillic) along with plans to extend it even further via a
global internship program. With all this serious work to be
released under a community-approved license allowing wide
modification, redistribution and re-use in tune with the
Ubuntu ethos and in respect of Ubuntu's and Canonical's
trademarks.

&lt;p&gt; It's very encouraging to see all the attention, energy and
resources dedicated to design and language coverage issues
in the Ubuntu community: &quot;Every computer user should be
able to use their software in the language of their choice&quot;
as indicated in the Ubuntu philosophy are not empty words!

&lt;p&gt; A big kudos to all involved!

&lt;p&gt; The community as a whole has made a lot of progress in this
difficult area over the past few years (decade?), look at
this previous post when &lt;a href=&quot;http://www.markshuttleworth.com/archives/119&quot;&gt; Mark
was challenging the community to help tackle the font
challenges&lt;/a&gt;!


&lt;p&gt; And if you didn't know already about the work done for
the visual identity Ubuntu has been using until now: there
is &lt;a href=&quot;http://andy.brisgeek.com/&quot;&gt;
Andy's Fitzismon&lt;/a&gt;'s &lt;a href=&quot;https://launchpad.net/ubuntutitle&quot;&gt;Ubuntu-title&lt;/a&gt;
with various &lt;a href=&quot;https://code.launchpad.net/ubuntutitle&quot;&gt;branches from
the community&lt;/a&gt; but the new project will reach much further.&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;</description>
	<pubDate>Fri, 05 Mar 2010 13:48:14 +0000</pubDate>
</item>
<item>
	<title>OSP: Contour book one</title>
	<guid>http://ospublish.constantvzw.org/?p=4259</guid>
	<link>http://ospublish.constantvzw.org/news/contour-book-one-2</link>
	<description>Last sunday we drawed a book.
675 417 km2 pour Luce
contour lines of France
scale 1:385142
interval : 30 m
strokes : 0.05 pt
16 binded sections
cover : green cardboard 300 g + clothed back
single copy
Sur base des élévations au pas de 250m proposées au téléchargement par l&amp;#8217;I.G.N. France. Calcul des courbes de niveaux et sortie Postscript opérés par GRASS [...]</description>
	<pubDate>Fri, 05 Mar 2010 13:29:35 +0000</pubDate>
</item>
<item>
	<title>OSP: Thank You for Voting!</title>
	<guid>http://ospublish.constantvzw.org/?p=4210</guid>
	<link>http://ospublish.constantvzw.org/news/thank-you-for-voting</link>
	<description>We asked your opinion: Should the logo we proposed for the Libre Graphics Meeting drip or not? 50 readers voted, and yes was selected in total 51 times and no  34 times (more than one answer possible). Apart from that, strong opinions were voiced on- and offline. Interestingly, these often were against the drip. [...]</description>
	<pubDate>Fri, 05 Mar 2010 11:36:39 +0000</pubDate>
</item>
<item>
	<title>Nicolas Spalinger (advogato diary): 3 Mar 2010</title>
	<guid>http://www.advogato.org/person/yosch/diary.html?start=85</guid>
	<link>http://www.advogato.org/person/yosch/diary.html?start=85</link>
	<description>&lt;b&gt; Support the Libre Graphics Meeting &lt;/b&gt;

&lt;p&gt; Do you enjoy using a range of libre graphics software,
including &lt;a href=&quot;http://scripts.sil.org/OFL_fonts&quot;&gt;open
fonts&lt;/a&gt; and all the tools forming the &lt;a href=&quot;http://packages.debian.org/sid/fonts/open-font-design-toolkit&quot;&gt;open
font design toolkit&lt;/a&gt;?

&lt;p&gt; Then please consider &lt;a href=&quot;http://pledgie.com/campaigns/8926&quot;&gt;supporting the
upcoming LGM&lt;/a&gt;: the major yearly event where the community
of developers and core contributors for libre graphics
software come together. Your support will help even more
useful interaction and progress to happen during the &lt;a href=&quot;http://libregraphicsmeeting.org/2010&quot;&gt;LGM&lt;/a&gt; to the
benefit of the wider community.

&lt;p&gt; For details see the &lt;a href=&quot;http://create.freedesktop.org/wiki/Conference_2010&quot;&gt;
create wiki&lt;/a&gt; and of course the &lt;a href=&quot;http://ospublish.constantvzw.org/tag/lgm-2010&quot;&gt;
preparation efforts by OSP (this year's organizer)&lt;/a&gt;.&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;</description>
	<pubDate>Wed, 03 Mar 2010 15:25:17 +0000</pubDate>
</item>
<item>
	<title>OSP: Biscoitos da Sorte</title>
	<guid>http://ospublish.constantvzw.org/?p=4194</guid>
	<link>http://ospublish.constantvzw.org/news/biscoitos-da-sorte</link>
	<description>Ricardo Lafuente and Ana Carvalho imported/exported a Print Party to Porto. With live Fortune Cookies &amp;#8230; how brave! (Recipe for cookies + messages)</description>
	<pubDate>Tue, 02 Mar 2010 22:20:38 +0000</pubDate>
</item>
<item>
	<title>OSP: Governmental support for LGM</title>
	<guid>http://ospublish.constantvzw.org/?p=4157</guid>
	<link>http://ospublish.constantvzw.org/news/governmental-support-for-lgm</link>
	<description>Remember that we entered a subsidy dossier in October 2009?
The Design and Architecture committee of the Flemish ministry for culture has decided to grant our application and support LGM 2010.
Besides the fact that any financial support is more than welcome in hard times like these, it is above all an encouraging expression of support for [...]</description>
	<pubDate>Tue, 02 Mar 2010 11:39:07 +0000</pubDate>
</item>
<item>
	<title>Simos Xenitellis: Επιλέξτε πρώτο το Firefox!</title>
	<guid>http://simos.info/blog/?p=1062</guid>
	<link>http://feedproxy.google.com/~r/simos/~3/-y9Jt7SnAQY/1062</link>
	<description>&lt;p&gt;Από την πρώτη Μαρτίου 2010, οι χρήστες Windows στην Ευρωπαϊκή Ένωση έχουν την επιλογή για το λογισμικό του περιηγητή (web browser). Η επιλογή θα ενεργοποιηθεί μέσω του συστήματος WindowsUpdate.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.mozilla-europe.org/el/&quot; target=&quot;_blank&quot;&gt;&lt;img class=&quot;alignnone size-full wp-image-1063&quot; title=&quot;Σελίδα BrowserChoice.eu&quot; src=&quot;http://simos.info/blog/wp-content/uploads/2010/02/browserchoice.png&quot; alt=&quot;Σελίδα BrowserChoice.eu&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Μπορείτε να δείτε πως φαίνεται η ελληνική σελίδα από &lt;a href=&quot;http://www.browserchoice.eu/BrowserChoice/browserchoice_el.htm&quot; target=&quot;_blank&quot;&gt;το σύνδεσμο επιλογής λογισμικού περιήγησης για την Ευρωπαϊκή Ένωση&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.mozilla-europe.org/el/&quot; target=&quot;_blank&quot;&gt;&lt;img class=&quot;alignnone size-full wp-image-1064&quot; title=&quot;BrowserChoice.eu επιλέξτε πρώτο το Firefox&quot; src=&quot;http://simos.info/blog/wp-content/uploads/2010/02/browserchoice-firefox.png&quot; alt=&quot;BrowserChoice.eu επιλέξτε πρώτο το Firefox&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Επιλέξτε πρώτο το Mozilla Firefox διότι πρώτο μέλημα του λογισμικού είναι η ασφάλειά σας.&lt;/p&gt;
&lt;p&gt;Η δικτυακός τόπος browserchoice.eu παρέχεται από τη Microsoft. Τη λειτουργία του browserchoice.eu την έχει επιβάλει η Ευρωπαϊκή Ένωση όταν καταδίκασε τη Microsoft σε πρόσφατη δίκη περί μονοπωλίου.&lt;/p&gt;
&lt;p&gt;Στους όρους χρήσης του browserchoice.eu η Microsoft αναφέρει για το θέμα αυτό&lt;/p&gt;
&lt;p&gt;&lt;em&gt;ΚΟΙΝΟΠΟΙΗΣΕΙΣ&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Η τοποθεσία BrowserChoice.eu σχεδιάστηκε σύμφωνα με μια απόφαση της νομοθεσίας περί ανταγωνισμού της Ευρωπαϊκής Επιτροπής τον Δεκέμβριο του 2009.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;© 2009 Microsoft Corporation. Με επιφύλαξη κάθε νόμιμου δικαιώματος.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://simos.info/blog/archives/1062#comments&quot;&gt;One comment&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~ff/simos?a=-y9Jt7SnAQY:klWNuMku5Q0:yIl2AUoC8zA&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/simos?d=yIl2AUoC8zA&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/simos?a=-y9Jt7SnAQY:klWNuMku5Q0:D7DqB2pKExk&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/simos?i=-y9Jt7SnAQY:klWNuMku5Q0:D7DqB2pKExk&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/simos?a=-y9Jt7SnAQY:klWNuMku5Q0:7Q72WNTAKBA&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/simos?d=7Q72WNTAKBA&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/simos?a=-y9Jt7SnAQY:klWNuMku5Q0:V_sGLiPBpWU&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/simos?i=-y9Jt7SnAQY:klWNuMku5Q0:V_sGLiPBpWU&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/simos/~4/-y9Jt7SnAQY&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Sun, 28 Feb 2010 16:14:58 +0000</pubDate>
</item>
<item>
	<title>OSP: mybadge.png</title>
	<guid>http://ospublish.constantvzw.org/?p=4113</guid>
	<link>http://ospublish.constantvzw.org/tools/mybadge-png</link>
	<description>Alexandre Leray has written a nice tutorial on how to create your own pledgie-badge: http://rw.stdin.fr/CookBook/Pledgie 
Thank you ginger coons for your tasty habanero pepper and don&amp;#8217;t forget to donate to http://pledgie.com/campaigns/8926!</description>
	<pubDate>Sat, 27 Feb 2010 17:00:27 +0000</pubDate>
</item>
<item>
	<title>OSP: A beautiful compliment</title>
	<guid>http://ospublish.constantvzw.org/?p=4099</guid>
	<link>http://ospublish.constantvzw.org/live/a-beautiful-compliment</link>
	<description>&amp;#8220;Livre de texte dense, a priori sans soucis de graphisme, et je découvre que c&amp;#8217;est tout l&amp;#8217;inverse.&amp;#8221;
More pictures: http://gallery.constantvzw.org/main.php?g2_itemId=30910</description>
	<pubDate>Sat, 27 Feb 2010 09:00:19 +0000</pubDate>
</item>
<item>
	<title>Alexandre Prokoudine: GIMP developers on loose</title>
	<guid>http://prokoudine.info/blog/?p=221</guid>
	<link>http://prokoudine.info/blog/?p=221</link>
	<description>You&amp;#8217;ve been craving for that, you really have:

Yes, not only you can edit text on canvas in GIMP now, you can also use different styles in same text block. It&amp;#8217;s as simple as selecting text and clicking a button. And full undo/redo works on text level too. All praise goes to Michael Natterer  
There&amp;#8217;s [...]</description>
	<pubDate>Fri, 26 Feb 2010 04:12:41 +0000</pubDate>
</item>
<item>
	<title>OSP: Dingbats in a monkey</title>
	<guid>http://ospublish.constantvzw.org/?p=4051</guid>
	<link>http://ospublish.constantvzw.org/news/dingbats-in-a-monkey</link>
	<description>The Dingbats Liberation Fest adventure continues in Nancy from March 25 to May 6.
Invited by the my.monkey gallery, OSP présentera quelques uns de ses travaux et ouvrira un nouvel atelier Dingbats Liberation Fest into the grid.

Le projet de fonte collaborative Dingbats Liberation Fest propose de redessiner les caractères Dingbats et Miscellaneous Symbols d&amp;#8217;Unicode.
Après 2 premiers [...]</description>
	<pubDate>Thu, 25 Feb 2010 16:33:22 +0000</pubDate>
</item>
<item>
	<title>OSP: Banners to match</title>
	<guid>http://ospublish.constantvzw.org/?p=4023</guid>
	<link>http://ospublish.constantvzw.org/news/banners-to-match</link>
	<description>Anything else we can do to make you donate a few dollars to LGM2010  ?
&amp;#60;a style=&amp;#8217;border-style:none&amp;#8217; href=&amp;#8217;http://pledgie.com/campaigns/8926&amp;#8242;&amp;#62;&amp;#60;img src=&amp;#8217;http://stdin.fr/lgm/pledgie/pledgie_banner.png&amp;#8217;&amp;#62;&amp;#60;/a&amp;#62;
&amp;#60;a style=&amp;#8217;border-style:none&amp;#8217; href=&amp;#8217;http://pledgie.com/campaigns/8926&amp;#8242;&amp;#62;&amp;#60;img src=&amp;#8217;http://stdin.fr/lgm/pledgie/pledgie_banner_red.png&amp;#8217;&amp;#62;&amp;#60;/a&amp;#62;
&amp;#60;a style=&amp;#8217;border-style:none&amp;#8217; href=&amp;#8217;http://pledgie.com/campaigns/8926&amp;#8242;&amp;#62;&amp;#60;img src=&amp;#8217;http://stdin.fr/lgm/pledgie/pledgie_banner_navy.png&amp;#8217;&amp;#62;&amp;#60;/a&amp;#62;</description>
	<pubDate>Wed, 24 Feb 2010 16:03:57 +0000</pubDate>
</item>
<item>
	<title>OSP: Support LGM2010!</title>
	<guid>http://ospublish.constantvzw.org/?p=3964</guid>
	<link>http://ospublish.constantvzw.org/news/support-lgm2010</link>
	<description>At the yearly Libre Graphics Meeting, developers and users of our favorite tools get together to work on better software. For some of them, a trip to Brussels is easy to fund, others cannot afford the journey without our help. Let&amp;#8217;s pull our resources together and raise 10.000 $ (7350 €) so that they can [...]</description>
	<pubDate>Mon, 22 Feb 2010 06:00:48 +0000</pubDate>
</item>
<item>
	<title>OSP: To drip or not to drip</title>
	<guid>http://ospublish.constantvzw.org/?p=4004</guid>
	<link>http://ospublish.constantvzw.org/news/to-drip-or-not-to-drip</link>
	<description>Vote Now!</description>
	<pubDate>Sun, 21 Feb 2010 19:34:45 +0000</pubDate>
</item>
<item>
	<title>Nicolas Spalinger (advogato diary): 17 Feb 2010</title>
	<guid>http://www.advogato.org/person/yosch/diary.html?start=84</guid>
	<link>http://www.advogato.org/person/yosch/diary.html?start=84</link>
	<description>&lt;b&gt; Firebug and webfonts &lt;/b&gt;

&lt;p&gt; &lt;p&gt; &lt;p&gt; Good to see the &lt;a href=&quot;http://getfirebug.com/&quot;&gt;
re-designed Firebug website&lt;/a&gt; using the &lt;a href=&quot;http://www.campivisivi.net/titillium/&quot;&gt;Titillium open
font&lt;/a&gt; in its CSS. 

&lt;p&gt; &lt;p&gt; &lt;p&gt; Now what about getting these handy web developer tools
(including &lt;a href=&quot;http://trac.webkit.org/wiki/WebInspector&quot;&gt;  Webkit Web
Inspector&lt;/a&gt;, &lt;a href=&quot;http://www.opera.com/dragonfly&quot;&gt;Dragonfly&lt;/a&gt; and even
whatever the IE equivalent is) to give designers more
control of the font-related CSS elements as we see increased
usage of webfonts?&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;</description>
	<pubDate>Wed, 17 Feb 2010 16:32:16 +0000</pubDate>
</item>
<item>
	<title>OSP: TeX, Fata Morgana et une promesse</title>
	<guid>http://ospublish.constantvzw.org/?p=3923</guid>
	<link>http://ospublish.constantvzw.org/news/3923</link>
	<description>Les organisateurs du Prix Fernand Baudin nous ont demandé de répondre à trois questions concernant le livre, en vue d&amp;#8217;intégrer les réponses dans le catalogue en préparation actuellement. Nos réponses sous forme d&amp;#8217;extraits traduits en français du texte publié à la fin du livre. (Full version in English)
— Brèves explications du concept/déroulé du livre:
&amp;#8220;Making Of&amp;#8221; [...]</description>
	<pubDate>Mon, 15 Feb 2010 14:10:38 +0000</pubDate>
</item>
<item>
	<title>Nicolas Spalinger (advogato diary): 13 Feb 2010</title>
	<guid>http://www.advogato.org/person/yosch/diary.html?start=83</guid>
	<link>http://www.advogato.org/person/yosch/diary.html?start=83</link>
	<description>&lt;b&gt; Open fonts for signage &lt;/b&gt;

&lt;p&gt; &lt;p&gt; After &lt;a href=&quot;http://andy.fitzsimon.com.au/&quot;&gt;Andy
fitzsimon&lt;/a&gt;'s &lt;a href=&quot;http://openfontlibrary.org/media/files/andyfitz/237&quot;&gt;Road
Stencil&lt;/a&gt; looks like another open font font for signage
has been recently released by &lt;a href=&quot;http://matt.cc/&quot;&gt;Matt
McInerney&lt;/a&gt;: it's called &lt;a href=&quot;http://pixelspread.com/allerta/&quot;&gt;Allerta&lt;/a&gt;, it looks
really good and the release zip file even contains a vector
file for the physical spraying kit! Follow the signs to your
destination...&lt;/p&gt;&lt;/p&gt;</description>
	<pubDate>Sat, 13 Feb 2010 22:31:57 +0000</pubDate>
</item>
<item>
	<title>Nicolas Spalinger (advogato diary): 13 Feb 2010</title>
	<guid>http://www.advogato.org/person/yosch/diary.html?start=82</guid>
	<link>http://www.advogato.org/person/yosch/diary.html?start=82</link>
	<description>&lt;b&gt; The League of Moveable Type reformulates parts of the
OFL FAQ &lt;/b&gt;

&lt;p&gt; &lt;p&gt; &lt;p&gt; &lt;p&gt; Good to see the &lt;a href=&quot;http://www.theleagueofmoveabletype.com/&quot;&gt; League of
Movable Type&lt;/a&gt; explaining &lt;a href=&quot;http://blog.theleagueofmoveabletype.com/post/370971415/using-the-open-font-license-for-your-typeface&quot;&gt;
some important aspects of using the Open Font License&lt;/a&gt;,
the license they have chosen to standardize on as a
community of designers: covering key subjects such as
allowing modifications while retaining artistic integrity
with the name change mechanism, how credits and
acknowledgements are handled (although of course copyright
statements and notices should never be removed), the choice
of a font-specific community-recognized software license
over a Creative Commons
approach (see the &lt;a href=&quot;http://wiki.creativecommons.org/Frequently_Asked_Questions#Can_I_use_a_Creative_Commons_license_for_software.3F&quot;&gt;explicit
FAQ entry on this&lt;/a&gt;) and how authors always retain the
full rights to re-release their creation under a different
license including a more restricted one.

&lt;p&gt; &lt;p&gt; &lt;p&gt; &lt;p&gt; They also point to the &lt;a href=&quot;http://scripts.sil.org/OFL-FAQ_web&quot;&gt;OFL FAQ&lt;/a&gt; for
further answers to questions designers may have as they use
and release font sources under the OFL. The FAQ
should be clear enough, with various practical tips and
examples for open font designers. If you haven't already
take a moment to read it. We will update it as needed.&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;</description>
	<pubDate>Sat, 13 Feb 2010 22:01:28 +0000</pubDate>
</item>
<item>
	<title>OSP: Exhibition Prix Fernand Baudin</title>
	<guid>http://ospublish.constantvzw.org/?p=3900</guid>
	<link>http://ospublish.constantvzw.org/news/exhibition-prix-fernand-baudin-prijs</link>
	<description>26 February – 10 March 2010

Exhibition in Brussels presenting the bookawards and nominations of the Fernand Baudin Prize 2009, the prize of the Most Beautiful Books in Brussels and Wallonia.
BIP
Rue Royale, 2-4
1000 Brussels
Opening, award ceremony of the honorary diploma’s + release of the catalogue: 25th of February 2010 at 6 pm

For it’s second edition 2009-2010, [...]</description>
	<pubDate>Mon, 08 Feb 2010 07:57:18 +0000</pubDate>
</item>
<item>
	<title>OSP: Cutting Edge</title>
	<guid>http://ospublish.constantvzw.org/?p=3885</guid>
	<link>http://ospublish.constantvzw.org/news/cutting-edge</link>
	<description>Libre Graphics Meeting 2010!


Download flyers: cuttingedge.zip</description>
	<pubDate>Sun, 07 Feb 2010 22:54:05 +0000</pubDate>
</item>
<item>
	<title>Nicolas Spalinger (advogato diary): 6 Feb 2010</title>
	<guid>http://www.advogato.org/person/yosch/diary.html?start=81</guid>
	<link>http://www.advogato.org/person/yosch/diary.html?start=81</link>
	<description>&lt;b&gt; fontforge support for WOFF &lt;/b&gt;

&lt;p&gt; At the &lt;a href=&quot;http://sourceforge.net/mailarchive/message.php?msg_name=1399811503.20100114165134%40w3.org&quot;&gt;
request&lt;/a&gt; of Chris Lilley from &lt;a href=&quot;http://www.w3.org/2009/08/WebFonts/charter.html&quot;&gt;W3C's
font activity&lt;/a&gt; (among other things),
the amazing George Williams has now &lt;a href=&quot;http://fontforge.cvs.sourceforge.net/viewvc/fontforge/fontforge/fontforge/stamp.c?view=log&quot;&gt;implemented&lt;/a&gt;
&lt;a href=&quot;http://people.mozilla.com/~jkew/woff/&quot;&gt;WOFF&lt;/a&gt;
support in &lt;a href=&quot;http://fontforge.sourceforge.net/&quot;&gt;fontforge&lt;/a&gt;. &lt;a href=&quot;http://fontforge.cvs.sourceforge.net/viewvc/fontforge/fontforge/fontforge/woff.c?view=log&quot;&gt;
It's available now in CVS&lt;/a&gt; but in a release near you
probably soon. Thanks Chris and George for your efforts in
this area!

&lt;p&gt; A good way to use the new web native format
and to view/handle the corresponding metadata.&lt;/p&gt;&lt;/p&gt;</description>
	<pubDate>Sat, 06 Feb 2010 17:15:09 +0000</pubDate>
</item>
<item>
	<title>Alexandre Prokoudine: CMYKTool unveiled</title>
	<guid>http://prokoudine.info/blog/?p=215</guid>
	<link>http://prokoudine.info/blog/?p=215</link>
	<description>On January 23 Alastair M. Robinson silently released first public version of CMYKTool. That would go quite unnoticed if it wasn&amp;#8217;t for someone liking to read all sorts of RSS feeds   So the very next day linuxgraphics.ru community was already discussing the new tool, discovering bugs and requesting features. The thread was so [...]</description>
	<pubDate>Wed, 03 Feb 2010 21:25:30 +0000</pubDate>
</item>
<item>
	<title>Nicolas Spalinger (advogato diary): 3 Feb 2010</title>
	<guid>http://www.advogato.org/person/yosch/diary.html?start=80</guid>
	<link>http://www.advogato.org/person/yosch/diary.html?start=80</link>
	<description>&lt;b&gt;Hiring type designers &lt;/b&gt;

&lt;p&gt; &lt;p&gt; &lt;p&gt; Ahem, IMHO the very talented folks at &lt;a href=&quot;http://www.wetanz.com/design-2/&quot;&gt;Weta&lt;/a&gt; should hire
a few type designers to work on quality original fonts in
tune with the style of a story and avoid being ridiculed by
the interwebs for falling back
to overused fonts (&lt;a href=&quot;http://www.papyruswatch.com/2009/08/avatar-really.html&quot;&gt;Papyrus-like
AFAICT&lt;/a&gt;) for lettering and subtitles in
multi-million-dollar productions...&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;</description>
	<pubDate>Wed, 03 Feb 2010 20:49:53 +0000</pubDate>
</item>
<item>
	<title>Nicolas Spalinger (advogato diary): 3 Feb 2010</title>
	<guid>http://www.advogato.org/person/yosch/diary.html?start=79</guid>
	<link>http://www.advogato.org/person/yosch/diary.html?start=79</link>
	<description>&lt;b&gt; Awareness of font embedding issues &lt;/b&gt;

&lt;p&gt; &lt;p&gt; Good to see increased awareness of &lt;a href=&quot;http://blogs.msdn.com/michkap/archive/2010/02/01/9956085.aspx&quot;&gt;font
embedding issues&lt;/a&gt; and the serious need to use fonts which
explicitely allow it when you want to do it.

&lt;p&gt; &lt;p&gt; Fontforge offers an &lt;a href=&quot;http://fontforge.sourceforge.net/fontinfo.html#TTF-Values&quot;&gt;
Embeddable dropdown and tick boxes in its font information
panel&lt;/a&gt; to view the &lt;a href=&quot;http://partners.adobe.com/public/developer/opentype/index_os2.html&quot;&gt;
fsType&lt;/a&gt; - and modify it if you have the rights to
branch the font - as well as an os2_fstype object accessible
via &lt;a href=&quot;http://fontforge.sourceforge.net/python.html&quot;&gt;python&lt;/a&gt;.

&lt;p&gt; &lt;p&gt; You always need to make sure to check the embeddability
rights associated with the font you want to use. Of course
when the designer has chosen a &lt;a href=&quot;http://scripts.sil.org/OFL&quot;&gt;licensing model which
explicitly allows embedding like the OFL&lt;/a&gt; then no need to
worry. 

&lt;p&gt; &lt;p&gt; But people wishing to use open fonts under the GPL need to
do due diligence of checking what happens there... What with
the experimental font exception and its problems...&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;</description>
	<pubDate>Wed, 03 Feb 2010 20:21:54 +0000</pubDate>
</item>
<item>
	<title>Nicolas Spalinger (advogato diary): 3 Feb 2010</title>
	<guid>http://www.advogato.org/person/yosch/diary.html?start=78</guid>
	<link>http://www.advogato.org/person/yosch/diary.html?start=78</link>
	<description>&lt;b&gt; Libre alternatives to closed ebook platforms &lt;/b&gt;

&lt;p&gt; &lt;p&gt; &lt;p&gt; Are the &lt;a href=&quot;http://en.wikipedia.org/wiki/Telescreen&quot;&gt;
telescreens&lt;/a&gt;-like platforms really inevitable? Do we
really want authors, publishers and readers to allow
computer vendors to push everyone towards &lt;a href=&quot;http://en.wikipedia.org/wiki/Fahrenheit_451&quot;&gt;
Farenheit 451&lt;/a&gt;-style book and content control? Do we want
the electronic tools with which we read and learn to be
stuck in some remotely controlled read-only mode?

&lt;p&gt; &lt;p&gt; &lt;p&gt; Thankfully, there are existing alternatives to the
various
iWhatever sirens luring people into tinkering-hostile fully
DRM-controlled platforms: &lt;a href=&quot;http://www.fbreader.org/about.php&quot;&gt;FBreader&lt;/a&gt; to
read and manage your ebooks, &lt;a href=&quot;http://calibre-ebook.com/&quot;&gt;Calibre&lt;/a&gt; and &lt;a href=&quot;http://code.google.com/p/sigil/&quot;&gt;Sigil&lt;/a&gt; or &lt;a href=&quot;http://code.google.com/p/epub-tools/&quot;&gt;epub-tools&lt;/a&gt;
to create them. All these you can install today on
existing platforms. It's worth pointing out that the &lt;a href=&quot;http://en.wikipedia.org/wiki/EPUB&quot;&gt;ePub&lt;/a&gt; open
standard can also take advantage of the flexibility of
&lt;a href=&quot;http://blog.threepress.org/2009/09/16/how-to-embed-fonts-in-epub-files/&quot;&gt;@font-face&lt;/a&gt;.

&lt;p&gt; Check out the &lt;a href=&quot;http://epubzengarden.com&quot;&gt;ePub Zen
Garden&lt;/a&gt;.

&lt;p&gt; &lt;p&gt; &lt;p&gt; Let's not give up our ability to read
what we want, keep it and/or share it even with complex
writing systems the market does not care about for whatever
shiny new device locked down to one single profit-oriented
provider.&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;</description>
	<pubDate>Wed, 03 Feb 2010 12:54:23 +0000</pubDate>
</item>
<item>
	<title>Simos Xenitellis: ΝΑΙ! Mozilla Firefox No1 στην Ελλάδα!</title>
	<guid>http://simos.info/blog/?p=1057</guid>
	<link>http://feedproxy.google.com/~r/simos/~3/0FZMY_AdiVs/1057</link>
	<description>&lt;p&gt;Μιλήσαμε πρόσφατα για &lt;a href=&quot;http://simos.info/blog/archives/1034&quot; target=&quot;_blank&quot;&gt;τα στατιστικά χρήσης του Firefox στην Ελλάδα&lt;/a&gt;. Αυτή τη στιγμή έχουμε νέα στατιστικά που συμπεριλαμβάνουν και τον Ιανουάριο 2010.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://simos.info/blog/wp-content/uploads/2010/02/FirefoxIE-Jan2010.png&quot;&gt;&lt;img class=&quot;alignnone size-full wp-image-1058&quot; title=&quot;Firefox vs IE (τέλος 2009 - Ιανουάριος 2010)&quot; src=&quot;http://simos.info/blog/wp-content/uploads/2010/02/FirefoxIE-Jan2010.png&quot; alt=&quot;Firefox vs IE (τέλος 2009 - Ιανουάριος 2010)&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Με βάση &lt;a href=&quot;http://gs.statcounter.com/&quot; target=&quot;_blank&quot;&gt;τα στατιστικά στοιχεία από την υπηρεσία statcounter.com&lt;/a&gt;, &lt;a href=&quot;http://gs.statcounter.com/#browser-GR-weekly-200832-201004&quot; target=&quot;_blank&quot;&gt;ο Firefox στην Ελλάδα έχει φθάσει για πρώτη φορά το 45%&lt;/a&gt; στο μερίδιο αγοράς λογισμικού περιήγησης του διαδικτύου, ξεπερνώντας τον Internet Explorer.&lt;/p&gt;
&lt;p&gt;Είναι εξαιρετικό νέο, και συμβαδίζουμε με άλλες χώρες&lt;a href=&quot;http://gs.statcounter.com/#browser-DE-weekly-200832-201004&quot; target=&quot;_blank&quot;&gt; όπως τη Γερμανία&lt;/a&gt; με το να χρησιμοποιούμε ελεύθερο λογισμικό και Firefox.&lt;/p&gt;
&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://simos.info/blog/archives/1057#comments&quot;&gt;7 comments&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~ff/simos?a=0FZMY_AdiVs:P-J9_p9Tm60:yIl2AUoC8zA&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/simos?d=yIl2AUoC8zA&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/simos?a=0FZMY_AdiVs:P-J9_p9Tm60:D7DqB2pKExk&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/simos?i=0FZMY_AdiVs:P-J9_p9Tm60:D7DqB2pKExk&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/simos?a=0FZMY_AdiVs:P-J9_p9Tm60:7Q72WNTAKBA&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/simos?d=7Q72WNTAKBA&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/simos?a=0FZMY_AdiVs:P-J9_p9Tm60:V_sGLiPBpWU&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/simos?i=0FZMY_AdiVs:P-J9_p9Tm60:V_sGLiPBpWU&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/simos/~4/0FZMY_AdiVs&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Tue, 02 Feb 2010 13:28:54 +0000</pubDate>
</item>
<item>
	<title>OSP: Collaborative Futures</title>
	<guid>http://ospublish.constantvzw.org/?p=3857</guid>
	<link>http://ospublish.constantvzw.org/news/collaborative-futures</link>
	<description>&amp;#8220;Collaboration can be so strong it forces hard boundaries. The boundaries can intentionally or unintentionally exclude the possibility to extend the collaboration. Potentially conflict can also occur at these borders&amp;#8221;

For this years&amp;#8217; Transmediale Festival, the F/LOSS Manuals project took up the challenge to write, edit and publish a collaborative publication in 5 days while test [...]</description>
	<pubDate>Mon, 01 Feb 2010 09:47:43 +0000</pubDate>
</item>
<item>
	<title>Ben Weiner: SERIAC 2010 in Chertsey</title>
	<guid>tag:blogger.com,1999:blog-11425596.post-5210259872855861170</guid>
	<link>http://www.readingtype.org.uk/blog/2010/01/seriac-2010-in-chertsey.html</link>
	<description>&lt;p&gt;I’ve attended SERIAC (the South Eastern Region Industrial Archaeology Conference) for the last three years and enjoyed it every time. It’s also very good value at £12.50 for a day of talks that invariably span the whole field of industrial archaeology but remain understandable and interesting. This year it’s hosted by Surrey Industrial History Group at Chertsey Hall in Chertsey on Saturday 24 April. &lt;a href=&quot;http://www.sihg.org.uk/seriac2010.htm&quot;&gt;The programme is online&lt;/a&gt;; all the talks look genuinely interesting. Hope to see you there.&lt;/p&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/11425596-5210259872855861170?l=www.readingtype.org.uk%2Fblog%2Findex.html&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Sun, 31 Jan 2010 10:39:00 +0000</pubDate>
	<author>noreply@blogger.com (Ben Weiner)</author>
</item>
<item>
	<title>Alexandre Prokoudine: MyPaint reviewed</title>
	<guid>http://prokoudine.info/blog/?p=208</guid>
	<link>http://prokoudine.info/blog/?p=208</link>
	<description>MyPaint developers released a much anticipated v0.8.0 on Friday, and one of them, Ilya Portnov, wrote a good introduction to MyPaint and a review of changes in this version. Read on!
I can&amp;#8217;t stop myself from quoting one of the users who commented on the Russian version of the review: &amp;#8220;Yeah, great application! I&amp;#8217;m painting again!!! [...]</description>
	<pubDate>Sat, 30 Jan 2010 23:55:19 +0000</pubDate>
</item>
<item>
	<title>OSP: Valentine scripting</title>
	<guid>http://ospublish.constantvzw.org/?p=3797</guid>
	<link>http://ospublish.constantvzw.org/works/valentine-scripting</link>
	<description>Poster and flyer designed and produced in OpenOffice
This week and next, colleague and friend An Mertens (a.k.a. Ana Foor) works out of the Elsene local library Sans Souci. She&amp;#8217;ll be listening to your account of meeting a loved one for the first time, those  habits that keep your relationship alive or which imaginary place [...]</description>
	<pubDate>Fri, 29 Jan 2010 11:09:10 +0000</pubDate>
</item>
<item>
	<title>Nicolas Spalinger (advogato diary): 29 Jan 2010</title>
	<guid>http://www.advogato.org/person/yosch/diary.html?start=77</guid>
	<link>http://www.advogato.org/person/yosch/diary.html?start=77</link>
	<description>&lt;b&gt; @font-face in Firefox 3.6 firstrun page&lt;/b&gt;

&lt;p&gt; &lt;p&gt; After the &lt;a href=&quot;http://www.mozilla-europe.org/en/firefox/3.5/releasenotes/&quot;&gt;Firefox
3.5 release notes&lt;/a&gt; with only a small mention of all the
work done on supporting &lt;a href=&quot;http://www.advogato.org/person/yosch/
http://openfontlibrary.org/wiki/Web_font_linking_with_@font-face&quot;&gt;webfonts&lt;/a&gt;,
it's good to see the &lt;a href=&quot;http://www.mozilla.com/en-GB/firefox/3.6/whatsnew/&quot;&gt;Firefox
3.6 firstrun page&lt;/a&gt; actually making use of webfonts via
@font-face: in
this case a non-modifiable font family from &lt;a href=&quot;http://www.fontshop.com/freefonts&quot;&gt;FontShop&lt;/a&gt; in the
web-native &lt;a href=&quot;http://people.mozilla.com/~jkew/woff/woff-spec-latest.html&quot;&gt;WOFF
format&lt;/a&gt; which enjoys support from &lt;a href=&quot;http://blog.mozilla.com/blog/2009/10/20/mozilla-supports-web-open-font-format/&quot;&gt;many
foundries&lt;/a&gt;, IOW &lt;a href=&quot;http://type101.fontbureau.com/archives/474&quot;&gt;peace has
broken out&lt;/a&gt;. (see the &lt;a href=&quot;http://code.typesupply.com/wiki/woffTools&quot;&gt;related
utilities&lt;/a&gt;.)

&lt;p&gt; &lt;p&gt; Webfonts are certainly one more step forward for the open
web! While many may well prefer fully &lt;a href=&quot;http://scripts.sil.org/OFL&quot;&gt;libre/open fonts&lt;/a&gt;
instead of freeware fonts you cannot modify to suit your
needs, it's already incredibly useful to be able to go
beyond the old basic &quot;web-safe&quot; set. Go ahead, spice up your
website with some quality webfonts!&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;</description>
	<pubDate>Fri, 29 Jan 2010 07:55:44 +0000</pubDate>
</item>
<item>
	<title>OSP: Tools for conviviality</title>
	<guid>http://ospublish.constantvzw.org/?p=3808</guid>
	<link>http://ospublish.constantvzw.org/texts/tools-for-conviviality</link>
	<description>In the train back from Stuttgart, I read Tools for Conviviality,  a pamphlet by social philosopher Ivan Ilich (1973). A &amp;#8216;convivial society&amp;#8217;, he argues, is a society in which everyone can act autonomously, and this can be achieved through the design and use of &amp;#8216;convivial tools&amp;#8217;:
People feel joy, as opposed to mere pleasure, to [...]</description>
	<pubDate>Wed, 27 Jan 2010 23:35:39 +0000</pubDate>
</item>
<item>
	<title>Alexandre Prokoudine: Drawing volumetric objects in Inkscape</title>
	<guid>http://prokoudine.info/blog/?p=204</guid>
	<link>http://prokoudine.info/blog/?p=204</link>
	<description>Yuri Apostol wrote a great tutorial on drawing volumetric objects* in Inkscape:

The tutorial covers things like smart use of gradients, blur, clipping paths and simulating the missing conical gradient fill.
* the text says &amp;#8220;&amp;#8230;and my little scarf!&amp;#8221;</description>
	<pubDate>Tue, 26 Jan 2010 17:59:06 +0000</pubDate>
</item>
<item>
	<title>Ben Weiner: Subsections in Textpattern</title>
	<guid>tag:blogger.com,1999:blog-11425596.post-4418693535653821538</guid>
	<link>http://www.readingtype.org.uk/blog/2010/01/subsections-in-textpattern.html</link>
	<description>&lt;p&gt;One provocative omission from the excellent Textpattern CMS is subsections. I don’t know why it was omitted (probably just because it was out of scope when Dean Allen sat down to write TXP). Now that there’s a codebase, fitting in subsections is slightly tricky. There’s a need to adjust the way that URL rewriting works and there’s also a need to rework the section admin form. I could really do with having this sorted and I have started to scope it out. If somebody would like to sponsor the work let me know ’cos I haven’t got time to do any more for nothing.&lt;/p&gt;&lt;p class=&quot;note&quot;&gt;Yes, I have investigated what’s out there. It is not good enough, I’m afraid: for one thing, it is susceptable to break with every minor point release. Something better is needed.&lt;/p&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/11425596-4418693535653821538?l=www.readingtype.org.uk%2Fblog%2Findex.html&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Mon, 25 Jan 2010 10:57:00 +0000</pubDate>
	<author>noreply@blogger.com (Ben Weiner)</author>
</item>
<item>
	<title>Ben Weiner: Web fonts talk online</title>
	<guid>tag:blogger.com,1999:blog-11425596.post-6412985952866926403</guid>
	<link>http://www.readingtype.org.uk/blog/2010/01/web-fonts-talk-online.html</link>
	<description>&lt;p&gt;The &lt;a href=&quot;http://readingtype.org.uk/texts/quickbrownfox&quot;&gt;text and the slides for the talk I gave last night at London Web Standards&lt;/a&gt; are online.&lt;/p&gt;&lt;p&gt;In the talk I gave suggestions about how to get started with web fonts which are still a bit of a mess. I’ve also cited a lot of very helpful information on the net so you can get much more detail on the topics I covered. I’ve also stuck the html, css and js test files I used on there. Comments and corrections most welcome.&lt;/p&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/11425596-6412985952866926403?l=www.readingtype.org.uk%2Fblog%2Findex.html&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Tue, 19 Jan 2010 11:08:00 +0000</pubDate>
	<author>noreply@blogger.com (Ben Weiner)</author>
</item>
<item>
	<title>Nicolas Spalinger (advogato diary): 18 Jan 2010</title>
	<guid>http://www.advogato.org/person/yosch/diary.html?start=76</guid>
	<link>http://www.advogato.org/person/yosch/diary.html?start=76</link>
	<description>&lt;b&gt; Libre Graphics Day(s) - Libre Graphics Meeting &lt;/b&gt;

&lt;p&gt; The first &lt;a href=&quot;http://libregraphicsday.org/&quot;&gt;Libre
Graphics Day&lt;/a&gt; kicks off today in Wellington, Australia if
you happen to be on this side of the world right now. And if
Australia is a bit too far then not to worry the larger &lt;a href=&quot;http://libregraphicsmeeting.org/2010&quot;&gt;Libre Graphics
Meeting 2010&lt;/a&gt; in Brussels, Belgium is only a few months
away...

&lt;p&gt; Come join the discussions and all the libre graphics-related
creativity in our community.&lt;/p&gt;&lt;/p&gt;</description>
	<pubDate>Mon, 18 Jan 2010 20:57:21 +0000</pubDate>
</item>
<item>
	<title>OSP: nY-web, literary blogging</title>
	<guid>http://ospublish.constantvzw.org/?p=3786</guid>
	<link>http://ospublish.constantvzw.org/news/ny-web-literary-blogging</link>
	<description>Alexandre Leray and Lauren Grusenmeyer just finished an intense collaboration for the website of the literary platform nY— website en tijdschrift voor literatuur, kritiek &amp;#038; amusement, voorheen yang &amp;#038; freespace Nieuwzuid.

nY-web exists indepently next to the paper edition with it's own editorial staff, writers categories and settings. While nY is a magazine with a profound literary history it confirms it's existence as an independent web platform, that is to say — it uses full virtues of publishing online.</description>
	<pubDate>Mon, 18 Jan 2010 10:56:54 +0000</pubDate>
</item>
<item>
	<title>Alexandre Prokoudine: Calf is awesome</title>
	<guid>http://prokoudine.info/blog/?p=200</guid>
	<link>http://prokoudine.info/blog/?p=200</link>
	<description>I&amp;#8217;ve been using Calf pack of DSSI/LV2 audio plug-ins and instruments for a while now (vintage delay is my fav), so since I&amp;#8217;m used to bleeding edge software I decided to clone its git repo and see what they&amp;#8217;ve been cooking for the next release.

After so many years of geeky interfaces native effects on Linux [...]</description>
	<pubDate>Sun, 17 Jan 2010 12:02:00 +0000</pubDate>
</item>
<item>
	<title>Raph Levien (advogato diary): 17 Jan 2010</title>
	<guid>http://www.advogato.org/person/raph/diary.html?start=419</guid>
	<link>http://www.advogato.org/person/raph/diary.html?start=419</link>
	<description>&lt;b&gt;Nock, Io&lt;/b&gt;

&lt;p&gt; &lt;p&gt; Via &lt;a href=&quot;http://blog.felter.org/&quot;&gt;Wes Felter&lt;/a&gt;, I came
across a fun puzzle language by my old friend &lt;a href=&quot;http://moronlab.blogspot.com/&quot;&gt;C Guy Yarvin&lt;/a&gt;. I
think of &lt;a href=&quot;http://unqualified-reservations.blogspot.com/2010/01/maxwells-equations-of-software.html&quot;&gt;Nock&lt;/a&gt;
as being in a family of languages with certain things in
common: tiny number of primitives, definition can fit on a
t-shirt, not quite practical, but powerful and expressive
enough that you can imagine writing real programs in it. If
this sort of thing appeals to you, I recommend checking it
out. I took up his challenge to write an interpreter and
sample program, and the core Python interpreter is 38 lines
of Python.

&lt;p&gt; &lt;p&gt; Other languages in this vein include &lt;a href=&quot;http://unqualified-reservations.blogspot.com/2010/01/maxwells-equations-of-software.html&quot;&gt;SKI&lt;/a&gt;
combinators, pure lambda calculus, &lt;a href=&quot;http://arcfn.com/2008/07/maxwells-equations-of-software-examined.html&quot;&gt;pure
LISP&lt;/a&gt;, universal turing machines, and &lt;a href=&quot;http://en.wikipedia.org/wiki/Brainfuck&quot;&gt;Brainfuck&lt;/a&gt;.
No doubt my readers
can come up with several more examples.

&lt;p&gt; &lt;p&gt; All this reminded me of my own Io, which I designed, oh,
about 22 years ago. Io is basically a language in which the
only primitive is continuations. Because it encompasses
the power of simple lambda calculus, you can implement
arithmetic and data structures using Church numerals.
Probably the best introduction to Io is the &lt;a href=&quot;http://www.nondot.org/sabre/Mirrored/AdvProgLangDesign/finkel02.pdf&quot;&gt;chapter&lt;/a&gt;
out of Raphael Finkel's &lt;a href=&quot;http://books.google.com/books?id=EV4ZAQAAIAAJ&quot;&gt;book&lt;/a&gt;,
and there's some more good description in &lt;a href=&quot;http://canonical.org/~kragen/raph-io.html&quot;&gt;notes&lt;/a&gt;
by Kragen Sitaker.

&lt;p&gt; &lt;p&gt; I only wrote up half of my ideas in the SIGPLAN Notices
&lt;a href=&quot;http://levien.com/pubs/io_a_new_programming_notation.pdf&quot;&gt;article&lt;/a&gt;
(PDF). The other half was
primitives for parallelism. In addition to the pure
language, &quot;par k1 k2&quot; fires off continuations k1 and k2 in
parallel. Then &quot;join k&quot; invokes k with two new
continuations, call them &quot;alpha&quot; and &quot;beta&quot;. If one thread
calls &quot;alpha f&quot; and another &quot;beta x&quot;, then the two threads
join at that point and invoke &quot;f x&quot;. With this primitive,
you can easily implement the full range of concurrency
operations, including cells with state, input and output
(hence the name of the language), etc.

&lt;p&gt; &lt;p&gt; I used to think it would be a good idea to build real
systems in Io, but now I guess I've grown up a little. For
one, while I think it's important for any serious student of
languages to &lt;i&gt;understand&lt;/i&gt; CPS, I'm no longer a huge fan
of actually using it. Plus, it's much harder to implement
things like Io efficiently than I originally thought.

&lt;p&gt; &lt;p&gt; But these languages sure are fun to play with!&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;</description>
	<pubDate>Sun, 17 Jan 2010 00:05:10 +0000</pubDate>
</item>
<item>
	<title>Simos Xenitellis: OpenType support in OpenOffice 3.2 (Greek)</title>
	<guid>http://simos.info/blog/?p=1042</guid>
	<link>http://feedproxy.google.com/~r/simos/~3/hhrSpYIu-IE/1042</link>
	<description>&lt;p&gt;The &lt;a href=&quot;http://www.openoffice.org/&quot; target=&quot;_blank&quot;&gt;new version 3.2 of OpenOffice.org&lt;/a&gt; is being developed and you can currently &lt;a href=&quot;http://download.openoffice.org/next/other.html&quot; target=&quot;_blank&quot;&gt;download the release candidate&lt;/a&gt; for your testing purposes.&lt;/p&gt;
&lt;p&gt;A big enhancement in &lt;a href=&quot;http://www.openoffice.org/&quot; target=&quot;_blank&quot;&gt;OpenOffice.org 3.2&lt;/a&gt; is the support for &lt;a href=&quot;http://en.wikipedia.org/wiki/OpenType&quot; target=&quot;_blank&quot;&gt;OpenType fonts&lt;/a&gt;. A typical Linux user is able to do most of the tasks with TrueType fonts, however any new exciting fonts available are mostly &lt;a href=&quot;http://en.wikipedia.org/wiki/OpenType&quot; target=&quot;_blank&quot;&gt;OpenType fonts&lt;/a&gt;. So, &lt;a href=&quot;http://www.openoffice.org/&quot; target=&quot;_blank&quot;&gt;OpenOffice.org 3.2&lt;/a&gt; (to be released this month) has &lt;a href=&quot;http://en.wikipedia.org/wiki/OpenType&quot; target=&quot;_blank&quot;&gt;OpenType support&lt;/a&gt; and most likely Ubuntu 10.04 is going to have &lt;a href=&quot;http://www.openoffice.org/&quot; target=&quot;_blank&quot;&gt;OpenOffice.org 3.2&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You can install OpenOffice 3.2 RC (or final, in a few weeks) on your Ubuntu by downloading the relevant archive from &lt;a href=&quot;http://download.openoffice.org/next/other.html&quot; target=&quot;_blank&quot;&gt;download the release candidate&lt;/a&gt;. Extract the files and enter the DEBS/ subdirectory. Then, run sudo dpkg -i *.deb in order to install the development version of OpenOffice 3.2. The installed files are located in &lt;em&gt;/opt/ooo-dev3/program/&lt;/em&gt; and you run now run &lt;strong&gt;swriter&lt;/strong&gt; (for Writer). It is quite possible there is already a relevant PPA repository; tell me in the comments and I&amp;#8217;ll update here.&lt;/p&gt;
&lt;p&gt;We test with the &lt;a href=&quot;http://greekfontsociety.gr/&quot; target=&quot;_blank&quot;&gt;Greek Font Society&lt;/a&gt; OpenType fonts, which are distributed with the OpenFont License. The Debian/Ubuntu repositories already have the GFS fonts packaged for you. You can either install the fonts with your package manager (open &lt;strong&gt;synaptic&lt;/strong&gt; package manager, search for &lt;em&gt;&lt;strong&gt;ttf-gfs&lt;/strong&gt;&lt;/em&gt;), or run from the command line&lt;/p&gt;
&lt;pre&gt;sudo apt-get install ttf-gfs-artemisia ttf-gfs-baskerville ttf-gfs-bodoni-classic ttf-gfs-complutum ttf-gfs-didot-classic ttf-gfs-gazis ttf-gfs-neohellenic ttf-gfs-solomos ttf-gfs-theokritos&lt;/pre&gt;
&lt;p&gt;&lt;a href=&quot;http://simos.info/blog/wp-content/uploads/2010/01/openoffice32-opentype-gfs.png&quot;&gt;&lt;img class=&quot;alignnone size-full wp-image-1043&quot; title=&quot;openoffice32-opentype-gfs&quot; src=&quot;http://simos.info/blog/wp-content/uploads/2010/01/openoffice32-opentype-gfs.png&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://simos.info/blog/wp-content/uploads/2010/01/GFS-Fonts-Sample.pdf&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Here is a screenshot of the &lt;a href=&quot;http://simos.info/blog/wp-content/uploads/2010/01/GFS-Fonts-Sample.pdf&quot;&gt;PDF file of GFS Fonts Sample&lt;/a&gt;. With OpenOffice.org 3.1 or earlier these fonts would not appear in Writer and would be replaced with the default OpenOffice.org font. In addition, if you tried to export to PDF, you would get the default font (that is, the OpenType fonts do not get embedded in the PDF file either).&lt;/p&gt;
&lt;p&gt;Here is the &lt;a href=&quot;http://simos.info/blog/wp-content/uploads/2010/01/GFS-Fonts-Sample.odt&quot;&gt;.odf file of the GFS Fonts Sample&lt;/a&gt;. If you load it in OpenOffice.org 3.1, you will notice that the default OpenOffice.org font will appear for each line in the sample file. If you load the sample .odt file in OpenOffice.org 3.2, you need to have the GFS OpenType fonts installed beforehand.&lt;/p&gt;
&lt;p&gt;The GFS fonts support Greek, Greek Polytonic and several ancient Greek characters. See &lt;a title=&quot;How to type Greek, Greek Polytonic in Linux&quot; rel=&quot;bookmark&quot; href=&quot;http://feeds.feedburner.com/../archives/888&quot;&gt;How to type Greek, Greek Polytonic in Linux&lt;/a&gt; for instructions on how to configure and use the Greek keyboard layout in Linux. Note that &lt;em&gt;to type Greek Polytonic, you do not need anymore to select the Polytonic layout&lt;/em&gt;; the default «Greek» keyboard layout has been updated so that you can type Greek, Greek Polytonic and Ancient Greek characters.  Ergo, άᾷᾂϡϖϝ€ϕͼϾʹ͵ϐϛ.&lt;/p&gt;
&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://simos.info/blog/archives/1042#comments&quot;&gt;One comment&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~ff/simos?a=hhrSpYIu-IE:cCRaBoNeb4Y:yIl2AUoC8zA&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/simos?d=yIl2AUoC8zA&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/simos?a=hhrSpYIu-IE:cCRaBoNeb4Y:D7DqB2pKExk&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/simos?i=hhrSpYIu-IE:cCRaBoNeb4Y:D7DqB2pKExk&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/simos?a=hhrSpYIu-IE:cCRaBoNeb4Y:7Q72WNTAKBA&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/simos?d=7Q72WNTAKBA&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/simos?a=hhrSpYIu-IE:cCRaBoNeb4Y:V_sGLiPBpWU&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/simos?i=hhrSpYIu-IE:cCRaBoNeb4Y:V_sGLiPBpWU&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/simos/~4/hhrSpYIu-IE&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Fri, 15 Jan 2010 15:52:40 +0000</pubDate>
</item>
<item>
	<title>OSP: O S P   double</title>
	<guid>http://ospublish.constantvzw.org/?p=3749</guid>
	<link>http://ospublish.constantvzw.org/news/o-s-p-double</link>
	<description>Pour le numéro de janvier consacré à la visualisation de données, le magazine français étapes: ouvre une double page à OSP pour notre carte Cinéma du réel 2009.

&gt; voir +</description>
	<pubDate>Thu, 14 Jan 2010 15:26:11 +0000</pubDate>
</item>
<item>
	<title>OSP: Bienvenue to Hadopi logo</title>
	<guid>http://ospublish.constantvzw.org/?p=3738</guid>
	<link>http://ospublish.constantvzw.org/news/bienvenue-to-hadopi-logo</link>
	<description>The Hadopi is a big thing in France. At its origin, a piece of legislation that implements the three strikes model for illegal downloads. You receive three warnings and then you are &amp;#8216;banned&amp;#8217; from the internet. The authority who is in charge of applying the sanction is the Hadopi. A new logo has been created [...]</description>
	<pubDate>Thu, 14 Jan 2010 10:22:22 +0000</pubDate>
</item>

</channel>
</rss>
