<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Sleeper &#8211; mapping European night trains</title>
	<atom:link href="http://matt.west.co.tt/ruby/sleeper/feed/" rel="self" type="application/rss+xml" />
	<link>http://matt.west.co.tt/ruby/sleeper/</link>
	<description>adventures of a retro electro media hacker type person</description>
	<lastBuildDate>Fri, 27 Jan 2012 18:44:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Hibai Unzueta</title>
		<link>http://matt.west.co.tt/ruby/sleeper/comment-page-1/#comment-204402</link>
		<dc:creator>Hibai Unzueta</dc:creator>
		<pubDate>Fri, 15 Jul 2011 07:51:48 +0000</pubDate>
		<guid isPermaLink="false">http://matt.west.co.tt/?p=118#comment-204402</guid>
		<description>Thank you very much for the tool and developing this idea. I have been thinking about this for a long time but never had the time nor the ability to build it. I was amazed that you did, and specially thankful for building an api for the excellent Deutsche Bahn travel planner.

Well, thank you! And keep up the good work!</description>
		<content:encoded><![CDATA[<p>Thank you very much for the tool and developing this idea. I have been thinking about this for a long time but never had the time nor the ability to build it. I was amazed that you did, and specially thankful for building an api for the excellent Deutsche Bahn travel planner.</p>
<p>Well, thank you! And keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Istria</title>
		<link>http://matt.west.co.tt/ruby/sleeper/comment-page-1/#comment-170294</link>
		<dc:creator>Istria</dc:creator>
		<pubDate>Sat, 05 Mar 2011 16:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://matt.west.co.tt/?p=118#comment-170294</guid>
		<description>wow, great tool thank you!</description>
		<content:encoded><![CDATA[<p>wow, great tool thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://matt.west.co.tt/ruby/sleeper/comment-page-1/#comment-118985</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Fri, 04 Sep 2009 20:15:58 +0000</pubDate>
		<guid isPermaLink="false">http://matt.west.co.tt/?p=118#comment-118985</guid>
		<description>Hi Mike - glad you&#039;ve found it useful! (I&#039;ve just got back from a trip to Krakow in fact, and for the first time I took a sleeper train that I wouldn&#039;t have known about otherwise, so it feels worth the effort now :-) )

I guess you&#039;ve noticed a lot of the limitations of the site - it was never really intended to be a complete route-planning tool to compete with the big sites like Deutsche Bahn, just a little visual aid to help with your own manual research - and so there are inevitably corners being cut here and there. In particular, the station view only shows links to neighbouring stations (so at least you know it&#039;s possible to take a train in roughly the right direction!)

However, shortly after I built the site, I did manage to come up with a full map view, which you can see at http://sleeper.demozoo.org/map - I never linked to it, because I wasn&#039;t fully happy with the way it looked (especially all the straight lines across France - to fix those, I think I&#039;d have to start spidering local train routes, and guessing which tracks the non-stop night trains are most likely to follow). I can&#039;t see myself improving it any time soon though, so I guess I&#039;ll add that link now...</description>
		<content:encoded><![CDATA[<p>Hi Mike &#8211; glad you&#8217;ve found it useful! (I&#8217;ve just got back from a trip to Krakow in fact, and for the first time I took a sleeper train that I wouldn&#8217;t have known about otherwise, so it feels worth the effort now :-) )</p>
<p>I guess you&#8217;ve noticed a lot of the limitations of the site &#8211; it was never really intended to be a complete route-planning tool to compete with the big sites like Deutsche Bahn, just a little visual aid to help with your own manual research &#8211; and so there are inevitably corners being cut here and there. In particular, the station view only shows links to neighbouring stations (so at least you know it&#8217;s possible to take a train in roughly the right direction!)</p>
<p>However, shortly after I built the site, I did manage to come up with a full map view, which you can see at <a href="http://sleeper.demozoo.org/map" rel="nofollow">http://sleeper.demozoo.org/map</a> &#8211; I never linked to it, because I wasn&#8217;t fully happy with the way it looked (especially all the straight lines across France &#8211; to fix those, I think I&#8217;d have to start spidering local train routes, and guessing which tracks the non-stop night trains are most likely to follow). I can&#8217;t see myself improving it any time soon though, so I guess I&#8217;ll add that link now&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://matt.west.co.tt/ruby/sleeper/comment-page-1/#comment-118976</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Fri, 04 Sep 2009 16:13:47 +0000</pubDate>
		<guid isPermaLink="false">http://matt.west.co.tt/?p=118#comment-118976</guid>
		<description>really handy tool. 

whilst you may not be able to render a google map of the whole european network - couldn&#039;t you just make a jpeg programatically once, then keep it as a static image on your site? seems like an obvious thing for someone to have made - but I can&#039;t find it anywhere.

http://sleeper.demozoo.org/stations/752
this station goes to barcelona (according the data on the right) yet its not drawn on the map ? why! 

and then it would be fantastic if you could do some routing - like i want to go from barcelona to moscow via a series of trains. what are my options?

all that aside; its still very useful - thanks</description>
		<content:encoded><![CDATA[<p>really handy tool. </p>
<p>whilst you may not be able to render a google map of the whole european network &#8211; couldn&#8217;t you just make a jpeg programatically once, then keep it as a static image on your site? seems like an obvious thing for someone to have made &#8211; but I can&#8217;t find it anywhere.</p>
<p><a href="http://sleeper.demozoo.org/stations/752" rel="nofollow">http://sleeper.demozoo.org/stations/752</a><br />
this station goes to barcelona (according the data on the right) yet its not drawn on the map ? why! </p>
<p>and then it would be fantastic if you could do some routing &#8211; like i want to go from barcelona to moscow via a series of trains. what are my options?</p>
<p>all that aside; its still very useful &#8211; thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://matt.west.co.tt/ruby/sleeper/comment-page-1/#comment-113518</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Fri, 12 Jun 2009 11:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://matt.west.co.tt/?p=118#comment-113518</guid>
		<description>Jamie will be pleased!</description>
		<content:encoded><![CDATA[<p>Jamie will be pleased!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl</title>
		<link>http://matt.west.co.tt/ruby/sleeper/comment-page-1/#comment-113407</link>
		<dc:creator>Carl</dc:creator>
		<pubDate>Thu, 11 Jun 2009 15:49:31 +0000</pubDate>
		<guid isPermaLink="false">http://matt.west.co.tt/?p=118#comment-113407</guid>
		<description>And thanks from the environment that it&#039;s not &quot;FlightPath&quot;! I can see this being the start of a glorious series of &quot;intended use&quot; pieces of software â€” Guitar management in Django, anyone? Also a boon for those of us that love terrible puns; &quot;stops short&quot; is good, other suggestions include &quot;the right track&quot; or maybe a comparison of how it _fares_ on your next journey? ... *tumbleweed*</description>
		<content:encoded><![CDATA[<p>And thanks from the environment that it&#8217;s not &#8220;FlightPath&#8221;! I can see this being the start of a glorious series of &#8220;intended use&#8221; pieces of software â€” Guitar management in Django, anyone? Also a boon for those of us that love terrible puns; &#8220;stops short&#8221; is good, other suggestions include &#8220;the right track&#8221; or maybe a comparison of how it _fares_ on your next journey? &#8230; *tumbleweed*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eq</title>
		<link>http://matt.west.co.tt/ruby/sleeper/comment-page-1/#comment-113311</link>
		<dc:creator>Eq</dc:creator>
		<pubDate>Wed, 10 Jun 2009 22:09:57 +0000</pubDate>
		<guid isPermaLink="false">http://matt.west.co.tt/?p=118#comment-113311</guid>
		<description>Thank you for not calling it &quot;Sleepr&quot;.</description>
		<content:encoded><![CDATA[<p>Thank you for not calling it &#8220;Sleepr&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

