Search

Newspaper Software

0 views

The New York Times Reader, a piece of software you can download to read the NYT on your PC, came out several similar readers for two British papers, Forbes magazine and a Seattle newspaper (PaidContent has more here). And like several other people, including David Rothman of TeleRead and might appeal to someone who only wants to read one newspaper, which I will admit is a possibility, but it still seems overly limiting to me).

I think it probably makes sense to the executives at the NYT, who approved the idea, or to similar executives at Forbes and Associated Newspapers — after all, the lure of such an idea is that it has the potential to replicate the same kind of physical control that newspapers enjoy in print, but in digital form. No cutting and pasting, no linking from the outside, no messy webpages or RSS feeds or any of that nonsense. Just a very pretty, very appealing, shares my bemusement at the whole idea of a dedicated app for a single publication, as does James Robertson. And Don Dodge disagrees with me and points out that “the business of software is about business, Comments

Add to ' /> Digg</a> | <a href=' />Reddit</a> | <a href=' /> Furl</a>  <br />
<br />
Bookmark Murdok: <a href=' /></a>                </div>
                
                <script>
                (function() {
                    function initCopyableSections() {
                        document.querySelectorAll('.article-content .copyable-section').forEach(function(section) {
                            if (section.querySelector('.copyable-section__btn')) return;
                            var btn = document.createElement('button');
                            btn.type = 'button';
                            btn.className = 'copyable-section__btn';
                            btn.setAttribute('aria-label', 'Copy to clipboard');
                            var label = section.getAttribute('data-copy-label');
                            btn.textContent = label ? 'Copy ' + label : 'Copy';
                            section.appendChild(btn);
                            btn.addEventListener('click', function() {
                                var contentEl = section.querySelector('.copyable-section__content');
                                var text;
                                if (contentEl) {
                                    text = contentEl.textContent.trim();
                                } else {
                                    var clone = section.cloneNode(true);
                                    var btnClone = clone.querySelector('.copyable-section__btn');
                                    if (btnClone) btnClone.parentNode.removeChild(btnClone);
                                    text = clone.textContent.trim();
                                }
                                if (!text) return;
                                navigator.clipboard.writeText(text).then(function() {
                                    var t = btn.textContent;
                                    btn.textContent = 'Copied!';
                                    btn.classList.add('copied');
                                    setTimeout(function() {
                                        btn.textContent = t;
                                        btn.classList.remove('copied');
                                    }, 2000);
                                });
                            });
                        });
                    }
                    if (document.readyState === 'loading') {
                        document.addEventListener('DOMContentLoaded', initCopyableSections);
                    } else {
                        initCopyableSections();
                    }
                })();
                </script>
                
                <!-- Tags -->
                                
                <!-- Correction Form -->
                <div class=

Suggest a Correction

Found an error or have a suggestion? Let us know and we'll review it.

Share this article

Comments (0)

Please sign in to leave a comment.

No comments yet. Be the first to comment!