Considered feature-complete by its maintainers.

Commerce Feeds

Import or aggregrate Commerce entities (e.g. products) using Feeds

Using the power of Feeds, almost any type of data can be imported into commerce entities, be it data in the Comma-Separated Values (CSV) format, XML format (use Feeds XPath Parser), or any other format for which a feeds importer exists. Data can also be synchronized from a remote location, e.g. from an XML or RSS feed, handling potential issues associated with duplicate content. Large amounts of data can be comfortably imported because of the Feeds usage of Drupal's core Batch API. This module can import both commerce entities and their associated commerce display nodes in two consecutive steps.

The module contains:

  • Product processor for Feeds that creates product entities in Drupal.
  • Profile processor for Feeds that creates customer profile entities in Drupal.
  • Commerce coupon processor for Feeds that creates coupon entities in Drupal.
  • Commerce price mapper supporting the creation of price amounts and currency codes from raw input.
  • Commerce product reference mapper supporting the creation of relationships between product displays and product entities.

ExtraStark

Concept:

This theme is not a fully fledged Drupal theme, but more of a proof of concept. Quite so many designers new to Drupal complain about system CSS and how it makes styling much harder. My experience actually proved absolutely opposite: many of core styles are just helpers, so you don't have to start from scratch but rather reuse many existing styles.

The ExtraStark theme is created for those purists to demonstrate how easy it is to reset any core Drupal CSS style to zero. It resets margins, paddings, font properties etc., and it does the job much more radical way then original Stark theme.

The theme is not intended to be used on production sites (it's too bare for that), though you can use it as basis for more graphical theme.

Features:

The main attraction is reset.css, which by popular demand would include slightly remixed HTML5Boilerplate CSS reset as well. But there is more:

  • form elements reset (so you'll miss nice enough default D7 buttons), it supplies only borders to make them visible.
  • original Stark layout (layout.css) has no margins.
  • responsive layout (template.php now adds <meta name="viewport" content="width=device-width, initial-scale=1.0"> for CSS to work properly on mobile devices).
  • the theme does reset front end styles, but not the backend.

taxonomy_feed

Taxonomy Feed Views Integration

Short Story

This module allows you to create a RSS feed, based in terms from a vocabulary or vocabularies using Views module.

Long Story

This module create a new custom View Style called Taxonomy Feed, Only enabled for Views: Term type. Also this module create a new row style Taxonomy Term. Allowing you to use all standard features from Views module to generate your custom RSS list.

The RSS output items points to his own term URL feed.

Example:

<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="http://yoursite.com/rss/vocabulary/list">
 <channel>
   <title>RSS Vocabulary List</title>
   <link>http://yoursite.com/rss/vocabulary/list</link>
   <description>Your Site Description.</description>
   <language>en</language>
  <item>
    <title>1-800-Flowers.com</title>
    <link>http://yoursite.com/taxonomy/term/681/0/feed</link>
    <description></description>
  </item>
  <item>

AWS SDK for PHP

Provides integration with Libraries API (2.x) and a Drush Make script to download the AWS SDK for PHP (github) (support forum).

The AWS SDK for PHP provides a library, code samples, and documentation for developers to build PHP applications that tap into the cost-effective, scalable, and reliable AWS cloud.

With the AWS SDK for PHP, developers get started in minutes using AWS infrastructure services, including Amazon Simple Storage Service (Amazon S3), Amazon Elastic Compute Cloud (Amazon EC2), Amazon SimpleDB, and more.

Configuration

The AWSSDK can be configured by using Drupal variables with the same names as the constants found in config-sample.inc.php. For example, the following can be placed in a site's settings.php file or configured through the awssdk_ui module.

$conf['aws_key'] = '...';
$conf['aws_secret'] = '...';
$conf['aws_account_id'] = '...';
$conf['aws_canonical_id'] = '...';

Usage

Domain Path

Domain Path for a node

The Domain Path module allows the creation of separate path aliases per domain for nodes created using the Domain Access module.

Pages

Subscribe with RSS Subscribe to RSS - Maintenance fixes only