NewsBlur/blog/_site/page2/index.html
2022-03-28 13:09:26 -04:00

420 lines
30 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="https://newsblur.com/media/img/favicon.ico" type="image/png" />
<link rel="icon" href="https://newsblur.com/media/img/favicon_32.png" sizes="32x32"/>
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
<link rel="alternate" type="application/rss+xml"
title="The NewsBlur Blog RSS feed"
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
<title>Page 2 of 11 for The NewsBlur Blog | A new sound of an old instrument</title>
<meta name="generator" content="Jekyll v4.2.0" />
<meta property="og:title" content="The NewsBlur Blog" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="NewsBlur is a personal news reader that brings people together to talk about the world. A new sound of an old instrument." />
<meta property="og:description" content="NewsBlur is a personal news reader that brings people together to talk about the world. A new sound of an old instrument." />
<link rel="canonical" href="https://blog.newsblur.com/page2/" />
<meta property="og:url" content="https://blog.newsblur.com/page2/" />
<meta property="og:site_name" content="The NewsBlur Blog" />
<link rel="prev" href="https://blog.newsblur.com/" />
<link rel="next" href="https://blog.newsblur.com/page3" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="The NewsBlur Blog" />
<script type="application/ld+json">
{"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/page2/","@type":"WebPage","headline":"The NewsBlur Blog","description":"NewsBlur is a personal news reader that brings people together to talk about the world. A new sound of an old instrument.","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<link rel="stylesheet" href="/assets/main.css">
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/731824/css/fonts.css" /><link type="application/atom+xml" rel="alternate" href="https://blog.newsblur.com/feed.xml" title="The NewsBlur Blog" /></head>
<body><header class="site-header" role="banner">
<div class="wrapper"><a class="site-title" rel="author" href="/">
<div class="site-title-image">
<img src="/assets/newsblur_logo_512.png">
</div>
<div class="site-title-text">The NewsBlur Blog</div>
</a><nav class="site-nav">
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
<label for="nav-trigger">
<span class="menu-icon">
<svg viewBox="0 0 18 15" width="18px" height="15px">
<path d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.032C17.335,0,18,0.665,18,1.484L18,1.484z M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.032C17.335,6.031,18,6.696,18,7.516L18,7.516z M18,13.516C18,14.335,17.335,15,16.516,15H1.484 C0.665,15,0,14.335,0,13.516l0,0c0-0.82,0.665-1.483,1.484-1.483h15.032C17.335,12.031,18,12.695,18,13.516L18,13.516z"/>
</svg>
</span>
</label>
<div class="trigger"><a class="page-link" href="https://www.newsblur.com">Visit NewsBlur ➤</a></div>
</nav></div>
</header>
<header class="site-subheader" role="banner">
<div class="wrapper">
<div class="top">
NewsBlur is a personal news reader that brings people together to talk about the world.
</div>
<div class="bottom">
A new sound of an old instrument.
</div>
</div>
</header>
<main class="page-content" aria-label="Content">
<div class="wrapper">
<div class="home">
<ul class="post-list"><li><span class="post-meta">Aug 15, 2019</span>
<h3>
<a class="post-link" href="/2019/08/15/secure-images-for-everybody/">
Secure images for everybody
</a>
</h3>
<div class="post-content e-content" itemprop="articleBody">
<p>There are two ways to connect to the NewsBlur website. The first is <em>http</em>://www.newsblur.com. The second is <em>https</em>://www.newsblur.com. The first is plain text and the second is encrypted. You get to choose which one you want to use.</p>
<p>Part of the draw of using an encrypted https connection instead of a plain text http connection is that you can protect your privacy. As far as I can tell, there are two reasons for preferring https over http.</p>
<p>One is that using an encrypted https connection to NewsBlur protects what you read from hackers or a man-in-the-middle changing your data as it comes to you. This could be your internet service provider (ISP) inserting ads or it could be snooping wifi router that you are connected to that injects malware into your content. Some companies have been known to do this and https protects you.</p>
<p>But the second reason is that your privacy is also protected from more benign, aggregate collections by ISPs and middlemen that sees what you read and sells that data. NewsBlur doesnt sell any of your data and beginning this week NewsBlur can ensure that nobody other than you and the site you read can either.</p>
<p>The feature that is launching this week (it actually launched Monday in order for me to ensure that it works well) is a secure image proxy for all images served on NewsBlur. That means that NewsBlur will take any images that isnt behind an encrypted https connection and proxies it behind NewsBlurs own secure, encrypted connection.</p>
<figure class="tmblr-full" data-orig-height="1021" data-orig-width="1110" data-orig-src="https://s3.amazonaws.com/static.newsblur.com/blog/https-proxy.png"><img width="650" style="margin: 0 auto; width: 650px;" data-orig-height="1021" data-orig-width="1110" src="https://s3.amazonaws.com/static.newsblur.com/blog/https-proxy.png" /></figure>
<p>You should notice next to no difference. The only difference you may notice is that some images may load <em>faster</em>, since NewsBlur has a thicker pipe to the Internet and can download data faster than your client browser can, which means that your persistent connection to NewsBlurs servers takes over instead of having to make new connections with the associated overhead to various servers around the net.</p>
<figure class="tmblr-full" data-orig-height="488" data-orig-width="1392" data-orig-src="https://s3.amazonaws.com/static.newsblur.com/blog/https-preference.png"><img style="margin: 0 auto; border: 1px solid #A0A0A0;" data-orig-height="488" data-orig-width="1392" src="https://s3.amazonaws.com/static.newsblur.com/blog/https-preference.png" /></figure>
<p>Now you can turn on the SSL setting on the NewsBlur Web and ensure your data stays private.</p>
<p>And to answer the question of why you wouldnt wan t to use https — it used to mean serving and loading pages over https gave a slight performance hit, but thats no longer true. But some people use http because it will load images from both http and https websites, whereas loading NewsBlur via https means that you can only load images via https, as loading an image via http will throw up a Mixed Content Warning. This update addresses that issue and it is my hope that http-only will be phased out.</p>
</div>
</li><li><span class="post-meta">Jul 1, 2019</span>
<h3>
<a class="post-link" href="/2019/07/01/newsblur-ios-v9-full-screen-autoscroll/">
NewsBlur iOS v9: full screen, autoscroll, customizable story titles, story change highlighter, and return to last read story
</a>
</h3>
<div class="post-content e-content" itemprop="articleBody">
<p>A whopper of a release with many, many new features!</p>
<ul>
<li>Autoscroll: Read long stories hands-free</li>
<li>Full screen: Reading stories without the toolbar for a better experience</li>
<li>Longer story titles: New options for longer and shorter story title and content previews in the story titles list</li>
<li>Smaller image previews: New option for smaller image previews in the story titles list</li>
<li>Show story changes: All stories with edits now show a “Show Changes” button at the top that lets you see the differences</li>
<li>Return to last read story: When you return to the app, you will start where you left off</li>
<li>Return to last read scroll position: When you return to a story, you will automatically scroll to where you left off</li>
</ul>
<p>Take a look at some of the image and story title customizations you can now make:</p>
<figure class="tmblr-full" data-orig-height="968" data-orig-width="1068" data-orig-src="https://s3.amazonaws.com/static.newsblur.com/blog/ios-v9.png"><img style="width:650px;margin: 24px auto;" data-orig-height="968" data-orig-width="1068" src="https://s3.amazonaws.com/static.newsblur.com/blog/ios-v9.png" /></figure>
<p>Theres also many smaller fixes that improve the polish of the app:</p>
<ul>
<li>If you had a slow connection, some stories would take a while to draw while images were downloaded. Now they show immediately</li>
<li>Support for larger iPad Pros</li>
<li>Suport for iOS 13</li>
<li>Fixes for split mode on iPad</li>
<li>Fixes for marking stories as read while scrolling the story titles list</li>
<li>Fixes for navigating stories with an external keyboard</li>
<li>Fixes for scroll performance on the feed list and the story titles list</li>
<li>Fixes for sharing stories accidentally having double titles in emails and messages</li>
</ul>
<p>Thanks to <a href="https://github.com/dejal">David Sinclair</a> for putting together this release. Keep up the great work! And if you have ideas for what youd like to see in the next NewsBlur iOS release, please, please, please <a href="https://forum.newsblur.com/c/idea">submit them to the forum</a>.</p>
</div>
</li><li><span class="post-meta">Jun 1, 2019</span>
<h3>
<a class="post-link" href="/2019/06/01/updates-to-the-android-app-and-a-new-addition-to/">
Updates to the Android app and a new addition to the team
</a>
</h3>
<div class="post-content e-content" itemprop="articleBody">
<p>Today we have a nice update, version 9.0, of the Android app that includes a rewrite of the story management backend as well as fixes for some critical display issues.</p>
<figure class="tmblr-full" data-orig-height="1920" data-orig-width="1080" data-orig-src="https://s3.amazonaws.com/static.newsblur.com/blog/android-9.png"><img width="600" style="width: 600px; margin: 0 auto;border:1px solid #606060" data-orig-height="1920" data-orig-width="1080" src="https://s3.amazonaws.com/static.newsblur.com/blog/android-9.png" /></figure>
<p>Heres the full list of changes for version 9.0:</p>
<ul>
<li>Fixes black background for stories while reading with the Light theme.</li>
<li>Total rewrite of the backend story management platform. This fixes the oldest issues known in story paging and scroll state. The story rivers should now act like dynamic views instead of static lists.</li>
<li>New feature: renaming feeds directly in the app.</li>
<li>Improved messaging and display behavior for the original text view.</li>
<li>Fixes for the dark themes menu color.</li>
<li>Many other bug fixes and performance tweaks.</li>
</ul>
<p>Id also like to introduce our newest developer, <a href="https://github.com/caleb-allen">Caleb Allen</a>.</p>
<p><img src="https://s3.amazonaws.com/static.newsblur.com/blog/caleb-allen.jpeg" alt="" /></p>
<p>Caleb will be working on the Android app. Our Android developer Daniel spent the last 5 years with us working many, many versions of the NewsBlur app. I want to thank Daniel for his years of service and we wish him well on his next adventure. And heres hoping for many fruitful years with Caleb!</p>
</div>
</li><li><span class="post-meta">Oct 31, 2018</span>
<h3>
<a class="post-link" href="/2018/10/31/the-newsblur-ios-app-also-hits-version-80/">
The NewsBlur iOS app also hits version 8.0
</a>
</h3>
<div class="post-content e-content" itemprop="articleBody">
<p>Fresh off the heels of the Android app hitting version 8.0, today Id like to announce the latest update to the iOS app. This is a huge release and its got a lot of new features packed in it. I also want to welcome David Sinclair back to the team. Hes the builder behind all the incredible features in this release. Really wonderful having you back, David, and thanks for making v8.0 of the best news reader on a phone.</p>
<p>Heres whats new:</p>
<ul>
<li>NEW: Save stories offline</li>
<li>NEW: Share stories from other apps into NewsBlur with the new share extension</li>
<li>NEW: Scroll vertically between stories (can be turned on while reading a story)</li>
<li>NEW: 3D Touch links in stories to preview them</li>
<li>NEW: search for sites directly from the feed list</li>
<li>Switching themes no longer reloads the story</li>
<li>iOS 12 compatibility fixes</li>
<li>Upgrading to a premium subscription now handles App Store payment updates</li>
<li>Fixed issue where locking the device while playing a video over Airplay would stop the video</li>
</ul>
<p>Heres a preview of what a 3D touch on a link looks like:</p>
<video src="https://s3.amazonaws.com/static.newsblur.com/blog/ios8-preview.mov" width="350" style="margin: 0 auto;border: 1px solid #606060" autoplay="" muted="" loop=""></video>
<p>And sharing stories from other apps directly to your blurblog is now easy to do from the share menu.</p>
<figure class="tmblr-full" data-orig-height="1334" data-orig-width="750" data-orig-src="https://s3.amazonaws.com/static.newsblur.com/blog/ios8-share.png"><img width="350" style="margin: 0 auto;border: 1px solid #606060" data-orig-height="1334" data-orig-width="750" src="https://s3.amazonaws.com/static.newsblur.com/blog/ios8-share.png" /></figure>
<p>Now that Davids back theres a lot to look forward to.</p>
</div>
</li><li><span class="post-meta">Jul 20, 2018</span>
<h3>
<a class="post-link" href="/2018/07/20/the-newsblur-android-app-hits-version-80-with-a/">
The NewsBlur Android app hits version 8.0 with a new Grid view
</a>
</h3>
<div class="post-content e-content" itemprop="articleBody">
<p>Long popular on the NewsBlur web app, the Grid view has now come to the Android app. Have a look for yourself…</p>
<figure class="tmblr-full" data-orig-height="1270" data-orig-width="800" data-orig-src="https://s3.amazonaws.com/static.newsblur.com/blog/android-grid-black.png"><img style="width: 350px; margin: 0 auto;" data-orig-height="1270" data-orig-width="800" src="https://s3.amazonaws.com/static.newsblur.com/blog/android-grid-black.png" /></figure>
<p>Theres even a wide and narrow grid view for ultimate customization. And the grid view is saved per-folder/feed, so you can change some folders to use the grid view while leaving others in a list view. And gestures work on individual grid tiles, so you can swipe to mark stories as read/unread while in the Grid view.</p>
<figure class="tmblr-full" data-orig-height="670" data-orig-width="800" data-orig-src="https://s3.amazonaws.com/static.newsblur.com/blog/android-grid-white.png"><img style="width: 650px;margin: 0 auto;" data-orig-height="670" data-orig-width="800" src="https://s3.amazonaws.com/static.newsblur.com/blog/android-grid-white.png" /></figure>
<p>Heres a full list of the changes:</p>
<ul>
<li>The grid view comes to Android. Each feed/folder has its own List view setting</li>
<li>Can scroll all the way past the last story (for marking-read while scrolling through story list)</li>
<li>Fix for Twitter videos</li>
<li>Fix crash for viewing muted feeds</li>
<li>Long press links and images without tags</li>
<li>Better login screen for very small devices</li>
<li>Improved efficiency on thumbnails</li>
<li>Story list position retained on rotate</li>
<li>Android 8 compatibility fixes</li>
<li>Color-blindness-friendly intelligence training</li>
</ul>
<p>And for those of you using the Amazon App Store, the NewsBlur Android app has been updated there as well.</p>
</div>
</li><li><span class="post-meta">Apr 17, 2018</span>
<h3>
<a class="post-link" href="/2018/04/17/moving-to-a-better-support-forum-at/">
Moving to a better support forum at forum.newsblur.com
</a>
</h3>
<div class="post-content e-content" itemprop="articleBody">
<p>Its about time NewsBlur had more control of its own support forums. For the past 7 years (to the week!), NewsBlur has been using Get Satisfaction for support, ideas, questions, and praise.</p>
<p>In that time the forums have hosted 6,959 conversations with 6,432 members. And all of that has been imported into the new support forum at <a href="https://forum.newsblur.com">https://forum.newsblur.com</a>.</p>
<figure class="tmblr-full" data-orig-height="2590" data-orig-width="2074" data-orig-src="https://s3.amazonaws.com/static.newsblur.com/blog/forum.png"><img width="650" data-orig-height="2590" data-orig-width="2074" src="https://s3.amazonaws.com/static.newsblur.com/blog/forum.png" /></figure>
<p>Every topic, every post, every like, and every user is still there. The URLs have changed but the search function is alive and well.</p>
<p>Heres the story with your account. Its still there and you can inherit all of your posting history. But to use your account you will have to go through the forgot password flow, as the passwords were not able to be imported.</p>
<p>Or create a new account. The point of the forum is to post ideas and questions and problems, so if your posting history doesnt come with you, its not a big deal. Its not like anybody answering the forums looks at your post count and decides whether or not to dive deeper into your question.</p>
<p>I try to do my best in answering every single support thread. At the rates weve seen with nearly 7,000 posts in 7 years, thats an average of 3 per day. Lets keep the posts coming!</p>
<p>And if youre wondering about why I decided to upgrade, the answer is that the new forum software, <a href="https://discourse.org">Discourse</a>, is open-source and allows me to better integrate the forums into other parts of NewsBlur. I have plans to build out the staff in the coming weeks and part of that includes a better support system.</p>
<p>Thanks to Get Satisfaction for all the years of service. You and your cupcake avatars will be missed.</p>
</div>
</li><li><span class="post-meta">Dec 11, 2017</span>
<h3>
<a class="post-link" href="/2017/12/11/intelligence-training-comes-to-newsblurs-android/">
Intelligence training comes to NewsBlurs Android app
</a>
</h3>
<div class="post-content e-content" itemprop="articleBody">
<p>This is a big deal for Android users. The NewsBlur Android app now fully supports intelligence training and filtering, letting you filter out the stories you dont want to read while highlighting the stories you do want by letting you filter titles, authors, tags, and the publisher.</p>
<p><img src="http://s3.amazonaws.com/static.newsblur.com/blog/android-training.png" alt="" /></p>
<p>You used to be able to train by tapping on authors and tags right from the story, but that didnt give you a birds eye view of an entire feed. You can now clear / modify old intelligence training without going back to the story that set it. And until now you had to use the web or iOS app to train on titles and the publisher itself. Now you can do it all from all of the apps. <a href="https://www.newsblur.com/faq">Check the FAQ</a> for ideas on how to make use of the intelligence trainer.</p>
<p>Heres a list of all the new features in version 7.0 of the Android app:</p>
<ul>
<li>New Intelligence Trainer. You can train feeds and individual stories: titles, authors, tags, and publishers.</li>
<li>New Infrequent Site Stories view. Its configurable and will show up on iOS and the web soon.</li>
<li>Titles with intelligence training are now highlighted.</li>
<li>You can now switch between light and dark themes from any view.</li>
</ul>
<p>This is a huge release and we hope youll find that it makes the NewsBlur reading experience that much better.</p>
</div>
</li><li><span class="post-meta">Dec 11, 2017</span>
<h3>
<a class="post-link" href="/2017/12/11/newsblur-for-iphone-x/">
NewsBlur for iPhone X
</a>
</h3>
<div class="post-content e-content" itemprop="articleBody">
<p>Im proud to announce the launch of version 7.0 of the NewsBlur iOS app, complete with iPhone X support. Theres a lot thats new and improved in this release.</p>
<figure class="tmblr-full" data-orig-height="1928" data-orig-width="1090" data-orig-src="https://s3.amazonaws.com/static.newsblur.com/blog/ios-v7-iphonex-feeds.png"><img width="450" style="margin: 0 auto;" data-orig-height="1928" data-orig-width="1090" src="https://s3.amazonaws.com/static.newsblur.com/blog/ios-v7-iphonex-feeds.png" /></figure>
<p>Also new to the release is that addition of in-app payments for a NewsBlur premium subscription. This was a long time coming. This upgrades the iOS app to match the experience on the web. And because in-app subscriptions are now live, the iOS app will now match the free account restrictions youll find on the web. As a reminder, NewsBlur is a paid service with free accounts that act as indefinite trials.</p>
<figure class="tmblr-full" data-orig-height="1131" data-orig-width="1200" data-orig-src="https://s3.amazonaws.com/static.newsblur.com/blog/iphone-x-stories.png"><img width="650" style="margin: 24px auto;" data-orig-height="1131" data-orig-width="1200" src="https://s3.amazonaws.com/static.newsblur.com/blog/iphone-x-stories.png" /></figure>
<p>Heres a complete list of whats new:</p>
<ul>
<li>Built for iOS 11 and iPhone X</li>
<li>In app purchases allow you to upgrade to a premium subscription from inside the app</li>
<li>Drag-and-drop on iPad to share stories and images from NewsBlur</li>
<li>New view: Infrequent Site Stories shows stories from feeds that update less than once a day (premium only)</li>
<li>Theme manager in every view for quick color changes</li>
<li>Adding San Francisco font choice</li>
<li>Adding feed list and story list font size controls so you can change size directly from each view</li>
<li>Adding in-app Safari with Reader mode option</li>
<li>Scroll position is now saved, so when you return to a story you maintain your place</li>
<li>New mark as read button on iPad when in landscape or with story titles on bottom</li>
<li>Fixing image sizing on all iPhones and iPads</li>
<li>Updated many layouts for better future compatibility</li>
<li>Fixing unread count badge for users without notifications turned on</li>
<li>Fixing duplicate title/URL in Messages sharing (thanks Nicholas R!)</li>
<li>Fixing compatibility with Firefox (thanks Joe G!)</li>
</ul>
<p>I hope you enjoy the updated iOS app. I have plans to build new features on top of the app next year, when some huge features will make their debut.</p>
</div>
</li><li><span class="post-meta">Dec 11, 2017</span>
<h3>
<a class="post-link" href="/2017/12/11/infrequent-site-stories-is-the-blog-reader-we-need/">
Infrequent Site Stories is the blog reader we need
</a>
</h3>
<div class="post-content e-content" itemprop="articleBody">
<p>Launching today on all three platforms—web, iOS, and Android—is the new Infrequent Site Stories view. This configurable river of news offers a view of stories only from the blogs that publish less often than 1 story per day.</p>
<p>Most of what you see in your day-to-day feed is news thats up to the minute and is probably stale within a day. Even 8 hour old news can be a problem. But sometimes what you want is an overview of the news that isnt exactly news. Its stories from the blogs who have individual authors, or blogs that publish only a few times a month. And missing out on those stories is a tragedy because it is those blogs that pushed you to invest in an RSS reader in the first place.</p>
<p>Today Im happy to introduce a new feature that you wont find anywhere else. Its called Infrequent Site Stories and you can find it at the top of your feed list on the web, on iOS, and on Android.</p>
<figure class="tmblr-full" data-orig-height="1131" data-orig-width="1200" data-orig-src="https://s3.amazonaws.com/static.newsblur.com/blog/infrequent-ios-android.png"><img width="600" style="margin: 24px auto;" data-orig-height="1131" data-orig-width="1200" src="https://s3.amazonaws.com/static.newsblur.com/blog/infrequent-ios-android.png" /></figure>
<p>Infrequent Site Stories is the river that captures stories from those authors who arent pulling from the firehose. These are the stories that are more thoughtful and more relevant days, weeks, months, or even years down the line. These stories are not to be missed. And the best thing about these stories is that there are far fewer of them than there are of your normal full river from All Site Stories.</p>
<p>You can also configure the Infrequent river to be more or less inclusive of content that is more or less frequently published by changing the filter anywhere from 5 to 90 stories per month.</p>
<figure class="tmblr-full" data-orig-height="570" data-orig-width="1100" data-orig-src="https://s3.amazonaws.com/static.newsblur.com/blog/infrequent-options.png"><img width="650" style="margin: 24px auto; border: 1px solid #606060;" data-orig-height="570" data-orig-width="1100" src="https://s3.amazonaws.com/static.newsblur.com/blog/infrequent-options.png" /></figure>
<p>These options are also available on all three official NewsBlur platforms and will let you perform a filter similar to how Focus mode reduces your number of unreads. Its great to dip into Infrequent Site Stories and get stories you would ordinarily miss out on.</p>
<figure class="tmblr-full" data-orig-height="866" data-orig-width="1400" data-orig-src="https://s3.amazonaws.com/static.newsblur.com/blog/infrequent-web.png"><img width="650" style="margin: 24px auto;" data-orig-height="866" data-orig-width="1400" src="https://s3.amazonaws.com/static.newsblur.com/blog/infrequent-web.png" /></figure>
<p>Try out the new Infrequent Site Stories feed, available only to premium subscribers. If your experience is anything like mine, itll be one of the new must read feeds in your reader.</p>
</div>
</li><li><span class="post-meta">Oct 24, 2017</span>
<h3>
<a class="post-link" href="/2017/10/24/improved-text-view-story-extraction/">
Improved Text view story extraction
</a>
</h3>
<div class="post-content e-content" itemprop="articleBody">
<p>The Text view is one of the most popular NewsBlur features. Its available on all three platforms and gives you the full text of the original story, even in truncated RSS feeds. Up until today, NewsBlurs implementation of the Text view used Readabilitys open source text extractor.</p>
<p>Starting today, all stories will be run through <a href="https://mercury.postlight.com/web-parser/">Postlight Labs Mercury Parser</a>. That means that not only will the full text be more likely to correctly pull the entire article, but it will also do a much better job with extracting full size images in stories.</p>
<p>Take a look:</p>
<p><img src="https://s3.amazonaws.com/static.newsblur.com/blog/text_view_images.png" alt="" /></p>
<p>A welcome improvement. This new text extractor and parser also does a better job of handling Unicode and Chinese characters. And when it doesnt extract text as well as the old text extractor, NewsBlur will automatically fallback on the old method.</p>
</div>
</li></ul>
<!-- Pagination links -->
<div class="pagination">
<a href="/" class="previous">
Previous
</a>
<span class="page_number ">
Page: 2 of 11
</span>
<a href="/page3" class="next">Next</a>
</div>
<p class="rss-subscribe">subscribe <a href="/feed.xml">via RSS</a></p></div>
</div>
</main><footer class="site-footer h-card">
<data class="u-url" href="/"></data>
<div class="wrapper">
<h2 class="footer-heading">The NewsBlur Blog</h2>
<div class="footer-col-wrapper">
<div class="footer-col footer-col-1"><ul class="social-media-list"><li><a href="https://github.com/samuelclay"><svg class="svg-icon"><use xlink:href="/assets/minima-social-icons.svg#github"></use></svg> <span class="username">samuelclay</span></a></li><li><a href="https://www.twitter.com/newsblur"><svg class="svg-icon"><use xlink:href="/assets/minima-social-icons.svg#twitter"></use></svg> <span class="username">newsblur</span></a></li><li><a href="mailto:blog@newsblur.com?subject=Hello from the NewsBlur blog"><svg class="svg-icon"><use xlink:href="/assets/minima-social-icons.svg#email"></use></svg> <span class="username">blog@newsblur.com</span></a></li></ul>
</div>
<div class="footer-col footer-col-3">
<p>NewsBlur is a personal news reader that brings people together to talk about the world.<br />
A new sound of an old instrument.<br />
</p>
</div>
</div>
</div>
</footer>
</body>
</html>