require_once("../../liberislabs.php"); $pagedata=array( 'name' => 'index', 'title' => 'XML::PFIF', 'jumbotron_title' => 'XML::PFIF', 'jumbotron_lead' => 'Perl module implementing the People Finder XML Specification', ); show_page_top($pagedata); show_jumbotron($pagedata); ?>
This is a perl module to implement the PFIF specification and to read and write PFIF XML and RSS.
New version 1.0 with support for reading PFIF XML and RSS.
To install:
gunzip -dc libxml-pfif-perl-1.0.tar.gz |tar xvf - perl Makefile.PL make su -c "make install"
New versions will be available at:
http://erislabs.net/ianb/projects/pfif/
Debian users can use my APT Repository
I will try very hard not to break the API.
Please send feedback and bug reports to ianb@erislabs.net
Older versions:
show_page_foot($pagedata); show_page_end($pagedata); ?>