aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO10
-rwxr-xr-xeuscan9
2 files changed, 10 insertions, 9 deletions
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"