euscan: add README, TODO and some scripts

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
This commit is contained in:
Corentin Chary
2011-11-10 14:07:53 +01:00
parent 8be69f2350
commit 57ed9251e8
7 changed files with 339 additions and 39 deletions

13
TODO
View File

@ -5,6 +5,7 @@ euscan
------
- check other distros (youri)
- steel ideas from other tools (uscan, portscout)
Site Handlers
-------------
@ -17,7 +18,15 @@ Site Handlers
euscanwww
---------
- add progress options for each command
- add last scan in the footer
- add json/xml for each page
- add json/xml for each page (with a *real* API)
- rss scan world + post ?
- add an /about/config page that describe the current config (overlays, stuff in make.conf, euscan default settings, etc..)
### Scan process
- Move to celery:
- periodic task for emerge --sync; layman -S; eix-update etc... (every day ?)
- periodic task for euscan (once every week, groupped by category)
This would allow easier on-demand refresh from web interface