diff options
-rw-r--r-- | TODO | 10 | ||||
-rwxr-xr-x | euscan | 9 |
2 files changed, 10 insertions, 9 deletions
@@ -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 + @@ -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" |