Vozme

Component type

module

Maintenance status

Development status

Component created

Component changed

This module lets transform text to voice, adds a new option to play the page content as a sound.

How to setup Vozme in Drupal?

Download and enable the module.

Collaborate

If you want to help with this module, you can find bugs and communicate them through the issue queue.

Credits

It use the Vozme service. Follow the vozme license to read about the license.

uphp

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

uphp for Drupal.

uphp idea is act on html from outside, like unobstrusive javascript.
Help on this QueryPath.
querypath module is required.

You can put static html in sites/default/files/html/

no HTML content is printed as is.
HTML content is processed to allow modules participation.

Unlimited fields

Component type

module

Categories

Component created

Component changed

This is just a sandbox module

ShareBar

Component type

module

Maintenance status

Development status

Downloads

18490

Component created

Component changed

The Drupal Sharebar module lets you easily add a "floating" social media submission bar on your website (like that found on Mashable) that includes share buttons for the most popular social media websites online such as Facebook, Twitter, and Google +1 Buttons.

Drush Body Mangler

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is not a module, but a drush script, which is a fairly straight-forward exercise in string manipulation, searching for links (anchor tags) that are missing title attributes. It does this in a very crude way, searching only the body field as rendered by a node_load() call.

However, the exercise of writing it (and the preceding hunt for some Drupal Best Practice on this) was instructive. One can imagine any number of uses for a script(s) like this, if it had some features like:

Batch Operations

Component type

module

Maintenance status

Development status

Component created

Component changed

This Module Processes Mass Operations in batches(batch_set()) and takes php code and executes it number of times you want it to.

I hope this module will help Develpoers in some or another way.

One can run similar code for multiple times without getting "memory limit exceeded" or "mysql server gone away" error.
Currently you can run cron for number of times you want by typing
drupal_cron_run(); in Code to execute: field and putting number of times you want to run Cron.