Created
June 18, 2012 16:13
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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