I'm trying to implement my own little reader view app (an app that would do the same thing as reader-mode on safari), and there are a few things I find asking myself:
- Is there a technical term for this feature (reader-view doesn't really cut it)?
- Is there a standard that websites are supposed to follow in order to indicate the content they would like to have in their reader views
- Is there an open-source set of HTML parsing rules to pull the "readable" content from a website?
- Is the effort to implement such a thing simply too big for a single person in a few weeks and if so should I opt for services such as Instaparser?