$.make('div',{className:'NB-faq-question'},'What is the different between the three views: Original, Feed, and Story?'),
$.make('div',{className:'NB-faq-answer'},'Original view is the original site. Feed view is the RSS feed from the site. And Story view is the same as Feed view, but only shows one story at a time. It\'s all personal preference, really.')
]),
$.make('li',[
$.make('div',{className:'NB-faq-question'},'Am I actually at the original site? Can NewsBlur see what I see?'),
$.make('div',{className:'NB-faq-answer'},'In order to show you the original site, NewsBlur takes a snapshot of the page. You may have noticed that if you are logged into the original site, you are not logged into NewsBlur\'s snapshot of the page. This is because NewsBlur fetched the site for you.')
]),
$.make('li',{className:'last'},[
$.make('div',{className:'NB-faq-question'},'Why doesn\'t NewsBlur follow me when I click on links on the page?'),
$.make('div',{className:'NB-faq-answer'},'When you click on a link, you are technically leaving NewsBlur, although only for a portion of the page. In order to track what you\'re reading, you need to read NewsBlur\'s snapshot of the page, or switch to the Feed view.'),
$.make('div',{className:'NB-faq-answer last'},'This may change one day. There is a way to fix this behavior so it works like you would expect. It is not easy to do, however. One day.')
$.make('div',{className:'NB-faq-question'},'How does NewsBlur know whether I like or dislike a story?'),
$.make('div',{className:'NB-faq-answer'},'When you like or dislike a story, you mark a facet of that story by checking a tag, author, part of the title, or entire publisher. When these facets are found in future stories, the stories are then weighted with your preferences. It is a very simple, explicit process where you tell NewsBlur what you like and don\'t like.'),
$.make('div',{className:'NB-faq-answer'},'The idea is that by explicitly telling NewsBlur what your story preferences are, there is increased likelihood that you will like what the intelligence slider does for you.'),
$.make('div',{className:'NB-faq-answer last'},'Currently, there is not an automated way of detecting stories you like or dislike without having to train NewsBlur. This implicit, automatic intelligence will come in the near-term future, but it will require an evolution to the interface that has not been easy to figure out how to make in a simple, clear, and effective manner. Soon.')
$.make('div',{className:'NB-faq-question'},'Help! A site shows unread stories, but when I open the site, there are no unread stories to read.'),
$.make('div',{className:'NB-faq-answer'},'This is a bug and has been noticed in many places. It is not easy to fix, however. But it will hopefully be fixed once and for all any day now. Just know that it has been noticed.')
$.make('div',{className:'NB-faq-answer'},'There are two potential causes for new stories to not show up. First, sites that only have a signle subscriber tend to get updated much less often than popular sites. Additionally, the frequency that a site publishes stories (once per month or several per day) has an impact on how often the site is refreshed.'),
$.make('div',{className:'NB-faq-answer last'},'Second, it is possible that a bug remains in certain circumstances where some RSS feeds are not parsed correctly, resulting in new stories not being shown. This has been noticed and sites should be gradually fixed as they are manually inspected.')