ept-cache search -t game -s p 
	After it works, it's a good example "give me the most popular games"

ept-cache search image editor -s p --limit=40
	Sorting activates quality cutoff, but then tags retrofitted in the
	search give lower quality scores and the cutoff kicks in too early.

(11:51:51) Alinutza: for ept-cahe : http://dev.iterating.com/debian/ratings/
(11:52:02) Alinutza: for debtags : http://dev.iterating.com/debian/debtags/


10:16 <enrico> actually, can you point me at the API for the auto-install part?
10:16 <enrico> just, like, where to read the flag
10:16 <mvo> please have a look at apt-pkg/depcache.h
10:16 <enrico> mvo thanks
10:16 <mvo> and search for "Garbage"
10:17 <mvo> that is the flag that is updated
10:17 <mvo> mark-and-sweep are run after every operation unless you use have a
            active "pkgDepCache::ActionGroup", in this case the mark-n-sweep is
            postponed until the actiongroup goes out of scope
10:18 <mvo> this is to speed up operation groups (like marking 20 pkgs for install)
10:19 <mvo> and when you commit changes (run dpkg) please run writeStateFile() on
            the depcache. I vaguely remember that libept used to have a forked
            dpkgpm.cc file
10:20 <mvo> otherwise the auto-mark information will not make it to the disk

Normalise popcon to 0-1000000 and turn it into a generic 'numbers' data source?
