updated info types, post types docs

This commit is contained in:
Daniel Siders 2012-09-18 11:33:42 -04:00
parent 0f73861447
commit f7b6a93a5b
2 changed files with 14 additions and 0 deletions

View file

@ -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}