<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://ducamp.me/index.php?action=history&amp;feed=atom&amp;title=H-card</id>
	<title>H-card - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://ducamp.me/index.php?action=history&amp;feed=atom&amp;title=H-card"/>
	<link rel="alternate" type="text/html" href="https://ducamp.me/index.php?title=H-card&amp;action=history"/>
	<updated>2026-05-13T11:48:18Z</updated>
	<subtitle>Historique des révisions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.35.0</generator>
	<entry>
		<id>https://ducamp.me/index.php?title=H-card&amp;diff=6421&amp;oldid=prev</id>
		<title>Xtof : Page créée avec « {{stub-fr}}  &#039;&#039;&#039;&lt;dfn&gt;[http://microformats.org/wiki/h-card hCard]&lt;/dfn&gt;&#039;&#039;&#039; est le vocabulaire microformats2 pour marquer des personnes, organisations et des lieux sur l... »</title>
		<link rel="alternate" type="text/html" href="https://ducamp.me/index.php?title=H-card&amp;diff=6421&amp;oldid=prev"/>
		<updated>2017-02-20T10:47:44Z</updated>

		<summary type="html">&lt;p&gt;Page créée avec « {{stub-fr}}  &amp;#039;&amp;#039;&amp;#039;&amp;lt;dfn&amp;gt;[http://microformats.org/wiki/h-card hCard]&amp;lt;/dfn&amp;gt;&amp;#039;&amp;#039;&amp;#039; est le vocabulaire &lt;a href=&quot;/Microformats2&quot; title=&quot;Microformats2&quot;&gt;microformats2&lt;/a&gt; pour marquer des personnes, organisations et des lieux sur l... »&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{stub-fr}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;&amp;lt;dfn&amp;gt;[http://microformats.org/wiki/h-card hCard]&amp;lt;/dfn&amp;gt;&amp;#039;&amp;#039;&amp;#039; est le vocabulaire [[microformats2]] pour marquer des personnes, organisations et des lieux sur les sites web.&lt;br /&gt;
&lt;br /&gt;
== Pourquoi ==&lt;br /&gt;
&lt;br /&gt;
Chaque site IndieWeb devrait avoir une hCard sur la [[homepage-fr|page d&amp;#039;accueil]], contenant de préférence au moins les propriétés &amp;#039;&amp;#039;&amp;#039;name&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;url&amp;#039;&amp;#039;&amp;#039; et &amp;#039;&amp;#039;&amp;#039;photo&amp;#039;&amp;#039;&amp;#039; (ou &amp;#039;&amp;#039;&amp;#039;logo&amp;#039;&amp;#039;&amp;#039;) - juste ces trois couvrent la plupart des usages de hCard sur l&amp;#039;IndieWeb, par exemple, en mettant un nom et un visage sur des commentaires ou des URLs.&lt;br /&gt;
&lt;br /&gt;
Avoir une hCard minimale sur votre page d&amp;#039;index permet des recherches de type [[Gravatar]]  [[iwc:Why_web_sign-in-fr#Pourquoi_pas_un_e-mail_personnel_de_domaine au lieu de l&amp;#039;adresse e-mail]].&lt;br /&gt;
&lt;br /&gt;
[[Telegraph]] utilise votre h-card de page d&amp;#039;accueil pour saisir l&amp;#039;icône et le nom de votre profil après votre connexion. [https://indiewebcamp.com/irc/2016-01-05/line/1452020782123]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Comment ==&lt;br /&gt;
Vous pouvez produire une [[h-card-fr|h-card]] simple qui fait ce qui est décrit ci-dessus avec deux éléments et un nom de classe, par exemple : &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;h-card&amp;quot; href=&amp;quot;http://waterpigs.co.uk&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;img src=&amp;quot;/photo.png&amp;quot; alt=&amp;quot;&amp;quot; /&amp;gt; Barnaby Walters&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Validateurs ==&lt;br /&gt;
&lt;br /&gt;
Vous pouvez vérifier la hCard de votre page d&amp;#039;accueil pour la complétude et les erreurs courantes en utilisant ces validateurs : &lt;br /&gt;
* [http://indiewebify.me/validate-h-card/ indiewebify.me hCard] ([https://github.com/indieweb/indiewebify-me/issues/33 checks bare minimum for indieweb])&lt;br /&gt;
* [http://pin13.net/mf2/ pin13.net mf2 parser] (raw parsed JSON)&lt;br /&gt;
&lt;br /&gt;
== Problèmes ==&lt;br /&gt;
&lt;br /&gt;
From a pure user features perspective, and assuming no [[antipatterns#invisible_metadata|invisible metadata]], how are the following accomplished (that is, with hCard)?&lt;br /&gt;
&lt;br /&gt;
* I&amp;#039;d like to show some personal profile information (for example, name) on my posts, but not my picture. I may want to show additional profile information on another page, for example. &amp;#039;&amp;#039;&amp;#039;/about&amp;#039;&amp;#039;&amp;#039;. That may include my picture, or it may not (including [[icon]]).&lt;br /&gt;
&lt;br /&gt;
* When I [[comment]], [[like]], [[repost]], or [[rsvp]] to someone else&amp;#039;s post, and they render that response ([[comments-presentation]]), I&amp;#039;d like to let them show my additional profile information, including my picture, if they choose. &amp;#039;&amp;#039;[[authorship]] handles some of this, but maybe not all, for example, the case where I don&amp;#039;t show my picture anywhere on my site.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* Similarly, when I log into a site like this wiki with [[IndieAuth]] (etc.), I&amp;#039;d like the site to be able to discover my additional profile information, including my picture, to show on my profile page, activity, or other appropriate places. &amp;#039;&amp;#039;[http://microformats.org/wiki/representative-hcard-parsing representative-hcard-parsing] gets close, but not all the way. [[#Brainstorming]] below is a straw man extension that could help.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
From an hCard specific viewpoint, here are some additional issues / questions:&lt;br /&gt;
* Some people (e.g. [[User:David.shanske.com|GWG]], [[User:kartikprabhu.com| Kartik]], [[User:Snarfed.org]], [[User:Mowens.com]], {{gRegor}}) would like a way to include both a minimal hCard on a page *and* a link to a &amp;quot;complete&amp;quot; hCard with more information, for example, contact details or photo. [[authorship]] and [http://microformats.org/wiki/representative-hcard-parsing representative-hcard-parsing] are both related but slightly different, and both currently only use the inline hCard if it&amp;#039;s available. The inline hCard could include a link to the expanded hCard.&lt;br /&gt;
&lt;br /&gt;
* Along the same lines, some people (e.g. [[User:Snarfed.org]], [[User:Mowens.com]], {{gRegor}}) would like to make some parts of their hCard invisible everywhere, but still available to programmatic consumers. Examples include rel-me links to some silos, public encryption key. Related: [[antipatterns#invisible_metadata]]&lt;br /&gt;
** On my site currently, my author hCard on each post is invisible because I do not feel the need to display my photo, URL, and name on every post. This would be different if it was a multiple-author site. {{gRegor}}&lt;br /&gt;
** I too have made the h-card invisible on my home page because I don&amp;#039;t want details to show there for design reasons. [[User:jeremycherfas.net|Jeremy Cherfas]]&lt;br /&gt;
&lt;br /&gt;
== Brainstorming ==&lt;br /&gt;
&lt;br /&gt;
One possible solution for the [[#Issues|partial plus complete hCard issue]] is to include a rel-me link to the full hCard and *not* mark up the partial profile information on the home page as an hCard. The [http://microformats.org/wiki/representative-hcard-parsing representative-hcard-parsing] algorithm would then follow the rel-me link and use its full data. It doesn&amp;#039;t seem ideal, but it&amp;#039;d work.&lt;br /&gt;
&lt;br /&gt;
One problem with this is that the home page usually has many rel-me links, for example, to silos, and we don&amp;#039;t yet have a way to denote the &amp;quot;canonical&amp;quot; one. {{gRegor}}, [[User:Mowens.com]], and others have proposed using u-uid and/or a new rel-canonical property for this.&lt;br /&gt;
&lt;br /&gt;
== Voir aussi ==&lt;br /&gt;
&lt;br /&gt;
* [[microformats-fr|microformats]]&lt;br /&gt;
* [[h-entry-fr|h-entry]]&lt;/div&gt;</summary>
		<author><name>Xtof</name></author>
	</entry>
</feed>