Chyrp

Feather

Describes the functions required by Feather implementations.

Summary
Feather Describes the functions required by Feather implementations.
Functions
submit Handles post submitting.
update Handles updating a post.
title Returns the appropriate source to be treated as a “title” of a post.  If there is no immediate solution, you may use Post.title_from_excerpt.
excerpt Returns the appropriate source, unmodified, to be used as an excerpt of a post.
feed_content Returns the appropriate content for a feed.

Functions

submit

public function submit()

Handles post submitting.

Returns

The Post object created.

update

public function update( $post )

Handles updating a post.

title

public function title( $post )

Returns the appropriate source to be treated as a “title” of a post.  If there is no immediate solution, you may use Post.title_from_excerpt.

excerpt

public function excerpt( $post )

Returns the appropriate source, unmodified, to be used as an excerpt of a post.

feed_content

public function feed_content( $post )

Returns the appropriate content for a feed.