inz.fi

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 986b0c87cad94d388c04a9a680a63b8fa998157e
parent b7fca6383b738e6e7d189ca06dd64bf7dd961b6d
Author: Santtu Lakkala <inz@inz.fi>
Date:   Fri, 21 Jul 2006 13:49:46 +0000

Maemo repository watcher

Diffstat:
Aposts/maemo-repository-watcher.md | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/posts/maemo-repository-watcher.md b/posts/maemo-repository-watcher.md @@ -0,0 +1,11 @@ +# Maemo repository watcher + +Had a bit of a bore going on, so decided to do something fun. Remembering tko's [post](http://http://maemo.org/pipermail/maemo-developers/2006-July/004721.html) on maemo-developers, decided to do a repository watcher. + +So, what does it do; well, it gets list of categories from [MaemoWiki](http://maemo.org/maemowiki/ApplicationRepositories), gets list of packages of every repository, and checks if the versions of packages are newer, than what was previously in the database. If version is newer (or package is new), the new package is put into the database instead. + +So, what's the good stuff; the database can then be queried. As repository packages lists don't contain any dates, we use the time of the checkout. As package date; thus we get a [time-ordered list of packages](http://maemo-hackers.org/wiki/MaemoPackages). And of course, in this time of rss feeds, there is also a [feed ](http://maemo-hackers.org/packages.php)available. Rss-feed also supports get parameters count and repo to change amount of packages and to only see packages from one repository. + +Now you can watch as new packages make themselves to the repositories - yay. + +The source for the [repository scrawler](http://maemo-hackers.org/update_maemo_packages.txt) and the [rss feed](http://maemo-hackers.org/packages.txt) are available. +\ No newline at end of file