GMap_Direx (GMap Direction Extras) is a module that allows the request of directions
from Google's GMap service and stores all details about the direction in the Drupal
database for later view. All those directions are user specific and no route can be
saved more than once.
This module was driven by specific customer request and has been developed in a generic
form to be able to submit this to the open community. However, in the next few weeks it's
like to get changed fundamentally, so you should expect some important changes. Therefore
use with care in production sites for the time being.
After installation and configuration, just visit your account profile at http://www.example.com/user/your_name and you'll fina a new tab called "My Directions"
or go there directly: http://www.example.com/user/your_user_id/gmap_direx. Here you
find two new tabs to either display all saved locations or add a new one. Everything
else should be self-explaining.
The Yelp (formally 'Yelp Search Results') package contains two modules which allow for searching and displaying business results from Yelp, using the Yelp API.
Yelp API
The Yelp API module provides the necessary functions and hooks to query the Yelp API and return results. It does not display results on its own, merely provides a framework for fetching, caching and returning results. To use the Yelp API (and any modules that depend on it) you will need to obtain API keys.
The Yelp API module provides form fields which other modules can add to custom forms to define search parameters. When implemented the Yelp API form fields support tokens and can use the addressfield module for location data (The addressfield module must be patched).
Checkout the 'yelp_api/API.txt' for information on how to use the Yelp API module with your module. Checkout the 'yelp_api/yelp_api.api.inc' for information on provided hooks.
This module provides a page where you can see each content type you've selected and under every terms from vocabularies you've selected.
You can :
select which content types you want to display;
select which vocabularies you want to display.
Provided :
pages where your catalog vocabulary is displayed as a grid, with a nested navigation (when you click on a child term, you have the same catalog display for this term or the taxonomy term page if this term doesn't have children);
Yamm project is a module suite that allow you a client/server mass content synchronization.
This module was inspired by the Deploy module. It is able to synchronize any type of data as long as the implementation exists. It does only Drupal to Drupal data synchronization.
UI allows to create a series of clients and synchronization profiles. A synchronization profile is defined by a list of views. Each view must return a list of object identifiers.
Each client can be activated or suspended state. This state will be used for scheduled push orders.