Skip to content

Instantly share code, notes, and snippets.

@JornWildt
Created April 4, 2012 21:23
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save JornWildt/2305777 to your computer and use it in GitHub Desktop.
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>
<div class="post">
<h2><a class="post-title" rel="self" href="http://localhost/ramone-testserver/blog/item/0">Hot summer</a></h2>
<p class="post-content">It is a hot summer this year.</p>
</div>
<div class="post">
<h2><a class="post-title" rel="self" href="http://localhost/ramone-testserver/blog/item/1">Cold winter</a></h2>
<p class="post-content">It is a cold winter this year.</p>
</div>
<p>
<a rel="edit" href="http://localhost/ramone-testserver/blog/create">Add new blog post</a>
</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment