This project is under active development.

Coin Address

The Coin Address module provides a CCK Field type for holding Bitcoin Addresses, as well as Litecoin and other address types to be defined in the future.

Habitat

In a multi-environment setup (e.g. prod, test, dev, local) there are some modules that you'd like to always be enabled or disabled on certain environments. Each time you sync a database down though you have to re-enable/disable the same modules. Worse, you get lazy and keep development modules enabled on production.

Habitat provides settings to enable or disable certain modules on each environment (habitat). Just set a variable with e.g. $conf['habitat'] = 'local'; in your settings.php file (the actual variable to use there is configurable for your current workflow). The disabling/enabling modules is done on hook_init.

Use Cases

With habitat you may set that on prod certain UI modules are always disabled (views_ui, field_ui, even habitat_ui itself), to prevent untrained site builders from overriding Features.

On local you may set that they are always enabled and also enable development modules like devel or stage_file_proxy.

You can also use environment-specific Features modules to ensure settings (e.g. css aggregation, error settings) are different between environments. If you have certain settings you change as part of a launch checklist, you can automate these with a prod-only Features module.

Related projects

TurboSMS

TurboSMS is a service for the rapid and effective warning to your customers, partners and employees by sending sms.

Brow.si

Brow.si is a groundbreaking user engagement Drupal module for the mobile web. It provides web publishers with powerful extensions that significantly enhance the user experience and engagement with respect to their sites and content on mobile devices. Moreover, the Brow.si module assists publishers by having a simple installation to retain mobile users and unlock new revenue opportunities. From advanced shared tools, to content push notifications, Brow.si is the perfect enhancement to your current Drupal modules list.

Brow.si is a one click customisable module. It is extremely lightweight and can easily be integrated to any site at any vertical or domain. Most importantly, Brow.si fits seamlessly in the mobile browsing experience, adding real value to both the publisher and the user without requiring the publisher to make any changes to the site.

Brow.si allows your users to share your content via multiple social networks with One-Click sharing, and without navigating away from your page. In addition, your users could subscribe to your website to get push notifications regarding new content as it is published.
Integrating popular "Read-it-later" tools, your users will be able to add each page of yours to their reading list, for later reading.

Varnish Dashboard

Varnish Dashboard provides real-time metrics on Varnish usage.

Key metrics displayed are:

Pages

Subscribe with RSS Subscribe to RSS - Under active development