<?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>inkdroid &#187; repositories</title>
	<atom:link href="http://inkdroid.org/journal/tag/repositories/feed/" rel="self" type="application/rss+xml" />
	<link>http://inkdroid.org/journal</link>
	<description>$pithy_personal_mission_statement</description>
	<lastBuildDate>Wed, 28 Jul 2010 13:48:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>flickr, digital curation and the web</title>
		<link>http://inkdroid.org/journal/2009/07/09/flickr-digital-curation-and-the-web/</link>
		<comments>http://inkdroid.org/journal/2009/07/09/flickr-digital-curation-and-the-web/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 14:26:25 +0000</pubDate>
		<dc:creator>ed</dc:creator>
				<category><![CDATA[libraries]]></category>
		<category><![CDATA[repositories]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[curation]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://inkdroid.org/journal/?p=1072</guid>
		<description><![CDATA[The Library of Congress has started to put selected content from Chronicling America into Flickr as part of the Illustrated Newspaper Supplements set. More details on the rationale and process involved can be found in a FAQ on the LC Newspapers and Current Periodical Reading Room website. So for example this newspaper page on Chronicling [...]]]></description>
			<content:encoded><![CDATA[<p>The Library of Congress has started to put selected content from <a href="http://chroniclingamerica.loc.gov">Chronicling America</a> into <a href="http://flickr.com">Flickr</a> as part of the <a href="http://www.flickr.com/photos/library_of_congress/sets/72157619452486566/">Illustrated Newspaper Supplements</a> set. More details on the rationale and process involved can be found in a <a href="http://www.loc.gov/rr/news/flickr/flickrFAQ.html">FAQ</a> on the LC Newspapers and Current Periodical Reading Room website. </p>
<p>So for example this newspaper page on Chronicling America:</p>
<p><a href="http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-12-26/ed-1/seq-13/"><img src="http://inkdroid.org/images/chronam_flickr_2.png" style="width: 500px; border: none;" /></a></p>
<p>Is also available on Flickr:</p>
<p><a href="http://www.flickr.com/photos/library_of_congress/3608741612"><img src="http://inkdroid.org/images/chronam_flickr_1.png" style="width: 500px; border: none;" /></a></p>
<p>I haven&#8217;t written about it here yet, but Chronicling America is just a regular vanilla Django/MySQL/Apache webapp which <a href="http://lists.w3.org/Archives/Public/public-lod/2009May/0301.html">exposes machine readable metadata</a> for the newspaper content using the <a href="http://www.w3.org/DesignIssues/LinkedData.html">Linked Data</a> pattern. It just so happens that <a href="http://twitter.com/davewoodward">Dave</a> was able to use these linked data views to determine the metadata to use when uploading content to Flickr. For example if a curator wants to have <a href="http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-12-26/ed-1/seq-13/">this newspaper page</a> uploaded to Flickr,  Dave&#8217;s flickr uploading program is able to use the associated <a href="http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-12-26/ed-1/seq-13.rdf">metadata</a> (referenced in a link element inthe HTML) to get the newspaper title, issue, date, and other related metadata. The beauty of this was Dave was able to do the technical work on his own, and it didn&#8217;t require any formal project coordination.</p>
<p>A few weeks ago, on learning of the Flickr / Chronicling America integration <a href="http://www.csc.liv.ac.uk/~azaroth/">Rob Sanderson</a> asked if we could possibly reference the Flickr content in our own data views. Rob became interested in Chronicling America because of its use of the Open Archives Initiative <a href="http://www.openarchives.org/ore/1.0/vocabulary.html">Object Reuse and Exchange Vocabulary</a> in the linked data views. Rob has written a rather nice oai-ore Greasemonkey visualization tool called <a href="http://foresite.cheshire3.org/explorer/foresite-explorer.user.js">foresite-explorer</a>, which can visualize oai-ore links to Flickr. It also makes sense from a curatorial perspective to want to capture these bi-directional links between Chronicling America and Flickr in the Chronicling America database.</p>
<p>After agreeing with Rob I&#8217;ve had it on my plate to get the list of Flickr URLs and their associated Chronicling America URLs from Dave, for loading into Chronicling America so that the links can be served up in the data views, and perhaps maybe in the HTML. But yesterday morning I had the realization that I didn&#8217;t really need to ask (and keep asking every month) Dave for the list. Since Dave created a Flickr set for these pages, and has embedded the URI for the Chronicling America page as a machine tag I can get it right from Flickr. So I hacked together a quick <a href="http://gist.github.com/142889">script</a>, and now I have the list too.</p>
<pre>
ed@rorty:~$ ./flickr_chronam.py
(u'http://www.flickr.com/photos/library_of_congress/3608399458', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-01-03/ed-1/seq-17/')
(u'http://www.flickr.com/photos/library_of_congress/3608400834', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-01-10/ed-1/seq-17/')
(u'http://www.flickr.com/photos/library_of_congress/3608402104', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-01-17/ed-1/seq-16/')
(u'http://www.flickr.com/photos/library_of_congress/3608403362', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-01-24/ed-1/seq-15/')
(u'http://www.flickr.com/photos/library_of_congress/3607588861', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-01-31/ed-1/seq-15/')
(u'http://www.flickr.com/photos/library_of_congress/3608405718', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-02-07/ed-1/seq-15/')
(u'http://www.flickr.com/photos/library_of_congress/3608407068', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-02-14/ed-1/seq-16/')
(u'http://www.flickr.com/photos/library_of_congress/3608408274', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-02-21/ed-1/seq-15/')
(u'http://www.flickr.com/photos/library_of_congress/3607593693', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-02-28/ed-1/seq-17/')
(u'http://www.flickr.com/photos/library_of_congress/3608410606', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-03-07/ed-1/seq-15/')
(u'http://www.flickr.com/photos/library_of_congress/3607596267', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-03-14/ed-1/seq-17/')
(u'http://www.flickr.com/photos/library_of_congress/3607597927', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-03-21/ed-1/seq-15/')
(u'http://www.flickr.com/photos/library_of_congress/3608414374', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-03-28/ed-1/seq-15/')
(u'http://www.flickr.com/photos/library_of_congress/3608415708', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-04-04/ed-1/seq-15/')
(u'http://www.flickr.com/photos/library_of_congress/3607601559', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-04-11/ed-1/seq-17/')
(u'http://www.flickr.com/photos/library_of_congress/3608418042', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-04-18/ed-1/seq-17/')
(u'http://www.flickr.com/photos/library_of_congress/3608419060', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-04-25/ed-1/seq-17/')
(u'http://www.flickr.com/photos/library_of_congress/3607604705', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-05-02/ed-1/seq-17/')
(u'http://www.flickr.com/photos/library_of_congress/3608421240', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-05-09/ed-1/seq-17/')
(u'http://www.flickr.com/photos/library_of_congress/3608422694', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-05-16/ed-1/seq-17/')
(u'http://www.flickr.com/photos/library_of_congress/3607608459', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-05-23/ed-1/seq-15/')
(u'http://www.flickr.com/photos/library_of_congress/3608425436', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-05-30/ed-1/seq-15/')
(u'http://www.flickr.com/photos/library_of_congress/3607611709', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-06-06/ed-1/seq-15/')
(u'http://www.flickr.com/photos/library_of_congress/3607637819', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-06-13/ed-1/seq-17/')
(u'http://www.flickr.com/photos/library_of_congress/3607638897', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-06-20/ed-1/seq-17/')
(u'http://www.flickr.com/photos/library_of_congress/3608455948', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-06-27/ed-1/seq-15/')
(u'http://www.flickr.com/photos/library_of_congress/3607641409', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-07-04/ed-1/seq-15/')
(u'http://www.flickr.com/photos/library_of_congress/3607642551', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-07-11/ed-1/seq-15/')
(u'http://www.flickr.com/photos/library_of_congress/3607889205', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-07-18/ed-1/seq-15/')
(u'http://www.flickr.com/photos/library_of_congress/3608709982', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-07-25/ed-1/seq-15/')
(u'http://www.flickr.com/photos/library_of_congress/3607894517', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-08-01/ed-1/seq-15/')
(u'http://www.flickr.com/photos/library_of_congress/3607896027', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-08-08/ed-1/seq-15/')
(u'http://www.flickr.com/photos/library_of_congress/3608713826', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-08-15/ed-1/seq-15/')
(u'http://www.flickr.com/photos/library_of_congress/3608715804', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-08-22/ed-1/seq-15/')
(u'http://www.flickr.com/photos/library_of_congress/3607900561', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-08-29/ed-1/seq-15/')
(u'http://www.flickr.com/photos/library_of_congress/3608718394', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-09-05/ed-1/seq-15/')
(u'http://www.flickr.com/photos/library_of_congress/3608719874', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-09-12/ed-1/seq-17/')
(u'http://www.flickr.com/photos/library_of_congress/3608721302', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-09-19/ed-1/seq-17/')
(u'http://www.flickr.com/photos/library_of_congress/3607906387', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-09-26/ed-1/seq-17/')
(u'http://www.flickr.com/photos/library_of_congress/3608724542', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-10-03/ed-1/seq-17/')
(u'http://www.flickr.com/photos/library_of_congress/3607909093', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-10-10/ed-1/seq-17/')
(u'http://www.flickr.com/photos/library_of_congress/3607910739', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-10-17/ed-1/seq-17/')
(u'http://www.flickr.com/photos/library_of_congress/3608728408', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-10-24/ed-1/seq-17/')
(u'http://www.flickr.com/photos/library_of_congress/3607913989', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-10-31/ed-1/seq-17/')
(u'http://www.flickr.com/photos/library_of_congress/3607915481', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-11-07/ed-1/seq-17/')
(u'http://www.flickr.com/photos/library_of_congress/3607916497', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-11-14/ed-1/seq-17/')
(u'http://www.flickr.com/photos/library_of_congress/3608734354', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-11-21/ed-1/seq-17/')
(u'http://www.flickr.com/photos/library_of_congress/3607919583', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-11-28/ed-1/seq-17/')
(u'http://www.flickr.com/photos/library_of_congress/3608737124', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-12-05/ed-1/seq-17/')
(u'http://www.flickr.com/photos/library_of_congress/3608738658', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-12-12/ed-1/seq-17/')
(u'http://www.flickr.com/photos/library_of_congress/3608740242', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-12-19/ed-1/seq-17/')
(u'http://www.flickr.com/photos/library_of_congress/3608741612', u'http://chroniclingamerica.loc.gov/lccn/sn83030214/1909-12-26/ed-1/seq-13/')
</pre>
<p>The point of this blog post is that Dave, Rob and I were able to independently work on tools for pushing the same repository content around without having to talk much at all. The World Wide Web, and URIs in particular, enables this sort of integration. I guess some people would argue that this is a Web2.0 Mashup, and I guess they would be right in a way. But really it is using the Web the way it was designed to be used&#8211;as a decentralized information space. Flickr can tell me about the Chronicling America content that&#8217;s on Flickr; and Chronicling America can tell other people about the repository objects themselves.</p>
<p>Now I just need to make those links available for Rob in the data views :-)</p>
]]></content:encoded>
			<wfw:commentRss>http://inkdroid.org/journal/2009/07/09/flickr-digital-curation-and-the-web/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>digital-curation</title>
		<link>http://inkdroid.org/journal/2008/11/26/digital-curation/</link>
		<comments>http://inkdroid.org/journal/2008/11/26/digital-curation/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 15:22:59 +0000</pubDate>
		<dc:creator>ed</dc:creator>
				<category><![CDATA[libraries]]></category>
		<category><![CDATA[people]]></category>
		<category><![CDATA[preservation]]></category>
		<category><![CDATA[repositories]]></category>
		<category><![CDATA[bagit]]></category>
		<category><![CDATA[cdl]]></category>
		<category><![CDATA[jisc]]></category>
		<category><![CDATA[lc]]></category>
		<category><![CDATA[ndiipp]]></category>

		<guid isPermaLink="false">http://inkdroid.org/journal/?p=564</guid>
		<description><![CDATA[Some folks at LC and CDL are trying to kick-start a new public discussion list for talking about digital curation in its many guises: repositories, tools, standards, techniques, practices, etc. The intuition being that there is a social component to the problems of digital preservation and repository interoperability. Of course NDIIPP (the arena for the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://groups.google.com/group/digital-curation"><img src="http://inkdroid.org/images/digital-curation.png" style="margin-right: 10px; float: left; border: thick groove gray;" /></a></p>
<p>Some folks at <a href="http://loc.gov">LC</a> and <a href="http://cdlib.org">CDL</a> are trying to kick-start a new <a href="http://groups.google.com/group/digital-curation">public discussion list</a> for talking about digital curation in its many guises: repositories, tools, standards, techniques, practices, etc. The intuition being that there is a social component to the problems of digital preservation and repository interoperability. </p>
<p>Of course <a href="http://digitalpreservation.gov">NDIIPP</a> (the arena for the CDL/LC collaboration) has always been about <a href="http://www.digitalpreservation.gov/library/program_back.html">building and strengthening a network of partners</a>. But as Priscilla Caplan points out in her survey of the digital preservation landscape <a href="http://dx.doi.org/10.1108/07378830710840419">Ten Years After</a>, organizations in Europe like the <a href="http://www.jisc.ac.uk/">JISC</a> and <a href="http://www.langzeitarchivierung.de/">NESTOR</a> seem to have understood that there is an educational component to digital preservation as well. Yet even the JISC and NESTOR have tended to focus more on the preservation of scholarly output, whereas digital preservation really extends beyond that realm of materials.</p>
<p>The continual need to share good ideas and hard-won-knowledge about digital curation, and to build a network of colleagues and experts that extends out past the normal project/institution specific boundaries is just as important as building the collections and the technologies themselves. </p>
<p>So I guess this is a rather highfalutin goal &#8230; here&#8217;s some text stolen from the <a href="http://groups.google.com/group/digital-curation">digital-curation</a> home page to give you more of a flavor:</p>
<blockquote><p>
The digital preservation and repositories domain is fortunate to have a diverse set of institutional and consortial efforts, software projects, and standardization initiatives.  Many discussion lists have been created for these individual efforts. The digital-curation discussion list is intended to be a public forum that encourages cross-pollination across these project and institutional boundaries in order to foster wider awareness of project- and institution-specific work and encourage further collaboration.</p>
<p>Topic of conversation can include (but is not limited to)</p>
<ul>
<li>digital repository software (Fedora, DSpace, EPrints, etc.)</li>
<li>management of digital formats (JHOVE, djatoka, etc.)</li>
<li>use and development of standards (OAIS, OAI-PMH/ORE, MPEG21, METS, BagIt, etc.)</li>
<li>issues related to identifiers, packaging, and data transfer</li>
<li>best practices and case studies around curation and preservation of digital content</li>
<li>repository interoperability</li>
<li>conference, workshop, tutorial announcements</li>
<li>recent papers</li>
<li>job announcements</li>
<li>general chit chat about problems, solutions, itches to be scratched</li>
<li>humor and fun</li>
</ul>
</blockquote>
<p>We&#8217;ll see how it goes. If you are at all interested please sign up.</p>
]]></content:encoded>
			<wfw:commentRss>http://inkdroid.org/journal/2008/11/26/digital-curation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RepoCamp recap</title>
		<link>http://inkdroid.org/journal/2008/07/28/repocamp-recap/</link>
		<comments>http://inkdroid.org/journal/2008/07/28/repocamp-recap/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 13:29:19 +0000</pubDate>
		<dc:creator>ed</dc:creator>
				<category><![CDATA[libraries]]></category>
		<category><![CDATA[repositories]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[atom]]></category>
		<category><![CDATA[atompub]]></category>
		<category><![CDATA[loc]]></category>
		<category><![CDATA[oai-ore]]></category>
		<category><![CDATA[oauth]]></category>
		<category><![CDATA[premis]]></category>
		<category><![CDATA[semweb]]></category>
		<category><![CDATA[sword]]></category>

		<guid isPermaLink="false">http://inkdroid.org/journal/?p=210</guid>
		<description><![CDATA[So RepoCamp was a lot of fun. The goal was to discuss repository interoperability&#8211;and at the very least repository practitioners got to interoperate, and have a few beers afterwards. Hats off to David Flanders who clearly has got running these events down to a fine art. I finally got to meet Ben O&#8217;Steen after bantering [...]]]></description>
			<content:encoded><![CDATA[<p>So <a href="http://barcamp.org/RepoCamp">RepoCamp</a> was a lot of fun. The goal was to discuss repository interoperability&#8211;and at the very least repository <em>practitioners</em> got to interoperate, and have a few beers afterwards. Hats off to <a href="http://dfflanders.wordpress.com/">David Flanders</a> who clearly has got running these events down to a fine art. </p>
<p>I finally got to meet <a href="http://oxfordrepo.blogspot.com/">Ben O&#8217;Steen</a> after bantering with him on <a href="irc://freenode.net/code4lib">#code4lib</a> and <a href="irc://freenode.net/talis">#talis</a> &#8230; and also got to chat with <a href="/http://wwmm.ch.cam.ac.uk/blogs/downing/">Jim Downing</a> (Cambridge Univ) about <a href="http://www.ukoln.ac.uk/repositories/digirep/index/SWORD">SWORD</a> stuff, and Stephan Drescher (Los Alamos National Lab) about <a href="http://african.lanl.gov/ovalnet/validate.jsp">validating OAI-ORE</a>.</p>
<p>Stephan and I had a varied and wide ranging discussion about the web in general, which was a lot of fun. I really dug his metaphor of the web as an aquatic ecosystem, with interdependent organisms and shared environments. It reminded me a bit of how shocked I was to <a href="http://twitter.pbwiki.com/Communities">discover</a> how rich and varied the ecosystem is around a &#8220;simple&#8221; service like <a href="http://twitter.com">twitter</a>. If I ever return to school it will be to study something along the lines of <a href="http://webscience.org/">web science</a>.</p>
<p>It was also interesting to hear that other people saw a parallel between <a href="http://www.openarchives.org/ore/0.9/primer.html#ResourceMap">OAI-ORE Resource Maps</a> and<a href="http://tools.ietf.org/html/draft-kunze-bagit"> BagIt&#8217;s</a> fetch.txt. The parallel being that both resource maps and bags are aggregations of web resources. Of course bags can also just be files on disk, it&#8217;s when the fetch.txt is present in the bag that the package is made up of web resources. It would be interesting to see what vocabularies are available for expressing fixity information (md5 checksums and the like), and if they could be layered into the resource map atom serialization. Perhaps <a href="http://inkdroid.org/journal/2008/07/21/premis-v20-and-schema-munging/">PREMIS v2.0</a>? It might be fun to code up what a simple OAI-ORE resource map harvester would look like, that checked fixity values &#8212; using LC&#8217;s existing BagIt parallelretriever.py as a starting point. God I wish I could just hyperlink to that :-(</p>
<p>At any rate, I now need to investigate <a href="http://oauth.net/">OAuth</a> because Jim thinks it fits really nicely with <a href="http://bitworking.org/projects/atom/rfc5023.html">AtomPub</a> and <a href="http://www.ukoln.ac.uk/repositories/digirep/index/SWORD">SWORD</a> in particular. And if it&#8217;s good enough for <a href="http://www.readwriteweb.com/archives/google_oauth.php">Google</a> it&#8217;s probably worth checking out. Jim also said that there is a possibility that the SWORD 2.0 might take shape as an IETF RFC, which would be good to see.</p>
<p>Thanks to all that made it happen, and for all of you that traveled long distances to join us at the Library of Congress.</p>
]]></content:encoded>
			<wfw:commentRss>http://inkdroid.org/journal/2008/07/28/repocamp-recap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
