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
+5-3
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,12 @@ Coldsweat 0.9.2 works with a newer version of the Peewee package. To update run:
31
31
* Uses the industry standard Mark Pilgrim's [Universal Feed Parser][fp]
32
32
* Is WSGI compatible - currently tested under CGI, FastCGI and Passenger environments
33
33
* Uses SQLite, PostgreSQL and MySQL databases
34
-
* Coldsweat web reader has been tested with Safari 5 and latest versions of Chrome and Firefox
34
+
*[HTTP-friendly fetcher][ff]
35
+
*[Plugin system][plugin] to easily extend fetcher capabilities
36
+
* The Web reader has been tested with Safari 5 and latest versions of Chrome and Firefox
35
37
36
38
Coldsweat started in July 2013 as a fork of [Bottle Fever][b] by Rui Carmo. By now I revised most of the code and tested the feed fetcher code with hundreds of Atom and RSS feeds.
37
39
38
-
For more information about the Coldsweat feed fetcher see the _[fetcher features][ff]_ page.
39
40
40
41
41
42
[fp]: https://pypi.python.org/pypi/feedparser/
@@ -47,4 +48,5 @@ For more information about the Coldsweat feed fetcher see the _[fetcher features
0 commit comments