<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://microformats.org/wiki/index.php?action=history&amp;feed=atom&amp;title=isbn-fr</id>
	<title>isbn-fr - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://microformats.org/wiki/index.php?action=history&amp;feed=atom&amp;title=isbn-fr"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=isbn-fr&amp;action=history"/>
	<updated>2026-05-30T04:03:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=isbn-fr&amp;diff=33890&amp;oldid=prev</id>
		<title>ChristopheDucamp: [fr: sync'd with english version - translation in progress]</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=isbn-fr&amp;diff=33890&amp;oldid=prev"/>
		<updated>2008-01-06T12:09:45Z</updated>

		<summary type="html">&lt;p&gt;[fr: sync&amp;#039;d with english version - translation in progress]&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=ISBN=&lt;br /&gt;
&lt;br /&gt;
[copie et traduction du [http://microformats.org/discuss/mail/microformats-new/2007-March/000050.html billet de la liste de discussion] ; actuellement non formaté et non édité - chantier en cours]&lt;br /&gt;
&lt;br /&gt;
==Abstract==&lt;br /&gt;
&lt;br /&gt;
Nous pouvons rapidement avoir des microformats pour les codes ISBNs et ISSNs. La nature très spécifique de la manière dont ces codes sont formatés signifie qu'un assemblement plus en profondeur serait superflu. De tels microformats seraient des composants utiles dasn un bon nombre d'autres microformats actuellement proposés. Agir maintenant assurera qu'une méthode standard  pourra s'appliquer dans de tels formats.&lt;br /&gt;
&lt;br /&gt;
==Editeur==&lt;br /&gt;
[[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
(traduction [[User:ChristopheDucamp|Christophe Ducamp]]&lt;br /&gt;
&lt;br /&gt;
==Couverture==&lt;br /&gt;
&lt;br /&gt;
Cette page traite de l'usage des ISBNs ; presque tout cela s'applique également aux ISSNs. &lt;br /&gt;
&lt;br /&gt;
==Problème==&lt;br /&gt;
Comment marquer les numéros ISBN, de façon à ce qu'ils puissent être extraits et que le livre ad'hoc soit trouvé dans les catalogues de biblothèques, librairies en ligne, etc., par exemple la façon dont [http://en.wikipedia.org/w/index.php?title=Special:Booksources&amp;amp;isbn=0950788120 Wikipedia utilise les ISBNs]. Au lieu de cela, ce service pourrait être la cible par un agent utilisateur (comme pourrait l'être [http://worldcat.org/issn/0006-3657 WorldCat pour les ISSNs]). Ceci bénéficierait aux plusieurs milliers d'auteurs, et les millions de clients d'ISBNs et ISSNs.&lt;br /&gt;
&lt;br /&gt;
Comment produire un microformat standard ISBN disponible comme un composant pour d'autres microformats.&lt;br /&gt;
&lt;br /&gt;
[http://tinyurl.com/39ytlp Les ISBNs incluent un numéro de résumé] et peuvent seulement n'avoir que soit 10 ou 13 chiffres de  long. (Les ISSNs sont à 8 chiffres)&lt;br /&gt;
&lt;br /&gt;
==Proposition==&lt;br /&gt;
&lt;br /&gt;
There as been previous discussion of marking-up ISBNs ([http://en.wikipedia.org/wiki/ISBN International Standard Book Numbers]); for example around the [[citation-examples-fr|proposed citation microformat]].&lt;br /&gt;
&lt;br /&gt;
I ([[User:AndyMabbett|Andy Mabbett]]) believe, however, that a microformat for ISBN should stand alone, and thus be available for use in any other microformat (for [[recipe]]s, for example, or for [[hresume-fr|hResume]], [[hatom-fr|hAtom]], [[hreview-fr|hReview]] or [[hlisting-fr|hListing]], as well as citations).&lt;br /&gt;
&lt;br /&gt;
==Evidence==&lt;br /&gt;
&lt;br /&gt;
So many websites use ISBN numbers, that we would never have time to examine even 1% - so we could ever be sure that we were dealing with cases in the larger side of an 80-20 divide. &lt;br /&gt;
&lt;br /&gt;
However, there are very few ways in which ISBN numbers can be marked up, in a meaningful and valid sense. Furthermore, the very nature of ISBNs, with rigidly defined formats, and check-sums, means that detecting, validating and parsing ISBNs is relatively easy to describe. &lt;br /&gt;
&lt;br /&gt;
Consider these examples (all found on the aforesaid citations-examples) &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;isbn&amp;quot;&amp;gt;0-313-32847-1&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;span id=&amp;quot;lblIsbn&amp;quot;&amp;gt;0-313-32847-1&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;span class=&amp;quot;isbnNumber&amp;quot;&amp;gt;0195162471&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(note that &amp;quot;isbnNumber&amp;quot; is a tautology!)&lt;br /&gt;
&lt;br /&gt;
and these other possible methods of marking up those ISBNs: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;isbn&amp;quot;&amp;gt;ISBN 0-313-32847-1&amp;lt;/div&amp;gt; &lt;br /&gt;
&lt;br /&gt;
        &amp;lt;span id=&amp;quot;lblIsbn&amp;quot;&amp;gt;ISBN: 0-313-32847-1&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
        &amp;lt;span class=&amp;quot;isbnNumber&amp;quot;&amp;gt;the ISBN is 0195162471&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
        &amp;lt;span class=&amp;quot;isbn&amp;quot;&amp;gt;ISBN: 0-95115-320-X&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
in each case, the marked-up text includes a valid ISBN (some with permitted, but superfluous, dashes) and, in the latter cases, some other non-numerical characters. All a parser need do is discard the non numerical characters, apart from a possible &amp;quot;X&amp;quot; check-digit (it's interesting to note that no &amp;quot;X&amp;quot; check-digit occurs on citation-examples), and check that the remaining digits validate to the included checksum digit. &lt;br /&gt;
&lt;br /&gt;
If the mark-up has introduced additional digits: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
        &amp;lt;span class=&amp;quot;isbnNumber&amp;quot;&amp;gt;the ISBN of book #42 is 0195162471&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
then a parser may simply discard the results as invalid - and thus requiring a more tightly applied element.&lt;br /&gt;
&lt;br /&gt;
==Prochaines étapes==&lt;br /&gt;
&lt;br /&gt;
Decide whether ISBNs should be used as TYPEs of UIDs, or be a stand-alone microformat.&lt;br /&gt;
&lt;br /&gt;
A test-case implementation should be made available, perhaps in a beta version of Operator. &lt;br /&gt;
&lt;br /&gt;
A [http://www.westmidlandbirdclub.com/biblio/sandwellISBNTEST.htm test page using class=&amp;quot;isbn&amp;quot;], which has two with &amp;quot;X&amp;quot; check digits, is available and further examples can be added to it.&lt;br /&gt;
&lt;br /&gt;
Additional examples should be created using UID and mark-up examples that already exist in the wild should be marked-up to see if UID covers all these scenarios.&lt;br /&gt;
&lt;br /&gt;
==Voir aussi==&lt;br /&gt;
[[rel-tag-spaces-fr#ISBN|ISBN-espaces-tag]]&lt;/div&gt;</summary>
		<author><name>ChristopheDucamp</name></author>
	</entry>
</feed>