Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support for offline feed readers through feed protocol. #5

Open
Zegnat opened this issue Mar 11, 2014 · 0 comments
Open

Adding support for offline feed readers through feed protocol. #5

Zegnat opened this issue Mar 11, 2014 · 0 comments

Comments

@Zegnat
Copy link

Zegnat commented Mar 11, 2014

Like Brian Reiter’s change from 2010, I’ll let him explain it:

Google has an extension for Chrome that almost does what I want. It discovers the feeds but it will only subscribe them with a web-based feed reader. What I did was hack on the RSS Subscriptions Extension (by Google) so that it would work with Outlook.

His “hack” was to let the extension, when you click subscribe, open a feed URL rather than an http one. That is:

url = url.replace( "%g", feedUrl.replace( /^http:/i, "feed:" ) );

E.g.:

https://github.com/justinkelly/chrome-rss/commits/master.atom → feed://github.com/justinkelly/chrome-rss/commits/master.atom

The reviews on the Chrome Web Store for his packaged version have people thanking him and confirming this trick to work with:

I can’t confirm if any of these still work, but it might be worth implementing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant