Last active
February 9, 2024 05:45
-
-
Save alexmuller/7186984 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?> | |
<?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?> | |
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:thr="http://purl.org/syndication/thread/1.0"> | |
<title>russell davies</title> | |
<link rel="alternate" type="text/html" href="http://russelldavies.typepad.com/planning/"/> | |
<id>tag:typepad.com,2003:weblog-5918</id> | |
<updated>2014-01-19T18:32:36+00:00</updated> | |
<subtitle>"Extreme and sustained amiable weirdness" | |
about | flickr | pinboard | feed | archive</subtitle> | |
<generator uri="http://www.typepad.com/">TypePad</generator> | |
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/RussellDavies"/> | |
<feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="russelldavies"/> | |
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/"/> | |
<entry> | |
<title>netsukemon</title> | |
<link rel="alternate" type="text/html" href="http://russelldavies.typepad.com/planning/2014/01/netsukemon.html"/> | |
<link rel="replies" type="text/html" href="http://russelldavies.typepad.com/planning/2014/01/netsukemon.html"/> | |
<id>tag:typepad.com,2003:post-6a00d8341c6b5453ef019b0500df02970d</id> | |
<published>2014-01-19T18:32:36+00:00</published> | |
<updated>2014-01-19T18:32:36+00:00</updated> | |
<summary/> | |
<author> | |
<name>russell davies</name> | |
</author> | |
<content type="xhtml" xml:lang="en-us" xml:base="http://russelldavies.typepad.com/planning/"> | |
<div xmlns="http://www.w3.org/1999/xhtml"> | |
<p> | |
<a href="http://www.flickr.com/photos/russelldavies/12014828334/" title="netsukemon by russelldavies, on Flickr"> | |
<img alt="netsukemon" height="375" src="http://farm4.staticflickr.com/3700/12014828334_7174de70e8.jpg" width="500"/> | |
</a> | |
</p> | |
</div> | |
</content> | |
</entry> | |
</feed> | |
<!-- ph=1 --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Adding handle: conn: 0x7fddf1004000 | |
* Adding handle: send: 0 | |
* Adding handle: recv: 0 | |
* Curl_addHandleToPipeline: length: 1 | |
* - Conn 0 (0x7fddf1004000) send_pipe: 1, recv_pipe: 0 | |
* About to connect() to feeds.feedburner.com port 80 (#0) | |
* Trying 62.253.3.98... | |
* Connected to feeds.feedburner.com (62.253.3.98) port 80 (#0) | |
> GET /RussellDavies HTTP/1.1 | |
> User-Agent: curl/7.30.0 | |
> Host: feeds.feedburner.com | |
> Accept: */* | |
> | |
< HTTP/1.1 200 OK | |
< Content-Type: text/xml; charset=UTF-8 | |
< ETag: 4l+jb77c6JqiAG8zdAiBJAPm2Lc | |
< Last-Modified: Sun, 19 Jan 2014 18:33:10 GMT | |
< Date: Sun, 19 Jan 2014 19:47:52 GMT | |
< Expires: Sun, 19 Jan 2014 19:47:52 GMT | |
< Cache-Control: private, max-age=0 | |
< X-Content-Type-Options: nosniff | |
< X-XSS-Protection: 1; mode=block | |
* Server GSE is not blacklisted | |
< Server: GSE | |
< Transfer-Encoding: chunked | |
< | |
{ [data not shown] | |
* Connection #0 to host feeds.feedburner.com left intact |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment