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

NAME

atompost.pl - post Atom entries to an Atom editing endpoint

SYNOPSIS

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

DESCRIPTION

atompost.pl is an example script for XML::Atom::Filter that posts entries in processed feeds to an Atom editing endpoint. The invocation syntax is:

    atompost.pl endpoint username password

Note when using Movable Type to use your Atom authentication token for the password parameter.

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.