Skip to content

Instantly share code, notes, and snippets.

@monokrome
Created February 4, 2014 01:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monokrome/8796131 to your computer and use it in GitHub Desktop.
Save monokrome/8796131 to your computer and use it in GitHub Desktop.
Example for a potential CatJugglers media description structure.
{
"objects": [
{
"type": "rss",
"title": "monokro.me",
"link": "http://monokro.me/feed.xml",
"tags": ["blog", "monokro.me"]
},
{
"title": "@monokrome",
"link": "http://twitter.com/monokrome"
},
{
"link": "http://twitter.com/monokrome"
},
{
"link": "http://kroo.gs/media/fractals.json",
"tags": ["fractals"]
}
]
}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Linking Example</title>
<link rel="alternate media" href="/alternates.json" />
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment