Skip to content

Commit

Permalink
update registry website
Browse files Browse the repository at this point in the history
  • Loading branch information
willnorris committed Jun 14, 2011
1 parent 282cb9b commit cefa6d3
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 232 deletions.
31 changes: 26 additions & 5 deletions registry/activity_components/index.html
Expand Up @@ -88,35 +88,56 @@ <h2>Activity Components</h2>
<td class="description">The date and time at which the activity was published.</td>
</tr>

<tr class="odd">
<tr class="odd draft">
<td class="name"><b>Rating</b></td>
<td class="property"></td>
<td class="spec"><a href="specs/activity-schema/">Activity Schema</a></td>
<td class="description">A rating given as a number between 1.0 and 5.0 inclusive with one decimal place of precision.</td>
</tr>

<tr class="even draft">
<td class="name"><b>Source</b></td>
<td class="property"></td>
<td class="spec"><a href="specs/activity-schema/">Activity Schema</a></td>
<td class="description">A reference to the original source of an object or activity.</td>
</tr>

<tr class="odd draft">
<td class="name"><b>Tags</b></td>
<td class="property"></td>
<td class="spec"><a href="specs/activity-schema/">Activity Schema</a></td>
<td class="description">A listing of the objects that have been associated with a particular object using the tag verb.</td>
</tr>

<tr class="even">
<td class="name"><b>Target</b></td>
<td class="property"><code><a href="http://activitystrea.ms/specs/json/1.0/#activity">target</a></code></td>
<td class="spec"><a href="specs/json-activity/">JSON Activity Streams 1.0</a></td>
<td class="description">An Object that describes the target of the activity. The precise meaning of the activity target is dependent on the activities verb, but will often be the object the English preposition &quot;to&quot;.</td>
</tr>

<tr class="even">
<tr class="odd">
<td class="name"><b>Title</b></td>
<td class="property"><code><a href="http://activitystrea.ms/specs/json/1.0/#activity">title</a></code></td>
<td class="spec"><a href="specs/json-activity/">JSON Activity Streams 1.0</a></td>
<td class="description">Natural-language title or headline for the activity encoded as a single JSON String containing HTML markup.</td>
</tr>

<tr class="odd">
<tr class="even">
<td class="name"><b>URL</b></td>
<td class="property"><code><a href="http://activitystrea.ms/specs/json/1.0/#activity">url</a></code></td>
<td class="spec"><a href="specs/json-activity/">JSON Activity Streams 1.0</a></td>
<td class="description">An IRI identifying a resource providing an HTML representation of the activity.</td>
</tr>

<tr class="even">
<tr class="odd">
<td class="name"><b>Updated</b></td>
<td class="property"><code><a href="http://activitystrea.ms/specs/json/1.0/#activity">updated</a></code></td>
<td class="spec"><a href="specs/json-activity/">JSON Activity Streams 1.0</a></td>
<td class="description">The date and time at which the activity was modified.</td>
</tr>

<tr class="odd">
<tr class="even">
<td class="name"><b>Verb</b></td>
<td class="property"><code><a href="http://activitystrea.ms/specs/json/1.0/#activity">verb</a></code></td>
<td class="spec"><a href="specs/json-activity/">JSON Activity Streams 1.0</a></td>
Expand Down
86 changes: 15 additions & 71 deletions registry/object_components/index.html
Expand Up @@ -53,55 +53,13 @@ <h2>Object Components</h2>
<td class="description">A JSON Array of one or more absolute IRIs identifying objects that duplicate this object's content.</td>
</tr>

<tr class="even draft">
<td class="name"><b>Embed Code</b></td>
<td class="property"><code><a href="http://activitystrea.ms/head/activity-schema.html">embedCode</a></code></td>
<td class="spec"><a href="specs/activity-schema/">Activity Schema</a></td>
<td class="description">A HTML fragment that provides a viewer or interactive player for the media asset of a media object</td>
</tr>

<tr class="odd draft">
<td class="name"><b>End Date and Time</b></td>
<td class="property"><code><a href="http://activitystrea.ms/head/activity-schema.html">endTime</a></code></td>
<td class="spec"><a href="specs/activity-schema/">Activity Schema</a></td>
<td class="description">For objects that cease to exist after a certain time, the time that the object ceases to exist</td>
</tr>

<tr class="even draft">
<td class="name"><b>File URL</b></td>
<td class="property"><code><a href="http://activitystrea.ms/head/activity-schema.html">fileUrl</a></code></td>
<td class="spec"><a href="specs/activity-schema/">Activity Schema</a></td>
<td class="description">For an object that represents some kind of file, the URL at which the file can be retrieved</td>
</tr>

<tr class="odd draft">
<td class="name"><b>Full Content</b></td>
<td class="property"><code><a href="http://activitystrea.ms/head/activity-schema.html">content</a></code></td>
<td class="spec"><a href="specs/activity-schema/">Activity Schema</a></td>
<td class="description">A HTML fragment that represents the object excluding its title and author</td>
</tr>

<tr class="even draft">
<td class="name"><b>Full Media Stream</b></td>
<td class="property"><code><a href="http://activitystrea.ms/head/activity-schema.html">stream</a></code></td>
<td class="spec"><a href="specs/activity-schema/">Activity Schema</a></td>
<td class="description">A media link construct linking to the full-fidelity media asset for a time-based media object</td>
</tr>

<tr class="odd">
<tr class="even">
<td class="name"><b>ID</b></td>
<td class="property"><code><a href="http://activitystrea.ms/specs/json/1.0/#object">id</a></code></td>
<td class="spec"><a href="specs/json-activity/">JSON Activity Streams 1.0</a></td>
<td class="description">An absolute URI that uniquely identifies the object.</td>
</tr>

<tr class="even draft">
<td class="name"><b>Icon</b></td>
<td class="property"><code><a href="http://activitystrea.ms/head/activity-schema.html">icon</a></code></td>
<td class="spec"><a href="specs/activity-schema/">Activity Schema</a></td>
<td class="description">A media link construct for a small icon representing the object</td>
</tr>

<tr class="odd">
<td class="name"><b>Image</b></td>
<td class="property"><code><a href="http://activitystrea.ms/specs/json/1.0/#object">image</a></code></td>
Expand All @@ -110,31 +68,17 @@ <h2>Object Components</h2>
</tr>

<tr class="even draft">
<td class="name"><b>Larger Image</b></td>
<td class="property"><code><a href="http://activitystrea.ms/head/activity-schema.html">fullImage</a></code></td>
<td class="spec"><a href="specs/activity-schema/">Activity Schema</a></td>
<td class="description">A media link construct for an alternative version of the representative image that is larger and intended for standalone viewing</td>
</tr>

<tr class="odd draft">
<td class="name"><b>Latitude</b></td>
<td class="property"><code><a href="http://activitystrea.ms/head/activity-schema.html">latitude</a></code></td>
<td class="spec"><a href="specs/activity-schema/">Activity Schema</a></td>
<td class="description">For objects that have a physical presence on earth, the (possibly-approximate) latitude of its current location</td>
</tr>

<tr class="even draft">
<td class="name"><b>Longitude</b></td>
<td class="property"><code><a href="http://activitystrea.ms/head/activity-schema.html">longitude</a></code></td>
<td class="name"><b>Location</b></td>
<td class="property"></td>
<td class="spec"><a href="specs/activity-schema/">Activity Schema</a></td>
<td class="description">For objects that have a physical presence on earth, the (possibly-approximate) longitude of its current location</td>
<td class="description">An object construct representing the location at which the activity occured.</td>
</tr>

<tr class="odd draft">
<td class="name"><b>MIME Type</b></td>
<td class="property"><code><a href="http://activitystrea.ms/head/activity-schema.html">mimeType</a></code></td>
<td class="name"><b>Mood</b></td>
<td class="property"></td>
<td class="spec"><a href="specs/activity-schema/">Activity Schema</a></td>
<td class="description">For an object that has a File URL, an advisory MIME type for the resource at that URL</td>
<td class="description">A human-readable keyword or short phrase describing the mood of the actor at the time the activity was performed.</td>
</tr>

<tr class="even">
Expand All @@ -153,16 +97,16 @@ <h2>Object Components</h2>

<tr class="even draft">
<td class="name"><b>Rating</b></td>
<td class="property"><code><a href="http://activitystrea.ms/head/activity-schema.html">rating</a></code></td>
<td class="property"></td>
<td class="spec"><a href="specs/activity-schema/">Activity Schema</a></td>
<td class="description">For objects that represent some kind of opinion, a number representing the overall rating</td>
<td class="description">A rating given as a number between 1.0 and 5.0 inclusive with one decimal place of precision.</td>
</tr>

<tr class="odd draft">
<td class="name"><b>Start Date and Time</b></td>
<td class="property"><code><a href="http://activitystrea.ms/head/activity-schema.html">startTime</a></code></td>
<td class="name"><b>Source</b></td>
<td class="property"></td>
<td class="spec"><a href="specs/activity-schema/">Activity Schema</a></td>
<td class="description">For objects that exist only after a certain time, the time that the object begins to exist</td>
<td class="description">A reference to the original source of an object or activity.</td>
</tr>

<tr class="even">
Expand All @@ -173,10 +117,10 @@ <h2>Object Components</h2>
</tr>

<tr class="odd draft">
<td class="name"><b>Target URL</b></td>
<td class="property"><code><a href="http://activitystrea.ms/head/activity-schema.html">targetUrl</a></code></td>
<td class="name"><b>Tags</b></td>
<td class="property"></td>
<td class="spec"><a href="specs/activity-schema/">Activity Schema</a></td>
<td class="description">For an object that acts as a pointer to a URL, the URL that is the target of the pointer</td>
<td class="description">A listing of the objects that have been associated with a particular object using the tag verb.</td>
</tr>

<tr class="even">
Expand Down
79 changes: 29 additions & 50 deletions registry/object_types/index.html
Expand Up @@ -33,12 +33,26 @@ <h2>Object Types</h2>
</tr>

<tr class="odd draft">
<td class="name"><b>Badge</b></td>
<td class="property"><code><a href="http://activitystrea.ms/head/activity-schema.html#badge">badge</a></code></td>
<td class="spec"><a href="specs/activity-schema/">Activity Schema</a></td>
<td class="description">A badge or award given to an entity</td>
</tr>

<tr class="even draft">
<td class="name"><b>Bookmark</b></td>
<td class="property"><code><a href="http://activitystrea.ms/head/activity-schema.html#bookmark">bookmark</a></code></td>
<td class="spec"><a href="specs/activity-schema/">Activity Schema</a></td>
<td class="description">A pointer to a URL</td>
</tr>

<tr class="odd draft">
<td class="name"><b>Collection</b></td>
<td class="property"><code><a href="http://activitystrea.ms/head/activity-schema.html#collection">collection</a></code></td>
<td class="spec"><a href="specs/activity-schema/">Activity Schema</a></td>
<td class="description">A generic collection of objects of any type.</td>
</tr>

<tr class="even draft">
<td class="name"><b>Comment</b></td>
<td class="property"><code><a href="http://activitystrea.ms/head/activity-schema.html#comment">comment</a></code></td>
Expand All @@ -61,66 +75,38 @@ <h2>Object Types</h2>
</tr>

<tr class="odd draft">
<td class="name"><b>Folder</b></td>
<td class="property"><code><a href="http://activitystrea.ms/head/activity-schema.html#folder">folder</a></code></td>
<td class="spec"><a href="specs/activity-schema/">Activity Schema</a></td>
<td class="description">A collection of files or media objects</td>
</tr>

<tr class="even draft">
<td class="name"><b>Group</b></td>
<td class="property"><code><a href="http://activitystrea.ms/head/activity-schema.html#group">group</a></code></td>
<td class="spec"><a href="specs/activity-schema/">Activity Schema</a></td>
<td class="description">A social networking group</td>
</tr>

<tr class="odd draft">
<td class="name"><b>List</b></td>
<td class="property"><code><a href="http://activitystrea.ms/head/activity-schema.html#list">list</a></code></td>
<tr class="even draft">
<td class="name"><b>Image</b></td>
<td class="property"><code><a href="http://activitystrea.ms/head/activity-schema.html#image">image</a></code></td>
<td class="spec"><a href="specs/activity-schema/">Activity Schema</a></td>
<td class="description">A collection of related objects</td>
<td class="description">A graphical image</td>
</tr>

<tr class="even draft">
<tr class="odd draft">
<td class="name"><b>Note</b></td>
<td class="property"><code><a href="http://activitystrea.ms/head/activity-schema.html#note">note</a></code></td>
<td class="spec"><a href="specs/activity-schema/">Activity Schema</a></td>
<td class="description">A short-form text message</td>
</tr>

<tr class="odd draft">
<tr class="even draft">
<td class="name"><b>Person</b></td>
<td class="property"><code><a href="http://activitystrea.ms/head/activity-schema.html#person">person</a></code></td>
<td class="spec"><a href="specs/activity-schema/">Activity Schema</a></td>
<td class="description">A user account</td>
</tr>

<tr class="even draft">
<td class="name"><b>Photo</b></td>
<td class="property"><code><a href="http://activitystrea.ms/head/activity-schema.html#photo">photo</a></code></td>
<td class="spec"><a href="specs/activity-schema/">Activity Schema</a></td>
<td class="description">A graphical still image</td>
</tr>

<tr class="odd draft">
<td class="name"><b>Photo Album</b></td>
<td class="property"><code><a href="http://activitystrea.ms/head/activity-schema.html#photo-album">photo-album</a></code></td>
<td class="spec"><a href="specs/activity-schema/">Activity Schema</a></td>
<td class="description">A collection of images</td>
</tr>

<tr class="even draft">
<td class="name"><b>Place</b></td>
<td class="property"><code><a href="http://activitystrea.ms/head/activity-schema.html#place">place</a></code></td>
<td class="spec"><a href="specs/activity-schema/">Activity Schema</a></td>
<td class="description">A location on earth</td>
</tr>

<tr class="odd draft">
<td class="name"><b>Playlist</b></td>
<td class="property"><code><a href="http://activitystrea.ms/head/activity-schema.html#playlist">playlist</a></code></td>
<td class="spec"><a href="specs/activity-schema/">Activity Schema</a></td>
<td class="description">An ordered list of time-based media items</td>
<td class="description">A location on Earth.</td>
</tr>

<tr class="even draft">
Expand All @@ -131,34 +117,27 @@ <h2>Object Types</h2>
</tr>

<tr class="odd draft">
<td class="name"><b>Question</b></td>
<td class="property"><code><a href="http://activitystrea.ms/head/activity-schema.html#question">question</a></code></td>
<td class="spec"><a href="specs/activity-schema/">Activity Schema</a></td>
<td class="description">A question or poll</td>
</tr>

<tr class="even draft">
<td class="name"><b>Review</b></td>
<td class="property"><code><a href="http://activitystrea.ms/head/activity-schema.html#review">review</a></code></td>
<td class="spec"><a href="specs/activity-schema/">Activity Schema</a></td>
<td class="description">A primarily prosed-based commentary on another object</td>
</tr>

<tr class="even draft">
<tr class="odd draft">
<td class="name"><b>Service</b></td>
<td class="property"><code><a href="http://activitystrea.ms/head/activity-schema.html#service">service</a></code></td>
<td class="spec"><a href="specs/activity-schema/">Activity Schema</a></td>
<td class="description">Something that provides a service to others</td>
</tr>

<tr class="odd draft">
<td class="name"><b>Song</b></td>
<td class="property"><code><a href="http://activitystrea.ms/head/activity-schema.html#song">song</a></code></td>
<td class="spec"><a href="specs/activity-schema/">Activity Schema</a></td>
<td class="description">A song or a recording of a song</td>
</tr>

<tr class="even draft">
<td class="name"><b>Status</b></td>
<td class="property"><code><a href="http://activitystrea.ms/head/activity-schema.html#status">status</a></code></td>
<td class="spec"><a href="specs/activity-schema/">Activity Schema</a></td>
<td class="description">A human-readable update of the author's situation, mood, location or other status</td>
</tr>

<tr class="odd draft">
<td class="name"><b>Video</b></td>
<td class="property"><code><a href="http://activitystrea.ms/head/activity-schema.html#video">video</a></code></td>
<td class="spec"><a href="specs/activity-schema/">Activity Schema</a></td>
Expand Down

0 comments on commit cefa6d3

Please sign in to comment.