Syndeploy

Component type

module

Maintenance status

Development status

Downloads

313

Component created

Component changed

Let's say that you want to deploy content from your staging site to production, or more generally, from one site to another (or multiple) sites. You could use Deployment, but what if you prefer a pull model over a push model? Then Syndeploy is for you. Changes are published via a feed, and then other sites can slurp them in. The slurping portion is to be handled by a corresponding Feeds processor plug-in.

CACHEDIR.TAG

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Implements the Cache Directory Tagging Standard for Drupal.

Using this standard it's easy to exclude cache files like aggregated css of java script when backing up your drupal installation using tar. Simply add option --exclude-caches to tar.

Example:

tar --exclude-caches -c -z -f drupal.tar.gz drupal

Views SmoothGallery

Component type

module

Maintenance status

Development status

Component created

Component changed

Views SmoothGallery(VSG) is a Drupal 7, Views 3.0 integration of JonDesign's
SmoothGallery(http://smoothgallery.jondesign.net/); a javascript gallery using
mootools created by JonDesign (Jonathan Schemoul - http://www.jondesign.net/).
You will use VSG with the flexibility of Views to create pieces of Drupal
content (block, page, etc.) that is displayed as an automated, fully
customizable, rotating , crispy image gallery within your Drupal site.