feedzirra 0.7.1 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (88) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/Gemfile +0 -14
  4. data/README.md +2 -241
  5. data/feedzirra.gemspec +2 -8
  6. data/lib/feedzirra.rb +2 -15
  7. data/lib/feedzirra/version.rb +1 -1
  8. metadata +7 -182
  9. data/.rspec +0 -1
  10. data/.travis.yml +0 -8
  11. data/Guardfile +0 -5
  12. data/Rakefile +0 -6
  13. data/benchmarks/README.md +0 -90
  14. data/benchmarks/basic.rb +0 -31
  15. data/benchmarks/feed_list.txt +0 -10
  16. data/benchmarks/feed_xml/apple.xml +0 -149
  17. data/benchmarks/feed_xml/cnn.xml +0 -278
  18. data/benchmarks/feed_xml/daring_fireball.xml +0 -1697
  19. data/benchmarks/feed_xml/engadget.xml +0 -604
  20. data/benchmarks/feed_xml/feedzirra_commits.xml +0 -370
  21. data/benchmarks/feed_xml/gizmodo.xml +0 -2
  22. data/benchmarks/feed_xml/loop.xml +0 -441
  23. data/benchmarks/feed_xml/rails.xml +0 -1938
  24. data/benchmarks/feed_xml/white_house.xml +0 -951
  25. data/benchmarks/feed_xml/xkcd.xml +0 -2
  26. data/benchmarks/fetching_systems.rb +0 -23
  27. data/benchmarks/other_libraries.rb +0 -73
  28. data/lib/feedzirra/core_ext.rb +0 -3
  29. data/lib/feedzirra/core_ext/date.rb +0 -19
  30. data/lib/feedzirra/core_ext/string.rb +0 -9
  31. data/lib/feedzirra/core_ext/time.rb +0 -31
  32. data/lib/feedzirra/feed.rb +0 -459
  33. data/lib/feedzirra/feed_entry_utilities.rb +0 -66
  34. data/lib/feedzirra/feed_utilities.rb +0 -103
  35. data/lib/feedzirra/parser.rb +0 -20
  36. data/lib/feedzirra/parser/atom.rb +0 -61
  37. data/lib/feedzirra/parser/atom_entry.rb +0 -34
  38. data/lib/feedzirra/parser/atom_feed_burner.rb +0 -22
  39. data/lib/feedzirra/parser/atom_feed_burner_entry.rb +0 -35
  40. data/lib/feedzirra/parser/google_docs_atom.rb +0 -28
  41. data/lib/feedzirra/parser/google_docs_atom_entry.rb +0 -29
  42. data/lib/feedzirra/parser/itunes_rss.rb +0 -50
  43. data/lib/feedzirra/parser/itunes_rss_item.rb +0 -41
  44. data/lib/feedzirra/parser/itunes_rss_owner.rb +0 -12
  45. data/lib/feedzirra/parser/rss.rb +0 -24
  46. data/lib/feedzirra/parser/rss_entry.rb +0 -37
  47. data/lib/feedzirra/parser/rss_feed_burner.rb +0 -23
  48. data/lib/feedzirra/parser/rss_feed_burner_entry.rb +0 -43
  49. data/spec/feedzirra/feed_entry_utilities_spec.rb +0 -62
  50. data/spec/feedzirra/feed_spec.rb +0 -762
  51. data/spec/feedzirra/feed_utilities_spec.rb +0 -273
  52. data/spec/feedzirra/parser/atom_entry_spec.rb +0 -86
  53. data/spec/feedzirra/parser/atom_feed_burner_entry_spec.rb +0 -47
  54. data/spec/feedzirra/parser/atom_feed_burner_spec.rb +0 -56
  55. data/spec/feedzirra/parser/atom_spec.rb +0 -76
  56. data/spec/feedzirra/parser/google_docs_atom_entry_spec.rb +0 -22
  57. data/spec/feedzirra/parser/google_docs_atom_spec.rb +0 -31
  58. data/spec/feedzirra/parser/itunes_rss_item_spec.rb +0 -63
  59. data/spec/feedzirra/parser/itunes_rss_owner_spec.rb +0 -18
  60. data/spec/feedzirra/parser/itunes_rss_spec.rb +0 -58
  61. data/spec/feedzirra/parser/rss_entry_spec.rb +0 -85
  62. data/spec/feedzirra/parser/rss_feed_burner_entry_spec.rb +0 -85
  63. data/spec/feedzirra/parser/rss_feed_burner_spec.rb +0 -57
  64. data/spec/feedzirra/parser/rss_spec.rb +0 -57
  65. data/spec/sample_feeds/AmazonWebServicesBlog.xml +0 -797
  66. data/spec/sample_feeds/AmazonWebServicesBlogFirstEntryContent.xml +0 -63
  67. data/spec/sample_feeds/AtomFeedWithSpacesAroundEquals.xml +0 -61
  68. data/spec/sample_feeds/FeedBurnerUrlNoAlternate.xml +0 -28
  69. data/spec/sample_feeds/GoogleDocsList.xml +0 -188
  70. data/spec/sample_feeds/HREFConsideredHarmful.xml +0 -314
  71. data/spec/sample_feeds/HREFConsideredHarmfulFirstEntry.xml +0 -22
  72. data/spec/sample_feeds/ITunesWithSpacesInAttributes.xml +0 -63
  73. data/spec/sample_feeds/PaulDixExplainsNothing.xml +0 -175
  74. data/spec/sample_feeds/PaulDixExplainsNothingAlternate.xml +0 -175
  75. data/spec/sample_feeds/PaulDixExplainsNothingFirstEntryContent.xml +0 -19
  76. data/spec/sample_feeds/PaulDixExplainsNothingWFW.xml +0 -174
  77. data/spec/sample_feeds/SamRuby.xml +0 -583
  78. data/spec/sample_feeds/TechCrunch.xml +0 -1515
  79. data/spec/sample_feeds/TechCrunchFirstEntry.xml +0 -9
  80. data/spec/sample_feeds/TechCrunchFirstEntryDescription.xml +0 -3
  81. data/spec/sample_feeds/TenderLovemaking.xml +0 -516
  82. data/spec/sample_feeds/TenderLovemakingFirstEntry.xml +0 -66
  83. data/spec/sample_feeds/TrotterCashionHome.xml +0 -611
  84. data/spec/sample_feeds/TypePadNews.xml +0 -368
  85. data/spec/sample_feeds/atom_with_link_tag_for_url_unmarked.xml +0 -31
  86. data/spec/sample_feeds/itunes.xml +0 -67
  87. data/spec/sample_feeds/pet_atom.xml +0 -497
  88. data/spec/spec_helper.rb +0 -88
