From 0bdd5722fd6783842fc52b5f64e952d28547813d Mon Sep 17 00:00:00 2001 From: Corentin Chary Date: Tue, 19 Apr 2011 08:21:14 +0200 Subject: [PATCH] euscan: move TODO in its own file Signed-off-by: Corentin Chary --- TODO | 10 ++++++++++ euscan | 9 --------- 2 files changed, 10 insertions(+), 9 deletions(-) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..eb3dc48 --- /dev/null +++ b/TODO @@ -0,0 +1,10 @@ +TODO +==== + +- custom url handlers (portscout) + - sourceforge: use rss feeds +- respect robots.txt (portscout) +- check other distros (youri) +- clean blacklist system +- add a way to blacklist versions using standard package tokens + diff --git a/euscan b/euscan index c56b98a..353baa4 100755 --- a/euscan +++ b/euscan @@ -6,15 +6,6 @@ Distributed under the terms of the GNU General Public License v2 from __future__ import print_function -""" -TODO: -- custom url handlers (portscout) - - sourceforge: use rss feeds -- respect robots.txt (portscout) -- check other distros (youri) -- clean blacklist system -""" - # Meta: __author__ = "Corentin Chary (iksaif)" __email__ = "corentin.chary@gmail.com"