Technical terms are often not included in normal dictionaries, or aren't translated correctly. The dictionary module allows the setup of a dictionary for such terms.
It allows you to make Views with image fields to create a galleries. These galleries can be attached to nodes themselves or act as stand-alone galleries. Because it uses Views this module is extremely flexible.
Updated Documentation
The documentation has recently been updated. Please open an issue if you are having problems but please be specific about which step you are having trouble with: http://drupal.org/node/758724
Multiple Styles
Drupal 7 version now includes two styles to choose from.
Default
This uses the 'css/views_galleriffic_default.css' stylesheet.
Thumbnails above
This uses the 'css/views_galleriffic_above.css' stylesheet.
Taxonomy Export is a light-weight module for managing exports and imports of vocabularies and terms. Currently the following features are supported:
Exporting vocabulary definitions
Exporting vocabulary definitions with all terms
Creating exports as a text string (ie: like Views and CCK's content_copy)
Creating exports as a file
Importing vocabulary / term definitions in install profiles, using Install Profile API
Updating existing vocabularies and terms, with the following caveats:
Updated items must have the same VIDs / TIDs. Just because two things are named the same doesn't make them the same. It is safest to attempt updates only on the same site the export was originally taken from.
When updating you must explicitly state (with the dropdown selector) which vocabulary you want to update.
Currently, updating vocabularies using the IPAPI function install_taxonomy_export_import_from_file() is not supported.
Because of limitations in Drupal's taxonomy.module implementation certain things will, likley, never be possible. For example, detecting malformed imports that could cause collisions.