Différences entre versions de « HResume »
De Mi caja de notas
(Page créée avec « ''Cette page a démarré sur microformats:h-resume'' <entry-title>h-resume</entry-title> <span class="h-card vcard"><span class="p-name fn">User:Tantek|Tantek Çeli... ») |
|||
Ligne 4 : | Ligne 4 : | ||
<span class="h-card vcard"><span class="p-name fn">[[User:Tantek|Tantek Çelik]]</span> (<span class="p-role role">Editor</span>)</span> | <span class="h-card vcard"><span class="p-name fn">[[User:Tantek|Tantek Çelik]]</span> (<span class="p-role role">Editor</span>)</span> | ||
---- | ---- | ||
− | <dfn style="font-style:normal;font-weight:bold">h-resume</dfn> | + | <dfn style="font-style:normal;font-weight:bold">h-resume</dfn> est un format simple et ouvert pour publier des résumés ou CVs sur le web. h-resume est l'un des nombreux [[microformats|microformat]] ouverts standards adapté pour embarquer de la donnée dans le HTML. |
h-resume est la mise à jour [[microformats2]] de [[hResume]]. | h-resume est la mise à jour [[microformats2]] de [[hResume]]. |
Version du 2 avril 2018 à 04:15
Cette page a démarré sur microformats:h-resume
<entry-title>h-resume</entry-title> Tantek Çelik (Editor)
h-resume est un format simple et ouvert pour publier des résumés ou CVs sur le web. h-resume est l'un des nombreux microformat ouverts standards adapté pour embarquer de la donnée dans le HTML.
h-resume est la mise à jour microformats2 de hResume.
Per CC0, to the extent possible under law, the editors have waived all copyright and related or neighboring rights to this work. In addition, as of 2024-11-22, the editors have made this specification available under the Open Web Foundation Agreement Version 1.0.
Exemple
Voic un exemple simple de résumé :
<div class="h-resume">
<span class="p-name">
<a class="p-contact h-card" href="http://exemple.org">
<img src="http://exemple.org/photo.png" alt="" />
Joe Bloggs
</a>
resume
</span>
<p class="p-summary">Joe is a top-notch llama farmer with a degree in <span class="p-skill">Llama husbandry</span> and a thirst to produce the finest wool known to man</p>
</div>
Parsed JSON:
{
"items": [
{
"type": [
"h-resume"
],
"properties": {
"name": [
"Joe Bloggs resume"
],
"contact": [
{
"value": "Joe Bloggs",
"type": [
"h-card"
],
"properties": {
"name": [
"Joe Bloggs"
],
"photo": [
"http://example.org/photo.png"
],
"url": [
"http://example.org"
]
}
}
],
"summary": [
"Joe is a top-notch llama farmer with a degree in Llama husbandry and a thirst to produce the finest wool known to man"
],
"skill": [
"Llama husbandry"
]
}
}
]
}
Démarrer
La classe h-resume
est un nom de classe racine qui indique la présence d'un h-resume.
Regardez microformats2-parsing pour en savoir plus sur les noms de classes des propriétés.
Propriétés
Le propriétés h-resume, à l'intérieur d'un élément avec la classe h-resume:
p-name
- brief name of the resumep-summary
- overview of qualifications and objectivesp-contact
- current contact info in anh-card
p-education
- an educationh-event
event, years, embeddedh-card
of the school, location.Article principal : h-eventArticle principal : h-cardp-experience
- a job or other professional experienceh-event
event, years, embeddedh-card
of the organization, location, job-title.Article principal : h-eventArticle principal : h-cardp-skill
- a skill or ability, optionally including level and/or duration of experiencep-affiliation
- an affiliation with anh-card
organization
Toutes les propriétés sont facultatives.
Statut
h-resume is a microformats.org draft specification. Public discussion on h-resume takes place on h-resume-feedback and the #microformats irc channel on irc.freenode.net.
h-resume is ready to use and implemented in the wild, but for backwards compatibility you should also mark h-resumes up with classic hResume classnames.
Détails des propriétés
(stub, add any property explanations here)
p-skill has a proposed expansion into competency with explicit summary, rating and/or duration components. Based on existing real world adoption, we should consider an h-skill vocabulary with p-name, p-rating, and dt-duration properties.
Exemples dans la Jungle
- Sarven Capadisli a marqué son Curriculum Vitae sous un h-resume.
- Moez Bouhlel a balisé son résumé en utilisant h-resume.
- Almorca a marqué sa page web personnelle (en espagnol).
- … ajoutez tous les exemple de h-resume que vous trouvez dans la jungle
Valider
Modèle:H-spec-section-validating
Rétro-Compatibilité
Publisher Compatibility
(stub)
Parser Compatibility
Microformats parsers Modèle:Should detect the following root class name and property names. A microformats2 parser may use existing microformats parsers to extract these properties. If an "h-resume" is found, don't look for an "hresume" on the same element.
compat root class name: hresume
properties: (parsed as p- plain text unless otherwise specified)
summary
contact
- including compat rootvcard
in the absence ofh-card
education
- including compat rootvevent
in the absence ofh-event
experience
- including compat rootvevent
in the absence ofh-event
skill
affiliation
- including compat rootvcard
in the absence ofh-card
Background
h-resume est basé sur la spécification existante hResume.
Voir aussi
- microformats2
- h-card et h-event sont tous deux imbriqués dans hResume
- The include-pattern is likely to be useful to avoid repeating information in any embedded h-cards
- hResume est le microformat classique désormais remplacé par h-resume