-
Notifications
You must be signed in to change notification settings - Fork 41
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
Allow usage with generic RSS feeds #157
Conversation
If we want to go generic we should do it well though :) We should only show the "Launch ShowRSS" menu item if the user has a showrss feed configured, and rename the box in the preferences from "ShowRSS Feed" to just "Feed", in all localizations. This would take us half of the way towards #4. Do you want to tackle this? |
Ya that shouldn't be too bad. Btw it looks like it works fine with sandboxing enabled, any reasons not to enable it? |
See #36 |
@mipstian Alrighty, that should do it.
|
Wow, great job! One nitpick: in Other than that, LGTM! |
@mipstian Oh yeah good catch, fixed. Cheers! |
Perfecto. Thanks @chrisballinger ! |
I've put out a prerelease with your change, in case you want to run a signed, optimized build :) https://github.com/mipstian/catch/releases/tag/2.0-alpha4 |
Awesome thank you! |
Allow usage with generic RSS feeds
With some minor changes I was able to get it working with an existing generic RSS feed.
Cheers!