DOAP rendered in XHTML through XSL

Answering to Danny's idea, you can find an XSL stylesheet that you can use to "convert" your DOAP file in a (valid) XHTML 1.1 document.

To do it, you can download Saxon, and run:

java -jar saxon.jar -o doap.html doap.rdf doap.xsl

And here you go.

An interesting question: how can you link the XHTML version to the RDF version. Add in top of your DOAP (just after the rdf:RDF) this piece of code:

<rdf:Description rdf:about="">
 <dct:hasVersion dc:format="application/xhtml+xml" rdf:resource="URL of the XHTML version" />
</rdf:Description>

Verify that you have declared both of the DC terms XML namespace (http://purl.org/dc/terms) and the "standard" DC namespace (http://purl.org/dc/). NB that if you already have an <rdf:Description rdf:about=""> defined (if you used DOAP-a-matic, eg), you just need to insert the dct:Version line between the rdf:Description.

"Monring" contest

Here are all of the answers of the "Monring" contest: find all the "anagrams" of the word "Morning" without moving the first and the last letters. We didn't ask for true anagrams, just shaked letters and saw what it gave.

Many thanks to GregElin for having launched the contest, to all the ones who commented during and after the performance.

And thanks to Libby for purposing a new contest: "Afternoon". Silly idea, sure?

Chumpofit

Playing around with whwhwhwhexperimental

Je me suis zamusé cet après-midi avec wh4experimental, création de Libby (enfin je crois).

Adjonction d'une nouvelle fonctionnalité : !zodiac. Par exemple :

<balbinus> !zodiac Leo
<wh4experimental> Leo Vincent Tabard

La syntaxe Squish est la suivante :

select ?name, ?sign
where (foaf:name ?person ?name) (zodiac:Sign ?person ?sign)
and ?sign ~ "$1"
using foaf for http://xmlns.com/foaf/0.1/ zodiac for http://www.ideaspace.net/users/wkearney/schema/astrology/0.1#

Ensuite (merci Chris), vous avez le contraire : !whatsyoursign :

<balbinus> !whatsyoursign balbinus
<wh4experimental> balbinus Leo

La syntaxe :

select ?nick, ?sign
where (zodiac:Sign ?person ?sign) (foaf:nick ?person ?nick)
and ?nick ~ "$1"
using foaf for http://xmlns.com/foaf/0.1/ zodiac for http://www.ideaspace.net/users/wkearney/schema/astrology/0.1#

Et enfin le cadeau surprise : la commande bonus !speakslang.

Syntaxe :

select ?name, ?lang
where (foaf:name ?person ?name) (lang:speaks ?person ?lang)
and ?lang ~ "$1"
using foaf for http://xmlns.com/foaf/0.1/ lang for http://purl.org/net/inkel/rdf/schemas/lang/1.1#

Bon voilà. J'y retourne.

Vuit de nol

--> Vous parlez maintenant sur #devfr
--- Le sujet de #devfr est Le code, c'est pour Popol, pas pour les cons, putain! -- Le code, c'est les Autres, c'est comme l'enfer -- Coder quoi ? Commenter pourquoi ?
--- Sujet de #devfr défini par stork à Mon Aug 16 13:18:27 2004
--- Votre nom est maintenant balbinus
[...]
<manix> niark.
<grirgz> plop.
<zograk> pelopeuh
<grirgz> eupeulaupeuheu
<balbinus> peuhleaupeuhaeuh
<grirgz> euheupeuheuleuhauheupeuhaeuh
<balbinus> plop.
<grirgz> plp,
<balbinus> pl
<grirgz> p
<balbinus>
<grirgz> p
<balbinus> pl
<grirgz> plp,
<balbinus> plop.
<grirgz> a bas les batiments, abollir c'est ballot, liberez mon bébé
<balbinus> fourrez les fosses, fuir c'est fayot, saucissonez mon frérot
<grirgz> pas mal :p
<balbinus> après tu mélanges
<balbinus> bourrez les fesses, puer c'est pas nouveau, libérez les tétés
<grirgz> fourrez les frerots, saucissonez mon fayot, fuir les les fosses ?

[Follow-up]: Lit de viol (La bestiole à grirgz)

J'ai découvert les bookmarklets de DotClear

Nan, je les connaissais avant... Mais j'ai testé :) Résultat, c'est ici que ça se passe : If relationships were internet protocols... Génial :)

New URL for the DOAPy Family

I really should make less moving URLs. I know.

You can find them in their new home: http://doapy.bonjourlesmouettes.org/. Using Content Negotiation (I should make a post about it, by the way).

Entre un regard et un sourire

J'adore cette page, cette association de photo, de citation, de posts... Entre un regard et un sourire - 2004-08-08 - Carnet Web Karl. J'avais besoin de le dire.

Un lenguaje más en DOAP-a-matic

¡Ahora podéis usar el DOAP-a-matic en español, gracias a Emmanuelle Gutiérrez y Restrepo!

Si su navegador está configurado por mandar un Accept-Language con es en cabeza, verá el DOAP-a-matic (y los otros DOAPies también) en español :)

If you want to volunteer as a translator --> balbinus@bonjourlesmouettes.org. Thank you!

New URL for balbinus.net DOAP files

You can now find [balbinus.net] DOAP files (and bonjourlesmouettes's) at: http://doap.balbinus.net/.

Vous pouvez retrouver les fichiers DOAP de [balbinus.net] (et bonjourlesmouettes) à cette adresse : http://doap.balbinus.net/.

DROGUE, en français

Dans cet article au jeu de mots débile (DOAP = dope = drogue), j'ai traduit la spec' de DOAP (son RDFS). En bref : des explications sur toutes les classes et les propriétés de DOAP, en français.

Lire la suite