Skip to content

Instantly share code, notes, and snippets.

@JornWildt
JornWildt / gist:2305988
Created April 4, 2012 21:55
Author HTML example from Ramone
<html>
<body>
<h1>Author: <span class="name">Pete Peterson</span></h1>
<p>E-mail: <a rel="email" href="pp@ramonerest.dk">pp@ramonerest.dk</a></p>
<p><a href="http://localhost/ramone-testserver/blog/author/0" rel="self">Permalink</a></p>
</body>
</html>
@JornWildt
JornWildt / RamoneBlogListHtml.html
Created April 4, 2012 21:23
Blog list HTML example from Ramone
<html>
<head profile="http://a9.com/-/spec/opensearch/1.1/">
<link rel="search"
type="application/opensearchdescription+xml"
href="searchform"
title="Content search" />
</head>
<body>
<h1 class="blog-title">A mixed blog</h1>
<p>Author: <a rel="author" href="http://localhost/ramone-testserver/blog/author/0">Pete Peterson</a></p>