coldsweat icon indicating copy to clipboard operation
coldsweat copied to clipboard

Web RSS aggregator and reader compatible with the Fever API

Results 28 coldsweat issues
Sort by recently updated
recently updated
newest added

Hello again, in case anyone should wish to use Coldsweat remotely (over a non-secure or possibly snooping network/channel), I think HTTPS protection should be offered to the user. Since not...

Compability to Python3 would be nice. I already started on this (PR: #110)

Store salted and hashed password and Fever apikey into database. See: - http://blog.codinghorror.com/your-password-is-too-damn-short/ - https://docs.python.org/2/library/hashlib.html#hashlib.pbkdf2_hmac Since different algorithms can be available on a user platform Coldsweat could store salted passwords...

Hi! I don't know how to create a new group for the feeds. Is there some UI element I'm not seeing?

While adding a feed via OPML import or web UI handle feed:// link as an alias for http(s)://. Common usage examples: ``` feed://www.example.com/rss feed:http://www.example.com/rss ```

A PR for #108 . When reviewing, I recommend to go commit after commit. Notable changes (the last two commits): 1. The `command_serve` method has been rewritten. All the SSL/TLS...

Still work in progress, the "processor" and "fever" tests won't pass at the moment (Issue #109)

I like to read my news oldest to newest. Could there be an option to display it like that in the web interface?

Implement Fever "Hot Links" as plugin. "Hot LInks" should appear in the web UI too. From: _[Why and how I use Fever](http://anthonydrendel.com/blog/2012/9/5/why-and-how-i-use-fever.html)_. > [Fever] curates (everyone's favorite buzzword!) your feeds...

bluesky

It looks like entries and feeds stay in the database forever. Unsubscribing just causes them to be skipped on refresh. Even a Raspberry Pi will run for a long time...

enhancement