Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    BBDB::Export 0.012

    Download button

    No screenshots available
    Downloads: 384  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    wu | More programs
    Perl Artistic License / FREE
    October 11th, 2006, 11:05 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    BBDB::Export description

    BBDB::Export is a Perl module to export data from The Insidious Big Brother Database.

    BBDB::Export is a Perl module to export data from The Insidious Big Brother Database.

    SYNOPSIS

    use BBDB::Export;

    # export to LDIF
    my $exporter = BBDB::Export::LDIF->new(
    {
    bbdb_file => "/path/to/.bbdb",
    output_file => "export.ldif",
    dc => "dc=geekfarm, dc=org",
    }
    );
    $exporter->export();

    # sync with ldap via ldapadd and ldapdelete
    my $exporter = BBDB::Export::LDAP->new(
    {
    bbdb_file => "/path/to/.bbdb",
    output_file => "/tmp/tempfile",
    dc => "dc=geekfarm, dc=org",
    ldappass => "supersecret",
    }
    );

    $exporter->export();

    # export to vcards
    my $exporter = BBDB::Export::vCard->new(
    {
    bbdb_file => "/path/to/.bbdb",
    output_dir => "/some/path/",
    }
    );

    $exporter->export();

    # create .mail_aliases
    my $exporter = BBDB::Export::MailAliases->new(
    {
    bbdb_file => "/path/to/.bbdb",
    output_file => ".mail_aliases",
    }
    );

    $exporter->export();

    This module was designed to export to your bbdb data to a wide array of formats, and also to make it easy to write new modules to export to new formats. Current export options include building an LDIF, vCard, or .mail_aliases, and automatically updating an ldap server.
    For a fully functional command line converter, see the bbdb-export script that comes with this module.

    BBDB::Export should not be used directly. Use any of the available subclasses using the examples above. For more examples of using BBDB::Export, see the test cases.

    Requirements:

    · Perl

    What's New in This Release:

    · updates to docs



    Product's homepage

      


    TAGS:

    export data | Insidious Big Brother Database | Perl module | BBDB::Export | export | data

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM