Skip to content

Instantly share code, notes, and snippets.

@melvincarvalho
Created May 30, 2012 14:16
Show Gist options
  • Select an option

  • Save melvincarvalho/2836604 to your computer and use it in GitHub Desktop.

Select an option

Save melvincarvalho/2836604 to your computer and use it in GitHub Desktop.
semantic pingback
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" xmlns:pingback="http://purl.org/net/pingback/">
<head>
<title>Pingback Service</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head>
<body typeof="pingback:Container">
<form method="post" action="">
<p>source: <input type="text" property="pingback:source" name="source" /></p>
<p>target: <input type="text" property="pingback:target" name="target" /></p>
<p>comment: <input maxlength="256" type="text" name="comment" /></p>
<p><input type="submit" name="submit" value="Send" /></p>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment