euscan: move TODO in its own file

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
This commit is contained in:
Corentin Chary 2011-04-19 08:21:14 +02:00
parent 46eb0e9e2a
commit 0bdd5722fd
2 changed files with 10 additions and 9 deletions

10
TODO Normal file
View File

@ -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

9
euscan
View File

@ -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"