Reddit API seeks to integrate the reddit.com API functionality with your Drupal website. Currently in the early alpha stages of development, it provides the following:
Exposes an Iframe formatter for Drupal 7 Link Fields, and an Iframe content type for CTools aware applications like Panels. Translation: Drop IFrames into your panels willy-nilly.
OpenLayers Styles provides a flexible mechanism to manage styles and apply variable styling in OpenLayers. This module is meant to perform two classes of tasks:
Use pluggable, automatic mechanisms to populate styles (e.g. from a folder of icons and a configuration file).
Override the default layer style to provide different styles for different features on the layer.
For the second task above, this module also provides a new field type for choosing OpenLayers styles. Depending on the widget used, the label of a style choice can be customized, e.g. as an icon so you can show a list of icons and click to choose!
The task of initially populating the styles can be accomplished using the provided plugin to load styles from an INI configuration file. The file can define any property that goes into an OpenLayers style configuration (including image file name, dimensions, anchor point).
How-to
A general recipe is to set up OpenLayers in the typical fashion, specifically with Views (there is an excellent tutorial). Then:
Enable OpenLayers Styles and OpenLayers Styles CCK.
Enable OpenLayers Styles UI (separately from OpenLayers Styles).
This module allows users to manage notification emails with the Mail_Edit module. The notifications module uses message template classes that must be edited in code.