KML content type

Component type

module

Maintenance status

Development status

Downloads

4124

Component created

Component changed

ct_gearth is a new content type based on the Google Earth API. Users can attach .kml files to a node (with upload module), which in turn is displayed through the Google Earth API. If a user attaches several .kml files it is possible to choose between them via a drop-down box.

This module is part of a package of modules being developed by Jefferson Institute. These modules are meant to serve as tools for data visualization:

OpenID Synchronization Framework

Component type

module

Maintenance status

Development status

Downloads

2986

Component created

Component changed

Description

Need to add a list of admin OpenIDs to many websites and not lose sanity while maintaining that list across all servers? This module is for you.

You can still maintain arbitrary list of OpenIDs on each site, but the framework ensures a list of allowed and banned OpenIDs (for the "admin" user), in addition to the local list.

This tool is for Drupal service-providers that maintain many websites and need to give admin access to a number of people, across multiple websites, for maintenance and support purposes.

Google Auth

Component type

module

Maintenance status

Development status

Downloads

21207

Component created

Component changed

Drupal 6

Google supports the OAuth standard for API authentication. By using this module, web applications can access a user's Google Apps account without needing the user's GApps login details. The user logs into the site with their Drupal username and password. Once authenticated, they are then immediately redirected to the Google login page where they must confirm (or reject) that the website is allowed to use an authorization token to access their Google account.

Apache Solr Multilingual

Component type

module

Maintenance status

Development status

Downloads

99299

Component created

Component changed

About

The goal of this project is to cleanly extend Apache Solr Search to provide:

  • better support for non-English languages
  • support for multilingual search
  • cross-language information retrieval (CLIR)
  • an easy-to-use administration interface

Apache Solr Multilingual does not replace Apache Solr Search but is based on it.

BigBlueButton

Component type

module

Maintenance status

Development status

Downloads

19091

Component created

Component changed

BigBlueButton is an open source web conferencing system that enables universities and colleges to deliver a high-quality learning experience to remote students.
BigBlueButton supports sharing of slides (PDF and PPT), video, chat, voice (using Asterisk), and desktops. It's built using over fifteen open source components, runs on Mac, Unix, and PC computers, and is backed by an open source community that cares about good design and a streamlined user experience.

Contextual Administration

Component type

module

Maintenance status

Development status

Downloads

60454

Component created

Component changed

Contextual Administration is an administration tool based on CTools Page Manager module. It allows for the deployment of custom administrative pages through a typical database driven mechanism or can take advantage of the typical page_manager exports through custom modules + exports or features module.

Visit our Google+ Page:

For more videos and regular updates: Contextual Administration

VoteSmart Webform

Component type

module

Maintenance status

Development status

Downloads

912

Component created

Component changed

The VoteSmart Webform module provides a legislative representative lookup widget as a webform component field. This widget queries representatives via the VoteSmart API. Resultant representatives with email address can then be used as webform submission recipients.

In essence, this module extends webform to be an e-advocacy tool, allowing site administrators to create robust and "free" online petition forms without developer intervention.

Reference Links

Component type

module

Maintenance status

Development status

Downloads

3935

Component created

Component changed

"Reference Links" allows custom Urls to be attached to nodes. Its use is seen basically for documentation pages on a site.

This module allows users to add links (internal or external) to nodes, that can provide further information about the current node. The important thing is that Users need NOT have edit permissions for the node. You can allow users with non-edit permissions to add/attach new links to nodes, when the page is being viewed normally.

Options Element

Component type

module

Maintenance status

Development status

Downloads

373309

Component created

Component changed

Options Element is a module that provides a better mechanism to specify select list, checkbox, and radio button options. Rather than requiring the user to use strange syntax like "key|value" in a textarea, Options Element provides a clean interface for specifying options. Developers may use $element['#type'] = 'options' in their own modules. If JavaScript is disabled, any 'options_element' will degrade to the standard textarea for specifying options.