<?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>ulcc da blog &#187; blogs</title>
	<atom:link href="http://dablog.ulcc.ac.uk/tag/blogs/feed/" rel="self" type="application/rss+xml" />
	<link>http://dablog.ulcc.ac.uk</link>
	<description>blogging about digital archives &#38; repositories since 2007</description>
	<lastBuildDate>Tue, 14 May 2013 10:42:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>BlogForever: Thoughts about blog data and metadata</title>
		<link>http://dablog.ulcc.ac.uk/2011/04/25/thoughts-about-blog-data-and-metadata/</link>
		<comments>http://dablog.ulcc.ac.uk/2011/04/25/thoughts-about-blog-data-and-metadata/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 20:39:18 +0000</pubDate>
		<dc:creator>Richard M. Davis</dc:creator>
				<category><![CDATA[Web Archiving]]></category>
		<category><![CDATA[Atom]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[BlogForever]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[data model]]></category>
		<category><![CDATA[European Commission]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[newsfeeds]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[web archiving]]></category>

		<guid isPermaLink="false">http://blogforever.eu/?p=487</guid>
		<description><![CDATA[During the ArchivePress project at ULCC, we briefly considered the data and metadata generally made available with blogs and blog posts. As ArchivePress focused on the representations of blogs in newsfeeds, we examined the metadata that is generated in common, and exposed in the newsfeeds of three of the most common blog platforms, WordPress, Blogger [...] ]]></description>
			<content:encoded><![CDATA[<p><i>From the <a href="http://blogforever.eu/">BlogForever</a> blog.</i></p>
<p>During the <a href="http://jiscpowr.jiscinvolve.org/wp/2009/06/24/archivepress-when-one-size-doesnt-fit-all/">ArchivePress</a> project at ULCC, we briefly considered the data and metadata generally made available with blogs and blog posts. As ArchivePress focused on the representations of blogs in newsfeeds, we examined the metadata that is generated in common, and exposed in the newsfeeds of three of the most common blog platforms, WordPress, Blogger and TypePad. Blogger and Typepad prefer the Atom newsfeed format; WordPress (particularly WordPress.com) prefers RSS (though it can be made to publish Atom feeds too). This analysis was done, about a year ago, things may have changed, but here is a summary of what we found.</p>
<p>For each <strong>Blog</strong>, the following core information is available in the feeds:</p>
<table style="border-collapse: collapse" border="1" cellspacing="1" cellpadding="2" width="100%">
<tbody>
<tr>
<th></th>
<th><strong>WordPress (RSS)</strong></th>
<th><strong>Blogger (Atom)</strong></th>
<th><strong>Typepad (Atom)</strong></th>
</tr>
<tr>
<th>Feed Unique ID</th>
<td style="vertical-align: top">NA </td>
<td style="vertical-align: top">feed/id </td>
<td style="vertical-align: top">feed/id</td>
</tr>
<tr>
<th>Blog URL</th>
<td style="vertical-align: top">rss/channel/link </td>
<td style="vertical-align: top">feed/link@rel=&#8221;alternate&#8221; </td>
<td style="vertical-align: top">feed/link@rel=&#8221;alternate&#8221;</td>
</tr>
<tr>
<th>Blog Title</th>
<td style="vertical-align: top">rss/channel/title </td>
<td style="vertical-align: top">feed/title </td>
<td style="vertical-align: top">feed/title</td>
</tr>
<tr>
<th>Blog Description</th>
<td style="vertical-align: top">rss/channel/description </td>
<td style="vertical-align: top">feed/subtitle </td>
<td style="vertical-align: top">feed/subtitle</td>
</tr>
<tr>
<th>Date of last update</th>
<td style="vertical-align: top">rss/channel/lastBuildDate </td>
<td style="vertical-align: top">feed/updated </td>
<td style="vertical-align: top">feed/updated</td>
</tr>
<tr>
<th>Generating software</th>
<td style="vertical-align: top">rss/channel/generator </td>
<td style="vertical-align: top">feed/generator </td>
<td style="vertical-align: top">feed/generator</td>
</tr>
</tbody>
</table>
<p>For each <strong>Post</strong>, we established that the following core information is available in the newsfeeds:</p>
<table border="1" cellspacing="1" cellpadding="2" width="100%" style="border-collapse: collapse">
<tbody>
<tr>
<th></th>
<th>WordPress (RSS)</th>
<th>Blogger (Atom)</th>
<th>Typepad (Atom)</th>
</tr>
<tr>
<th>Post Unique ID</th>
<td style="vertical-align: top">rss/channel/item/guid@isPermaLink </td>
<td style="vertical-align: top">feed/entry/id </td>
<td style="vertical-align: top">feed/entry/id</td>
</tr>
<tr>
<th>Post Title</th>
<td style="vertical-align: top">rss/channel/item/title </td>
<td style="vertical-align: top">feed/entry/title </td>
<td style="vertical-align: top">feed/entry/title</td>
</tr>
<tr>
<th>Post Summary</th>
<td style="vertical-align: top">rss/channel/item/description </td>
<td style="vertical-align: top">NA </td>
<td style="vertical-align: top">feed/entry/summary</td>
</tr>
<tr>
<th>Post URL</th>
<td style="vertical-align: top">rss/channel/item/link </td>
<td style="vertical-align: top">feed/entry/link@rel=&#8221;alternate&#8221; </td>
<td style="vertical-align: top">feed/entry/link@rel=&#8221;alternate&#8221;</td>
</tr>
<tr>
<th>Date of publication</th>
<td style="vertical-align: top">rss/channel/item/pubDate </td>
<td style="vertical-align: top">feed/entry/published </td>
<td style="vertical-align: top">feed/entry/published </td>
</tr>
<tr>
<th>Date of last update</th>
<td style="vertical-align: top">NA </td>
<td style="vertical-align: top">feed/entry/updated </td>
<td style="vertical-align: top">feed/entry/updated</td>
</tr>
<tr>
<th>Post Author</th>
<td style="vertical-align: top">rss/channel/item/dc:creator</p>
<p>rss/xmlns:dc</p>
</td>
<td style="vertical-align: top">feed/entry/author/name</td>
<td style="vertical-align: top">feed/entry/author/name</td>
</tr>
<tr>
<th>Post Category</th>
<td style="vertical-align: top">rss/channel/item/category </td>
<td style="vertical-align: top">feed/entry/category@term </td>
<td style="vertical-align: top">feed/entry/category@term</td>
</tr>
<tr>
<th>Post Content</th>
<td style="vertical-align: top">rss/channel/item/content:encoded</p>
<p>rss/xmlns:content</p>
</td>
<td style="vertical-align: top">feed/entry/content</p>
</td>
<td style="vertical-align: top">feed/entry/content</p>
</td>
</tr>
<tr>
<th>Post Comments</th>
<td style="vertical-align: top">rss/channel/item/comments </td>
<td style="vertical-align: top">feed/entry/link@rel=&#8221;replies&#8221; </td>
<td style="vertical-align: top">feed/entry/link@rel=&#8221;replies&#8221;</td>
</tr>
<tr>
<th>Post Comments Feed</th>
<td style="vertical-align: top">rss/channel/item/wfw:commentRss </td>
<td style="vertical-align: top">NA</p>
</td>
<td style="vertical-align: top">NA</p>
</td>
</tr>
</tbody>
</table>
<p>One interesting point we noted was that neither Blogger nor Typepad published a link to a Comments Feed for each post. This made our work on ArchivePress more difficult since it was predicated on being able to easily identify the Comments feed for each post, and harvest new Comments as they were published. Obviously for blogs generated other than by WordPress, this was not going to be so easy. (Our ace developer Emanuele found some workarounds, but that&#8217;s another story.)</p>
<p>I think this offers us an interesting overview of the core of standard, structured blog data and metadata, in three of the leading blog platforms. This is the data structure and metadata profile that is maintained in blog databases, in one of its native forms, and I&#8217;d expect it to be present in all blog platforms, since it arguably represents the essence of blogs. I hope this will be useful background when considering the core models for data and metadata handling that will be developed for BlogForever.</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://blogforever.eu/blog/2011/04/25/thoughts-about-blog-data-and-metadata/&#038;via=blogforever&#038;text=Thoughts%20about%20blog%20data%20and%20metadata&#038;related=:&#038;lang=en&#038;count=vertical" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>
]]></content:encoded>
			<wfw:commentRss>http://dablog.ulcc.ac.uk/2011/04/25/thoughts-about-blog-data-and-metadata/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BlogForever: Nominate blogs for our survey</title>
		<link>http://dablog.ulcc.ac.uk/2011/04/20/nominate-blogs-for-our-survey/</link>
		<comments>http://dablog.ulcc.ac.uk/2011/04/20/nominate-blogs-for-our-survey/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 07:59:46 +0000</pubDate>
		<dc:creator>Richard M. Davis</dc:creator>
				<category><![CDATA[Web Archiving]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[BlogForever]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[European Commission]]></category>
		<category><![CDATA[web archiving]]></category>

		<guid isPermaLink="false">http://blogforever.eu/?p=443</guid>
		<description><![CDATA[Is there a particular blog or blogger you would like to see included in the BlogForever survey? We invite you to use this form to nominate them, and we will try to ensure that the blog is reviewed or the blogger contacted to participate in our survey. Tweet]]></description>
			<content:encoded><![CDATA[<p><i>From the <a href="http://blogforever.eu/">BlogForever</a> blog.</i></p>
<p>Is there a particular blog or blogger you would like to see included in the BlogForever survey? We invite you to use this form to nominate them, and we will try to ensure that the blog is reviewed or the blogger contacted to participate in our survey.</p>
<div class="pageview">
<p><iframe src="https://spreadsheets.google.com/embeddedform?formkey=dDlxOEgwRUpKVU9KZHFxSGo3MGxIb0E6MQ" frameborder="0" style="" scrolling="yes" height="700px" width="100%">Get a better browser!</iframe></p>
</div>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://blogforever.eu/blog/2011/04/20/nominate-blogs-for-our-survey/&#038;via=blogforever&#038;text=Nominate%20blogs%20for%20our%20survey&#038;related=:&#038;lang=en&#038;count=vertical" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>
]]></content:encoded>
			<wfw:commentRss>http://dablog.ulcc.ac.uk/2011/04/20/nominate-blogs-for-our-survey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BlogForever: Asynchronicities in blog structure</title>
		<link>http://dablog.ulcc.ac.uk/2011/04/11/asynchronicities-in-blog-structure/</link>
		<comments>http://dablog.ulcc.ac.uk/2011/04/11/asynchronicities-in-blog-structure/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 15:56:04 +0000</pubDate>
		<dc:creator>Richard M. Davis</dc:creator>
				<category><![CDATA[Web Archiving]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[BlogForever]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[data model]]></category>
		<category><![CDATA[European Commission]]></category>
		<category><![CDATA[preservation]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[web archiving]]></category>

		<guid isPermaLink="false">http://blogforever.eu/?p=430</guid>
		<description><![CDATA[At an atomic level, a “blog” comprises “blog posts”, which are continually added to the blog corpus: that is the dynamic essence of a blog, and distinguishes it from old-fashioned, largely static Websites and hypertexts in which little content changed between major update iterations, which process was probably more akin to “publishing a new edition” [...] ]]></description>
			<content:encoded><![CDATA[<p><i>From the <a href="http://blogforever.eu/">BlogForever</a> blog.</i></p>
<p>At an atomic level, a “blog” comprises “blog posts”, which are continually added to the blog corpus: that is the dynamic essence of a blog, and distinguishes it from old-fashioned, largely static Websites and hypertexts in which little content changed between major update iterations, which process was probably more akin to “publishing a new edition” in the world of non-digital publications.</p>
<p>The blog also displays, as part of its frame, other graphical and functional elements (sidebars, widgets, “blogrolls”, etc) which may themselves contain dynamically updated, constantly changing information. These can be added, removed, amended and rearranged at will by the blog author/editor. Blog posts that were “published” in the context of one set of framing elements, will persist through subsequent versions of that framework.</p>
<p>Similarly with design (layout, colours, mastheads, etc), though the persistence tends to be longer, the informal nature of blogs means that these may be easily changed by the blog editor/author, and are thus more volatile than a typical “corporate” website. Again, blog posts may persist, unchanged in themselves, through many iterations of the blog site design and layout.</p>
<div id="attachment_431" class="wp-caption aligncenter" style="width: 310px"><a href="http://blogforever.eu/wp-content/uploads/2011/04/blogatoms.png"><img class="size-medium wp-image-431" src="http://blogforever.eu/wp-content/uploads/2011/04/blogatoms-300x223.png" alt="blogatoms 300x223 Asynchronicities in blog structure" width="300" height="223" title="Asynchronicities in blog structure" /></a>
<p class="wp-caption-text">A simple view of blog elements and their temporal relationship</p>
</div>
<p>&nbsp;</p>
<p>This very simplified visualisations suggests where we might start conceptualising key elements of a blog. It indicates that they iterate over time, but in the cases of Design, Posts and Widgets (as we’ll call them for brevity), according to independent schedules. While Posts and Comments persist in the online view of a blog, designs and widget arrangements are overwritten.</p>
<p>With my earlier ArchivePress project we deliberately overlooked preservation of the blog&#8217;s framing elements, and (given the much smaller scope of that project) established an <a href="http://archivepress.ulcc.ac.uk/2009/07/31/archival-musings/">acceptable rationale</a> for doing so. The challenge for BlogForever is to find a solution to  precisely these issues. Unless we were simply to adopt the snapshot approach of Heritrix-based web archiving initiatives (e.g. Wayback/archive.org, UK Web Archive), we need to ensure the BlogForever repository supports a degree of granularity that can capture, describe and preserve atomic blog objects in a way that reflects the particular interdependencies, in order to understand and preserve them authentically, and permit the many possible authentic and valid “time slice” views and analyses that users of the archive will need.</p>
<p>(I appreciate, by the way that these objects themselves are compound objects, so not strictly &#8220;atomic&#8221;: but the same is also true of atoms, as our CERN colleagues can attest!)</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://blogforever.eu/blog/2011/04/11/asynchronicities-in-blog-structure/&#038;via=blogforever&#038;text=Asynchronicities%20in%20blog%20structure&#038;related=:&#038;lang=en&#038;count=vertical" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>
]]></content:encoded>
			<wfw:commentRss>http://dablog.ulcc.ac.uk/2011/04/11/asynchronicities-in-blog-structure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>If you can keep your blog when all around&#8230;</title>
		<link>http://dablog.ulcc.ac.uk/2009/03/20/if-you-can-keep-your-blog/</link>
		<comments>http://dablog.ulcc.ac.uk/2009/03/20/if-you-can-keep-your-blog/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 15:07:18 +0000</pubDate>
		<dc:creator>Richard M. Davis</dc:creator>
				<category><![CDATA[DA Blog]]></category>
		<category><![CDATA[Web Archiving]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[digital archives]]></category>
		<category><![CDATA[DPE]]></category>
		<category><![CDATA[JiSC-PoWR]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://dablog.ulcc.ac.uk/?p=412</guid>
		<description><![CDATA[I was a keen participant in the activities of ERPANET , but I must confess I haven’t kept abreast of its successor, Digital Preservation Europe (DPE). However I was interested to see the recent DPE briefing paper about blog preservation, since it covers an area that we also tackled in the course of the JISC-PoWR [...]]]></description>
			<content:encoded><![CDATA[<p>I was a keen participant in the activities of <a id="lr72" title="ERPANET" href="http://www.erpanet.org/">ERPANET</a> , but I must confess I haven’t kept abreast of its successor, <a id="uxzv" title="Digital Preservation Europe" href="http://www.digitalpreservationeurope.eu/">Digital Preservation Europe</a> (DPE). However I was interested to see the recent DPE briefing paper about blog preservation, since it covers an area that we also tackled in the course of the JISC-PoWR project &#8211; on the <a id="aozl" title="blog" href="http://jiscpowr.jiscinvolve.org/">blog</a> , in the <a id="te3e" title="workshops" href="http://jiscpowr.jiscinvolve.org/workshops/">workshops</a> and the <a id="emon" title="handbook" href="http://jiscpowr.jiscinvolve.org/handbook/">handbook</a>. The Briefing Paper highlights key issues for those who would preserve blogs. It is a necessarily general overview, and manages to cram a lot of preservation issues into its two sides of A4. But, for the blogger approaching preservation, or the preservationist approaching blogs, I wonder if such avalanches of considerations aren&#8217;t sometimes unnecessarily overwhelming. It seemed worth looking at a few of the points made in the DPE briefing paper, and considering whether we can demystify them or make the task seem less daunting.</p>
<p><span id="more-412"></span><em><strong>Calls in the literature have advocated that blogs, as potentially valuable additions to the human record, are worthy of stewardship and long-term preservation. </strong></em>It&#8217;s hard to argue with this, in the light of recent widely publicised use of blogging by <a id="lzcq" title="President Obama" href="http://www.whitehouse.gov/blog/">President Obama</a>, the <a id="zh71" title="Number Ten Downing Street blog" href="http://number10.gov.uk/">Number Ten Downing Street blog</a>, the blogging and tweeting activities of certain celebrities, and so on. But of course anyone can have a blog (and it sometimes seems that almost everyone does). Blogs are phenomenally useful, and have a wide variety of applications: individual or corporate announcements and publications; time-stamped records of activities; public or private figures writing as themselves or pseudonymously; public and private journal and discussion spaces for students and a wide range of communities. A blog may well be just for Christmas (or any kind of project) no less than a traditional diary or journal. It is in essence, after all, just a sequential log (“blog” is merely a geeky contraction of “web log”). Blogging is therefore not so fundamentally alien: <a id="bs2y" title="Captain Cook kept a log" href="http://southseas.nla.gov.au/index_voyaging.html">Captain Cook kept a log</a> (and so will Captain Kirk). Rather than make it sound very technical and complicated, let&#8217;s start by taking some comfort in what&#8217;s familiar.</p>
<p><strong><em>Should all blogs be preserved? Which blogs should be preserved?</em></strong> The DPE Briefing Paper highlights (as all good preservation advice must) the issue of selection. How do we decide which blogs to preserve? To start with, the remit of any archival body (national, municipal, corporate, specialist, etc.) is itself self-selecting. It’s unlikely any archivist at NARA, TNA or any other archive would ever have to begin their deliberations with “all blogs”. Of matters of authenticity and attribution, the nature of the archive undertaking the preservation will, equally, dictate whether knowing the true identity is essential or not. Common sense should prevail. Clearly for records of official activities, such as the Downing Street and Obama blogs, reliable provenance and authenticity are critical. On the other hand, satirical blogs by &#8220;<a id="q:ax" title="Geoffrey Chaucer" href="http://www.gordonbrown.com/">Gordon Brown</a>&#8221; or &#8220;<a id="d5a2" title="Vladimir Putin" href="http://www.newsgroper.com/vladimir-putin">Vladimir Putin</a>&#8220;  are clearly not records of official activities, but they still may merit preservation as publications and/or as interesting artefacts: as with many fictional or satirical diaries or letters, the true identity of the author may or may not be material (Beachcomber, Henry Root, Primary Colors).</p>
<p><em><strong>Is preservation of content, regardless of context, sufficient?</strong></em> This is one of the most significant questions raised by the briefing paper. Has the Web changed our expectations of context? Once a descriptive catalogue or historical account seemed sufficient to establish context. Digital media now tempt us into thinking that, for any object, we should automatically gather (a copy of)  everything linked-to, and perhaps everything that links to, and so on. We can leave a computer to follow the endlessly forking paths, and create a virtual machine environment that will always render the gather materials faithfully &#8211; all without any manual intervention. Will that provide context, or make the preserved content understandable? Can we do without expert researchers and information professionals to scope, select and provide commentary where necessary?</p>
<p><em><strong>The inability to capture and preserve the design and features of the blog contradicts defining attributes of a blog</strong></em>. In fact it&#8217;s not impossible to capture and preserve many if not all of the design features of a blog. The JISC-PoWR blog has been <a id="r_bb" title="harvested by UKWAC" href="http://www.webarchive.org.uk/wayback/archive/20090101223818/http://jiscpowr.jiscinvolve.org/">harvested by UKWAC</a> with most of its features intact (experiments at ULCC have suggested that, with a little care, WordPress blogs are particularly well-suited to harvesting). But in general, let’s accept (as the <a id="xsdm" title="Blogbackuponline" href="http://www.blogbackuponline.com/">Blogbackuponline</a> people do) the overriding significance of the textual content over and above the bells and whistles of the web presentation. If there is one particularly interesting feature of blogs, that does set them apart from conventional web content, it is that they are generally intended for delivery and consumption in two distinct formats: by HTML web page, and by RSS/Atom XML newsfeed. The newsfeed version is bare-bones hypertext stripped of all the styling, bells and whistles of the web version, and will be read in many contexts, from online newsreaders and aggregators, like Netvibes or Bloglines, to desktop clients, such as Mozilla Thunderbird, as well as on mobile phones, and by automatic syndication to other sites.</p>
<p><em><strong></strong></em></p>
<p><em><strong>Blogs, including posts and comments, may be intentionally edited or deleted.</strong></em> Looked at in isolation, editability is a significant property of blogs in everyday use. But, as <a id="pyzf" title="Chris Rusbridge observed" href="http://digitalcuration.blogspot.com/2007/07/authenticity-across-migrations.html">Chris Rusbridge observed</a> , &#8220;editability, while vital for some kinds of re-use, is not essential for conveying the information essence of the objects&#8221;. Any preserved object we have only in the state it was when taken into archival custody (though we may also capture and preserve records of how it changed). Preservation schedules for blogs will need to decide how important this really is: when is it and when is it not important to preserve an edit that no one ever saw? (A transactional approach &#8211; only capturing page impressions users request &#8211; is one way to address this without excessive redundancy.) However, if anything, this volatiliy of blog content is a more serious issue for those citing an active blog (who may find their quotations no longer match): a copy in an archive ought to be fixed, and reliably citable. If anything, this would suggest that creating stable archives of valuable blogs<em> for the record </em>is essential.</p>
<p>James Currall rightly warned us against making an undue <a href="http://jiscpowr.jiscinvolve.org/2009/01/07/the-fetish-of-the-digital/">fetish of digital media</a>, at the expense of the information (and entertainment) which they convey; arguably as dangerous is the fetishisation of specific manifestations of digital media. How different, really, are blogs from other publications or applications built on the Web platform? Blogs are essentially web pages and don’t exist in a void. The &#8220;problem&#8221; of hypertext links to possibly unstable objects in remote locations is the bête-noire of all efforts to tame the Web. “Not in archive” is, and will ever be, a familiar message to regular users of archive.org. But we can perhaps take heart that many <a id="gdjs" title="archives of correspondence" href="http://correspondence.linnean-online.org/view/correspondence/correspondence.html">archives of correspondence</a> tend to be one-sided too.</p>
<p>Sometimes thinking about these things in the abstract is no substitute for actually doing them for real. Perhaps the best advice for anyone tasked with preserving blogs is, first of all, to try keeping one yourself for a few days or weeks. Then it only takes a few minutes to try out <a id="mchf" title="BlogBackupOnline" href="http://www.blogbackuponline.com/">BlogBackupOnline</a>; or check how your favourite blog is faring in the <a id="b0.:" title="your favourite blog in the Internet Archive" href="http://web.archive.org/web/*/http://dablog.ulcc.ac.uk">Internet Archive</a> , the <a id="z-gg" title="European Web Archive" href="http://www.europarchive.org/web.php">European Web Archive</a>, or the <a id="wnm." title="UK Web Archiv" href="http://www.ukwebarchive.org.uk/">UK Web Archive</a>; or even download <a id="jj28" title="HTTrack" href="http://www.httrack.com/">HTTrack</a> or <a id="lzax" title="Wget" href="http://wget.addictivecode.org/FrequentlyAskedQuestions?action=show&amp;redirect=Faq#download">Wget</a> and try harvesting something yourself.</p>
<p>Then it&#8217;s time to <a href="http://jiscpowr.jiscinvolve.org/2009/02/16/archivists-and-records-managers-twitter-group/">get Twittering</a>&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://dablog.ulcc.ac.uk/2009/03/20/if-you-can-keep-your-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DA Blog, DA Whole Blog, and nothing but DA Blog</title>
		<link>http://dablog.ulcc.ac.uk/2008/12/16/da-blog-da-whole-blog-and-nothing-but-da-blog/</link>
		<comments>http://dablog.ulcc.ac.uk/2008/12/16/da-blog-da-whole-blog-and-nothing-but-da-blog/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 15:31:46 +0000</pubDate>
		<dc:creator>Kevin Ashley</dc:creator>
				<category><![CDATA[DA Blog]]></category>
		<category><![CDATA[Digital Archives]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[dablog]]></category>
		<category><![CDATA[navel gazing]]></category>

		<guid isPermaLink="false">http://dablog.ulcc.ac.uk/?p=250</guid>
		<description><![CDATA[We know that some of you reading our blog use offline readers, and in the past you haven&#8217;t always been able to read all of our posts. This is because we made use of a mechanism which presents the first few paragraphs of the post on the site, and lets you follow a link to [...]]]></description>
			<content:encoded><![CDATA[<p>We know that some of you reading our blog use offline readers, and in the past you haven&#8217;t always been able to read all of our posts. This is because we made use of a mechanism which presents the first few paragraphs of the post on the site, and lets you follow a link to read the rest of the text, and the comments. Unfortunately it also truncated the RSS feed, which causes a problem if you are offline when reading. We hope we&#8217;ve now fixed the problem by upgrading our WordPress installation, so we can go back to presenting more blog posts on our home page and also providing full text to offline readers.</p>
<p>Do let us know if you still see problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://dablog.ulcc.ac.uk/2008/12/16/da-blog-da-whole-blog-and-nothing-but-da-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DA Blog at One</title>
		<link>http://dablog.ulcc.ac.uk/2008/11/03/da-blog-at-one/</link>
		<comments>http://dablog.ulcc.ac.uk/2008/11/03/da-blog-at-one/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 17:26:46 +0000</pubDate>
		<dc:creator>Richard M. Davis</dc:creator>
				<category><![CDATA[Digital Archives]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://dablog.ulcc.ac.uk/2008/11/03/da-blog-at-one/</guid>
		<description><![CDATA[Technorati has just published its latest State of the Blogosphere survey, and DA Blog is a year old, so it seems like a fitting time to take stock and ask some questions of this little blog of ours. Editor: According to the Technorati survey &#8220;Self expression and sharing expertise are the top reasons for blogging, [...]]]></description>
			<content:encoded><![CDATA[<p>Technorati has just published its latest <a href="http://www.technorati.com/blogging/state-of-the-blogosphere/" title="State of the Blogosphere" id="h3-b">State of the Blogosphere</a> survey, and DA Blog is a year old, so it seems like a fitting time to take stock and ask some questions of this little blog of ours.</p>
<p><strong>Editor:</strong> <em>According to the <a href="http://www.technorati.com/blogging/state-of-the-blogosphere/the-what-and-why-of-blogging/" title="State of the Blogosphere 2008" id="mgkr">Technorati</a> survey &#8220;</em><em>Self expression and sharing expertise are the top reasons for blogging, followed by networking&#8221;. What do you think is your main purpose?</em></p>
<p><strong>DA Blog: </strong>I like to think of myself as more of a professional than a corporate blog. I don&#8217;t blog for its own sake: I could post more. But everyone here has work to do, so it&#8217;s most expedient to use the blog to support those things, using the public blog as a record of our more public activities &#8211; hopefully ones that others will find interesting. You could think of me as a public branch of our collective, prosthetic memory, if that helps.</p>
<p><strong>Ed.: </strong><em>Do you think you should include more personal opinions in your posts?</em></p>
<p><strong>DAB:</strong> I&#8217;m not averse to<span style="color: black; background-color: #ffffff"><span style="background-color: #ffffff"> </span>spontaneous</span><span style="background-color: #ffffff"> </span><span style="color: black; background-color: #ffffff">outbursts</span><span style="background-color: #ffffff"> of</span> powerful feeling, or constructive discussions, but I&#8217;ll leave it to other blogs to court controversy. My recent posts about the <a href="http://2008/10/15/national-archives-of-ireland-anyone-give-a-damn/" title="demise of the National Archives of Ireland" id="vq_x">demise of the National Archives of Ireland</a>, and about the implications of <a href="http://2008/08/20/web-20-and-archives-something-like-a-phenomenon/" title="Web 2.0 for archives" id="p1-5">Web 2.0 for archives</a> caused some of the biggest spikes in my readership. But my bread-and-butter is still rooted in what ULCC Digital Archives staff are up to. Timely reports about popular events in our field (<a href="http://2008/04/02/open-repositories-2008-in-southampton/" title="OR08" id="kmu8">OR08</a>, <a href="http://2008/10/01/ipres2008-first-impressions/" title="IPRES" id="gff5">IPRES</a>) are always popular with fellow professionals, keen to read online reports about the events they&#8217;ve just attended (or, increasingly, are still sitting in).</p>
<p><span id="more-218"></span><strong>Ed.:<em> </em></strong><em>Are there things you&#8217;d like to blog about but don&#8217;t?</em></p>
<p><strong>DAB:</strong> Of course. I have to be aware of the sensitivities of some of my customers, partners, employers. No one wants to end up being <a href="http://blogs.journalism.co.uk/editors/2008/09/25/was-the-scotsman-right-to-sack-nick-clayton-for-blogging/" title="sacked for blogging" id="kgbc">sacked for blogging</a>. I work in an HE environment, and there are many fascinating things going on in teaching and research that don&#8217;t always have a preservation angle, so I tend not to include them: perhaps I should.</p>
<p><strong>Ed.: </strong><em>Do you consider yourself a part of the active blogosphere?</em></p>
<p><strong>DAB:</strong> I haven&#8217;t actively pursued trackbacks, SOE, or anything like that, but Technorati currently rates me with an <a href="http://www.technorati.com/blogs/dablog.ulcc.ac.uk" title="DA Blog on Technorati" id="u_3x">authority of 15</a> &#8211; down from 19 a couple of months ago, but well within the top 10% of the 5 million blogs in the Technorati survey.</p>
<p><strong>Ed.:<em> </em></strong><em>According to <a href="http://www.technorati.com/blogging/state-of-the-blogosphere/the-what-and-why-of-blogging/" title="State of the Blogosphere 2008" id="mgkr">State of the Blogosphere 2008</a>, the majority of corporate and professional bloggers have seen a positive impact as a result of their blog and half are better known in their industry. What impact have you experienced &#8211; positive or negative?</em> <strong></p>
<p>DAB:</strong> One of the most valuable benefits of running DA Blog has been a tangible sense that I am participating in an online community in digital archives and preservation &#8211; a professional social network and community of practice. I&#8217;ve been especially pleased to receive informative and valued comments from experts at DCC, DPC, UKOLN and the JISC.</p>
<p><strong>Ed.: </strong><em>Have you linked up with other blogs?</em> <strong></p>
<p>DAB:</strong> It&#8217;s been great to spot and follow trackbacks to other blogs. Not just high profile blogs in my field &#8211; <a href="http://davidmattison.ca/">Dave Mattison</a>, Lorcan Dempsey, <a href="http://hurstassociates.blogspot.com/2008/10/blog-posts-from-ipres-2008.html">Chris Rusbridge</a>, etc. &#8211; but other less prominent blogs I might never have come across otherwise, for example:</p>
<ul>
<li>personal-professional blogs (<a href="http://alanake.wordpress.com/">Alans notes and thoughts on digital preservation</a>, Kiara King&#8217;s <a href="http://webwatchingforarchivists.blogspot.com/">Web Watching For Archivists</a>),</li>
<li>experiments in aggregating archival news (<a href="http://archivius.blogspot.com/">arch.i.vi.us</a>, <a href="http://archivesandidentities.com/" title="archivesandidenties" id="bnmc">archivesandidenties</a>)</li>
<li>archive/library blogs from beyond the UK:
<ul>
<li>from USA (Kate Theimer&#8217;s <a href="http://archivesnext.com/?p=183">ArchivesNext</a>, Jill Hurst-Wahl&#8217;s <a href="http://hurstassociates.blogspot.com/2008/10/blog-posts-from-ipres-2008.html">Digitization 101)</a>,</li>
<li>from Canada (<a href="http://toronto-aca-chapter.blogspot.com/" title="Toronto ACA Student Chapter" id="oy82">Toronto ACA Student Chapter</a> )</li>
<li>from Spain (<a href="http://arxivers.com/cat/links.asp?IDCat=161">Associació d&#8217;Arxivers de Catalunya</a>)</li>
<li>from France (<a href="http://marlenescorner.blogspirit.com/">Marlène&#8217;s Corner</a> and <a href="http://www.figoblog.org/node/1930">Figoblog</a>, &#8220;a blog about the Internet, the Biblioteconomy, and fig jam&#8221;)</li>
<li>possibly even some Japanese trackbacks, but I couldn&#8217;t be sure</li>
</ul>
</li>
<li>blogs relating to our customers&#8217; work, such as the <a href="http://morrissociety.blogspot.com/" title="William Morris Society blog" id="saze">William Morris Society blog</a>.</li>
</ul>
<p><strong>Ed.: </strong><em>Have you picked up any good tips for other blogs and bloggers? </em> <strong></p>
<p>DAB: </strong>A professional blog like me just lets posts flow naturally from what people are really doing, and their desire to communicate that to others in an interesting way. Don&#8217;t make extra work for yourself: if you try to come up with something witty and insightful every day, the blog will become a burden, and eventually join the millions of others abandoned in cyberspace.</p>
<p><strong>Ed.: </strong><em>What are your plans for the future? </em> <strong></p>
<p>DAB: </strong>I hope I can carry on doing what I am doing. Last month I had nearly 1500 views &#8211; or whatever it is that WordPress.com Blog Stats counts &#8211; which is my highest total to date, nearly 8 times as many as back in January. Perhaps I&#8217;ll get a lick of paint in coming months, and an upgrade to WordPress 2.7. I might add some new features &#8211; it&#8217;s been fascinating watching the Feedjit stats- but nothing too flash (does anyone really like those screenshots that popup when your mouse hovers over a link?) Personally I find the <a href="/dafeed/">DA Feed</a> very useful &#8211; there might be something more clever we could do there, with OPML for example.</p>
<p><strong>Ed.:</strong><em> Thank you very much for your time.</em> <strong></p>
<p>DAB:</strong> The pleasure&#8217;s all mine. See you next year.</p>
<p align="center"><a href="http://www.wordle.net/" title="Wordle Word Cloud"><img src="http://dablog.ulcc.ac.uk/wp-content/uploads/2008/11/dablogwordle.jpg" alt="Another Wordle Word Cloud" style="width: 90%" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://dablog.ulcc.ac.uk/2008/11/03/da-blog-at-one/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Web 2.0 and Archives: Something like a Phenomenon?</title>
		<link>http://dablog.ulcc.ac.uk/2008/08/20/web-20-and-archives-something-like-a-phenomenon/</link>
		<comments>http://dablog.ulcc.ac.uk/2008/08/20/web-20-and-archives-something-like-a-phenomenon/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 22:20:23 +0000</pubDate>
		<dc:creator>Joanne Anthony</dc:creator>
				<category><![CDATA[DA Blog]]></category>
		<category><![CDATA[Web Archiving]]></category>
		<category><![CDATA[archives]]></category>
		<category><![CDATA[audience development]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[community engagement]]></category>
		<category><![CDATA[digital divide]]></category>
		<category><![CDATA[exclusion]]></category>
		<category><![CDATA[inclusion]]></category>
		<category><![CDATA[minority ethnic groups]]></category>
		<category><![CDATA[social networking software]]></category>
		<category><![CDATA[tagging]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[technologies]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[wikis]]></category>

		<guid isPermaLink="false">http://dablog.ulcc.ac.uk/2008/08/20/web-20-and-archives-something-like-a-phenomenon/</guid>
		<description><![CDATA[I just spotted a posting from a fellow Antipodean, made to the Australian Archivists (aus-archivists) listserv, which has certainly raised some interesting questions surrounding web 2.0 technologies and their impact on the Archive sector&#8230;. Perhaps a debate well worth monitoring, and further exploring here, within the realm of web 2.0 itself? See Australian Archivists listserv [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordle.net/gallery/wrdl/132752/Archives_2.0_again" title="Wordle: Archives 2.0 again"><img src="http://wordle.net/thumb/wrdl/132752/Archives_2.0_again" class="float-right" style="border: 1px solid #dddddd; padding: 4px" /></a></p>
<p>I just spotted a posting from a fellow Antipodean, made to the Australian Archivists (aus-archivists) listserv, which has certainly raised some interesting questions surrounding web 2.0 technologies and their impact on the Archive sector&#8230;. <strong>Perhaps a debate well worth monitoring, and further exploring here, within the realm of web 2.0 itself?</strong></p>
<p>See <strong>Australian Archivists listserv posting</strong> below:</p>
<blockquote><p><em>Archival institutions are increasingly using social networking sites, tagging (folksonomies), blogs, wikis, and Flickr to promote their collections. Does anyone know any studies evaluating this phenomenon in the archival setting? I don&#8217;t mean the this-is-how-we-did-it, isn&#8217;t-it-exciting or look-how-many-hits-we&#8217;re-getting articles. I mean thoughtful consideration of the value of these tools and the effects they are having on our work. I&#8217;d also love some discussion on the list.</em></p>
<p><em>Why we have decided to use these tools? What benefits have they brought? What kind of new audiences are they attracting? How long do these audiences stick around? Is the resource taken to sustain these &#8216;relationships&#8217; worth it? Do these audiences engage with us beyond the social network stuff? Do they use our databases? come in and use our collections? order quality copies? Does it matter if they don&#8217;t? How is our adoption of these tools affecting what material we choose to process and promote? With user-generated content and tagging are our formal documentation skills, cataloguing standards, thesauri, etc passé? Does mashing trivialise our research collections? Any observations or leads to articles welcome. [ Helen Yoxall, Archives Manager, Registration and Collection Management, Powerhouse Museum, PO Box K346, Haymarket NSW 1238, Australia, URL: <a href="www.powerhousemuseum.com/archives/index.asp">www.powerhousemuseum.com/archives/index.asp</a>]&#8220;</em></p></blockquote>
<p><span id="more-187"></span>After a quick (and rudimentary) search, I stumbled across a few sources that may be of interest:</p>
<ul>
<li><a href="http://www.ukoln.ac.uk/web-focus/events/seminars/mla-ne-2006-10/" target="_blank"> UKOLN </a>have a presentation <strong>&#8220;Web 2.0: Implications For The Cultural</strong><strong> Heritage Sector&#8221;</strong></li>
<li>The Archives &amp; Museum Informatics <a href="http://www.archimuse.com/mw2007/papers/alain/alain.html" target="_blank">Museums and the Web</a> website, includes a paper <strong>&#8220;Towards Community Contribution: Empowering Community Voices On-Line&#8221;</strong> (Angèle Alain, Library and Archives Canada, Canada; Michelle Foggett, The National Archives of England and Wales, UK). It refers to Web 2.0 and community involvement in museums, libraries and archives e.g. the <a href="http://www.movinghere.org.uk/" target="_blank">Moving Here</a> project which has sought to &#8220;break down barriers to the direct involvement of minority ethnic groups in sharing their history on-line&#8221; and is among other projects keen to &#8220;embrace social networking in future to give users a higher profile voice to enable their knowledge to be passed down to the next generation&#8221;. (However, &#8220;specialised and appropriate training&#8221; was identified as crucial to tackling the barriers,[such as the 'digital divide' itself]). On the related <a href="http://www.museumscomputergroup.org.uk/meetings/2-2006-abs.shtml" target="_blank">MuseumsComputerGroup</a> website is the article abstract <strong>&#8220;Museums and Web 2.0: Connections + Community&#8221; </strong>(by Jennifer Trant, Archives and Museum Informatics), noting both the possibilities, and challenges, surrounding the adoption of web 2.0.</li>
<li>Also of interest are the <strong>web 2.0 blogs</strong>: <a href="http://library20.ning.com/" target="_blank">Library 2.0 network</a>, <a href="http://librarygang.talis.com/" target="_blank">Library 2.0 gang</a>, <a href="http://museumtwo.blogspot.com/" target="_blank">Museum 2.0</a>; and while I couldn&#8217;t spot an Archives 2.0-specific blog anywhere, there was an interesting posting on the <a href="http://www.archiveshub.ac.uk/blog/2007/12/archives-20-fact-or-fiction.html" target="_blank">Archives Hub blog</a> and on <a href="http://www.archivesnext.com/?cat=25" target="_blank">ArchivesNext</a> (which, as one of its aims, invites bloggers to explore &#8220;Web 2.0 applications and discussing their applicability to archival institutions&#8221;).</li>
<li>Our own <a href="http://dablog.ulcc.ac.uk/2007/12/13/ukwac-what-about-hlf-websites/" target="_blank">dablog</a> has highlighted one dimension of the web 2.0 impact (inspired by UCL&#8217;s <a href="http://www.ucl.ac.uk/slais/andrew-flinn/" target="_blank">Dr Andrew Flinn</a>) i.e. in relation to urgent calls to preserve the heritage outputs of web 2.0, due to &#8220;the transient history of the increasing number of minority/dissenting voices, whose heritage is only documented via websites, blogs, wikis and social software&#8221;.</li>
<li>In true folksonomic Web 2.0 style, we can also see what&#8217;s been tagged as <a href="http://delicious.com/tag/archives2.0">Archives2.0 in del.icio.us</a>.</li>
</ul>
<p>Know of any other sources that discuss the impact of Web 2.0 on the Archives Sector? Or would you like to share your opinions in response to the questions posed by Helen Yoxall (above)?</p>
]]></content:encoded>
			<wfw:commentRss>http://dablog.ulcc.ac.uk/2008/08/20/web-20-and-archives-something-like-a-phenomenon/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
