5 choses …
Je pensais être épargné, mais Got m’a refilé le colis piegé
A mon tour donc d’évoquer 5 choses à mon sujet:
- Je me marie en Juin prochain
Pour le moment, on cherche toujours le voyage de noces idéal; - Je suis actuellement sur MacBook Pro. Après avoir longtemps été sous GNU/Linux, je suis passé sous OS X l’été dernier. Par contre, ce serveur tourne toujours sous Debian.
- J’ai un lapin et un chien; ou plutot un Nabaztag et un iDog, très sympas;
- J’ai des tatouages, pas assez à mon gout, mais sans doute déjà trop pour mes parents;
- J’espère soutenir ma thèse avant l’été 2008, pour ensuite partir quelques années (ou plus) à l’étranger, avec un postdoc pour commencer.
Et pour les 5 suivants, je transmets à Julie, Fred, Kevin, Uldis et John.
Finding doap projects with YubNub
I was writing an opensearch plug-in for doapstore.org to allow searching projects directly from Firefox or IE7 search box, when I remembered yubnub.org, which already have such a plug-in. YubNub allows anyone to create command lines for the web, eg. typing "gim rdf" will search Google images for "rdf".
So rather than creating a plug-in for doapstore, I created a YubNub command, simply called "doap". It works as follow:
doap foowill search all projects with a name (doap:name) or description (doap:shortdescordoap:description) containingfoof;doap name=foowill search by name only;doap desc=foowill search by description (both long and short);doap lang=foowill search by programming language (doap:programming-language);doap host=foowill search by hostname (i.e. project URI)
The other advantage of YubNub is that it can be used not only as a search engine for your favourite browser, but also has various frontends, as Tiger widgets or command line scripts fro shell. Really useful !
NB: I also thaught as a generic SPARQL command for YubNub that would query different endpoints as Danny Ayers suggested and return a single set of results thanks to a SPARQL dispatcher but did not write anything about it.
