/***************************************************************************\
			===========================
			PHP BLOG API IMPLEMENTATION
			===========================
 This library of PHP code was produced by the work of two people;
 	Beau Lebens
 	Bill Lazar
 
 The intention was to create a set of classes which provide access to the
 APIs of the most common web log systems - Blogger.com and MoveableType.

 They are based on the PHP XML-RPC library which availabled from
 http://xmlrpc.usefulinc.com/ and which is included in this distribution.
 
 This all started when Beau Lebens, the Primary Consultant of DentedReality
 (probably where you downloaded this) created a set of functions so that
 he could access the Blogger.com API.
 
 Bill Lazar then came along and turned those functions into an OO class,
 making the code more usable, more portable, and more extensible...
 
 Please email the authors directly with comments/feedback/bugs regarding
 this library, and also to share your project with us!
 
 	Beau Lebens: beau@dentedreality.com.au
 	Bill Lazar: bill@billsaysthis.com
 
 Resources/Links;
 ----------------
 Blogger: http://www.blogger.com/
 PHP XML-RPC: http://xmlrpc.usefulinc.com/
 Blogger API: http://plant.blogger/api/
 Get a Blogger AppID: http://plant.blogger.com/api/register.html
 FireStarter Technologies: http://www.firestarter.com.au/
 
 DentedReality: http://www.dentedreality.com.au/
 BillSaysThis: http://www.billsaysthis.com/
 
\***************************************************************************/