@@ -1,368 +0,0 @@
1
-
2
- <?xml version="1.0" encoding="UTF-8"?>
3
- <?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" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">
4
- <title>Everything Typepad</title>
5
-
6
- <link rel="alternate" type="text/html" href="http://everything.typepad.com/blog/" />
7
- <id>tag:typepad.com,2003:weblog-371576</id>
8
- <updated>2013-02-22T09:47:09-08:00</updated>
9
- <subtitle>Tips, advice, and blogs by our Typepad community.</subtitle>
10
- <generator uri="http://www.typepad.com/">TypePad</generator>
11
- <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/TypePadNews" /><feedburner:info uri="typepadnews" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site.</feedburner:browserFriendly><entry>
12
- <title>Spotlight: Friday Favorites!</title>
13
- <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TypePadNews/~3/0BN9mE2cw1E/spotlight-friday-favorites.html" />
14
- <link rel="replies" type="text/html" href="http://everything.typepad.com/blog/2013/02/spotlight-friday-favorites.html" thr:count="0" />
15
- <id>tag:typepad.com,2003:post-6a00d83451c82369e2017c3708a241970b</id>
16
- <published>2013-02-22T09:47:09-08:00</published>
17
- <updated>2013-02-22T09:47:09-08:00</updated>
18
- <summary>Each week, we scout for great blogs in the Typepad Showcase that fit a particular theme and are guaranteed to inspire. This week, we've hand-picked four great Typepad bloggers who are showcasing their own Friday...</summary>
19
- <author>
20
- <name>The Typepad Team</name>
21
- </author>
22
- <category scheme="http://www.sixapart.com/ns/types#category" term="Blogging Community" />
23
-
24
-
25
- <content type="xhtml" xml:lang="en-US" xml:base="http://everything.typepad.com/blog/"><div xmlns="http://www.w3.org/1999/xhtml"><p>Each week, we scout for great blogs in the <a href="http://www.typepad.com/showcase">Typepad Showcase</a> that fit a particular theme and are guaranteed to inspire. This week, we've hand-picked four great Typepad bloggers who are showcasing their own Friday Favorites, from photos to fonts. Each blog is guaranteed to inspire, so click through the photos below to visit and see why we think they're fantastic. </p>
26
-
27
- <p><a href="http://leonalane.typepad.com">Leona Lane</a> are showing their colors with Photo Love: Yellow:</p>
28
-
29
- <p><a href="http://leonalane.typepad.com/my-blog/2013/02/photo-friday-yellow.html"><img class="asset asset-image at-xid-6a00d83451c82369e2017c37087e65970b" style="width: 595px; display: block; margin-left: auto; margin-right: auto;" alt="image from leonalane.typepad.com" title="image from leonalane.typepad.com" src="http://everything.typepad.com/.a/6a00d83451c82369e2017c37087e65970b-600wi" /></a></p>
30
-
31
- <p><a href="http://susanweinroth.typepad.com/a_little_bit_of_me/">Susan Weinroth</a> is celebrating the weekend with Friday Phone Favorites:</p>
32
-
33
- <p><a href="http://susanweinroth.typepad.com/a_little_bit_of_me/2013/02/friday-phone-favorites.html"><img class="asset asset-image at-xid-6a00d83451c82369e2017c37088b2e970b" style="width: 595px; display: block; margin-left: auto; margin-right: auto;" src="http://everything.typepad.com/.a/6a00d83451c82369e2017c37088b2e970b-600wi" /></a></p>
34
-
35
- <p><a href="http://designeditor.typepad.com/design_editor/">Design Editor</a> brings us a smashing font for Font Friday:</p>
36
-
37
- <p><a href="http://designeditor.typepad.com/design_editor/2013/02/font-friday-autumn.html"><img class="asset asset-image at-xid-6a00d83451c82369e2017d4137e273970c" style="width: 595px; display: block; margin-left: auto; margin-right: auto;" src="http://everything.typepad.com/.a/6a00d83451c82369e2017d4137e273970c-600wi" /></a></p>
38
-
39
- <p><a href="http://blairpeter.typepad.com/weblog/">Wisecraft</a> features the fantastic book Art Doodle Love (and is hosting a giveaway!):</p>
40
-
41
- <p><a href="http://blairpeter.typepad.com/weblog/2013/02/friday-favorites-art-doodle-love.html"><img class="asset asset-image at-xid-6a00d83451c82369e2017c37088cc8970b" style="width: 595px; display: block; margin-left: auto; margin-right: auto;" src="http://everything.typepad.com/.a/6a00d83451c82369e2017c37088cc8970b-600wi" /></a></p>
42
-
43
- <p>We hope you enjoyed this week's roundup of fantastic Typepad blogs! Check out more great crafty blogs <a href="https://www.typepad.com/showcase/crafters">right here</a>. We'd love to see your blog in the <a href="http://www.typepad.com/showcase">Typepad Showcase</a>, so go ahead and <a href="http://www.formstack.com/forms/?1181761-H54jdOxMyr">submit it</a> today - you might just see yourself in the spotlight!</p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/TypePadNews/~4/0BN9mE2cw1E" height="1" width="1" /></div></content>
44
-
45
-
46
- <feedburner:origLink>http://everything.typepad.com/blog/2013/02/spotlight-friday-favorites.html</feedburner:origLink></entry>
47
- <entry>
48
- <title>Typepad Release Notes</title>
49
- <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TypePadNews/~3/LKtjg9Wnv8o/mobile-tweaks-layout-classes.html" />
50
- <link rel="replies" type="text/html" href="http://everything.typepad.com/blog/2013/02/mobile-tweaks-layout-classes.html" thr:count="2" thr:updated="2013-02-22T13:24:07-08:00" />
51
- <id>tag:typepad.com,2003:post-6a00d83451c82369e2017ee8a84063970d</id>
52
- <published>2013-02-21T15:44:40-08:00</published>
53
- <updated>2013-02-21T15:44:40-08:00</updated>
54
- <summary>Fixes &amp; Improvements For those of you who use the mobile /.m/ directory, you may have noticed that there was something wonky happening where the mobile view was broken when a Featured post was turned...</summary>
55
- <author>
56
- <name>The Typepad Team</name>
57
- </author>
58
- <category scheme="http://www.sixapart.com/ns/types#category" term="News" />
59
-
60
-
61
- <content type="xhtml" xml:lang="en-US" xml:base="http://everything.typepad.com/blog/"><div xmlns="http://www.w3.org/1999/xhtml"><h3>Fixes &amp; Improvements</h3>
62
- <p>For those of you who use the mobile /.m/ directory, you may have noticed that there was something wonky happening where the mobile view was broken when a Featured post was turned on. That bit of code has been corrected, so everything will now appear as it should.</p>
63
- <p>Some additional things we've added to the mobile /.m/ experience are:</p>
64
- <ul>
65
- <li>link around the banner section so that mobile viewers can quickly return to the front of the (mobile version) blog.</li>
66
- <li>CSS class to the <em>mobile</em> footer links so that the links can be styled:
67
- <ul>
68
- <li>Categories -<em> .footer-archives</em></li>
69
- <li>Recent Comments - <em>.footer-comments</em></li>
70
- <li>About - <em>.footer-about</em></li>
71
- <li>Main - <em>.footer-main</em></li>
72
- </ul>
73
- </li>
74
- </ul>
75
- <h3>New CSS Options for the 5 Classic Layouts</h3>
76
- <p>With today's release also comes a set of new CSS classes for the <code>&lt;body&gt;</code> tag of each of the 5 classic layouts. If you have an Unlimited account or above, you will now be able to make customizations with CSS for the different templates of your blog:</p>
77
- <ul>
78
- <li>Front index of your blog -- <em>index</em></li>
79
- <li>Individual post -- <em>post</em></li>
80
- <li>Individual page -- <em>page</em></li>
81
- <li>Category archive - <em>category</em></li>
82
- <li>Date-based archive - <em>date</em></li>
83
- <li>Archives list - <em>archives</em></li>
84
- <li>Search Results - <em>search</em></li>
85
- </ul>
86
- <p>Need a bit of code as an example of how to use it? Let's use the new class for each of these pages and set a different background color them:</p>
87
- <blockquote>
88
- <p><code>/* Background for Index */<br />body.index { background-color: #9C8978; } <br /><br />/* Background for Posts */<br />body.post { background-color: #263842; }<br /><br />/* Background for Pages */<br />body.page { background-color: #55758A; } <br /><br />/* Background for Categories */<br />body.category { background-color: #91BFCC; } <br /><br />/* Background for Monthly Archives */<br />body.date { background-color: #B6D4D4; } <br /><br />/* Background for Archives List */<br />body.archives { background-color: #D0D6D6; } <br /><br />/* Background for Search Results */<br />body.search { background-color: #D3B6B6; } </code></p>
89
- </blockquote>
90
- <p>Some examples of what you can do with each template type are: <a href="http://help.typepad.com/css-body-classes.html" target="_self">set custom backgrounds and colors</a>; use different fonts; remove a column (e.g. from Pages or similar); <a href="http://help.typepad.com/display-only-post-titles.html" target="_self">hide post content so only titles display</a> on date/category archives; and more! </p>
91
- <p>The inclusion of custom classes really expands what you, and theme designers, can do with your Typepad blog. We encourage you to <a href="http://help.typepad.com/create-a-test-blog.html" target="_self">setup a test blog</a> and try these out!</p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/TypePadNews/~4/LKtjg9Wnv8o" height="1" width="1" /></div></content>
92
-
93
-
94
- <feedburner:origLink>http://everything.typepad.com/blog/2013/02/mobile-tweaks-layout-classes.html</feedburner:origLink></entry>
95
- <entry>
96
- <title>Typepad 101: Adding Amazon Items to Your Sidebar</title>
97
- <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TypePadNews/~3/Nur_PlJ4MYk/typepad-101-adding-amazon-items-to-your-sidebar.html" />
98
- <link rel="replies" type="text/html" href="http://everything.typepad.com/blog/2013/02/typepad-101-adding-amazon-items-to-your-sidebar.html" thr:count="3" thr:updated="2013-02-23T20:39:04-08:00" />
99
- <id>tag:typepad.com,2003:post-6a00d83451c82369e2017d412e9423970c</id>
100
- <published>2013-02-20T11:09:11-08:00</published>
101
- <updated>2013-02-20T11:09:11-08:00</updated>
102
- <summary>Welcome to Typepad 101! Whether you want to add some new features to your blog's design, or simply make your blog more functional, Typepad 101 has you covered. Media. We all consume it and we...</summary>
103
- <author>
104
- <name>The Typepad Team</name>
105
- </author>
106
- <category scheme="http://www.sixapart.com/ns/types#category" term="Tips and Tricks" />
107
-
108
-
109
- <content type="xhtml" xml:lang="en-US" xml:base="http://everything.typepad.com/blog/"><div xmlns="http://www.w3.org/1999/xhtml"><blockquote>Welcome to Typepad 101! Whether you want to add some new features to your blog's design, or simply make your blog more functional, Typepad 101 has you covered. <br /></blockquote>
110
- <p>Media.  We all consume it and we all love it.  The books we read, the games we play, the music we listen to - they're all a part of us and sharing these parts of ourselves on our blogs are both easy and fun.</p>
111
- <p>The simplest way to share these items is by adding a Books or Albums Typelist to your sidebar. The great thing about either of these Typelists is that you're not limited to adding just books or albums - you can add any item at Amazon.</p>
112
- <p>First, go to Library &gt; Typelists and create a new Books or Albums Typelist.  The next step is to add items to your Typelists. The Quick Add box will allow you to search for books and albums to add to your Typelist.</p>
113
- <div class="photo-wrap photo-xid-6a00e54ee025588834017d412a8306970c" id="photo-xid-6a00e54ee025588834017d412a8306970c" style="display: block; margin-left: auto; margin-right: auto; width: 320px;"><a class="asset-img-link" href="http://featherfiles.aviary.com/2013-02-19/f77694d11/7644d69fa88444fd9f57469316afba77_hires.png"><img alt="Interpol" class="asset asset-image at-xid-6a00e54ee025588834017d412a8306970c" src="http://kymberlie6.typepad.com/.a/6a00e54ee025588834017d412a8306970c-320wi" title="Interpol" /></a>
114
- <div class="photo-caption caption-xid-6a00e54ee025588834017d412a8306970c" id="caption-xid-6a00e54ee025588834017d412a8306970c">Interpol. They're awesome.</div>
115
- </div>
116
- <p>However, if you want to add something other than a book or an album, you can use the Quick Add box in a slightly different manner. Go to <a href="http://www.amazon.com" target="_self">Amazon</a> and find the item you're looking for.  For each item, under the Product Details, you should see either an ASIN or ISBN number. Copy this number and enter it in the Quick Add box. The item should then be listed so that you can add it to your Typelist. Once you've added all the items you want to your Typelist, you can use the Publish tab or Design &gt; Content to add it to your sidebar.</p>
117
- <p>Additionally, if you have an Amazon Affiliate account, you can add your Affiliate ID at <a href="http://help.typepad.com/other_accounts.html" target="_self">Account &gt; Other Accounts</a> so that if anyone makes a purchase through your blog, you'll receive credit for it.</p>
118
- <div class="photo-wrap photo-xid-6a00e54ee025588834017d412a899d970c" id="photo-xid-6a00e54ee025588834017d412a899d970c" style="display: block; margin-left: auto; margin-right: auto; width: 320px;"><a class="asset-img-link" href="http://featherfiles.aviary.com/2013-02-19/f77694d11/3c59ff621c2d43cc96845d3ca7c287ae_hires.png"><img alt="Tlsidebar" class="asset asset-image at-xid-6a00e54ee025588834017d412a899d970c" src="http://kymberlie6.typepad.com/.a/6a00e54ee025588834017d412a899d970c-320wi" title="Tlsidebar" /></a>
119
- <div class="photo-caption caption-xid-6a00e54ee025588834017d412a899d970c" id="caption-xid-6a00e54ee025588834017d412a899d970c">Your new Typelist!</div>
120
- </div>
121
- <br />You can read more about adding a new Typelist in our <a href="http://help.typepad.com/add_typelist.html" target="_self">Knowledge Base</a>.
122
- <p>And if you like the spiffy design in the image above, try out the <a href="http://help.typepad.com/choose_theme.html" target="_self">new Heartbeats theme</a> on your own blog!</p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/TypePadNews/~4/Nur_PlJ4MYk" height="1" width="1" /></div></content>
123
-
124
-
125
- <feedburner:origLink>http://everything.typepad.com/blog/2013/02/typepad-101-adding-amazon-items-to-your-sidebar.html</feedburner:origLink></entry>
126
- <entry>
127
- <title>Today's Downtime</title>
128
- <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TypePadNews/~3/BxKRwuHUiYE/todays-downtime-explanation.html" />
129
- <link rel="replies" type="text/html" href="http://everything.typepad.com/blog/2013/02/todays-downtime-explanation.html" thr:count="6" thr:updated="2013-02-20T05:01:14-08:00" />
130
- <id>tag:typepad.com,2003:post-6a00d83451c82369e2017c36fa4537970b</id>
131
- <published>2013-02-19T15:45:16-08:00</published>
132
- <updated>2013-02-19T15:44:19-08:00</updated>
133
- <summary>Around 5:30am PST on February 19th, the Typepad application and Typepad blogs went offline. The initial downtime lasted approximately an hour and 15 minutes. Following that, blogs went offline again at 8:42am PST, with the...</summary>
134
- <author>
135
- <name>The Typepad Team</name>
136
- </author>
137
- <category scheme="http://www.sixapart.com/ns/types#category" term="News" />
138
-
139
-
140
- <content type="xhtml" xml:lang="en-US" xml:base="http://everything.typepad.com/blog/"><div xmlns="http://www.w3.org/1999/xhtml"><p>Around 5:30am PST on February 19th, the Typepad application and Typepad blogs went offline. The initial downtime lasted approximately an hour and 15 minutes. Following that, blogs went offline again at 8:42am PST, with the Typepad application operating slowly. The second downtime lasted approximately an hour. </p>
141
-
142
- <p><strong>We apologize for the downtime</strong></p>
143
-
144
- <p>As bloggers ourselves, we understand how important it is to have your blogs available to your readers, your ad networks, and to you personally. We also understand how important it is for you to work with a reliable blogging platform. We let you down, and for that, we are deeply sorry.</p>
145
-
146
- <p><strong>Here’s what happened</strong></p>
147
-
148
- <p>Unusually high traffic caused issues with the server load balancer, causing the initial downtime. Unfortunately, the initial server reboot failed, causing the second extended downtime. By 9:40am PST, the source of the traffic disrupting the load balance was resolved, and we are continuing to monitor the situation. </p>
149
-
150
- <p><strong>Thanks for hanging in there</strong></p>
151
-
152
- <p>We pride ourselves on our reliability (<strong>if you're a numbers type, that's 99.77% uptime - in fact, for the last 365 days we've had 99.94% uptime, including today</strong>), and will be working hard to make any future downtime events like this even more rare. </p>
153
-
154
- <p>We regret any inconvenience that this may have caused you. We know you have many publishing options, so thanks again for blogging with Typepad.</p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/TypePadNews/~4/BxKRwuHUiYE" height="1" width="1" /></div></content>
155
-
156
-
157
- <feedburner:origLink>http://everything.typepad.com/blog/2013/02/todays-downtime-explanation.html</feedburner:origLink></entry>
158
- <entry>
159
- <title>Spotlight: 6 Fantastic Blogs Written By Moms</title>
160
- <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TypePadNews/~3/WltRP_MS5GQ/spotlight-6-fantastic-blogs-written-by-moms.html" />
161
- <link rel="replies" type="text/html" href="http://everything.typepad.com/blog/2013/02/spotlight-6-fantastic-blogs-written-by-moms.html" thr:count="5" thr:updated="2013-02-23T12:31:31-08:00" />
162
- <id>tag:typepad.com,2003:post-6a00d83451c82369e2017ee88854b6970d</id>
163
- <published>2013-02-15T09:33:44-08:00</published>
164
- <updated>2013-02-15T09:33:44-08:00</updated>
165
- <summary>Each week, we scout for great blogs in the Typepad Showcase that fit a particular theme and are guaranteed to inspire. This week, we've hand-picked six great Typepad blogs written by moms. Not your typical...</summary>
166
- <author>
167
- <name>The Typepad Team</name>
168
- </author>
169
- <category scheme="http://www.sixapart.com/ns/types#category" term="Blogging Community" />
170
-
171
-
172
- <content type="xhtml" xml:lang="en-US" xml:base="http://everything.typepad.com/blog/"><div xmlns="http://www.w3.org/1999/xhtml"><p>Each week, we scout for great blogs in the <a href="http://www.typepad.com/showcase">Typepad Showcase</a> that fit a particular theme and are guaranteed to inspire. This week, we've hand-picked six great Typepad blogs written by moms. Not your typical Mommy Blogs, each one is guaranteed to captivate, inspire, make you laugh, and make you think - whether you're a parent or not. Click through the photos below to visit each blog, and see why we think they're fantastic. </p>
173
-
174
- <p>Ready? Let's go!</p>
175
-
176
- <p><strong>Mommy Shorts:</strong></p>
177
-
178
- <p><a href="http://www.mommyshorts.com/"><img class="asset asset-image at-xid-6a00d83451c82369e2017d411477db970c" style="width: 595px; display: block; margin-left: auto; margin-right: auto;" alt="Mommy Shorts" title="Mommy Shorts" src="http://everything.typepad.com/.a/6a00d83451c82369e2017d411477db970c-600wi" /></a></p>
179
-
180
- <p><strong>Posie Gets Cozy:</strong></p>
181
-
182
- <p><a href="http://rosylittlethings.typepad.com/"><img class="asset asset-image at-xid-6a00d83451c82369e2017ee8883b7d970d" style="width: 595px; display: block; margin-left: auto; margin-right: auto;" alt="Posie Gets Cozy" title="Posie Gets Cozy" src="http://everything.typepad.com/.a/6a00d83451c82369e2017ee8883b7d970d-600wi" /></a></p>
183
-
184
- <p><strong>SouleMama:</strong></p>
185
-
186
- <p><a href="http://soulemama.typepad.com/"><img class="asset asset-image at-xid-6a00d83451c82369e2017ee8883ba5970d" style="width: 595px; display: block; margin-left: auto; margin-right: auto;" alt="SouleMama" title="SouleMama" src="http://everything.typepad.com/.a/6a00d83451c82369e2017ee8883ba5970d-600wi" /></a></p>
187
-
188
- <p><strong>Progressive Pioneer:</strong></p>
189
-
190
- <p><a href="http://www.progressivepioneer.com"><img class="asset asset-image at-xid-6a00d83451c82369e2017d411480f8970c" style="width: 595px; display: block; margin-left: auto; margin-right: auto;" alt="Progressive Pioneer" title="Progressive Pioneer" src="http://everything.typepad.com/.a/6a00d83451c82369e2017d411480f8970c-600wi" /></a></p>
191
-
192
- <p><strong>Suburban Homestead:</strong></p>
193
-
194
- <p><a href="http://suburbanhomestead.typepad.com/blog/"><img class="asset asset-image at-xid-6a00d83451c82369e2017d41148219970c" style="width: 595px; display: block; margin-left: auto; margin-right: auto;" alt="Suburban Homestead" title="Suburban Homestead" src="http://everything.typepad.com/.a/6a00d83451c82369e2017d41148219970c-600wi" /></a></p>
195
-
196
- <p><strong>Mom to the Screaming Masses:</strong></p>
197
-
198
- <p><a href="http://momtothescreamingmasses.typepad.com"><img class="asset asset-image at-xid-6a00d83451c82369e2017d41148382970c" style="width: 595px; display: block; margin-left: auto; margin-right: auto;" alt="Mom to the Screaming Masses" title="Mom to the Screaming Masses" src="http://everything.typepad.com/.a/6a00d83451c82369e2017d41148382970c-600wi" /></a></p>
199
-
200
- <p>We hope you enjoyed this week's roundup of fantastic Typepad blogs! Check out more great parenting blogs <a href="http://www.typepad.com/showcase/parents">right here</a>. We'd love to see your blog in the <a href="http://www.typepad.com/showcase">Typepad Showcase</a>, so go ahead and <a href="http://www.formstack.com/forms/?1181761-H54jdOxMyr">submit it</a> today - you might just see yourself in the spotlight!</p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/TypePadNews/~4/WltRP_MS5GQ" height="1" width="1" /></div></content>
201
-
202
-
203
- <feedburner:origLink>http://everything.typepad.com/blog/2013/02/spotlight-6-fantastic-blogs-written-by-moms.html</feedburner:origLink></entry>
204
- <entry>
205
- <title>Typepad 101: Add a Background Image to your Navigation Bar</title>
206
- <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TypePadNews/~3/NgCpdPHKu54/typepad-101-add-a-background-image-to-your-navigation-bar.html" />
207
- <link rel="replies" type="text/html" href="http://everything.typepad.com/blog/2013/02/typepad-101-add-a-background-image-to-your-navigation-bar.html" thr:count="0" />
208
- <id>tag:typepad.com,2003:post-6a00d83451c82369e2017ee8760427970d</id>
209
- <published>2013-02-13T09:35:21-08:00</published>
210
- <updated>2013-02-13T09:35:21-08:00</updated>
211
- <summary>Welcome to Typepad 101! Whether you want to add some new features to your blog's design, or simply make your blog more functional, Typepad 101 has you covered. Topics covered in this series are suitable...</summary>
212
- <author>
213
- <name>The Typepad Team</name>
214
- </author>
215
- <category scheme="http://www.sixapart.com/ns/types#category" term="Tips and Tricks" />
216
-
217
-
218
- <content type="xhtml" xml:lang="en-US" xml:base="http://everything.typepad.com/blog/"><div xmlns="http://www.w3.org/1999/xhtml"><blockquote>
219
- Welcome to Typepad 101! Whether you want to add some new features to your blog's design, or simply make your blog more functional, Typepad 101 has you covered. Topics covered in this series are suitable for bloggers at any skill level. If you're on a plan which doesn't include a necessary feature, you can <a href="http://help.typepad.com/upgrade_downgrade.html">upgrade your account</a> anytime and put these tricks to use on your blog.
220
- </blockquote>
221
-
222
- <p>If you want to make a small change to your blog that will have a big impact on your design, consider adding a background image to your <a href="http://help.typepad.com/organize_content.html#nav-bar">Navigation Bar</a>. All you need is an image and a little <a href="http://help.typepad.com/custom_css.html">Custom CSS</a>, and you're in business. Our example design was created using the <a href="http://help.typepad.com/theme_builder.html">Theme Builder</a> with a custom banner image and a little extra CSS to make the design a bit more custom, all things you can do yourself pretty easily. Want to see more? You can click the image below and enlarge it for the full impact, or see the design live, <a href="http://www.figandlaurel.com/" target="_blank">here</a>. </p>
223
-
224
- <p><a class="asset-img-link" href="http://everything.typepad.com/.a/6a00d83451c82369e2017ee875aa14970d-popup" onclick="window.open( this.href, '_blank', 'width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false"><img class="asset asset-image at-xid-6a00d83451c82369e2017ee875aa14970d" style="width: 595px; display: block; margin-left: auto; margin-right: auto;" alt="Nav_bar_design" title="Nav_bar_design" src="http://everything.typepad.com/tips/cap_thumb.jpg" /></a></p>
225
-
226
- <p>This tip uses Custom CSS, which is a feature of our Pro Unlimited account. At the Plus level? Remember, you can <a href="http://help.typepad.com/upgrade_downgrade.html">upgrade</a> any time! </p>
227
-
228
- <p>The first element of our project today is the image that will sit behind the links on your Navigation Bar. You'll need to make sure that the image is wide enough to stretch across the entire container, or you'll want to use one that is seamless, and suitable for tiling. </p>
229
-
230
- <p>In the case of our example design, our container width is 1030px, so we want to make the image the same width. This is pretty easy to do using Paint Shop Pro, Photoshop, and some online image editing tools as well. </p>
231
-
232
- <p>Here's our ribbon, resized a bit and in a classy dark grey for instructional purposes:</p>
233
-
234
- <p><a class="asset-img-link" href="http://everything.typepad.com/.a/6a00d83451c82369e2017ee875a4c3970d-pi"><img class="asset asset-image at-xid-6a00d83451c82369e2017ee875a4c3970d" style="width: 595px; display: block; margin-left: auto; margin-right: auto;" alt="Short_ribbon" title="Short_ribbon" src="http://everything.typepad.com/.a/6a00d83451c82369e2017ee875a4c3970d-600wi" /></a></p>
235
-
236
- <p>Once you've got your image, you'll want to upload it to your File Manager at Library &gt; File Manager. The image will then appear in a list with the other items in your File Manager. Next, click the image title in the list to view the image in a new browser tab. The URL, or path to your image is in the address bar there - keep that handy, because you'll need it soon. </p>
237
-
238
- <p>Now you're ready for the second (and final) step. In another tab, click to Design &gt; Custom CSS, and paste the short snippet of code you see below: </p>
239
-
240
- <blockquote>
241
- #nav { background: url(http://www.your-url-here.com/images/ribbon.png);
242
- padding-top: 0px; padding-bottom: 0px; }
243
- </blockquote>
244
-
245
- <p>Next, replace the URL in the code with the URL/path for your specific image. Preview the design change to make sure that it looks the way you want it to, and then save your changes, and you're all set! Adding a little extra element that ties in with your design is a great (and easy!) way to make your blog look a bit more custom. </p>
246
-
247
- <p>Check out more tips for styling your Navigation Bar with Custom CSS <a href="http://help.typepad.com/styling_the_navigation_bar.html">here</a>. <br />
248
- </p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/TypePadNews/~4/NgCpdPHKu54" height="1" width="1" /></div></content>
249
-
250
-
251
- <feedburner:origLink>http://everything.typepad.com/blog/2013/02/typepad-101-add-a-background-image-to-your-navigation-bar.html</feedburner:origLink></entry>
252
- <entry>
253
- <title>Typepad Release Notes</title>
254
- <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TypePadNews/~3/bMI9cRaQfHo/typepad-release-notes.html" />
255
- <link rel="replies" type="text/html" href="http://everything.typepad.com/blog/2013/02/typepad-release-notes.html" thr:count="0" />
256
- <id>tag:typepad.com,2003:post-6a00d83451c82369e2017c36d365c2970b</id>
257
- <published>2013-02-12T15:08:53-08:00</published>
258
- <updated>2013-02-12T15:08:53-08:00</updated>
259
- <summary>Heartbeats Just in time for Valentine's Day, we have a sweet little treat for you by way of a new theme. Let's welcome Heartbeats to the theme family! Convenience To help quickly navigate to the...</summary>
260
- <author>
261
- <name>The Typepad Team</name>
262
- </author>
263
- <category scheme="http://www.sixapart.com/ns/types#category" term="News" />
264
-
265
-
266
- <content type="xhtml" xml:lang="en-US" xml:base="http://everything.typepad.com/blog/"><div xmlns="http://www.w3.org/1999/xhtml"><h3>Heartbeats</h3>
267
- <p>Just in time for Valentine's Day, we have a sweet little treat for you by way of a new theme. Let's welcome Heartbeats to the theme family!</p>
268
- <p>
269
- <a class="asset-img-link" href="http://everything.typepad.com/.a/6a00d83451c82369e2017ee875a05f970d-pi"><img alt="Heartbeats" class="asset asset-image at-xid-6a00d83451c82369e2017ee875a05f970d" src="http://everything.typepad.com/.a/6a00d83451c82369e2017ee875a05f970d-550wi" style="width: 550px; display: block; margin-left: auto; margin-right: auto;" title="Heartbeats" /></a></p>
270
- <h3>Convenience</h3>
271
- <p>To help quickly navigate to the list of posts and pages, we've returned the List Posts and List Pages links. This will help you to access the posts and pages in your blog without having to click a tab--just publish or edit a post, then click the "List..." link at the top right to be taken to the correct location.</p>
272
- <p>
273
- <a class="asset-img-link" href="http://everything.typepad.com/.a/6a00d83451c82369e2017c36d2a0ca970b-pi"><img alt="List-posts" class="asset asset-image at-xid-6a00d83451c82369e2017c36d2a0ca970b" src="http://everything.typepad.com/.a/6a00d83451c82369e2017c36d2a0ca970b-550wi" style="width: 550px; display: block; margin-left: auto; margin-right: auto;" title="List-posts" /></a><br />
274
- <a class="asset-img-link" href="http://everything.typepad.com/.a/6a00d83451c82369e2017c36d2a0de970b-pi"><img alt="List-posts" class="asset asset-image at-xid-6a00d83451c82369e2017c36d2a0de970b" src="http://everything.typepad.com/.a/6a00d83451c82369e2017c36d2a0de970b-550wi" style="width: 550px; display: block; margin-left: auto; margin-right: auto;" title="List-posts" /></a></p>
275
- <h3>Trackbacks</h3>
276
- <p>As <a href="http://everything.typepad.com/blog/2013/02/retiring-typepad-anti-spam-and-switching-to-impermium.html">previously discussed</a>, the ability to send or receive Trackbacks has been completely removed. This will improve the recent Trackback spam that some of you were experiencing. With this change, you will be able to display and hide existing trackbacks on posts via the Compose screen, as well as delete them at Comments &gt; Trackbacks.</p>
277
- <p>We'll be releasing more great features, themes and improvements in the future, so please check back often!</p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/TypePadNews/~4/bMI9cRaQfHo" height="1" width="1" /></div></content>
278
-
279
-
280
- <feedburner:origLink>http://everything.typepad.com/blog/2013/02/typepad-release-notes.html</feedburner:origLink></entry>
281
- <entry>
282
- <title>Featured Blog: The Conscious Kitchen</title>
283
- <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TypePadNews/~3/nHZ6O17iHf4/featured-blog-the-conscious-kitchen.html" />
284
- <link rel="replies" type="text/html" href="http://everything.typepad.com/blog/2013/02/featured-blog-the-conscious-kitchen.html" thr:count="2" thr:updated="2013-02-11T16:19:22-08:00" />
285
- <id>tag:typepad.com,2003:post-6a00d83451c82369e2017d40f6bfb2970c</id>
286
- <published>2013-02-11T13:29:05-08:00</published>
287
- <updated>2013-02-11T13:29:05-08:00</updated>
288
- <summary>NAME: Julie Anne Schwarz BLOG: The Conscious Kitchen TYPEPAD MEMBER SINCE: 2010 WHY YOU'LL LOVE IT: From kitchen to blog, lifelong chef Julie Anne Schwarz aims to help you cook healthy and delicious meals with...</summary>
289
- <author>
290
- <name>The Typepad Team</name>
291
- </author>
292
- <category scheme="http://www.sixapart.com/ns/types#category" term="Featured Blogs" />
293
-
294
-
295
- <content type="xhtml" xml:lang="en-US" xml:base="http://everything.typepad.com/blog/"><div xmlns="http://www.w3.org/1999/xhtml"><p><strong>NAME:</strong> Julie Anne Schwarz<br />
296
- <strong>BLOG:</strong> <a href="http://www.theconsciouskitchen.com">The Conscious Kitchen</a><br />
297
- <strong>TYPEPAD MEMBER SINCE:</strong> 2010<br />
298
- <strong>WHY YOU'LL LOVE IT:</strong> From kitchen to blog, lifelong chef Julie Anne Schwarz aims to help you cook healthy and delicious meals with an understanding of their nutritional benefits. While focusing on a vegan diet, the recipes on her blog will easily satisfy omnivores as well. Let The Conscious Kitchen help you make thoughtful and responsible choices for yourself and the environment, provide you with current information about nutrition, and enjoy recipes that Julie has tested on her own family of critics.</p>
299
-
300
- <p><a href="http://www.theconsciouskitchen.com"><img class="asset asset-image at-xid-6a00d83451c82369e2017ee86b0bbc970d" style="width: 595px; display: block; margin-left: auto; margin-right: auto;" alt="Conscious_kitchen" title="Conscious_kitchen" src="http://everything.typepad.com/.a/6a00d83451c82369e2017ee86b0bbc970d-600wi" /></a></p>
301
-
302
- <p><strong>FOLLOW:</strong> <a href="http://profile.typepad.com/theconsciouskitchen">Typepad</a> | <a href="https://twitter.com/JulieASchwarz">Twitter</a></p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/TypePadNews/~4/nHZ6O17iHf4" height="1" width="1" /></div></content>
303
-
304
-
305
- <feedburner:origLink>http://everything.typepad.com/blog/2013/02/featured-blog-the-conscious-kitchen.html</feedburner:origLink></entry>
306
- <entry>
307
- <title>Spotlight: Let's Explore!</title>
308
- <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TypePadNews/~3/LxldK_2qwsQ/spotlight-lets-explore.html" />
309
- <link rel="replies" type="text/html" href="http://everything.typepad.com/blog/2013/02/spotlight-lets-explore.html" thr:count="2" thr:updated="2013-02-09T20:21:02-08:00" />
310
- <id>tag:typepad.com,2003:post-6a00d83451c82369e2017d40e0ba81970c</id>
311
- <published>2013-02-08T07:15:15-08:00</published>
312
- <updated>2013-02-08T07:15:15-08:00</updated>
313
- <summary>Each week, we scout for great posts in the Typepad Showcase that fit a particular theme and are guaranteed to inspire. This week, we're rounding up some great travel posts by adventurous Typepad bloggers who...</summary>
314
- <author>
315
- <name>The Typepad Team</name>
316
- </author>
317
- <category scheme="http://www.sixapart.com/ns/types#category" term="Blogging Community" />
318
-
319
-
320
- <content type="xhtml" xml:lang="en-US" xml:base="http://everything.typepad.com/blog/"><div xmlns="http://www.w3.org/1999/xhtml"><p>Each week, we scout for great posts in the <a href="http://www.typepad.com/showcase">Typepad Showcase</a> that fit a particular theme and are guaranteed to inspire. This week, we're rounding up some great travel posts by adventurous Typepad bloggers who are exploring cities far and near! Have a look - hopefully you'll be inspired to explore your own city or do some traveling of your own!</p>
321
-
322
- <p>Want to come along? Click the pics!</p>
323
-
324
- <p>Brian and Jen write about adventures both close to their New York City home and far away on their blog, <a href="http://www.thatlongyellowline.com/">That Long Yellow Line</a>. Recently, they took a trip to one of New York City's "other" museums, Alice Austen House on Staten Island:</p>
325
-
326
- <p><a href="http://www.thatlongyellowline.com/2013/02/the-other-museums-of-new-york-city-alice-austen-house.html"><img class="asset asset-image at-xid-6a00d83451c82369e2017d40e09cea970c" style="width: 595px; display: block; margin-left: auto; margin-right: auto;" alt="image from thatlongyellowline.typepad.com" title="image from thatlongyellowline.typepad.com" src="http://everything.typepad.com/.a/6a00d83451c82369e2017d40e09cea970c-600wi" /></a></p>
327
-
328
- <p><a href="http://leonalane.typepad.com/my-blog/">Leona Lane's</a> Renae and Jenn traveled to glorious Paris last summer, and Jenn recently took a break from the chilly Seattle winter to remember their sunny trip in pictures (see Part 1 <a href="http://leonalane.typepad.com/my-blog/2012/12/dreaming-of-paris.html">here</a>!):</p>
329
-
330
- <p><a href="http://leonalane.typepad.com/my-blog/2013/01/dreaming-of-paris-part-two.html"><img class="asset asset-image at-xid-6a00d83451c82369e2017d40e0a3ad970c" style="width: 595px; display: block; margin-left: auto; margin-right: auto;" alt="image from leonalane.typepad.com" title="image from leonalane.typepad.com" src="http://everything.typepad.com/.a/6a00d83451c82369e2017d40e0a3ad970c-600wi" /></a></p>
331
-
332
- <p>Helen at <a href="http://curlybirds.typepad.com/curly-birds/">Curly Birds</a> is moving her family to Bath, England for a month this summer, and she's currently researching her housing options! Will it be a flat in the city center, or a castle built in 1806?</p>
333
-
334
- <p><a href="http://curlybirds.typepad.com/curly-birds/2013/02/house-hunters-international-bath-england.html"><img class="asset asset-image at-xid-6a00d83451c82369e2017d40e0a91a970c" style="width: 595px; display: block; margin-left: auto; margin-right: auto;" alt="image from curlybirds.typepad.com" title="image from curlybirds.typepad.com" src="http://everything.typepad.com/.a/6a00d83451c82369e2017d40e0a91a970c-600wi" /></a></p>
335
-
336
- <p><a href="http://www.elephantineblog.com/">Elephantine's</a> Rachel is a veteran explorer of her home city, frequently taking her readers along via gorgeous photos. She recently added The Whale Wins and Volunteer Park Conservatory to her Seattle city guide. </p>
337
-
338
- <p><a href="http://www.elephantineblog.com/2013/01/the-latest-places.html"><img class="asset asset-image at-xid-6a00d83451c82369e2017d40e0b580970c" style="width: 595px; display: block; margin-left: auto; margin-right: auto;" alt="image from elephantine.typepad.com" title="image from elephantine.typepad.com" src="http://everything.typepad.com/.a/6a00d83451c82369e2017d40e0b580970c-600wi" /></a></p>
339
-
340
- <p>We hope you enjoyed this week's roundup of fantastic Typepad blogs! Check out more great blogs <a href="http://www.typepad.com/showcase">right here</a>. We'd love to see your blog in the <a href="http://www.typepad.com/showcase">Typepad Showcase</a>, so go ahead and <a href="http://www.formstack.com/forms/?1181761-H54jdOxMyr">submit it</a> today - you might just see yourself in the spotlight!</p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/TypePadNews/~4/LxldK_2qwsQ" height="1" width="1" /></div></content>
341
-
342
-
343
- <feedburner:origLink>http://everything.typepad.com/blog/2013/02/spotlight-lets-explore.html</feedburner:origLink></entry>
344
- <entry>
345
- <title>Retiring Typepad Anti-Spam and Switching to Impermium</title>
346
- <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TypePadNews/~3/r6vqoIqLtgo/retiring-typepad-anti-spam-and-switching-to-impermium.html" />
347
- <link rel="replies" type="text/html" href="http://everything.typepad.com/blog/2013/02/retiring-typepad-anti-spam-and-switching-to-impermium.html" thr:count="10" thr:updated="2013-02-18T11:25:56-08:00" />
348
- <id>tag:typepad.com,2003:post-6a00d83451c82369e2017d40d53bc3970c</id>
349
- <published>2013-02-06T16:37:08-08:00</published>
350
- <updated>2013-02-06T16:37:08-08:00</updated>
351
- <summary>As you might have read, we're disabling TrackBacks system-wide as part of our battle against spammers. Another huge step in this direction is by partnering with Impermium, a premier provider of social spam protection services,...</summary>
352
- <author>
353
- <name>The Typepad Team</name>
354
- </author>
355
- <category scheme="http://www.sixapart.com/ns/types#category" term="News" />
356
-
357
-
358
- <content type="xhtml" xml:lang="en-US" xml:base="http://everything.typepad.com/blog/"><div xmlns="http://www.w3.org/1999/xhtml"><p>As you might have read, we're <a href="http://everything.typepad.com/blog/2013/01/tips-for-tricky-trackbacks.html">disabling TrackBacks system-wide</a> as part of our battle against spammers. Another huge step in this direction is by partnering with <a href="http://impermium.com">Impermium</a>, a premier provider of social spam protection services, and retiring our own Typepad Anti-Spam service.</p>
359
- <p>Spam is a very serious problem for each and every person on the Internet and using an industry leader like Impermium is one of the best ways for us to face it. We know spam has been making the Typepad experience less than ideal, so by using Impermium and their spam fighting techniques, we're tackling the spammers head on.</p>
360
- <p>This switch-over will be invisible to you, though you may see a slight uptick in spam while the system becomes better at recognizing it. Rest assured - this will only be temporary and soon you should have a much better comment experience.</p>
361
- <p>We've sent out an email to all people that have implemented Typepad Anti-Spam on non-Typepad blogs, so if that includes you, please be sure to check your inbox.
362
- If you have any questions, we're always here to help.</p>
363
- <p>Simply leave us a comment or open a Help ticket and one of our support team members will be happy to assist you.</p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/TypePadNews/~4/r6vqoIqLtgo" height="1" width="1" /></div></content>
364
-
365
-
366
- <feedburner:origLink>http://everything.typepad.com/blog/2013/02/retiring-typepad-anti-spam-and-switching-to-impermium.html</feedburner:origLink></entry>
367
-
368
- </feed><!-- ph=1 -->
@@ -1,31 +0,0 @@
1
-
2
- <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
3
- <feed xmlns="http://www.w3.org/2005/Atom">
4
-
5
- <title>Planet innoQ</title>
6
- <link rel="self" href="http://www.innoq.com/planet/atom.xml"/>
7
- <link href="http://www.innoq.com/planet/"/>
8
- <id>http://www.innoq.com/planet/atom.xml</id>
9
- <updated>2009-07-10T12:30:05+00:00</updated>
10
- <generator uri="http://www.planetplanet.org/">Planet/1.0 +http://www.planetplanet.org</generator>
11
-
12
- <entry>
13
- <title type="html">ja,</title>
14
- <link href="http://www.innoq.com/blog/phaus/2009/07/ja.html"/>
15
- <id>tag:www.innoq.com,2009:/blog/phaus//25.3526</id>
16
- <updated>2009-07-01T22:20:05+00:00</updated>
17
- <content type="html" xml:lang="en">ich lebe noch.
18
- Sobald mir mehr einfällt, schreibe ich mal wieder was :-).</content>
19
- <author>
20
- <name>Philipp Haussleiter</name>
21
- <uri>http://www.innoq.com/blog/phaus/</uri>
22
- </author>
23
- <source>
24
- <title type="html">Philipps paper equivalent Blog</title>
25
- <link rel="self" href="http://www.innoq.com/blog/phaus/atom.xml"/>
26
- <id>tag:www.innoq.com,2009:/blog/phaus//25</id>
27
- <updated>2009-07-01T22:20:05+00:00</updated>
28
- </source>
29
- </entry>
30
-
31
- </feed>
@@ -1,67 +0,0 @@
1
-
2
- <?xml version="1.0" encoding="UTF-8"?>
3
- <rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
4
-
5
- <channel>
6
- <title>All About Everything</title>
7
- <link>http://www.example.com/podcasts/everything/index.html</link>
8
- <language>en-us</language>
9
- <copyright>&#x2117; &amp; &#xA9; 2005 John Doe &amp; Family</copyright>
10
- <itunes:subtitle>A show about everything</itunes:subtitle>
11
- <itunes:author>John Doe</itunes:author>
12
- <itunes:summary>All About Everything is a show about everything. Each week we dive into any subject known to man and talk about it as much as we can. Look for our Podcast in the iTunes Music Store</itunes:summary>
13
- <description>All About Everything is a show about everything. Each week we dive into any subject known to man and talk about it as much as we can. Look for our Podcast in the iTunes Music Store</description>
14
- <itunes:owner>
15
- <itunes:name>John Doe</itunes:name>
16
- <itunes:email>john.doe@example.com</itunes:email>
17
- </itunes:owner>
18
- <itunes:image href="http://example.com/podcasts/everything/AllAboutEverything.jpg" />
19
- <itunes:category text="Technology">
20
- <itunes:category text="Gadgets"/>
21
- </itunes:category>
22
- <itunes:category text="TV &amp; Film"/>
23
-
24
- <item>
25
- <title>Shake Shake Shake Your Spices</title>
26
- <itunes:author>John Doe</itunes:author>
27
- <itunes:subtitle>A short primer on table spices</itunes:subtitle>
28
- <itunes:summary>This week we talk about salt and pepper shakers, comparing and contrasting pour rates, construction materials, and overall aesthetics. Come and join the party!</itunes:summary>
29
- <enclosure url="http://example.com/podcasts/everything/AllAboutEverythingEpisode3.m4a" length="8727310" type="audio/x-m4a" />
30
- <guid>http://example.com/podcasts/archive/aae20050615.m4a</guid>
31
- <pubDate>Wed, 15 Jun 2005 19:00:00 GMT</pubDate>
32
- <itunes:duration>7:04</itunes:duration>
33
- <itunes:keywords>salt, pepper, shaker, exciting</itunes:keywords>
34
- <itunes:image href="http://example.com/podcasts/everything/AllAboutEverything.jpg" />
35
- <itunes:order>12</itunes:order>
36
- <itunes:isClosedCaptioned>yes</itunes:isClosedCaptioned>
37
- <content:encoded>&lt;p&gt;&lt;strong&gt;TOPIC&lt;/strong&gt;: Gooseneck Options&lt;/p&gt;</content:encoded>
38
- </item>
39
-
40
- <item>
41
- <title>Socket Wrench Shootout</title>
42
- <itunes:author>Jane Doe</itunes:author>
43
- <itunes:subtitle>Comparing socket wrenches is fun!</itunes:subtitle>
44
- <itunes:summary>This week we talk about metric vs. old english socket wrenches. Which one is better? Do you really need both? Get all of your answers here.</itunes:summary>
45
- <enclosure url="http://example.com/podcasts/everything/AllAboutEverythingEpisode2.mp3" length="5650889" type="audio/mpeg" />
46
- <guid>http://example.com/podcasts/archive/aae20050608.mp3</guid>
47
- <pubDate>Wed, 8 Jun 2005 19:00:00 GMT</pubDate>
48
- <itunes:duration>4:34</itunes:duration>
49
- <itunes:keywords>metric, socket, wrenches, tool</itunes:keywords>
50
- <itunes:image href="http://example.com/podcasts/everything/AllAboutEverything.jpg" />
51
- </item>
52
-
53
- <item>
54
- <title>Red, Whine, &amp; Blue</title>
55
- <itunes:author>Various</itunes:author>
56
- <itunes:subtitle>Red + Blue != Purple</itunes:subtitle>
57
- <itunes:summary>This week we talk about surviving in a Red state if you are a Blue person. Or vice versa.</itunes:summary>
58
- <enclosure url="http://example.com/podcasts/everything/AllAboutEverythingEpisode1.mp3" length="4989537" type="audio/mpeg" />
59
- <guid>http://example.com/podcasts/archive/aae20050601.mp3</guid>
60
- <pubDate>Wed, 1 Jun 2005 19:00:00 GMT</pubDate>
61
- <itunes:duration>3:59</itunes:duration>
62
- <itunes:keywords>politics, red, blue, state</itunes:keywords>
63
- <itunes:image href="http://example.com/podcasts/everything/AllAboutEverything.jpg" />
64
- </item>
65
-
66
- </channel>
67
- </rss>