2011-04-19 08:21:14 +02:00
|
|
|
TODO
|
|
|
|
====
|
|
|
|
|
2011-05-03 08:19:01 +02:00
|
|
|
euscan
|
|
|
|
------
|
|
|
|
|
2012-04-23 17:05:59 +02:00
|
|
|
### Version detections
|
|
|
|
|
|
|
|
- Check other distros (youri, distrowatch, distromatch, whoas; Equivalent-Packages)
|
|
|
|
- Steal ideas from other tools (uscan, portscout)
|
|
|
|
- Steal data from other tools (dehs)
|
|
|
|
|
|
|
|
### Command line interface
|
|
|
|
|
2012-09-02 18:39:04 +02:00
|
|
|
- html output
|
2012-04-23 17:05:59 +02:00
|
|
|
|
2012-08-19 18:41:17 +02:00
|
|
|
### Tests
|
2011-04-19 11:41:35 +02:00
|
|
|
|
2012-08-19 18:41:17 +02:00
|
|
|
- Write tests for handlers
|
|
|
|
- List some packages to test specific handlers
|
|
|
|
-- Sourceforge: mummer, bfast, vcftools, mtop, phppgadmin, e2fsprog-libs
|
|
|
|
-- Berlios: nast, enigma, usbprog, python-wifi, wifi-radar, bcm43xx-fwcutter
|
|
|
|
-- Google code: pychess, redis, rssguard, ostinato, pidgin-facebookchat
|
|
|
|
|
2012-09-14 10:42:53 +02:00
|
|
|
### metadata.xml
|
2012-08-19 18:41:17 +02:00
|
|
|
|
2012-11-26 15:38:27 +01:00
|
|
|
- Use handler's statistics page to generate metadata for some packages
|
|
|
|
(handled by deb or brute force for example)
|
2012-08-19 18:41:17 +02:00
|
|
|
- Create a subtree of metadata using custom rules
|
2012-09-14 10:42:53 +02:00
|
|
|
- Finalize format
|
2012-08-19 18:41:17 +02:00
|
|
|
- Write a GLEP
|
2012-09-14 10:42:53 +02:00
|
|
|
- Convert subtree
|
2012-08-19 18:41:17 +02:00
|
|
|
- Commit metadata.xml changes to tree
|
|
|
|
|
2012-09-14 17:22:18 +02:00
|
|
|
### packages:
|
2012-04-23 17:05:59 +02:00
|
|
|
- MySQL: should use http://downloads.mysql.com/archives/
|
2011-04-19 11:41:35 +02:00
|
|
|
- mariadb: should use http://downloads.askmonty.org/MariaDB/+releases/
|
2011-05-03 08:19:01 +02:00
|
|
|
|
2012-09-14 10:42:53 +02:00
|
|
|
|
|
|
|
### handlers
|
|
|
|
|
2012-09-14 16:56:52 +02:00
|
|
|
- remote-id type deb repository:
|
2012-11-26 15:38:27 +01:00
|
|
|
-- find out how to get download url (not sure it's possible)
|
2012-09-14 16:56:52 +02:00
|
|
|
|
|
|
|
### remote-id
|
|
|
|
- Propose new remote-id: deb
|
|
|
|
e.g.: <remote-id type="deb">
|
|
|
|
http://mysite.com/deb/dists/stable/main/binary-i386/Packages
|
|
|
|
</remote-id>
|
|
|
|
- Propose new remote-id: freecode
|
|
|
|
e.g.: <remote-id type="freecode">projectname</remote-id>
|
|
|
|
|