2011-04-19 08:21:14 +02:00
|
|
|
TODO
|
|
|
|
====
|
|
|
|
|
2012-02-14 14:55:11 +01:00
|
|
|
GSoC Ideas
|
|
|
|
----------
|
|
|
|
- Misc work on detection
|
|
|
|
- Celery port
|
|
|
|
|
2011-05-03 08:19:01 +02:00
|
|
|
euscan
|
|
|
|
------
|
|
|
|
|
2012-01-21 09:32:36 +01:00
|
|
|
- check other distros (youri, distrowatch, distromatch, whoas; Equivalent-Packages)
|
2012-02-14 14:55:11 +01:00
|
|
|
- steal ideas from other tools (uscan, portscout)
|
|
|
|
- steal data from other tools (dehs)
|
|
|
|
- debian/watch support ? (or a tool to convert debian/watch to something euscan could use).
|
|
|
|
- push some kind of equivalent in metadata.xml
|
|
|
|
- <upsteam><watch options="quirck1 quirck2">http://my.soft/tar-(\d+).ball</watch></upstream>
|
|
|
|
- cleaner code to separate gentoo mangled version and upstream unmangled versions
|
|
|
|
- try to import $PV -> $MY_PV transformations from ebuilds ?
|
|
|
|
- add a HTTP cache (1day, configurable)
|
2011-04-19 08:21:14 +02:00
|
|
|
|
2011-04-19 11:41:35 +02:00
|
|
|
Site Handlers
|
|
|
|
-------------
|
|
|
|
|
2011-09-21 10:09:50 +02:00
|
|
|
- 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
|
2011-04-19 11:41:35 +02:00
|
|
|
- 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/
|
2011-05-03 08:19:01 +02:00
|
|
|
|
|
|
|
euscanwww
|
|
|
|
---------
|
|
|
|
|
2011-12-30 11:33:27 +01:00
|
|
|
- add last scan in the footer [0.2.0]
|
|
|
|
- add an /about/config page that describe the current config (overlays, stuff in make.conf, euscan default settings, etc..) [0.2.0]
|
|
|
|
- add a table for overlays, change euscan_versions [0.2.0]
|
2012-02-14 14:55:11 +01:00
|
|
|
- rss scan world + post ?
|
|
|
|
- sort verions on package page
|
2011-11-27 16:25:44 +01:00
|
|
|
|
2011-12-30 11:33:27 +01:00
|
|
|
### Commands [0.2.0]
|
2011-11-27 16:25:44 +01:00
|
|
|
|
|
|
|
- euscan_init: init local tree (portage, layman, eix)
|
|
|
|
- euscan_addoverlay: add a layman overlay
|
|
|
|
- euscan_sync [--async|--sync]: sync portage, overlays, caches
|
|
|
|
- euscan_scan [--async|--sync] [--all|--category=<category>|--herd=<herd>|--maintainer=<maintainer>|--package=<package>]: scan local
|
|
|
|
- euscan_uscan [--async|--sync] [--all|--category=<category>|--herd=<herd>|--maintainer=<maintainer>|--package=<package>]: scan upstream
|
2011-11-10 14:07:53 +01:00
|
|
|
|
|
|
|
### Scan process
|
|
|
|
|
2011-12-30 11:33:27 +01:00
|
|
|
- Move to celery: [0.2.0]
|
2011-11-10 14:07:53 +01:00
|
|
|
- periodic task for emerge --sync; layman -S; eix-update etc... (every day ?)
|
2011-11-27 16:25:44 +01:00
|
|
|
- periodic task for euscan (once every week, groupped by category or package ?)
|
2011-11-10 14:07:53 +01:00
|
|
|
|
|
|
|
This would allow easier on-demand refresh from web interface
|
2011-11-27 16:25:44 +01:00
|
|
|
|
2011-12-30 11:33:27 +01:00
|
|
|
### API
|
|
|
|
|
|
|
|
- Move to tastypie: [0.3.0]
|