Congratulations!

[Valid RSS] This is a valid RSS feed.

Recommendations

This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations.

Source: http://marcel-bultez.chez-alice.fr/initial/Bul.xml

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <rss version="2.0"
  3. xmlns:atom="http://www.w3.org/2005/Atom"
  4. xmlns:dc="http://purl.org/dc/elements/1.1/"
  5. xmlns:content="http://purl.org/rss/1.0/modules/content/"
  6. xmlns:admin="http://webns.net/mvcb/"
  7. xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  8. <channel>
  9. <atom:link href="http://marcel-Bultez.chez-Alice.fr/initial/Bul.xml"
  10. rel="self" type="application/rss+xml" />
  11. <title>des Sources de programmes</title>
  12. <description>site personnel sur la programmation</description>
  13. <lastBuildDate>Sat, 10 Apr 2010 01:23:45 GMT</lastBuildDate>
  14. <link>http://bul.fr.nf</link>
  15. <language>fr</language>
  16. <generator>Bul - http://www.bul.fr.nf</generator>
  17. <!--items-->
  18. <item>
  19. <title>Explications sur les Flux RSS</title>
  20. <description><![CDATA[
  21. <pre style="font-family:Courier New;font-size:12px;font-weight:bold;">
  22. pour créer un Flux RSS sur un site, c'est malgré tout assez simple :
  23.  
  24. ° <u>ajouter</u>
  25. <div style="background-color:#FFFFDD">  <font color="#FF0000">
  26. &lt;link  rel="alternate"
  27. title="Titre de ce Flux"
  28. href="url d'un fichier.xml"
  29. target="rss"
  30. type="application/rss+xml" /&gt;</font>
  31. </div>
  32. dans la page (html,php... ) entre &lt;HEAD&gt; et &lt;/HEAD&gt; où vous voulez mettre ce Flux,
  33. ça permet aux navigateurs d'afficher le logo "Flux Rss" <img src="http://marcel-bultez.chez-alice.fr/gif/RSS.gif" />
  34. et d'autoriser les visiteurs à s'y abonner
  35. Vous pouvez aussi bien entendu mettre un &lt;a href="url du fichier.xml"&gt;Flux RSS&lt;/a&gt;
  36. Ceux qui utilisent un Aggrégateur de Flux, auront le choix.
  37. Il va sans dire, donc ça ira mieux en le disant, que plusieurs balises &lt;link&gt;
  38. concernant les Flux sont permises.
  39. ° <u>créer le fichier.xml</u> avec les caractéristiques décrites ci-dessous
  40. <div style="background-color:#FFFFDD">
  41. <font color="#800000">&lt;?xml version="1.0" encoding="iso-8859-1"?&gt;
  42. &lt;rss version="2.0"&gt;
  43. &lt;channel&gt;
  44.  &lt;title&gt;titre du site&lt;/title&gt;
  45.  &lt;description&gt;description du site&lt;/description&gt;
  46.  &lt;lastBuildDate&gt;date de création, sous la forme : Mon, 1 Jan 1234 01:23:45&lt;/lastBuildDate&gt;
  47.  &lt;link&gt;url du site http://ww.bul.fr.nf&lt;/link&gt;
  48.  &lt;language&gt;fr&lt;/language&gt;
  49.  &lt;generator&gt;Bul - http://www.bul.fr.nf&lt;/generator&gt;
  50.  
  51.  &lt;item&gt;
  52. &lt;title&gt;chaque item est un message, et ici le titre de ce message&lt;/title&gt;
  53. &lt;description&gt;&lt;![CDATA[ le corps du message.
  54. "Tout" est permis, y compris le HTML par exemple.
  55. ]]&gt;&lt;/description&gt;
  56. &lt;pubDate&gt;date, sous la forme : Mon, 1 Jan 1234 01:23:45&lt;/pubDate&gt;
  57. &lt;category&gt;catégorie du Message&lt;/category&gt;
  58. &lt;source url="http://marcel-Bultez.chez-Alice.fr/initial/Bul.xml">Bul&lt;/source&gt;
  59. &lt;link&gt;http://Bul.fr.nf&lt;/link&gt;
  60. &lt;/item&gt;
  61. &lt;item&gt;
  62. &lt;title&gt;2ème message&lt;/title&gt;
  63. &lt;description&gt;&lt;/description&gt;
  64. &lt;pubDate&gt;&lt;/pubDate&gt;
  65. &lt;category&gt;e&lt;/category&gt;
  66. &lt;source url=""&gt;&lt;/source&gt;
  67. &lt;link&gt;&lt;/link&gt;
  68. &lt;/item&gt;
  69. ...
  70. &lt;/channel&gt;
  71. &lt;/rss&gt;</font>
  72. </div>
  73. pour plus d'explications, car ce n'est ici qu'un aperçu, une 1ère idée...
  74. cliquez sur les liens qui vous invitent à en découvrir plus, ou une
  75. ch'tite recherche sur la toile, apportera une foultitude de réponses.
  76. <table style=" font-family:Comic Sans MS;
  77. font-size:11px;
  78. font-weight:bold;
  79. color:#004040;
  80. background-color:#EEDDAA;">
  81. <tbody>
  82. <tr>
  83. <td rowspan="2" valign="middle"><br /><img style="border:0"
  84. src="http://marcel-bultez.chez-alice.fr/gif/Moi.gif"></td>
  85. <td valign="bottom">mon site:</td>
  86. <td><a href="http://bul.fr.nf"><img  style="border:0"
  87. src="http://marcel-bultez.chez-alice.fr/gif/Home.gif">http://bul.fr.nf</a></td></tr>
  88. <tr>
  89. <td valign="bottom">m'écrire:</TD>
  90. <td><a href="http://bul.chez.com/mas/?bul"><img  style="border:0"  
  91. src="http://marcel-bultez.chez-alice.fr/gif/Mail.gif">http://bul.chez.com/mas/?bul</a> [Mail Anti Spam]&nbsp;</td></tr>
  92. </tbody>
  93. </table>
  94. ]]></description>
  95. <pubDate>Sat, 10 Apr 2010 01:23:45 GMT</pubDate>
  96. <category>catégorie du Message</category>
  97. <source url="http://bul.fr.nf">Bul</source>
  98. <link>http://bul.fr.nf</link>
  99. <guid>http://bul.fr.nf</guid>
  100. </item>
  101. <!--/items-->
  102. </channel>
  103. </rss>
  104.  

If you would like to create a banner that links to this page (i.e. this validation result), do the following:

  1. Download the "valid RSS" banner.

  2. Upload the image to your own server. (This step is important. Please do not link directly to the image on this server.)

  3. Add this HTML to your page (change the image src attribute if necessary):

If you would like to create a text link instead, here is the URL you can use:

http://www.feedvalidator.org/check.cgi?url=http%3A//marcel-bultez.chez-alice.fr/initial/Bul.xml

Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda