You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-24
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
# About
1
+
# Coldsweat 0.9.6
2
2
3
3
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.
4
4
5
-

5
+

6
6
7
7
## Motivation
8
8
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.
10
10
11
11
## Features
12
12
@@ -30,26 +30,10 @@ Second, make sure your database structure is up-to-date too:
30
30
31
31
$ python sweat.py upgrade
32
32
33
-
### Backwards-incompatible changes in 0.9.5
33
+
### Notable changes from previous releases
34
34
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.
53
37
54
38
## Technical underpinnings
55
39
@@ -72,6 +56,4 @@ Coldsweat started in July 2013 as a fork of [Bottle Fever][b] by Rui Carmo. By n
0 commit comments