Repository with sources and generator of https://larlet.fr/david/ https://larlet.fr/david/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.html 26KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473
  1. <!doctype html>
  2. <html lang=fr>
  3. <head>
  4. <!-- Always define the charset before the title -->
  5. <meta charset=utf-8>
  6. <title>Planet.ubuntu-fr.org : c&#39;est parti ! — Biologeek — David Larlet</title>
  7. <!-- Define a viewport to mobile devices to use - telling the browser to assume that the page is as wide as the device (width=device-width) and setting the initial page zoom level to be 1 (initial-scale=1.0) -->
  8. <meta name="viewport" content="width=device-width, initial-scale=1"/>
  9. <!-- Fake favicon, to avoid extra request to the server -->
  10. <link rel="icon" href="data:;base64,iVBORw0KGgo=">
  11. <link type="application/atom+xml" rel="alternate" title="Feed" href="/david/log/" />
  12. <link rel="manifest" href="/manifest.json">
  13. <link rel="stylesheet" href="/static/david/css/larlet-david-_J6Rv.css" data-instant-track />
  14. <noscript>
  15. <style type="text/css">
  16. /* Otherwise fonts are loaded by JS for faster initial rendering. See scripts at the bottom. */
  17. body {
  18. font-family: 'EquityTextB', serif;
  19. }
  20. h1, h2, h3, h4, h5, h6, time, nav a, nav a:link, nav a:visited {
  21. font-family: 'EquityCapsB', sans-serif;
  22. font-variant: normal;
  23. }
  24. </style>
  25. </noscript>
  26. <!-- Canonical URL for SEO purposes -->
  27. <link rel="canonical" href="https://larlet.fr/david/biologeek/archives/20050614-planet-ubuntu-fr-org-cest-parti">
  28. </head>
  29. <body>
  30. <div>
  31. <header>
  32. <nav>
  33. <p>
  34. <small>
  35. Je suis <a href="/david/" title="Profil public">David Larlet</a>, <a href="/david/pro/" title="Activité professionnelle">artisan</a> du web qui vous <a href="/david/pro/accompagnement/" title="Activité d’accompagnement">accompagne</a><span class="more-infos"> dans l’acquisition de savoirs pour concevoir des <a href="/david/pro/produits-essentiels/" title="Qu’est-ce qu’un produit essentiel ?">produits essentiels</a></span>. <span class="more-more-infos">Discutons ensemble d’une <a href="/david/pro/devis/" title="En savoir plus">non-demande de devis</a>.</span> Je partage ici mes <a href="/david/blog/" title="Expériences bienveillantes">réflexions</a> et <a href="/david/correspondances/2017/" title="Lettres hebdomadaires">correspondances</a>.
  36. </small>
  37. </p>
  38. </nav>
  39. </header>
  40. <section>
  41. <h1 property="schema:name">Planet.ubuntu-fr.org : c&#39;est parti !</h1>
  42. <article typeof="schema:BlogPosting">
  43. <div property="schema:articleBody">
  44. <img src="/static/david/biologeek/images/logos/planet_ubuntu-fr.png" alt="vignette" style="float:left; margin: 0.5em 1em;" property="schema:thumbnailUrl" />
  45. <p>Bon j'ai finalement retenu la solution <a href="http://dotsandloops.net/blog/2005/05/19/lilina-head/">lilina-head</a> en attendant d'avoir mieux, c'est en cours de développement (co-développé avec <a href="http://home.gnu-gml.net/blog/">gml</a> en python \o/). Sans plus tarder, l'adresse du <a href="http://planet.ubuntu-fr.org">planet de ubuntu-fr</a>. Si vous souhaitez participer au planet ou au développement (ou aux deux !), tenez moi au courant, ci-dessous les conditions. Enfin pour les lecteurs, n'oubliez pas que la richesse d'un blog vient souvent aussi de ses commentaires donc si vous trouvez un billet obscur n'hésitez pas à aller jeter un œil aux réactions qu'il a pu susciter.</p>
  46. <h2>Pour participer au planet</h2>
  47. <h3>Si vous avez un blog</h3>
  48. <p>Rien de plus simple, il suffit d'avoir une catégorie spécifique à ubuntu et de pouvoir avoir un fil <abbr title="RDF Site Summary">RSS</abbr> qui ne prenne en compte que cette catégorie, par exemple si vous avez <a href="http://www.dotclear.net/">Dotclear</a>, il suffit de rajouter <code>?cat=ubuntu</code> pour avoir le fil <abbr title="RDF Site Summary">RSS</abbr> correspondant à la catégorie ubuntu.</p>
  49. <p>Autre «&nbsp;contrainte » , que le fil <abbr title="RDF Site Summary">RSS</abbr> généré contienne la totalité du billet. Si vous souhaitez tout de même conserver des billets tronqués dans votre <abbr title="RDF Site Summary">RSS</abbr> principal, il suffit d'ajouter à votre <strong>rss.php</strong>&nbsp;:</p>
  50. <pre>if ($cat == 'ubuntu')
  51. {
  52. # Dernières nouvelles
  53. $news = $blog-&gt;getLastNews(10,$cat,'post_dt DESC',false,$lang);
  54. $ts = strtotime($blog-&gt;getEarlierDate());
  55. $title = dc_blog_name;
  56. $items = $seq = '';
  57. while(!$news-&gt;EOF())
  58. {
  59. $items .= $news-&gt;getRSSItem(false);
  60. $seq .= $news-&gt;getRSSSeq();
  61. $news-&gt;moveNext();
  62. }
  63. }</pre>
  64. <p>(à inclure entre le <strong>if</strong> et le <strong>else</strong> si vous avez la dernière version de Dotclear).</p>
  65. <p>Voila, je crois que c'est à peu près tout, laissez moi vos fils en commentaire ;).</p>
  66. <h3>Si vous n'avez pas de blog</h3>
  67. <p>Générez à partir de votre prose un <a href="http://www.feedvalidator.org/">fil <abbr title="RDF Site Summary">RSS</abbr> valide</a> (ça vaut aussi pour ceux qui ont un blog ça tiens).</p>
  68. <p>Bon ça va, comme c'est pas vraiment évident à première vue, je veux bien m'en charger en le rentrant dans un blog en local, par contre, demandez-vous si votre contribution n'aurait pas davantage d'utilité sur le <a href="http://wiki.ubuntu-fr.org/">wiki</a> avant.</p>
  69. <h2>Pour contribuer au développement du planet</h2>
  70. <p>Contactez-moi par mail, le développement se fait en python exclusivement.</p>
  71. </div>
  72. </article>
  73. <footer>
  74. <h6 property="schema:datePublished">— 14/06/2005</h6>
  75. </footer>
  76. </section>
  77. <section>
  78. <div>
  79. <h3>Articles peut-être en rapport</h3>
  80. <ul>
  81. <li><a href="/david/biologeek/archives/20070317-bonne-continuation-ubuntu-fr/" title="Accès à ★ Bonne continuation Ubuntu-fr">★ Bonne continuation Ubuntu-fr</a></li>
  82. <li><a href="/david/biologeek/archives/20070131-reve-de-geek/" title="Accès à ★ Rêve de geek">★ Rêve de geek</a></li>
  83. <li><a href="/david/biologeek/archives/20060504-dedibox-free-propose-un-dedie-pas-cher/" title="Accès à Dedibox : Free propose un dédié pas cher !">Dedibox : Free propose un dédié pas cher !</a></li>
  84. </ul>
  85. </div>
  86. </section>
  87. <section>
  88. <div id="comments">
  89. <h3>Commentaires</h3>
  90. <div class="comment" typeof="schema:UserComments">
  91. <p class="comment-meta">
  92. <span class="comment-author" property="schema:creator">NiKo</span> le <span class="comment-date" property="schema:commentTime">14/06/2005</span> :
  93. </p>
  94. <div class="comment-content" property="schema:commentText">
  95. <p>*\o/*</p>
  96. </div>
  97. </div>
  98. <div class="comment" typeof="schema:UserComments">
  99. <p class="comment-meta">
  100. <span class="comment-author" property="schema:creator">kNo&#39;</span> le <span class="comment-date" property="schema:commentTime">14/06/2005</span> :
  101. </p>
  102. <div class="comment-content" property="schema:commentText">
  103. <p><a href="http://jehaisleprintemps.net/rss20_blog.php?cat=29" title="http://jehaisleprintemps.net/rss20_blog.php?cat=29">jehaisleprintemps.net/rss...</a><br />
  104. <br />
  105. (4 minutes de codage)</p>
  106. </div>
  107. </div>
  108. <div class="comment" typeof="schema:UserComments">
  109. <p class="comment-meta">
  110. <span class="comment-author" property="schema:creator">David, biologeek</span> le <span class="comment-date" property="schema:commentTime">14/06/2005</span> :
  111. </p>
  112. <div class="comment-content" property="schema:commentText">
  113. <p>Haha kNo' ;)<br />
  114. <br />
  115. On a dit <a href="http://www.feedvalidator.org/check.cgi?url=http%3A%2F%2Fjehaisleprintemps.net%2Frss20_blog.php%3Fcat%3D29" title="Valide !">Valide !</a> :p<br />
  116. (si j'ai pas la date je peux pas classer les billets chronologiquement...)</p>
  117. </div>
  118. </div>
  119. <div class="comment" typeof="schema:UserComments">
  120. <p class="comment-meta">
  121. <span class="comment-author" property="schema:creator">mauriz</span> le <span class="comment-date" property="schema:commentTime">14/06/2005</span> :
  122. </p>
  123. <div class="comment-content" property="schema:commentText">
  124. <p>\o/</p>
  125. </div>
  126. </div>
  127. <div class="comment" typeof="schema:UserComments">
  128. <p class="comment-meta">
  129. <span class="comment-author" property="schema:creator">Ploum</span> le <span class="comment-date" property="schema:commentTime">14/06/2005</span> :
  130. </p>
  131. <div class="comment-content" property="schema:commentText">
  132. <p>wéééé ! Bravo ! Mais on veut des hackers gotchis :-)</p>
  133. </div>
  134. </div>
  135. <div class="comment" typeof="schema:UserComments">
  136. <p class="comment-meta">
  137. <span class="comment-author" property="schema:creator">Romain</span> le <span class="comment-date" property="schema:commentTime">14/06/2005</span> :
  138. </p>
  139. <div class="comment-content" property="schema:commentText">
  140. <p>Je vois que je suis dans les contributeurs ! Ca fait super plaisir. :D<br />
  141. <br />
  142. Ca va m'obliger à rédiger davantage de billets sur le sujet. :p<br />
  143. <br />
  144. Ca fait également connaitre de nouveaux blogs sympas. Merci pour cette initiative.</p>
  145. </div>
  146. </div>
  147. <div class="comment" typeof="schema:UserComments">
  148. <p class="comment-meta">
  149. <span class="comment-author" property="schema:creator">kNo&#39;</span> le <span class="comment-date" property="schema:commentTime">14/06/2005</span> :
  150. </p>
  151. <div class="comment-content" property="schema:commentText">
  152. <p>bran ! j'étais sûr que la date était déjà intégrée, puisque mon fil &quot;en&quot; avait pu être groké par planet#lugradio.<br />
  153. Et là, j'suis au taf, j'peux rien faire-euh... zut flute.<br />
  154. Tu perds rien pour attendre, tu vas voir ce que tu vas voir...</p>
  155. </div>
  156. </div>
  157. <div class="comment" typeof="schema:UserComments">
  158. <p class="comment-meta">
  159. <span class="comment-author" property="schema:creator">kNo&#39;</span> le <span class="comment-date" property="schema:commentTime">14/06/2005</span> :
  160. </p>
  161. <div class="comment-content" property="schema:commentText">
  162. <p>fixed.</p>
  163. </div>
  164. </div>
  165. <div class="comment" typeof="schema:UserComments">
  166. <p class="comment-meta">
  167. <span class="comment-author" property="schema:creator">David, biologeek</span> le <span class="comment-date" property="schema:commentTime">14/06/2005</span> :
  168. </p>
  169. <div class="comment-content" property="schema:commentText">
  170. <p>Perdu, il te manque le champ content:encoded contenant ton billet :)</p>
  171. </div>
  172. </div>
  173. <div class="comment" typeof="schema:UserComments">
  174. <p class="comment-meta">
  175. <span class="comment-author" property="schema:creator">kNo&#39;</span> le <span class="comment-date" property="schema:commentTime">14/06/2005</span> :
  176. </p>
  177. <div class="comment-content" property="schema:commentText">
  178. <p>teu teu teu... C'est une alerte uniquement. Le fil est valide. J'avais viré l'envoi des headers &quot;application/rss+xml&quot; parce que le débogage devenait impossible dans Firefox (ben oui, au lieu d'afficher le document, il me balançait le dialogue de téléchargement).<br />
  179. Teste donc pour voir. Les infos sont là, et si ton programme n'est pas capable de les lire, tu peux lui dire de passer me voir, j'vais lui chauffer les oreilles, moi et lui expliquer à quel point ce genre de pinaillage est une plaie.</p>
  180. </div>
  181. </div>
  182. <div class="comment" typeof="schema:UserComments">
  183. <p class="comment-meta">
  184. <span class="comment-author" property="schema:creator">David, biologeek</span> le <span class="comment-date" property="schema:commentTime">14/06/2005</span> :
  185. </p>
  186. <div class="comment-content" property="schema:commentText">
  187. <p>Bon alors que les choses soient claires ;)<br />
  188. <br />
  189. La description est une sorte de résumé de ton billet, elle doit être en texte.<br />
  190. Le contenu doit être en html et entre &lt;content:encoded&gt;<br />
  191. <br />
  192. Tu peux voir ce qu'il faut que tu obtiennes ici : ...<br />
  193. <br />
  194. (le mauvais geek accuse le code, gniak gniak gniak ;) )</p>
  195. </div>
  196. </div>
  197. <div class="comment" typeof="schema:UserComments">
  198. <p class="comment-meta">
  199. <span class="comment-author" property="schema:creator">Antoine</span> le <span class="comment-date" property="schema:commentTime">14/06/2005</span> :
  200. </p>
  201. <div class="comment-content" property="schema:commentText">
  202. <p>hé hé ! Bravo :-)</p>
  203. </div>
  204. </div>
  205. <div class="comment" typeof="schema:UserComments">
  206. <p class="comment-meta">
  207. <span class="comment-author" property="schema:creator">kNo&#39;</span> le <span class="comment-date" property="schema:commentTime">14/06/2005</span> :
  208. </p>
  209. <div class="comment-content" property="schema:commentText">
  210. <p>en RDF, peut-être, pas en RSS 2.0.<br />
  211. <br />
  212. <a href="http://blogs.law.harvard.edu/tech/rss#hrelementsOfLtitemgt" title="http://blogs.law.harvard.edu/tech/rss#hrelementsOfLtitemgt">blogs.law.harvard.edu/tec...</a><br />
  213. <br />
  214. (c'est trop con de flooder ce billet, on se retrouve sur IRC, d'ac' ?)</p>
  215. </div>
  216. </div>
  217. <div class="comment" typeof="schema:UserComments">
  218. <p class="comment-meta">
  219. <span class="comment-author" property="schema:creator">Tom</span> le <span class="comment-date" property="schema:commentTime">15/06/2005</span> :
  220. </p>
  221. <div class="comment-content" property="schema:commentText">
  222. <p>Salut<br />
  223. est ce que le fil rss (<a href="http://planet.ubuntu-fr.org/cache/opml-a181a603769c1f98ad927e7367c7aa51.xml)" title="http://planet.ubuntu-fr.org/cache/opml-a181a603769c1f98ad927e7367c7aa51.xml)">planet.ubuntu-fr.org/cach...</a> est le bon ?<br />
  224. en tout cas, il ne marche pas avec feedreader ...</p>
  225. </div>
  226. </div>
  227. <div class="comment" typeof="schema:UserComments">
  228. <p class="comment-meta">
  229. <span class="comment-author" property="schema:creator">Vincent {CiD}</span> le <span class="comment-date" property="schema:commentTime">15/06/2005</span> :
  230. </p>
  231. <div class="comment-content" property="schema:commentText">
  232. <p>Je ne sais pas si c'est ma vue qui baisse, mais est-ce qu'il existe un fil de syndication global (qui contient les billets de tout les sites) plutôt qu'un fichier OPML ?</p>
  233. </div>
  234. </div>
  235. <div class="comment" typeof="schema:UserComments">
  236. <p class="comment-meta">
  237. <span class="comment-author" property="schema:creator">David, biologeek</span> le <span class="comment-date" property="schema:commentTime">15/06/2005</span> :
  238. </p>
  239. <div class="comment-content" property="schema:commentText">
  240. <p>@kNo' : préviens-moi quand c'est prêt ;)<br />
  241. <br />
  242. @Tom : c'est le bon fichier mais effectivement, ce n'est pas un fil RSS mais un fichier OPML qui est un regroupement de fils RSS (il doit y avoir une option dans ton aggrégateur : import opml file...)<br />
  243. <br />
  244. @Vincent : non en effet, c'est prévu pour la prochaîne version.<br />
  245. <br />
  246. @Titus : ne plus mettre en ligne un truc incomplet « pour attendre »...</p>
  247. </div>
  248. </div>
  249. <div class="comment" typeof="schema:UserComments">
  250. <p class="comment-meta">
  251. <span class="comment-author" property="schema:creator">Prendre un Café</span> le <span class="comment-date" property="schema:commentTime">15/06/2005</span> :
  252. </p>
  253. <div class="comment-content" property="schema:commentText">
  254. <!-- TB -->
  255. <p><strong>Planet Ubuntu !</strong></p>
  256. <p>Ça y est, la Planète Ubuntu est officiellement en orbite, et ce grâce à Titus :)
  257. Le concept des planets est de regrouper sur un blog global (un blogal ?? ^^) les billets de différents sites à la thématique commune...</p>
  258. </div>
  259. </div>
  260. <div class="comment" typeof="schema:UserComments">
  261. <p class="comment-meta">
  262. <span class="comment-author" property="schema:creator">Kagou</span> le <span class="comment-date" property="schema:commentTime">17/06/2005</span> :
  263. </p>
  264. <div class="comment-content" property="schema:commentText">
  265. <p>Moi aussi je veux être de la fête ;)<br />
  266. Mon fil est bon ?</p>
  267. </div>
  268. </div>
  269. <div class="comment" typeof="schema:UserComments">
  270. <p class="comment-meta">
  271. <span class="comment-author" property="schema:creator">kagou</span> le <span class="comment-date" property="schema:commentTime">17/06/2005</span> :
  272. </p>
  273. <div class="comment-content" property="schema:commentText">
  274. <p>je n'arrive pas à inclure tes lignes dans mon rss.php au bon endroit. Tu peux être plus précis sur la façon de procéder ?!</p>
  275. </div>
  276. </div>
  277. <div class="comment" typeof="schema:UserComments">
  278. <p class="comment-meta">
  279. <span class="comment-author" property="schema:creator">Debuntu</span> le <span class="comment-date" property="schema:commentTime">17/06/2005</span> :
  280. </p>
  281. <div class="comment-content" property="schema:commentText">
  282. <p>Et avec wordpress, on fait comment?! :-)</p>
  283. </div>
  284. </div>
  285. <div class="comment" typeof="schema:UserComments">
  286. <p class="comment-meta">
  287. <span class="comment-author" property="schema:creator">Milouse</span> le <span class="comment-date" property="schema:commentTime">18/06/2005</span> :
  288. </p>
  289. <div class="comment-content" property="schema:commentText">
  290. <p>Bonjour les gens<br />
  291. J'ai remarqué un blog qui pourrait vous intéresser... Il s'agit du blog de ttoine, qui doit déjà contribuer à ubuntu-fr je pense, vu qu'il a le lien sur son blog et qu'il tutorialise pas mal... à vous de voir.<br />
  292. lien : <a href="http://blog.ttoine.net/index.php/Ubuntu" title="http://blog.ttoine.net/index.php/Ubuntu">blog.ttoine.net/index.php...</a> (pour la catégorie ubuntu)<br />
  293. @++</p>
  294. </div>
  295. </div>
  296. <div class="comment" typeof="schema:UserComments">
  297. <p class="comment-meta">
  298. <span class="comment-author" property="schema:creator">cedric</span> le <span class="comment-date" property="schema:commentTime">19/06/2005</span> :
  299. </p>
  300. <div class="comment-content" property="schema:commentText">
  301. <p>&gt;debuntu pour wordpress tu mets <a href="http://www.tonsite.com//?feed=rss2&amp;cat=4" title="http://www.tonsite.com//?feed=rss2&amp;cat=4">www.tonsite.com//?feed=rs...</a> (si 4 est la catégorie ubuntu de ton blog)<br />
  302. <a href="http://feelfree.homelinux.com/?feed=rss2&amp;cat=2" title="http://feelfree.homelinux.com/?feed=rss2&amp;cat=2">feelfree.homelinux.com/?f...</a> dans mon cas...</p>
  303. </div>
  304. </div>
  305. <div class="comment" typeof="schema:UserComments">
  306. <p class="comment-meta">
  307. <span class="comment-author" property="schema:creator">cedric</span> le <span class="comment-date" property="schema:commentTime">19/06/2005</span> :
  308. </p>
  309. <div class="comment-content" property="schema:commentText">
  310. <p>sorry <a href="http://www.tonsite.com/?feed=rss2&amp;cat=4" title="http://www.tonsite.com/?feed=rss2&amp;cat=4">www.tonsite.com/?feed=rss...</a> (si 4 est la catégorie ubuntu de ton blog)<br />
  311. </p>
  312. </div>
  313. </div>
  314. <div class="comment" typeof="schema:UserComments">
  315. <p class="comment-meta">
  316. <span class="comment-author" property="schema:creator">kagou</span> le <span class="comment-date" property="schema:commentTime">20/06/2005</span> :
  317. </p>
  318. <div class="comment-content" property="schema:commentText">
  319. <p>C'est bon je pense. Dans les options de dotclear j'ai désactivé les fils rss courts. Je pense que mon fil est bon maintenant :<br />
  320. <a href="http://www.kagou.org/dotclear/rss.php?cat=ubuntu" title="http://www.kagou.org/dotclear/rss.php?cat=ubuntu">www.kagou.org/dotclear/rs...</a></p>
  321. </div>
  322. </div>
  323. <div class="comment" typeof="schema:UserComments">
  324. <p class="comment-meta">
  325. <span class="comment-author" property="schema:creator">Debuntu</span> le <span class="comment-date" property="schema:commentTime">20/06/2005</span> :
  326. </p>
  327. <div class="comment-content" property="schema:commentText">
  328. <p>Merci Cedric...<br />
  329. <br />
  330. Voici le lien donc:<br />
  331. <br />
  332. &lt;a&gt;<a href="http://debuntu.free.fr/?feed=rss2&amp;cat3&lt;/a&gt;" title="http://debuntu.free.fr/?feed=rss2&amp;cat3&lt;/a&gt;">debuntu.free.fr/?feed=rss...</a><br />
  333. <br />
  334. :-D</p>
  335. </div>
  336. </div>
  337. <div class="comment" typeof="schema:UserComments">
  338. <p class="comment-meta">
  339. <span class="comment-author" property="schema:creator">Debuntu</span> le <span class="comment-date" property="schema:commentTime">20/06/2005</span> :
  340. </p>
  341. <div class="comment-content" property="schema:commentText">
  342. <p>oups!<br />
  343. <br />
  344. <a href="http://debuntu.free.fr/?feed=rss2&amp;cat3" title="http://debuntu.free.fr/?feed=rss2&amp;cat3">debuntu.free.fr/?feed=rss...</a></p>
  345. </div>
  346. </div>
  347. <div class="comment" typeof="schema:UserComments">
  348. <p class="comment-meta">
  349. <span class="comment-author" property="schema:creator">Debuntu</span> le <span class="comment-date" property="schema:commentTime">20/06/2005</span> :
  350. </p>
  351. <div class="comment-content" property="schema:commentText">
  352. <p>J'ai pas l'impression que ce soit bon, j'ai fait un test avec firefox (en ajoutant un nouveau livebookmark) et il me met des articles qui ne sont pas dans la categorie ubuntu... </p>
  353. </div>
  354. </div>
  355. <div class="comment" typeof="schema:UserComments">
  356. <p class="comment-meta">
  357. <span class="comment-author" property="schema:creator">kagou</span> le <span class="comment-date" property="schema:commentTime">20/06/2005</span> :
  358. </p>
  359. <div class="comment-content" property="schema:commentText">
  360. <p>debuntu: t'as une erreur c'est -&gt; <a href="http://debuntu.free.fr/?feed=rss2&amp;cat=3" title="http://debuntu.free.fr/?feed=rss2&amp;cat=3">debuntu.free.fr/?feed=rss...</a></p>
  361. </div>
  362. </div>
  363. <div class="comment" typeof="schema:UserComments">
  364. <p class="comment-meta">
  365. <span class="comment-author" property="schema:creator">Debuntu</span> le <span class="comment-date" property="schema:commentTime">20/06/2005</span> :
  366. </p>
  367. <div class="comment-content" property="schema:commentText">
  368. <p>Merci Kagou!</p>
  369. </div>
  370. </div>
  371. <div class="comment" typeof="schema:UserComments">
  372. <p class="comment-meta">
  373. <span class="comment-author" property="schema:creator">David, biologeek</span> le <span class="comment-date" property="schema:commentTime">20/06/2005</span> :
  374. </p>
  375. <div class="comment-content" property="schema:commentText">
  376. <p>Bon c'est pas bientôt fini de flooder mes commentaires pendant que je suis pas là ;p<br />
  377. <br />
  378. Je vais essayer de répondre à tous :<br />
  379. @kagou : ton fil est bon mais par contre tu as un problème d'encodage apparament, envoies moi ton source si tu as du mal à trouver pourquoi.<br />
  380. <br />
  381. @Milouse : il me semble que ttoine ne publie des billets que sur sa doc, sa place serait plus appropriée sur le wiki, une page peut lui être attribuée avec des liens pointant vers ses articles.<br />
  382. <br />
  383. @Debuntu et Cédric : une des conditions du planet est d'avoir des billets complets en RSS, est-ce que wordpress le permet ?<br />
  384. <br />
  385. Voila, je râle mais n'hésitez pas à poser vos questions ;)</p>
  386. </div>
  387. </div>
  388. <div class="comment" typeof="schema:UserComments">
  389. <p class="comment-meta">
  390. <span class="comment-author" property="schema:creator">Debuntu</span> le <span class="comment-date" property="schema:commentTime">21/06/2005</span> :
  391. </p>
  392. <div class="comment-content" property="schema:commentText">
  393. <p>euh... je sais pas! :-(</p>
  394. </div>
  395. </div>
  396. <div class="comment" typeof="schema:UserComments">
  397. <p class="comment-meta">
  398. <span class="comment-author" property="schema:creator">Play</span> le <span class="comment-date" property="schema:commentTime">23/06/2005</span> :
  399. </p>
  400. <div class="comment-content" property="schema:commentText">
  401. <p>Comme je suis en retard... Ça craint des boulons :( Désolé les gars, j'essaye de faire face à ces quelques jours hors blogosphère. Je tiens vraiment à remercier Titus de m'avoir mis d'office sur la liste. Ça fait super plaisir. Je vais réecrire la plupart de mes billets + des nouveaux sur Ubuntu dans les jours qui viennent donc tu pourras supprimer le fil &quot;old&quot;. Beau boulot et encore merci.</p>
  402. </div>
  403. </div>
  404. <div class="comment" typeof="schema:UserComments">
  405. <p class="comment-meta">
  406. <span class="comment-author" property="schema:creator">David, biologeek</span> le <span class="comment-date" property="schema:commentTime">23/06/2005</span> :
  407. </p>
  408. <div class="comment-content" property="schema:commentText">
  409. <p>C'est pas grave Play, tu n'as pas à être désolé !<br />
  410. Tu es un des premier fil que j'ai mis d'office :)<br />
  411. <br />
  412. Ok pour ton nouveau fil, de toute façon je serais mis au courant de tes mises à jour, je modifierais le fil en conséquence.</p>
  413. </div>
  414. </div>
  415. <div class="comment" typeof="schema:UserComments">
  416. <p class="comment-meta">
  417. <span class="comment-author" property="schema:creator">kNo&#39;</span> le <span class="comment-date" property="schema:commentTime">01/07/2005</span> :
  418. </p>
  419. <div class="comment-content" property="schema:commentText">
  420. <p>Pfiou...<br />
  421. <br />
  422. <a href="http://jehaisleprintemps.net/rdf_blog.php?cat=29" title="http://jehaisleprintemps.net/rdf_blog.php?cat=29">jehaisleprintemps.net/rdf...</a><br />
  423. <br />
  424. A tester, voir si ça rentre dans les spécifications de ta planète. La vache, les caractères à échapper, c'est la plaie en RDF...</p>
  425. </div>
  426. </div>
  427. </div>
  428. </section>
  429. <footer>
  430. <nav>
  431. <p>
  432. <small>
  433. Je réponds quasiment toujours aux <a href="m&#x61;ilto:d&#x61;vid%40l&#x61;rlet&#46;fr" title="Envoyer un email">emails</a> (<a href="/david/signature/" title="Ma signature actuelle avec possibilité de chiffrement">signés</a>) et vous pouvez me rencontrer à Montréal. <span class="more-infos">N’hésitez pas à <a href="/david/log/" title="Être tenu informé des mises à jour">vous abonner</a> pour être tenu informé des publications récentes.</span>
  434. </small>
  435. </p>
  436. </nav>
  437. </footer>
  438. </div>
  439. <script src="/static/david/js/larlet-david-3ee43f.js" data-no-instant></script>
  440. <script data-no-instant>InstantClick.init()</script>
  441. </body>
  442. </html>