Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

RSS aggregators do a great job at parsing RSS feeds but there is additional metadata in the HTML posts in the form of comments and trackbacks and we'd like to parse this out.

...

No Format

onTrackback()

@param author The author of the comment
@param weblog The URL to weblog of the author.
@param permalink The permalink to the comment post.
@param content The content of the comment.

onComment( String author,
           String weblog,
           String permalink, 
           String content, 
           Date date )

Existing Template Structure

Typepad

No Format
<meta name="generator" content="http://www.movabletype.org/" />

...