English

Jeff Robbins of Lullabot has recorded The Drupal Song. I am not sure whether he was inspired by another great piece of music called The Free Software Song composed and originally recorded by software freedom activist Richard Stallman.

Localization means transforming information to the standards of other countries. The process includes the following:

Performing a Full Backup with mysqldump

When you perform a full backup of your Mambo or Joomla SQL database using mysqldump you may run into problems. Use the -Q switch to quote all identifiers. Otherwise the output of mysqldump can't be used to restore a database and results in a syntax error.

Your sample error output may look similar to the following:

Palabra is a Web based multilingual dictionary application that lets users add and modify the descriptions of word entries. Palabra is written in Perl and stores the data in a MySQL database. During the look up process words are added to the database unless they already exist. Entries are case-sensitive and not censored. All users can modify the description of the chosen word. Descriptions may contain certain HTML-Tags to structure the content. Disallowed tags are stripped.