Drupal developer Barry Jaspan discusses Acquia (video)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Drupal developer Barry Jaspan discusses Acquia (video)
# 1  
Old 09-18-2008
Drupal developer Barry Jaspan discusses Acquia (video)

09-18-2008 01:00 PM
At the Linuxworld 2008 conference, Drupal developer Barry Jaspan discusses Drupal, development, and the recent formation of Acquia, a software and services company for Drupal. This interview explores the functioning of Drupal and how its development will be complemented by Acquia.



Source...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
BTARDUMP(1)						      General Commands Manual						       BTARDUMP(1)

NAME
btardump - Command line parser for Barry backup files SYNOPSIS
btardump [-d db][-h][-i charset][-V] filename [filenames...] DESCRIPTION
btardump takes one or more Barry backup tar files on the command line, and dumps parsed database records to stdout. By default, all records are dumped, but this can be limited by the -d option. OPTIONS
-d db Name of database to dump to stdout. Can be used multiple times to parse multiple databases at once. If not specified, all avail- able databases from the backup file are dumped. -h, --help Show summary of options. -i charset Specifies the iconv charset to use for converting international strings. The Blackberry uses the WINDOWS-1252 charset, which is incompatible with the more common code pages used in Linux. The most useful charset to use with this option is UTF-8, and is highly recommended. Any other charset available via 'iconv --list' can be used here too, but may not be successful for some character con- versions. -V Enable vformat MIME output where available. Address Book gets printed in vCard format, Calendar in vEvent format, Memos in vJour- nal, and Tasks in vTodo, etc. AUTHOR
btardump is part of the Barry project. SEE ALSO
http://www.netdirect.ca/barry December 7, 2010 BTARDUMP(1)