A toolkit for developing AJAX interfaces in Drupal. This module provides a simple api for requesting Drupal objects such as nodes, users, forms, and views as HTML fragments.
This project is a starter kit for installation profile development that demonstrates how to use a batch process for your installation and how to install from the command line, which is useful during profile development.
Features
Re-packages the Standard Profile to install in a batch process.
Includes an alternate install script that allows you to install from the command line.
Allows you to change the default theme and admin theme by changing settings in the install file.
Benefits
Installing your profile in a batch process has several advantages:
The installation occurs over several page requests, so that it will not time out.
Coding the installation profile as a batch process creates more structured and cleaner code.
Coding as a batch process allows you to easily manipulate and change the order of operations.
Custom installation code can be placed in a separate file, allowing for smaller files that are easier to maintain.
You can easily set and change settings variables in your install.php file without touching your installation code.
The CONTRIBUTE theme is a drupal fusion theme designed to allow themers to quickly change up color schemes and add in modules such as () that will have styles applied to them automatically to compliment the theme. The goal of the theme is to provide a polished look in a flexible design framework quickly.