<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>The Epanaphoroscope</title>
	<atom:link href="http://epanaphoroscope.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://epanaphoroscope.wordpress.com</link>
	<description>some things of occasional interest</description>
	<lastBuildDate>Wed, 28 Sep 2011 12:02:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='epanaphoroscope.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>The Epanaphoroscope</title>
		<link>http://epanaphoroscope.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://epanaphoroscope.wordpress.com/osd.xml" title="The Epanaphoroscope" />
	<atom:link rel='hub' href='http://epanaphoroscope.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Figuring Out Drupal Date Posts with Wolfram Alpha + Retrieving an Old Drupal MySQL database</title>
		<link>http://epanaphoroscope.wordpress.com/2011/09/28/figuring-out-drupal-date-posts-with-wolfram-alpha-retrieving-an-old-drupal-mysql-database/</link>
		<comments>http://epanaphoroscope.wordpress.com/2011/09/28/figuring-out-drupal-date-posts-with-wolfram-alpha-retrieving-an-old-drupal-mysql-database/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 11:32:48 +0000</pubDate>
		<dc:creator>pemo</dc:creator>
				<category><![CDATA[miscellanea]]></category>

		<guid isPermaLink="false">http://epanaphoroscope.wordpress.com/?p=269</guid>
		<description><![CDATA[Go to Wolfram Alpha: http://www.wolframalpha.com The formula is simple: &#8220;what date is 12.00am January 1st 1970 + 1201470000 seconds?&#8221; (minus the quotes) The 1201470000 is the drupal timestamp in seconds, dated from 12.00am Jan 1st 1970 The reason I am posting this is as follows: I had kept a blog using Drupal during 2004-7. I hadn&#8217;t [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=epanaphoroscope.wordpress.com&amp;blog=12240855&amp;post=269&amp;subd=epanaphoroscope&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Go to Wolfram Alpha: <a title="Wolfram Alpha" href="http://www.wolframalpha.com/" target="_blank">http://www.wolframalpha.com</a></p>
<p>The formula is simple:</p>
<p>&#8220;what date is 12.00am January 1st 1970 + 1201470000 seconds?&#8221; (minus the quotes)</p>
<p>The 1201470000 is the drupal timestamp in seconds, dated from 12.00am Jan 1st 1970</p>
<p>The reason I am posting this is as follows:</p>
<p>I had kept a blog using <a title="drupal" href="http://drupal.org/" target="_blank">Drupal</a> during 2004-7. I hadn&#8217;t really troubled myself about how I might possibly migrate from Drupal 4.n to another CMS later, though I kept upgrading Drupal and Mysql, PHP etc. till Drupal 5.n, when I migrated to <a title="wordpress" href="http://wordpress.org/" target="_blank">WordPress</a> &#8211; years later (in 2010) after a hiatus of several years. I had given up blogging using Drupal since about v.6.n. as it was overkill for what I was doing and WordPress seemed very attractive and simple (and lots of useful-for-me plug-ins, regularly updated)</p>
<p>The motivation has been to consolidate several different (historical) blogs kept on different servers using different CMSs into one contiguous blog. To bring it all together.</p>
<p>So, anyway, one day 3 or 4 years ago (I forget when), I decided I didn&#8217;t need my old Drupal site anymore &#8211; I had a mysql dump of the database as a tar.gz file &#8211; no problems!</p>
<p>A disaster &#8211; what the hell are you meant to do with this?</p>
<p>After years of doing nothing with it and all the category/xml referencing types have changed?</p>
<p>I tried importing it into Drupal 6.n running locally under <a title="MAMP" href="http://www.mamp.info/en/index.html" target="_blank">MAMP</a> (<a title="Mac OSX" href="http://www.apple.com/macosx/" target="_blank">Mac OSX</a>), but the result was a mad woman&#8217;s breakfast &#8211; that I simply had no idea what to do with.</p>
<p>So, now, about 6 years later, I am running a wordpress blog using MAMP &#8211; how to get that old stuff into the new system?</p>
<p>Well, after a bit of faffing around, I figured out that via the MAMP PHPMyAdmin interface that I could simply create a new database (figure it out yourself &#8211; I&#8217;m just providing hints here for the geeky few who might run across this problem) and import the old nodes.txt file from Drupal 5.n. There are a million other files  - but this one contains my text and links to my old photos/video etc (<em>they</em> may be contained as BLOBS (Binary Large Objects) in your backup cache file (I gave that a miss, after editing php.ini (via <a title="smultron" href="http://www.peterborgapps.com/smultron/" target="_blank">Smultron</a>) for MAMP to upload over 32MB data to 264MB &#8211; a number big enough to import the largest mysql dump file &#8211; but there is no point for me to figure out what to do with it.))</p>
<p>It&#8217;s easy to look at these files using TextEdit or some other text editor.</p>
<p>Anyway, if you do any of this, naturally you should quit MAMP and restart the MAMP server to check any changes have effected.</p>
<p>After that, I exported my nodes.txt file as a nodes.xml file and opened it in Safari. (It reports it&#8217;s missing the XML references, but that&#8217;s of no import)</p>
<p>I suspect I could&#8217;ve just used the nodes.txt file anyway, but haven&#8217;t bothered to check.</p>
<p>This gave me access to the &#8216;plain&#8217; text of my old posts (in a nice clear coloured indented format amidst a bunch of lots of other old Drupal XML formatted entries &#8211; see below) that I could cutnpaste into my WordPress install in MAMP, running in a Safari window.</p>
<p>Plus, I could calculate the date of the post using the above approach via Wolfram Alpha.</p>
<p>The bit that remains is that, obviously, the hyperlinks to old videos and photos are broken and I don&#8217;t have them at all as they are probably BLOBS within the old mysql dump file somewhere.</p>
<p>But I don&#8217;t care: I have the original text sources now (all the stuff I wrote at the time) and, given that I don&#8217;t have 5 million posts (only at least two dozen), I can recreate those images and video files at higher resolution from my video and photo databases (e.g. iPhoto and video sources shot on DSLRs) &#8211; which will make the whole thing look a lot better than it used to.</p>
<p>You see, I was emailing these things from Antarctica over a satellite connection, so they had to be severely downsampled.</p>
<p>So that was my solution to a classic data retrieval problem for a CMS ignoramus. It was a bit onerous, but I am now a lot more careful about how I lock in my content to database systems that use specific file structures that I don&#8217;t know how to properly interrogate. And I&#8217;m not about to undertake a computer science course to figure out how, either.</p>
<p>I am sure there are programmer-types who might laugh at this approach who could use complicated terminal unixy/sql approaches to solve this &#8211; but, hey, I&#8217;m not one of you (but do feel free to suggest far better solutions!). This worked for me and I got done what I needed done and that&#8217;s the point. The posts were readable, cutnpaste-able, and I can make beautiful new high-rez versions of the videos and photos.</p>
<p>Then, as this is now running in WordPress in MAMP on my intranet, I can do a really long term save &#8211; like printing the bloody things &#8211; and also export the data to whatever public-facing blog I want. Of course, it&#8217;s still in a MySQL database, but there seem to be easier export options available to me in this day and age &#8211; and they conform to my new WordPress standards, which is also a hosted solution as well as a standalone (i.e. I might expect longer term data-migration support.)</p>
<p>This is a process I&#8217;ve struggled with since using Blogger in 2002 and onwards: the continual migration of data across different incompatible CMSs. There seems to be no particularly easy way to do it, but such is life.</p>
<p>I hope this gives the few who might come across this problem an approach to attempt doing it yourself &#8211; it&#8217;s worked for me.</p>
<p>Oh, and so the whole Wolfram Alpha thing: that was a way of figuring out the  &#8221;created&#8221; dates of the blog posts contained in the old nodes.xml file:</p>
<pre>&lt;!-- Table node --&gt;
        &lt;table name="node"&gt;
            &lt;column name="nid"&gt;1&lt;/column&gt;
            &lt;column name="type"&gt;blog&lt;/column&gt;
            &lt;column name="title"&gt;antarcticavirtua.net&lt;/column&gt;
            &lt;column name="uid"&gt;1&lt;/column&gt;
            &lt;column name="status"&gt;1&lt;/column&gt;
            &lt;column name="created"&gt;1123895580&lt;/column&gt;
            &lt;column name="changed"&gt;1124373591&lt;/column&gt;
            &lt;column name="comment"&gt;0&lt;/column&gt;
            &lt;column name="promote"&gt;1&lt;/column&gt;
            &lt;column name="moderate"&gt;0&lt;/column&gt;
            &lt;column name="teaser"&gt;Well, here we go. This is my very first blog entry using the Drupal CMS for this research website.
</pre>
<p>Good luck!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/epanaphoroscope.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/epanaphoroscope.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/epanaphoroscope.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/epanaphoroscope.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/epanaphoroscope.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/epanaphoroscope.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/epanaphoroscope.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/epanaphoroscope.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/epanaphoroscope.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/epanaphoroscope.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/epanaphoroscope.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/epanaphoroscope.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/epanaphoroscope.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/epanaphoroscope.wordpress.com/269/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=epanaphoroscope.wordpress.com&amp;blog=12240855&amp;post=269&amp;subd=epanaphoroscope&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://epanaphoroscope.wordpress.com/2011/09/28/figuring-out-drupal-date-posts-with-wolfram-alpha-retrieving-an-old-drupal-mysql-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b3e7909cf18e3e926a2614534f81b760?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pemo</media:title>
		</media:content>
	</item>
		<item>
		<title>Golf cart camera dolly</title>
		<link>http://epanaphoroscope.wordpress.com/2010/10/02/golf-cart-camera-dolly/</link>
		<comments>http://epanaphoroscope.wordpress.com/2010/10/02/golf-cart-camera-dolly/#comments</comments>
		<pubDate>Sat, 02 Oct 2010 09:12:23 +0000</pubDate>
		<dc:creator>cjhtas</dc:creator>
				<category><![CDATA[miscellanea]]></category>

		<guid isPermaLink="false">http://epanaphoroscope.wordpress.com/?p=261</guid>
		<description><![CDATA[A camera strapped to a golf cart works, but is too jittery to be useful. It would need better wheels, maybe a track to run on. It could be controlled using a radio-control and steerable wheels easily enough.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=epanaphoroscope.wordpress.com&amp;blog=12240855&amp;post=261&amp;subd=epanaphoroscope&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A camera strapped to a golf cart works, but is too jittery to be useful.  It would need better wheels, maybe a track to run on.  It could be controlled using a radio-control and steerable wheels easily enough.</p>
<span style="text-align:center; display: block;"><a href="http://epanaphoroscope.wordpress.com/2010/10/02/golf-cart-camera-dolly/"><img src="http://img.youtube.com/vi/eN84Acm0sAg/2.jpg" alt="" /></a></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/epanaphoroscope.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/epanaphoroscope.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/epanaphoroscope.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/epanaphoroscope.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/epanaphoroscope.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/epanaphoroscope.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/epanaphoroscope.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/epanaphoroscope.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/epanaphoroscope.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/epanaphoroscope.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/epanaphoroscope.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/epanaphoroscope.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/epanaphoroscope.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/epanaphoroscope.wordpress.com/261/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=epanaphoroscope.wordpress.com&amp;blog=12240855&amp;post=261&amp;subd=epanaphoroscope&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://epanaphoroscope.wordpress.com/2010/10/02/golf-cart-camera-dolly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6e195e3d4f3f1d4f59d885c055e1c59f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cjhtas</media:title>
		</media:content>
	</item>
		<item>
		<title>Simple camera dolly</title>
		<link>http://epanaphoroscope.wordpress.com/2010/10/02/simple-camera-dolly/</link>
		<comments>http://epanaphoroscope.wordpress.com/2010/10/02/simple-camera-dolly/#comments</comments>
		<pubDate>Sat, 02 Oct 2010 08:37:55 +0000</pubDate>
		<dc:creator>cjhtas</dc:creator>
				<category><![CDATA[miscellanea]]></category>

		<guid isPermaLink="false">http://epanaphoroscope.wordpress.com/?p=259</guid>
		<description><![CDATA[Experimenting with dolly ideas, I tried out Grandma&#8217;s electric cart (thanks Grandma). Its wheels are large, rubber and soft so minmise shake. Running the cart slowly allowed steady dolly shots. Very simple and effective.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=epanaphoroscope.wordpress.com&amp;blog=12240855&amp;post=259&amp;subd=epanaphoroscope&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Experimenting with dolly ideas, I tried out Grandma&#8217;s electric cart (thanks Grandma).  Its wheels are large, rubber and soft so minmise shake.  Running the cart slowly allowed steady dolly shots.  Very simple and effective.</p>
<span style="text-align:center; display: block;"><a href="http://epanaphoroscope.wordpress.com/2010/10/02/simple-camera-dolly/"><img src="http://img.youtube.com/vi/JUpdWzfGLvI/2.jpg" alt="" /></a></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/epanaphoroscope.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/epanaphoroscope.wordpress.com/259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/epanaphoroscope.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/epanaphoroscope.wordpress.com/259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/epanaphoroscope.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/epanaphoroscope.wordpress.com/259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/epanaphoroscope.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/epanaphoroscope.wordpress.com/259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/epanaphoroscope.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/epanaphoroscope.wordpress.com/259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/epanaphoroscope.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/epanaphoroscope.wordpress.com/259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/epanaphoroscope.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/epanaphoroscope.wordpress.com/259/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=epanaphoroscope.wordpress.com&amp;blog=12240855&amp;post=259&amp;subd=epanaphoroscope&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://epanaphoroscope.wordpress.com/2010/10/02/simple-camera-dolly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6e195e3d4f3f1d4f59d885c055e1c59f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cjhtas</media:title>
		</media:content>
	</item>
		<item>
		<title>Flying fox photos</title>
		<link>http://epanaphoroscope.wordpress.com/2010/06/14/flying-fox-photos/</link>
		<comments>http://epanaphoroscope.wordpress.com/2010/06/14/flying-fox-photos/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 12:20:37 +0000</pubDate>
		<dc:creator>cjhtas</dc:creator>
				<category><![CDATA[miscellanea]]></category>

		<guid isPermaLink="false">http://epanaphoroscope.wordpress.com/?p=245</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=epanaphoroscope.wordpress.com&amp;blog=12240855&amp;post=245&amp;subd=epanaphoroscope&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<a href="http://epanaphoroscope.wordpress.com/2010/06/14/flying-fox-photos/#gallery-1-slideshow">Click to view slideshow.</a>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/epanaphoroscope.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/epanaphoroscope.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/epanaphoroscope.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/epanaphoroscope.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/epanaphoroscope.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/epanaphoroscope.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/epanaphoroscope.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/epanaphoroscope.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/epanaphoroscope.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/epanaphoroscope.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/epanaphoroscope.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/epanaphoroscope.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/epanaphoroscope.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/epanaphoroscope.wordpress.com/245/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=epanaphoroscope.wordpress.com&amp;blog=12240855&amp;post=245&amp;subd=epanaphoroscope&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://epanaphoroscope.wordpress.com/2010/06/14/flying-fox-photos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6e195e3d4f3f1d4f59d885c055e1c59f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cjhtas</media:title>
		</media:content>
	</item>
		<item>
		<title>Uphill flying fox carts wood</title>
		<link>http://epanaphoroscope.wordpress.com/2010/06/14/uphill-flying-fox-carts-wood/</link>
		<comments>http://epanaphoroscope.wordpress.com/2010/06/14/uphill-flying-fox-carts-wood/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 12:01:19 +0000</pubDate>
		<dc:creator>cjhtas</dc:creator>
				<category><![CDATA[miscellanea]]></category>

		<guid isPermaLink="false">http://epanaphoroscope.wordpress.com/?p=242</guid>
		<description><![CDATA[Our club in the mountains needs about 30 tonnes of wood every couple of years. We cut the wood which is then is delivered to the bottom of the hill. A very effective flying fox and cradle carts it up the hill. The 6mm hawser is tensioned about 200m apart to trees, supported by an [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=epanaphoroscope.wordpress.com&amp;blog=12240855&amp;post=242&amp;subd=epanaphoroscope&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Our club in the mountains needs about 30 tonnes of wood every couple of years.  We cut the wood which is then is delivered to the bottom of the hill.  A very effective flying fox and cradle carts it up the hill.  The 6mm hawser is tensioned about 200m apart to trees, supported by an A frame at either end, the top one being 4 offset aluminium tubes.  The bottom of the 2 cradles can be unlatched to drop the wood at the top.  Power is provided by a long rope, wound around a wheel drum on a ute.  The ute is jacked up to free the wheel, the rope wound around as a capstan winch.  The first cradle is loaded, hauled up, and slid back down.  Meawhile the second cradle is loaded and ready to go, and the first cradle lifted out of the way.  This system has being working for a few years now, and is reliable and safe.</p>
<p><object width="600" height="475"><param name="movie" value="http://www.youtube.com/v/5tU-UTiNKxM&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/5tU-UTiNKxM&#038;fs=1" type="application/x-shockwave-flash" width="600" height="475" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/epanaphoroscope.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/epanaphoroscope.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/epanaphoroscope.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/epanaphoroscope.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/epanaphoroscope.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/epanaphoroscope.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/epanaphoroscope.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/epanaphoroscope.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/epanaphoroscope.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/epanaphoroscope.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/epanaphoroscope.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/epanaphoroscope.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/epanaphoroscope.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/epanaphoroscope.wordpress.com/242/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=epanaphoroscope.wordpress.com&amp;blog=12240855&amp;post=242&amp;subd=epanaphoroscope&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://epanaphoroscope.wordpress.com/2010/06/14/uphill-flying-fox-carts-wood/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6e195e3d4f3f1d4f59d885c055e1c59f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cjhtas</media:title>
		</media:content>
	</item>
		<item>
		<title>Kite photography on the beach</title>
		<link>http://epanaphoroscope.wordpress.com/2010/06/12/kite-photography-on-the-beach/</link>
		<comments>http://epanaphoroscope.wordpress.com/2010/06/12/kite-photography-on-the-beach/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 05:21:41 +0000</pubDate>
		<dc:creator>cjhtas</dc:creator>
				<category><![CDATA[miscellanea]]></category>

		<guid isPermaLink="false">http://epanaphoroscope.wordpress.com/?p=217</guid>
		<description><![CDATA[We went on a holiday last week, and came across a beach on a sunny day with a good breeze. So I set up the kite photography and got some good pictures. Autopanogiga software stitched them together into interesting panoramas.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=epanaphoroscope.wordpress.com&amp;blog=12240855&amp;post=217&amp;subd=epanaphoroscope&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We went on a holiday last week, and came across a beach on a sunny day with a good breeze.  So I set up the kite photography and got some good pictures.  </p>
<p>Autopanogiga software stitched them together into interesting panoramas.</p>
<a href="http://epanaphoroscope.wordpress.com/2010/06/12/kite-photography-on-the-beach/#gallery-2-slideshow">Click to view slideshow.</a>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/epanaphoroscope.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/epanaphoroscope.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/epanaphoroscope.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/epanaphoroscope.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/epanaphoroscope.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/epanaphoroscope.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/epanaphoroscope.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/epanaphoroscope.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/epanaphoroscope.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/epanaphoroscope.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/epanaphoroscope.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/epanaphoroscope.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/epanaphoroscope.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/epanaphoroscope.wordpress.com/217/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=epanaphoroscope.wordpress.com&amp;blog=12240855&amp;post=217&amp;subd=epanaphoroscope&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://epanaphoroscope.wordpress.com/2010/06/12/kite-photography-on-the-beach/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6e195e3d4f3f1d4f59d885c055e1c59f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cjhtas</media:title>
		</media:content>
	</item>
		<item>
		<title>How to make sand flat for paving</title>
		<link>http://epanaphoroscope.wordpress.com/2010/06/12/how-to-make-sand-flat-for-paving/</link>
		<comments>http://epanaphoroscope.wordpress.com/2010/06/12/how-to-make-sand-flat-for-paving/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 03:23:59 +0000</pubDate>
		<dc:creator>cjhtas</dc:creator>
				<category><![CDATA[miscellanea]]></category>

		<guid isPermaLink="false">http://epanaphoroscope.wordpress.com/?p=203</guid>
		<description><![CDATA[I&#8217;ve paved a few paths and garden areas, but I never knew this trick of making the sand flat, and getting a fall in any direction. Simply use two lengths of flat bar laid on the sand and tapped down to the finished height. Screed to that level.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=epanaphoroscope.wordpress.com&amp;blog=12240855&amp;post=203&amp;subd=epanaphoroscope&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve paved a few paths and garden areas, but I never knew this trick of making the sand flat, and getting a fall in any direction.  </p>
<p>Simply use two lengths of flat bar laid on the sand and tapped down to the finished height.  Screed to that level.</p>
<span style="text-align:center; display: block;"><a href="http://epanaphoroscope.wordpress.com/2010/06/12/how-to-make-sand-flat-for-paving/"><img src="http://img.youtube.com/vi/IjfvK0OMfhw/2.jpg" alt="" /></a></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/epanaphoroscope.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/epanaphoroscope.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/epanaphoroscope.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/epanaphoroscope.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/epanaphoroscope.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/epanaphoroscope.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/epanaphoroscope.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/epanaphoroscope.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/epanaphoroscope.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/epanaphoroscope.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/epanaphoroscope.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/epanaphoroscope.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/epanaphoroscope.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/epanaphoroscope.wordpress.com/203/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=epanaphoroscope.wordpress.com&amp;blog=12240855&amp;post=203&amp;subd=epanaphoroscope&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://epanaphoroscope.wordpress.com/2010/06/12/how-to-make-sand-flat-for-paving/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6e195e3d4f3f1d4f59d885c055e1c59f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cjhtas</media:title>
		</media:content>
	</item>
		<item>
		<title>Penguins &#8211; kite photography &#8211; deshaking video</title>
		<link>http://epanaphoroscope.wordpress.com/2010/05/31/penguins-kite-photography-deshaking-video/</link>
		<comments>http://epanaphoroscope.wordpress.com/2010/05/31/penguins-kite-photography-deshaking-video/#comments</comments>
		<pubDate>Mon, 31 May 2010 08:46:10 +0000</pubDate>
		<dc:creator>cjhtas</dc:creator>
				<category><![CDATA[miscellanea]]></category>

		<guid isPermaLink="false">http://epanaphoroscope.wordpress.com/?p=197</guid>
		<description><![CDATA[During last summer Pete and I went to Cape Denison in Antarctica with the Mawsons Huts Foundation. One of the projects I was involved with was kite photography. This was reasonably difficult in the conditions of cold and high wind, but a surprising number of good images were obtained. These two videos show what can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=epanaphoroscope.wordpress.com&amp;blog=12240855&amp;post=197&amp;subd=epanaphoroscope&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>During last summer Pete and I went to Cape Denison in Antarctica with the Mawsons Huts Foundation.  One of the projects I was involved with was kite photography.  This was reasonably difficult in the conditions of cold and high wind, but a surprising number of good images were obtained.  These two videos show what can be done with a good camera &#8211; Canon SX00IS with CHDK hacking software.  I took a video of a penguin colony, and thanks to Deshaker and Virtual dub it is possible to get a reasonable movie.  The useful thing about this technique is that the penguins can be photographed from 5 metres or so above their colony, and they don&#8217;t mind one bit.</p>
<p>Compare the pre and post Deshaker movies to see how good this software is.  The movie was taken on a very windy day where there was a lot of sway in the kite string and camera rig.</p>
<span style="text-align:center; display: block;"><a href="http://epanaphoroscope.wordpress.com/2010/05/31/penguins-kite-photography-deshaking-video/"><img src="http://img.youtube.com/vi/Ru-qJwbALz8/2.jpg" alt="" /></a></span>
<span style="text-align:center; display: block;"><a href="http://epanaphoroscope.wordpress.com/2010/05/31/penguins-kite-photography-deshaking-video/"><img src="http://img.youtube.com/vi/xtqkFHqwVbA/2.jpg" alt="" /></a></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/epanaphoroscope.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/epanaphoroscope.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/epanaphoroscope.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/epanaphoroscope.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/epanaphoroscope.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/epanaphoroscope.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/epanaphoroscope.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/epanaphoroscope.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/epanaphoroscope.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/epanaphoroscope.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/epanaphoroscope.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/epanaphoroscope.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/epanaphoroscope.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/epanaphoroscope.wordpress.com/197/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=epanaphoroscope.wordpress.com&amp;blog=12240855&amp;post=197&amp;subd=epanaphoroscope&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://epanaphoroscope.wordpress.com/2010/05/31/penguins-kite-photography-deshaking-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6e195e3d4f3f1d4f59d885c055e1c59f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cjhtas</media:title>
		</media:content>
	</item>
		<item>
		<title>Grandads&#8217; greenhouse &#8211; the movie</title>
		<link>http://epanaphoroscope.wordpress.com/2010/05/30/grandads-greenhouse-the-movie/</link>
		<comments>http://epanaphoroscope.wordpress.com/2010/05/30/grandads-greenhouse-the-movie/#comments</comments>
		<pubDate>Sun, 30 May 2010 10:51:30 +0000</pubDate>
		<dc:creator>cjhtas</dc:creator>
				<category><![CDATA[miscellanea]]></category>

		<guid isPermaLink="false">http://epanaphoroscope.wordpress.com/?p=182</guid>
		<description><![CDATA[The family built this in about two afternoons. The floor is sand, boxed in with heavy timbers. The uprights at either end form a doorway (an old flyscreen) and a window (made of shadecloth). The plastic was stretched around the uprights and stapled in place &#8211; no staples on the hoops. The longitudinal plastic pipes [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=epanaphoroscope.wordpress.com&amp;blog=12240855&amp;post=182&amp;subd=epanaphoroscope&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The family built this in about two afternoons.</p>
<p>The floor is sand, boxed in with heavy timbers.  The uprights at either end form a doorway (an old flyscreen) and a window (made of shadecloth).  The plastic was stretched around the uprights and stapled in place &#8211; no staples on the hoops.  The longitudinal plastic pipes stabilise and strengthen the hoops.  All joins are done with Cobb &amp; Co hitches using 2mm soft tie wire.    The plastic was wrapped round a board held down by bricks, but this wasn&#8217;t strong enough for the wind and the plastic later had to be dug into the ground.  </p>
<p>Grandad has filled the greenhouse with plants, which are growing well.<br />
<span style="text-align:center; display: block;"><a href="http://epanaphoroscope.wordpress.com/2010/05/30/grandads-greenhouse-the-movie/"><img src="http://img.youtube.com/vi/r481_eevEjQ/2.jpg" alt="" /></a></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/epanaphoroscope.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/epanaphoroscope.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/epanaphoroscope.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/epanaphoroscope.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/epanaphoroscope.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/epanaphoroscope.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/epanaphoroscope.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/epanaphoroscope.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/epanaphoroscope.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/epanaphoroscope.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/epanaphoroscope.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/epanaphoroscope.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/epanaphoroscope.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/epanaphoroscope.wordpress.com/182/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=epanaphoroscope.wordpress.com&amp;blog=12240855&amp;post=182&amp;subd=epanaphoroscope&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://epanaphoroscope.wordpress.com/2010/05/30/grandads-greenhouse-the-movie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6e195e3d4f3f1d4f59d885c055e1c59f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cjhtas</media:title>
		</media:content>
	</item>
		<item>
		<title>The new shed</title>
		<link>http://epanaphoroscope.wordpress.com/2010/05/30/the-new-shed/</link>
		<comments>http://epanaphoroscope.wordpress.com/2010/05/30/the-new-shed/#comments</comments>
		<pubDate>Sun, 30 May 2010 09:32:24 +0000</pubDate>
		<dc:creator>cjhtas</dc:creator>
				<category><![CDATA[miscellanea]]></category>

		<guid isPermaLink="false">http://epanaphoroscope.wordpress.com/?p=172</guid>
		<description><![CDATA[This is what we did with the ground I dug out with the excavator. Pete, Rob and I decided to make a shed to put Rob&#8217;s old motorbike (a Honda CX650) together. Currently it&#8217;s sitting in boxes somewhere in his garden. Soon Rob will be roaring down the roads, hair streaming in the wind, theme [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=epanaphoroscope.wordpress.com&amp;blog=12240855&amp;post=172&amp;subd=epanaphoroscope&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is what we did with the ground I dug out with the excavator.</p>
<p>Pete, Rob and I decided to make a shed to put Rob&#8217;s old motorbike (a Honda CX650) together.  Currently it&#8217;s sitting in boxes somewhere in his garden.  Soon Rob will be roaring down the roads, hair streaming in the wind, theme music playing in the background.  Watch this space&#8230;..</p>
<span style="text-align:center; display: block;"><a href="http://epanaphoroscope.wordpress.com/2010/05/30/the-new-shed/"><img src="http://img.youtube.com/vi/LtNGFgG-HV0/2.jpg" alt="" /></a></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/epanaphoroscope.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/epanaphoroscope.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/epanaphoroscope.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/epanaphoroscope.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/epanaphoroscope.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/epanaphoroscope.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/epanaphoroscope.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/epanaphoroscope.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/epanaphoroscope.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/epanaphoroscope.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/epanaphoroscope.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/epanaphoroscope.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/epanaphoroscope.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/epanaphoroscope.wordpress.com/172/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=epanaphoroscope.wordpress.com&amp;blog=12240855&amp;post=172&amp;subd=epanaphoroscope&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://epanaphoroscope.wordpress.com/2010/05/30/the-new-shed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6e195e3d4f3f1d4f59d885c055e1c59f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cjhtas</media:title>
		</media:content>
	</item>
	</channel>
</rss>
