I hereby claim:
- I am mamund on github.
- I am mamund (https://keybase.io/mamund) on keybase.
- I have a public key whose fingerprint is AD5D 8564 388E 366E E0DC 960C 6815 6BEE 29E9 4D39
To claim this, I am signing this object:
<html> | |
<head> | |
<title>Person</title> | |
<link rel="related" href="http://example.org/uber/person-uber.xml" /> | |
</head> | |
<body> | |
<dl> | |
<dt>NAME:</dt> | |
<dd>Mike Amundsen</dd> | |
<dt>PHOTO:</dt> |
<alps version="1.0"> | |
<doc>Issue tracking profile</doc> | |
<!-- data vocabulary --> | |
<descriptor id="id" type="semantic"/> | |
<descriptor id="title" type="semantic"/> | |
<descriptor id="description" type="semantic"/> | |
<descriptor id="status" type="semantic"/> | |
<descriptor id="action" type="semantic"/> | |
<descriptor id="search-text" type="semantic"/> |
<data id="user01" name="user"> <!-- URL=false + innerText=false + children=true + parent=false, so this is a container that belongs to the document --> | |
<data name="actions"> <!-- URL=false + innerText=false + children=true + parent=true, so this is a container that belongs to "user01" --> | |
<data rel="item" url="/user/1" action="read" /> <!-- URL=true + innerText=false + children=false + parent=true, so this is a transition that belongs to "user01/actions" --> | |
<data rel="/rels/replace" url="user/1" action="replace" template="#userUpdate" /> <!-- URL=true + innerText=false + children=false + parent=true, so this is a transition that belowngs to "user01/actions"--> | |
<data rel="/rels/delete" url="user/1" action="remove" /> <!-- URL=true + innerText=false + children=false + parent=true, so this is a transition that belowngs to "user01/actions" --> | |
<data rel="/rels/suspend" url="/suspendUser/{id}" action="append" /> <!-- URL=true + innerText=false + children=false + parent=true, so this is a transi |
I hereby claim:
To claim this, I am signing this object:
{ | |
"collection" : { | |
"version" : "1.0", | |
"href" : "http://example.org/cj-diff.js", | |
"links" : [ | |
{"rel" : "help", "href" : "http://example.org/cj-diff.html"}, | |
{"rel" : "profile", "href" : "http://exmaple.org/profiles/cj-dff.alps"} | |
], | |
<uber version="1.0"> | |
<data name="menu"> | |
<data rel="home" url="..."> | |
Home | |
<data name="rollover">This returns you to the home page</data> | |
<data name="icon" href="..." rel="related" transclude="true" /> | |
</data> | |
<data rel="help" url="..."> | |
Help | |
<data name="rollover">This displays the help document</data> |
<root> | |
<thing name="car"> | |
<part name="hood" /> | |
<part name="door" /> | |
<part name="fender" /> | |
<part name="trunk" /> | |
</thing> | |
</root> |
<uber version="1.0"> | |
<data name="description"> | |
<data name="prefix">My name is</data> | |
<data name="name">Stephen</data> | |
<data name="postfix">and it's Tuesday.</data> | |
</data> | |
</uber> |
<uber version="1.0"> | |
<data name="description"> | |
My name is | |
<data name="name">Stephen</data> | |
and it's Tuesday. | |
</data> | |
</uber> |
<uber version="1.0"> | |
<data name="description"> | |
My name is | |
<data name="name">Stephen</data> | |
</data> | |
</uber> |