<?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>Labs &#187; sanity</title>
	<atom:link href="http://labs.creativecommons.org/category/sanity/feed/" rel="self" type="application/rss+xml" />
	<link>http://labs.creativecommons.org</link>
	<description>by Creative Commons</description>
	<lastBuildDate>Mon, 09 Nov 2009 17:29:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>liblicense 0.8.1: The bugfixiest release ever</title>
		<link>http://labs.creativecommons.org/2008/12/25/liblicense-081-the-bugfixiest-release-ever/</link>
		<comments>http://labs.creativecommons.org/2008/12/25/liblicense-081-the-bugfixiest-release-ever/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 03:46:43 +0000</pubDate>
		<dc:creator>asheesh</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[embedding]]></category>
		<category><![CDATA[license]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[releases]]></category>
		<category><![CDATA[sanity]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://labs.creativecommons.org/?p=251</guid>
		<description><![CDATA[I&#8217;m greatly pleased to announce liblicense 0.8.1.  Steren and Greg found a number of major issues (Greg found a consistent crasher on amd64, and Steren found a consistent crasher in the Python bindings).  These issues, among
some others, are fixed by the wondrous liblicense 0.8.1.  I mentioned to Nathan Y. that liblicense is [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m greatly pleased to announce liblicense 0.8.1.  Steren and Greg found a number of major issues (Greg found a consistent crasher on amd64, and Steren found a consistent crasher in the Python bindings).  These issues, among<br />
some others, are fixed by the wondrous liblicense 0.8.1.  I mentioned to Nathan Y. that liblicense is officially &#8220;no longer ghetto.&#8221;</p>
<p>The best way enjoy liblicense is from our Ubuntu and Debian package repository, at <a href="http://mirrors.creativecommons.org/packages/">http://mirrors.creativecommons.org/packages/</a>.  More information on what liblicense does is <a href="http://wiki.creativecommons.org/liblicense">available on our wiki page about liblicense</a>. You can also get them in fresh Fedora 11 packages.  And the source tarball is available for <a href="https://sourceforge.net/project/showfiles.php?group_id=80503&amp;package_id=238700&amp;release_id=649438">download from sourceforge.net</a>.</p>
<p>P.S. MERRY CHRISTMAS!</p>
<p>The full ChangeLog snippet goes like this:</p>
<p>liblicense 0.8.1 (2008-12-24):<br />
* Cleanups in the test suite: test_predicate_rw&#8217;s path joiner finally works<br />
* Tarball now includes data_empty.png<br />
* Dynamic tests and static tests treat $HOME the same way<br />
* Fix a major issue with requesting localized informational strings, namely that the first match would be returned rather than all matches (e.g., only the first license of a number of matching licenses). This fixes the Python bindings, which use localized strings.<br />
* Add a cooked PDF example that actually works with exempi; explain why that is not a general solution (not all PDFs have XMP packets, and the XMP packet cannot be resized by libexempi)<br />
* Add a test for writing license information to the XMP in a PNG<br />
* Fix a typo in exempi.c<br />
* Add basic support for storing LL_CREATOR in exempi.c<br />
* In the case that the system locale is unset (therefore, is of value &#8220;C&#8221;), assume English<br />
* Fix a bug with the TagLib module: some lists were not NULL-terminated<br />
* Use calloc() instead of malloc()+memset() in read_license.c; this improves efficiency and closes a crasher on amd64<br />
* Improve chooser_test.c so that it is not strict as to the *order* the results come back so long as they are the right licenses.<br />
* To help diagnose possible xdg_mime errors, if we detect the hopeless application/octet-stream MIME type, fprintf a warning to stderr.<br />
* Test that searching for unknown file types returns a NULL result rather than a segfault.</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.creativecommons.org/2008/12/25/liblicense-081-the-bugfixiest-release-ever/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Destination: Sanity</title>
		<link>http://labs.creativecommons.org/2008/03/27/destination-sanity/</link>
		<comments>http://labs.creativecommons.org/2008/03/27/destination-sanity/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 22:45:12 +0000</pubDate>
		<dc:creator>Nathan Yergler</dc:creator>
				<category><![CDATA[internal]]></category>
		<category><![CDATA[licenses]]></category>
		<category><![CDATA[sanity]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://techblog.creativecommons.org/2008/03/27/destination-sanity/</guid>
		<description><![CDATA[Last week Kinkade asked me for a brief overview of how the license engine, web services and other bits of code all fit together to create the joy that is creativecommons.org.  &#8220;Sure,&#8221; I thought; &#8220;that&#8217;s simple!&#8221;
Er, maybe not.  Fourty-five minutes, five marker colors and multiple digressions later, I had the following diagram of [...]]]></description>
			<content:encoded><![CDATA[<p>Last week <a href="http://creativecommons.org/about/people#75">Kinkade</a> asked me for a brief overview of how the <a href="http://code.creativecommons.org/viewsvn/cc.engine">license engine</a>, <a href="http://api.creativecommons.org">web services</a> and other <a href="http://code.creativecommons.org/viewsvn/license_xsl">bits</a> of <a href="http://code.creativecommons.org/viewsvn/licenses.rdf">code</a> all fit together to create the joy that is <a href="http://creativecommons.org">creativecommons.org</a>.  &#8220;Sure,&#8221; I thought; &#8220;that&#8217;s simple!&#8221;</p>
<p>Er, maybe not.  Fourty-five minutes, five marker colors and multiple digressions later, I had the following diagram of life as it is today.</p>
<p><a href="http://www.flickr.com/photos/nathan_y/2347987536/" title="The Present by Nathan Y, on Flickr"><img src="http://farm3.static.flickr.com/2297/2347987536_5515b1f963.jpg" width="500" height="375" alt="The Present" /></a></p>
<caption>&#8220;The Present&#8221;, by <a href="http://flickr.com/photos/nathan_y">Nathan Y.</a>; <a href="http://creativecommons.org/licenses/by-sa/2.0/">CC BY-SA 2.0</a></caption>
<p>Life sucks.</p>
<p><a href="http://creativecommons.org/about/people#83">Asheesh</a> joined us and we started talking about how we can make this better.  The above, while eminently sucky, has grown up during my time at Creative Commons.  All those decisions made sense at the time, but in aggregate we&#8217;ve got lots of duplicated code, a branch of code named the <code>gradually-increasing-sanity-branch</code> which doesn&#8217;t (I take the blame for that one), and plenty of unnecessary complexity.  Half an hour later, we had mapped out <strong>The Glorious Future&reg;</strong>:</p>
<p><a href="http://www.flickr.com/photos/nathan_y/2347986388/" title="The Glorious Future by Nathan Y, on Flickr"><img src="http://farm4.static.flickr.com/3267/2347986388_dd1c466a5e.jpg" width="500" height="375" alt="The Glorious Future" /></a></p>
<caption>&#8220;The Glorious Future&#8221;, by <a href="http://flickr.com/photos/nathan_y">Nathan Y.</a>; <a href="http://creativecommons.org/licenses/by-sa/2.0/">CC BY-SA 2.0</a></caption>
<p>A little simpler, huh?  And the &#8220;future&#8221; diagram shows all the functionality of the present, <em>plus</em> three packages not displayed on the original diagram.  Our immediate goal in moving in this direction is the completion of <code>cc.license</code> (labeled as &#8220;cc.licenze&#8221; in the diagrams to distinguish it from the existing implementation) which will replace the existing XSLT processing using for issuing licenses and wraps the RDF (which is the canonical representation of the licenses anyway).  We&#8217;ll also manage to dramatically reduce the number of <code>svn:externals</code> we use, which is good since we&#8217;re moving <a href="http://git.or.cz/">away</a> from <a href="http://subversion.tigris.org">Subversion</a> for some projects.  My goal is to get this upgrade done as soon as possible so we can focus on things that are actually interesting instead of our own infrastructure.</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.creativecommons.org/2008/03/27/destination-sanity/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
