Skip to content

Instantly share code, notes, and snippets.

@clochix
Created June 18, 2012 16:13
Show Gist options
  • Select an option

  • Save clochix/2949158 to your computer and use it in GitHub Desktop.

Select an option

Save clochix/2949158 to your computer and use it in GitHub Desktop.
Sample semantic markup to add the url of a bugtracker to a Web page
<div itemscope itemtype="http://usefulinc.com/ns/doap#Project">
<a itemprop="bug-database" href="https://github.com/clochix/esquisses/issues">Signaler un problème</a>
</div>
<html lang="fr" >
<head prefix="doap: http://usefulinc.com/ns/doap#">
<title>Saisis un ticket ! Oussa ???</title>
<meta charset="utf-8" />
<meta name="description" content="Esquisses, brouillons et notes en vrac d'un apprenti geek intéressé par la liberté" />
<meta name="author" content="Clochix" />
<meta property="doap:bug-database" content="https://github.com/clochix/esquisses/issues">
</head>
<body>
(…)
</body>
</html>
<html lang="fr" >
<head prefix="doap: http://usefulinc.com/ns/doap#">
<title>Saisis un ticket ! Oussa ???</title>
<meta charset="utf-8" />
<meta name="description" content="Esquisses, brouillons et notes en vrac d'un apprenti geek intéressé par la liberté" />
<meta name="author" content="Clochix" />
<meta property="doap:bug-database" content="https://github.com/clochix/esquisses/issues">
</head>
<body>
(…)
</body>
</html>
<div vocab="http://usefulinc.com/ns/doap#" typeof="Project">
<a property="bug-database" href="https://github.com/clochix/esquisses/issues">Signaler un problème</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment