GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Net::Trackback(3) User Contributed Perl Documentation Net::Trackback(3)

Net::Trackback - an object-oriented interface for developing Trackback clients and servers,

This package is an object-oriented interface for developing Trackback clients and servers.

I take no credit for the genius of TrackBack. Initially this module's code was derived from the standalone reference implementation release by Ben and Mena Trott. My motivation in developing this module is to make experimentation and implementation of TrackBack functions a bit easier.

As of version 0.99, the interface has been overhauled and refined from the very crude original alpha release of 0.2x and is not backwards compatable in the least.

This module contains two exportable utility methods for working with XML.
encode_xml($string)
A simple utility for encoding XML's five named entities from text.
decode_xml($string)
A simple utility for encoding XML's five named entities into text.

Net::Trackback->is_data($object)
Tests if the object is a Net::Trackback::Data object. Returns a boolean value.
Net::Trackback->is_ping($object)
Tests if the object is a Net::Trackback::Ping object. Returns a boolean value.
Net::Trackback->is_message($object)
Tests if the object is a Net::Trackback::Message object. Returns a boolean value.

LWP

Net::Trackback::Client, Net::Trackback::Server, Net::Trackback::Ping, Net::Trackback::Data, Net::Trackback::Message

TrackBack Technical Specification: <http://www.movabletype.org/docs/mttrackback.html>

Trackback Development Weblog: <http://www.movabletype.org/trackback/>

Movable Type User Manual: TRACKBACK: <http://movabletype.org/docs/mtmanual_trackback.html>

Add functionality to using RSS/Atom to discover pingable resources.
Implement an optional XML parser option?

The software is released under the Artistic License. The terms of the Artistic License are described at <http://www.perl.com/language/misc/Artistic.html>.

Except where otherwise noted, Net::Trackback is Copyright 2003-2004, Timothy Appnel, cpan@timaoutloud.org. All rights reserved.

Hey! The above document had some coding errors, which are explained below:
Around line 43:
=begin without a target?
Around line 70:
'=item' outside of any '=over'
Around line 78:
You forgot a '=back' before '=head2'
Around line 80:
'=item' outside of any '=over'
Around line 95:
You forgot a '=back' before '=head1'
Around line 116:
'=item' outside of any '=over'
Around line 121:
You forgot a '=back' before '=head1'
Around line 135:
'=end' without a target?
2004-12-24 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.