
getblog - fetching XML-RPC based weblogs

getblog.pl <options> | xmllint --format - getblog.pl --Username=someuser --Password=cekrat --Proxy='http://plant.blogger.com/api/RPC2' --blogname='blog name' > save.xblog

This script takes the options to contact a weblog server via XML-RPC. It will download the last entries and will create an XML document on STDOUT.
As this script is based on Net::Blogger, it supports the same engines mentioned there.
Following options are understood:
If the user name is necessary to get access to the weblog you can set it.
Here you can set the password for the user name.
The application has usurped one key. You can override this if you own another key.
If set, there will be some debugging info on STDOUT. This means that the output is not any longer ONE XML document.
This is used to specify the XML-RPC proxy on the server there (this is NOT your HTTP_PROXY).
To specify your particular blog you can either use the id or the name (see blogname option).
If this option is provided a request against the server will be used to determine the id of the blog for this particular user.
Here you can control how many entries should be downloaded.

Copyright 200[2], Robert Barta <rho@bond.edu.au>, All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. http://www.perl.com/perl/misc/Artistic.html