Skip to content

Commit 2614141

Browse files
committed
Added new screenshot and updated README notes.
1 parent ad3faae commit 2614141

File tree

2 files changed

+6
-24
lines changed

2 files changed

+6
-24
lines changed

README.md

+6-24
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# About
1+
# Coldsweat 0.9.6
22

33
Coldsweat is a Python web RSS aggregator and reader compatible with the [Fever API][f]. This means that you can connect Coldsweat to a variety of clients like [Reeder][r] for iOS or Mac OS X [ReadKit][rk] app and use it to sync them together.
44

5-
![Screenshot](screenshots/coldsweat-0.9.5.jpg)
5+
![Screenshot](screenshots/coldsweat-0.9.6.jpg)
66

77
## Motivation
88

9-
I'm fed up of online services that are here today and gone tomorrow. After the Google Reader shutdown is clear to me that the less we rely on external services the more the data we care about are preserved. With this in mind I'm writing Coldsweat. It will be my personal take at consuming feeds today.
9+
I'm fed up of online services that are here today and gone tomorrow. After the Google Reader shutdown is clear to me that the less we rely on external services the more the data we care about are preserved. With this in mind I'm writing Coldsweat. It is my personal take at consuming feeds today.
1010

1111
## Features
1212

@@ -30,26 +30,10 @@ Second, make sure your database structure is up-to-date too:
3030

3131
$ python sweat.py upgrade
3232

33-
### Backwards-incompatible changes in 0.9.5
33+
### Notable changes from previous releases
3434

35-
#### Configuration
36-
37-
A few changes have been made to the configuration options:
38-
39-
* A new config option named `connection_url` replaces `engine`, `database`, `hostname`, `username` and `password` options
40-
* Config option `error_threshold` is now called `max_errors`
41-
* Config option `multiprocessing` has been replaced by `processes`. Assigning a value of 0 disables multiprocessing
42-
* Log config options `format` and `datefmt` have been removed. Please remove them from your `etc/config` file if Coldsweat raises a `ConfigParser.InterpolationMissingOptionError` exception on startup.
43-
44-
To make the configuration code more robust almost all options have now a default value so you don't necessary need to adjust the values listed above. Take a look at `etc/config-sample` for further information.
45-
46-
#### Fever sync
47-
48-
Coldsweat now uses the user e-mail instead of username to authorize clients, like Fever API dictates. This means that while configuring your Fever client it is required to specify an e-mail address and password to successully finish to authorization process.
49-
50-
#### New commands names
51-
52-
The commands `update` and `refresh` are now respectively aliases of `upgrade` and `fetch`. Older command names will most likely dropped with the 1.0.0 release.
35+
* Version 0.9.6: the `etc/blacklist` file is no longer available, please use the config `scrubber_blacklist` option instead.
36+
* Version 0.9.5: older commands `update` and `refresh` are now respectively aliases of `upgrade` and `fetch`. The former names will most likely dropped with the 1.0.0 release.
5337

5438
## Technical underpinnings
5539

@@ -72,6 +56,4 @@ Coldsweat started in July 2013 as a fork of [Bottle Fever][b] by Rui Carmo. By n
7256
[r]: http://reederapp.com/
7357
[ff]: https://github.com/passiomatic/coldsweat/wiki/Fetcher-features
7458
[setup]: https://github.com/passiomatic/coldsweat/wiki/Setup
75-
[i37]: https://github.com/passiomatic/coldsweat/issues/37
76-
[i3]: https://github.com/passiomatic/coldsweat/issues/3
7759
[plugin]: https://github.com/passiomatic/coldsweat/wiki/Fetcher-Plugin-Interface

screenshots/coldsweat-0.9.6.jpg

78.8 KB
Loading

0 commit comments

Comments
 (0)