euscan: Adding naive deb handler, TODO updated

Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
volpino
2012-09-14 16:56:52 +02:00
parent 4b29c6db2b
commit 0203a465ee
3 changed files with 59 additions and 7 deletions

18
TODO
View File

@ -41,12 +41,18 @@ packages:
### handlers
- freecode: to scan freecode.com
- remote-id: type deb repository. Example I always scan:
http://dl.google.com/linux/musicmanager/deb/dists/stable/main/binary-i386/Packages
to see if google has release an update, same would help for all google
packages and some of the actual debian packages.
Something similar could be done for rpm repositories.
- remote-id type deb repository:
- Fix handler to support Packages.gz or Packages.bz2
- find out how to get download url
### 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>
euscanwww
---------