This project is under active development.

Provision platform git

Provides provision integration to provision an Aegir platform from a git repository URL/branch name.

Data URI Creator

Screenshot for the main page of the Data URI Creator module for Drupal

The Data URI Creator is a lightweight standalone module that implements a utility page for manual generation of Data URIs (see RFC 2397: The "data" URL scheme). The tool can be particularly useful when you craft HTML pages, CSS or JSON data by hand and want to embed images directly in the content, as opposed to indirectly through a link to a separate image file.

The module also provides a lean API that can be used programmatically to detect, encode and decode Data URIs (through the DataUriCreator class). Therefore, other modules that work with Data URIs can reference the Data URI Creator module as a common API to perform encoding and decoding of such URIs.

Startup Theme

Startup Theme

Startup theme is a responsive Drupal theme that implements the three column stacked layout concept which helps developers jump-start a startup web project.

This theme is suitable for:
- Corporate websites with simple content delivery.
- Startups who need to display their portfolio.
- Websites that have separate sections that are chronologically connected.
- Designers who have a series of ideas or contexts in the look and feel.
- Developers that need a theme with Responsive layout
- Projects that need in-built Mega Menu structure

Download Verify

Download Verify Added Form Detail

DESCRIPTION:

Module for adding a form for collecting email addresses from website visitors before a download can be completed.

The module works by using JavaScript to inject the form into the
websites theme files by searching for specific hooks in the CSS.

The CSS hook used can be set from the modules administration panel.

The data submitted is emailed to an address specified by the site
administrator within the module configuration panel.

When a user successfully completes the form and the download begins, a cookie is also set on the users machine so that they can download subsequent files without the need of filling out the form again.

The cookie will be set depending upon a selection within the modules administration panel.

INSTALLATION:

1. Place the entire Download Verify directory into your Drupal
modules directory (normally sites/default/modules).

2. Enable the module by navigating to:

Admin > Modules

3. If you want anyone besides the administrative user to be able
to configure the Download Verify (usually a bad idea), they must
be given the "administer download verify" access permission:

Admin > People > Permissions

When the module is enabled and the user has the "administer

Pages

Subscribe with RSS Subscribe to RSS - Under active development