Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.237.824 Times

BBDB::Export 0.012

  Date Added: November 16, 2010  |  Visits: 1.340

BBDB::Export

Report Broken Link
Printer Friendly Version


Product Homepage
Download (103 downloads)



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: No special requirements
Platforms: Linux
Keyword: Bbdb Bbdbexport Big Brother Data Data From Dc Export Export Data File Insidious Big Brother Database Ldif Module New Perl Module
Users rating: 0/10

License: Freeware Size: 13.31 KB
USER REVIEWS
More Reviews or Write Review


BBDB::EXPORT RELATED
Programming  -  The Insidious Big Brother DataBase b.2.35
The Insidious Big Brother DataBase is an emacs-based contact manager that integrates itself into your mail and news clients.
749.48 KB  
Modules  -  Easypopulate Data File Tools 1.4
This package consis of a set of PHP scripts that are run from the command line. They allow you to do all sorts of things with easypopulate data files.The included README file should enlighten you further.Features:1. 'Block' split an easypopulate...
 
Development Tools  -  Text File IO for Non-uniform Data 1.0
If you have a program that is outputting a data file with headers and blank lines, and if the exact order and location of those headers and blank lines varies from data set to data set, then it might be nice to read in a data file similar to how...
10 KB  
Libraries  -  Evolution Data Server 1.11.90
Evolution Data Server provides a single database for common, desktop-wide information, such as a users address book or calendar events. Evolution Data Server is also a dependency of the clock applet from the gnome-applets package, 2.10 release....
9.7 MB  
Database Tools  -  EMS Data Generator for SQL Server 2011 3.0.0.10
EMS Data Generator for SQL Server is an application for generating test data to several Microsoft SQL database tables at once. The wizard application allows you to define tables and fields for generating data, set value ranges, generate char...
 
Database Tools  -  EMS Data Generator for InterBase/Firebird 2011 3.0.0.10
EMS Data Generator for InterBase/Firebird is an impressive application for generating test data to several InterBase/Firebird database tables at once. The wizard application allows you to define tables and fields for generating data, set value...
 
Business  -  BBDB 2.35
The Insidious Big Brother Database (BBDB) is a contact management utility created by Jamie Zawinski for use with Emacs. For many years it was maintained by Waider. Since February 2007 BBDB is maintained by Robert Widhopf-Fenk. Database...
378.88 KB  
Database Tools  -  Data to XML 1.0
Data to XML can be used to generate XML documents from data stored in a MySQL database. It can execute a given SQL SELECT query and generate a XML document with query result data.
51.2 KB  
Programming  -  IDEA Data Environment Approach 1.0
IDEA is a package for input and output of data out of/ into a database. Beginning as a web-application, IDEA generates your HTML-forms for the input and gives you some HTML- or PDF-output back. Everything IDEA does comes from one XML-file per form.
5.56 KB  
Database Tools  -  Data Puppy Lite (64-bit) 1.0
Data Puppy Lite is a database migration tool for Oracle, MySQL, SQL Server & PostgreSQL that demonstrates the basic capabilities of Cirro's full blown and highly scalable database migration product. The key benefit of this product is ease of use....
15.17 MB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB