From f7b6a93a5b1dfae2d22d2dce71de9d671d7efa70 Mon Sep 17 00:00:00 2001 From: Daniel Siders Date: Tue, 18 Sep 2012 11:33:42 -0400 Subject: [PATCH] updated info types, post types docs --- content/docs/info-types.md | 4 ++++ content/docs/post-types.md | 10 ++++++++++ 2 files changed, 14 insertions(+) diff --git a/content/docs/info-types.md b/content/docs/info-types.md index d160965..9729d37 100644 --- a/content/docs/info-types.md +++ b/content/docs/info-types.md @@ -8,6 +8,8 @@ title: Profile Info Types `https://tent.io/types/info/core/v0.1.0` +Every Tent user needs a profile with the `Core` info type. This block provides critical information that tells other servers and users how to interact with it. + {info_core schema} @@ -15,4 +17,6 @@ title: Profile Info Types `https://tent.io/types/info/basic/v0.1.0` +`Basic` profile info helps humanize users. All fields are optional but help provide a context in which to place the user's posts. + {info_basic schema} diff --git a/content/docs/post-types.md b/content/docs/post-types.md index 516d540..a6157b8 100644 --- a/content/docs/post-types.md +++ b/content/docs/post-types.md @@ -8,6 +8,9 @@ title: Post Types `https://tent.io/types/post/status/v0.1.0` +**Status** is Tent's take on microblogging. Messages are 140 characters or less and have the option to add a location for the post as well. + + {post_status schema} @@ -15,12 +18,17 @@ title: Post Types `https://tent.io/types/post/essay/v0.1.0` +**Essay** is a longer piece of writing. It also allows authors to provide a title for the essay, an excerpt for followers who might want to sample before reading the whole piece, and tags to categorize the post. There is no limit on length. + + {post_essay schema} ### Photo `https://tent.io/types/post/photo/v0.1.0` +**Photo** is the post type for sharing pictures. The file itself is attached to the post. Applications can add EXIF data, tags, and a caption to describe the issue, plus a list of albums that include the `photo`. + {post_photo schema} @@ -28,4 +36,6 @@ title: Post Types `https://tent.io/types/post/album/v0.1.0` +An **album** is a collection of `photo`s. Albums may optionally list a cover photo, description, and title. + {post_album schema}