geoip_lang

Component type

module

Maintenance status

Development status

Component created

Component changed

This module allows you to use free GeoIP Lite database by MaxMind to redirecting users based on their country or location for an i18n site
For using this module geoip should be insatlled on your webserver .

$ sudo -s
# apt-get install build-essential php5-dev php5-cli libgeoip-dev libgeoip1 php-pear
# pecl install geoip

Next

Kaladev

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is Kalamuna's module for aiding development and deployment by listing which modules should be enabled and disabled on various environments.

It uses Zivtech's Habitat module (https://drupal.org/project/habitat) to manage modules on different environments, and it is based on the bear_habitat set of features in their Bear starter profile.

JIRA Issue Reporters

Component type

module

Categories

Maintenance status

Development status

Downloads

795

Component created

Component changed

A simple module to allow you to add JIRA Issue Reporters by adding a few variable definitions to your settings.php. Adding these in settings.php allows you to enable/disable these issue reporters easily in different environments if you're using separate /sites/ folders.

Replicate UI

Component type

module

Maintenance status

Development status

Downloads

48370

Component created

Component changed

Screencast showcasing what this module provides.

This provides user interface integration for the simple yet powerful Replicate API. Most notably, this provides integration with Drupal actions which means that you can start to replicate things via the user interfaces with built in support for:

Crontab Manager

Component type

module

Maintenance status

Development status

Component created

Component changed

Overview

Crontab Manager is a Drupal plugin to manage your crontab file entries. If you don't want to use the command line to create, edit or delete cron jobs in the crontab file, this Module enables you to edit it in a drupal-form. You can enable site-administrators to edit the cron jobs, without giving them command-line access to your server.

Meteor

Component type

module

Maintenance status

Development status

Component created

Component changed

This module integrates development with Meteor (http://meteor.com/) and Drupal. Meteor is a platform built on Node.JS. Using Meteor, you can specify the layout and basic rules for your data and then let the underlying tools handle real-time updates between users (for example publishing a change from one user to other users, and refreshing everything on their screen that depends on that data). Meteor automated the basic infrastructure tasks to make it easy to built apps with real-time communication.

OModule

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provide API to programming module using an object.

With OModule you can write your module in only one class and declare your hooks inside it.