Feeds QueryPath Parser

Component type

module

Maintenance status

Development status

Downloads

14620

Component created

Component changed

This project is in maintenance mode. No new features will be added. New installs should use Feeds extensible parsers instead.

A plugin for the Feeds module that allows you to run CSS queries against an XML, or HTML document using the awesome QueryPath module.

Depends on the Feeds and QueryPath modules.

Feeds REGEX Parser

Component type

module

Maintenance status

Development status

Downloads

3730

Component created

Component changed

If anyone would like this module, feel free to ask.

A plugin for the Feeds module that allows you to run regular expressions on incoming data. Not for the faint of heart.

Dependencies

Quick Terms

Component type

module

Maintenance status

Development status

Downloads

937

Component created

Component changed

In the process of adding a new vocabulary or editing it, you can add mass terms quickly to this vocabulary, using a textarea. One term pre line.

If you granted the permission "administer taxonomy" to a role and wanted it to use quick terms , you should assign the permission "add quick terms" to that role too.

Please create an issue, if there is any similar modules.

Webform Dialog

Component type

module

Development status

Downloads

679

Component created

Component changed

Integrate Webforms with the Dialog API.

Out of the box, this module provides a block for each Webform node. When enabled for the current page, this block is displayed as a link attached to the side of the browser window (independently of its region). The link opens a dialog containing the Webform.

Note that redirection after submission only works with Jquery UI 1.7, which itself has a bunch of dependencies. See #804002 for more details.

Embeddables

Component type

module

Categories

Maintenance status

Development status

Downloads

3243

Component created

Component changed

Embeddable provide a method for embed thingies in content.

It is a pluggable system that currently allows the embedding of nodes and blocks.

It functions by placing a div in the content with attributes that describe what is to be embedded. ie for nodes the nid and the view mode are attributes. Then after the page is build the div is converted into the embed content.

We hope to add an option to do the transformation in js in the feature.

also look to allow embedding of other entities.

Shopzilla

Component type

module

Development status

Downloads

544

Component created

Component changed

Shopzilla PPC integration for merchants and retailers

Shopzilla is a leading shopping site popular across the globe. Shopzilla is a powerful method of PPC advertising for retailers. If you are running an ecommerce/shopping site, you will be tempted to publish your products to shopzilla store. However, it takes a lot of time to find get proper documentation from shopzilla staff for publishing/uploading your products. We have undergone this process and hence I hope this module help a lot of people in the drupal community.

Feeds JSONPath Parser

Component type

module

Maintenance status

Development status

Downloads

147870

Component created

Component changed

This project is in maintenance mode. No new features will be added. New installs should use Feeds extensible parsers instead.

Features

This is a parser for the Feeds module that allows parsing JSON using JSONPath. It is very similar to the Feeds XPath Parser module.

Installation

The file jsonpath.php must be downloaded and put in the 'sites/all/libraries/jsonpath' folder. After installing the module, clear your cache so that the parser will be available in Feeds.

Documentation

Documentation can be found at http://goessner.net/articles/JsonPath/, and http://code.google.com/p/jsonpath/wiki/PHP.
** The syntax is different for the @ operator. In the documentation, examples look like @.name. That syntax changes to @['name'] since this is PHP and not Javascript.