diff --git a/README.md b/README.md index 0acb6cea3..683814dce 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,12 @@ Core features are: * Tiny Tiny RSS (from RSS Guard 3.0.0), * ownCloud News (from RSS Guard 3.1.0). * multiplatformity, +* server/client cron-like mode, * multiple data backend support. * SQLite (in-memory DBs too), * MySQL. -See below for more information about features and other RSS Guard aspects. +See below for more information about features and other RSS Guard aspects. Also visit [Wiki](/wiki) for more detailed information or tutorials. - - - Contacts @@ -91,6 +92,7 @@ RSS Guard is written in C++. It is pretty fast even with tons of messages loaded * support for all feed formats, * simple internal Chromium-based web viewer, * simplicity, +* server/client cron-like mode, * import/export of feeds to/from OPML 2.0, * downloader with own tab and support for up to 6 parallel downloads, * message filter with regular expressions, diff --git a/src/core/feeddownloader.cpp b/src/core/feeddownloader.cpp index 92576f1aa..91fac96a4 100755 --- a/src/core/feeddownloader.cpp +++ b/src/core/feeddownloader.cpp @@ -22,7 +22,6 @@ #include #include -#include #include