aboutsummaryrefslogtreecommitdiff
path: root/TODO
blob: f04e0978a3e4f591678b162d8dcb9d43bf226084 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
TODO
====

euscan
------

- check other distros (youri)
- steel ideas from other tools (uscan, portscout)

Site Handlers
-------------

- sourceforge: http://sourceforge.net/api/file/index/project-name/vboxgtk/mtime/desc/limit/20/rss  http://sourceforge.net/api/release/index/project-id/264534/rss
- ftp.kde.org: doesn't scan the "unstable" tree
- mysql: should use http://downloads.mysql.com/archives/
- mariadb: should use http://downloads.askmonty.org/MariaDB/+releases/

euscanwww
---------

- add last scan in the footer
- add json/xml for each page (with a *real* API) (using django-piston !)
- 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