The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

atom2linkTL.pl - convert regular Atom entries to TypePad TypeList Atom entries

SYNOPSIS

    cat atomfeed.xml | atom2linkTL.pl | atompost.pl \
    'http://www.typepad.com/t/atom/lists/list_id=150635' user password

DESCRIPTION

atom2linkTL.pl is an example script for XML::Atom::Filter that converts standard Atom entries to TypePad TypeList Atom entries.

See http://www.sixapart.com/pronet/docs/typepad_atom_api for the current documentation on TypePad's Atom API extensions. Arbitrary content is displayed with Link TypeLists as described in Additional Uses for Link TypeLists at: http://help.typepad.com/typelists/tips.html#additional_uses_for_link_typelists

AUTHOR

Mark Paschal, <markpasc@markpasc.org>

BUGS

Please report any bugs or feature requests to bug-xml-atom-filter@rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=XML-Atom-Filter. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

COPYRIGHT & LICENSE

Copyright 2005 Mark Paschal, All Rights Reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.