3 PlanetFilter uses a blacklist to filter a blog aggregator feed. It allows
4 anyone to subscribe to popular blog aggregators without being overwhelmed by
7 It supports the RSS, RSS 2.0 and Atom formats.
11 To install using pip, simply do this:
13 $ pip install planetfilter
17 To filter a given author out of a blog aggregator, create a config file for
21 url=http://planet.mozilla.org/rss20.xml
24 authors = The Mozilla Blog
25 Mozilla Release Management Team
27 Product Coordination Meeting
29 https://air.mozilla.org
33 planetfilter --output filtered.xml planet.conf
35 Then in your feed reader, add the feed either using a `file:///` URL or
36 as an `http://localhost/` URL if you serve it using a local web server.
40 PlanetFilter is known to work with the following feed readers:
42 * [Akregator](https://userbase.kde.org/Akregator) using `file:///` URLs
43 * [Thunderbird](https://www.mozilla.org/thunderbird/) using `http://localhost/` URLs
47 Copyright (C) 2010, 2015, 2016, 2017, 2018, 2019 Francois Marier <francois@fmarier.org>
49 This program is free software: you can redistribute it and/or modify
50 it under the terms of the GNU Affero General Public License as
51 published by the Free Software Foundation, either version 3 of the
52 License, or (at your option) any later version.
54 This program is distributed in the hope that it will be useful,
55 but WITHOUT ANY WARRANTY; without even the implied warranty of
56 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
57 GNU General Public License for more details.
59 You should have received a copy of the GNU General Public License
60 along with this program. If not, see <http://www.gnu.org/licenses/>.