|
|
|
Use this tool to learn about websites, specifically the one you just entered.
If you find some aspect of it inappropriate it is not our fault.
If you are the owner of this website: yes we are a real search engine, we do have a real web crawler called FyberSpider and you can block it if you feel the urge.
We are in the process of updating this tool. Until we are done just use our search results to check the inclusion status of your site.
Submit your site to major search engines within 48 hours.
Find out if your site has been cataloged by top search engines for only $8.99.
Below you will see site info taken directly from the URL you entered in real time. This is also known as our URL Breakdown tool and can be used independently of our site info tool.
Net::Blogger - an OOP-ish interface for accessing a weblog via the Blogger XML-RPC API. - search.cpan.org
This is just a sample of the content found on this website. Please visit the website to read the entire page.
"Home
· Authors
· Recent
· News
· Mirrors
· FAQ
· Feedback
in
All
Modules
Distributions
Authors
permalink
Aaron Straup Cope >
Net-Blogger-0.8.4 >
Net::Blogger
Download: Net-Blogger-0.8.4.tar.gz
Dependencies
Annotate this POD
CPAN RT
New 2
Open 2
View Bugs
Report a bug
Module Version: 0.8.4
Source
Latest Release: Net-Blogger-1.02
NAME
SYNOPSIS
DESCRIPTION
ENGINES
CONSTRUCTOR METHODS
$pkg = Net::Blogger->new(%args)
Blogger API METHODS
$pkg->getUsersBlogs()
$pkg->newPost(%args)
$pkg->getPost($postid)
$pkg->getRecentPosts(%args)
$pkg->editPost(%args)
$pkg->deletePost(%args)
$pkg->setTemplate(%args)
$pkg->getTemplate(%args)
EXTENDED METHODS
$pkg->MaxPostLength()
$pkg->GetBlogId(%args)
$pkg->DeleteAllPosts(%args)
$pkg->PostFromFile(%args)
$pkg->PostFromOutline(%args)
VERSION
DATE
AUTHOR
SEE ALSO
CHANGES
0.8,4
0.8.3
0.8.2
0.8.1
0.8
0.7
0.6.4
0.6.3
0.6.2.2
0.6.2.1
0.6.2
0.6.1
0.6
0.5.1
0.5
0.4.6.1
0.4.6
0.4.5
0.4.4.1
0.4.4
0.4.3
0.4.2
0.4.1
0.4
0.3.1
0.3
0.2
0.1
BUGS
LICENSE
NAME
Net::Blogger - an OOP-ish interface for accessing a weblog via the Blogger XML-RPC API.
SYNOPSIS
use Net::Blogger;
my $b = Net::Blogger->new(appkey=>APPKEY);
$b->BlogId(BLOGID);
$b->Username(USERNAME);
$b->Password(PASSWORD);
$b->BlogId($b->GetBlogId(blogname=>'superfoobar'));
# Get recent posts
my ($ok,@p) = $b->ge"
....
read entire page
|
Links to Pages on Other Domain Names
|
|
Links to Pages on the Same Domain Name
|
|