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.

AFW - Available for work

Component type

module

Maintenance status

Development status

Downloads

1227

Component created

Component changed

This module provides a basic block that will let you tell others if you are available for work. You can change the block title and the phrasing that appears from the block configuration page. The default value is set to say that you are accepting more work. I'm not sure if that's optimistic or
pessimistic, but you can change it whenever you'd like.

If you run your own freelancing practice, it's generally a good idea to let people know on your site whether you're accepting new work; it's pretty much one of the few things people will actually use your site for.

Predelete

Component type

module

Maintenance status

Development status

Downloads

992

Component created

Component changed

The predelete module hooks into the deletion process of nodes. By default it is not possible to react on a deleteion attempt before the deletion of a node. This is cured by providing the hook_predelete_node(). Other modules may implement the hook and add custom checks on the node that is about to be deleted.

The module ships with an API documentation and an example module that provides a single checkbox field. Nodes that contain the field could only be deleted if the checkbox is checked.

Speech recognition

Component type

module

Categories

Maintenance status

Development status

Downloads

1655

Component created

Component changed

Adds speech recognition to forms.

Allows site admins to enable experimental Speech Input API features on form inputs through a convenient user interface.

Speech recognition can, by configuration, be applied to all applicable form inputs, or enabled individually through a widget that appears next to form inputs. There is also an option to make a speech input automatically submit the form when it is used.