Proviso

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Proviso aims to be an SDK+API to provision platform-independent local VMs for Drupal development. The project seeks to develop an extensible framework and ecosystem for developers to achieve parity with multiple production deployment targets, as well as a one-click installer control panel that makes advanced local development accessible.

For more information, please check the wiki.

Real Email Verification

Component type

module

Maintenance status

Development status

Component created

Component changed

Real Email Verification allows you to varify email address on real time. It checks email id existance in mail server.

So currently module is under active development and the complete explaination and features will be listed when module will publish.

Under Construction

This module is using 3rd party API (SureVerify).

Docker

Component type

module

Maintenance status

Development status

Downloads

554

Component created

Component changed

If you haven't already, check out Docker! (http://docker.io).

From the site:

Docker is an open-source engine which automates the deployment of applications as highly portable, self-sufficient containers which are independent of hardware, language, framework, packaging system and hosting provider.

The initial effort is for a Drupal based Docker control.

This is being built in 8.x.

akamaiccu

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

A simple module for interacting with your akamai CDN, setting and clearing caches for content based on time of update, and also providing UIs for directly sending cache clearing requests to the control.akamai.com via SOAP.

Plugin

Component type

module

Maintenance status

Development status

Downloads

25797

Component created

Component changed

The Plugin module complements Drupal core's plugin system in several ways. Its main aim is to make it easy to expose your custom plugin types to the world, and to let code work with any plugin of any plugin type generically. To facilitate that, and other features, it provides the following:

Drush Editor - A fashion way to manage your WYSIWYG libraries

Component type

module

Maintenance status

Development status

Downloads

1435

Component created

Component changed

This module looks like the PM functions of Drush, allows us to download most of popular WYSIWYG editors.

Integration

Feel free to integrate your editor using my API. There are only 2 functions
you should know
- hook_drush_editor(): Register your editors.
- hook_drush_editor_alter(): Change the list of registered editors.

You can see the file drush_editor.api.php and my plugin for more information.

Server Monitor

Component type

module

Maintenance status

Development status

Downloads

1589

Component created

Component changed

Introduction

The Server Monitor module will monitor and display the status of a number of servers which will be polled by a ping or by retrieving a URL (drupal_http_request or cURL). The status checks can be configured to run during cron.

Static page

Component type

module

Maintenance status

Development status

Downloads

3553

Component created

Component changed

I want to add sveral static pages to drupal. To be specific, for example,

<html>
  <head>....</head>
  <body>
    Hi there
    <a href="/node/add/this">Link</a>
  </body>
</html>

No sidebars. No Drupal anything. Just a nice page with some words.

Front module provide a option " Allows for static content to be displayed to the screen as is. This method does not pass through Drupal's theming system. ", but it only work on front page.