Debian Package of the Day
flok writes "The Debian project has started a new webpage: the 'Debian package of the day.' It does what it says — every day another package from the Debian repository is posted with an elaborate description and some nice screenshots. As Debian (and all the other distributions as well) contains way too many packages for it to be feasible to inspect all of them yourself, this is then a nice way of learning about all kinds interesting software packages."
Everything I needed to know about life, I learnt from Blake's Seven
Along with the package of the day, put a "similar packages" list of links.
-fragbait
Use debtags for that, e.g. you have vim:
:) - But the concept seems sound. IIRC debian also allows wiki-like editing of the tag-db somewhere.
$ apt-cache show vim | grep '^Tag:'
Tag: devel::editor, interface::text-mode, role::program, scope::application, uitoolkit::ncurses, use::editing, works-with::text
then you can search for packages with similar tags
$ debtags search '(works-with::text && use::editing && interface::text-mode)'
and, whoa, you get quite a lot of stuff, and the first entry, abiword-plugins, seems to be mistagged too
HTH
P.S.: Yes, emacs is among the results:
emacs21 - The GNU Emacs editor
[..]
emacs21-nox - The GNU Emacs editor (without X support)
qemacs - Small emacs clone editor with HTML and DocBook editing support
xemacs21-bin - highly customizable text editor -- support binaries
zile - very small emacs-like editor