Skip to content

Commit eb2d143

Browse files
committed
Added more tech notes.
1 parent 24fbc98 commit eb2d143

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,12 @@ Coldsweat 0.9.2 works with a newer version of the Peewee package. To update run:
3131
* Uses the industry standard Mark Pilgrim's [Universal Feed Parser][fp]
3232
* Is WSGI compatible - currently tested under CGI, FastCGI and Passenger environments
3333
* 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
3537

3638
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.
3739

38-
For more information about the Coldsweat feed fetcher see the _[fetcher features][ff]_ page.
3940

4041

4142
[fp]: https://pypi.python.org/pypi/feedparser/
@@ -47,4 +48,5 @@ For more information about the Coldsweat feed fetcher see the _[fetcher features
4748
[ff]: https://github.com/passiomatic/coldsweat/wiki/Fetcher-features
4849
[setup]: https://github.com/passiomatic/coldsweat/wiki/Setup
4950
[i37]: https://github.com/passiomatic/coldsweat/issues/37
50-
[i3]: https://github.com/passiomatic/coldsweat/issues/3
51+
[i3]: https://github.com/passiomatic/coldsweat/issues/3
52+
[plugin]: https://github.com/passiomatic/coldsweat/wiki/Fetcher-Plugin-Interface

0 commit comments

Comments
 (0)