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.

Security Check

Component type

module

Maintenance status

Development status

Downloads

2108

Component created

Component changed

This is a drush plugin for running security checks against Drupal sites.

These are basic sanity checks, they aren't intended to replace more thorough reviews of a site build. The tests are designed to stop a badly misconfigured site going live.

To run this against a site, simply run "drush secchk" from the docroot or using a site alias.

The Security Check module is developed and maintained by Dave Hall Consulting.

Simple Page Demo

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This project demonstrates how to create a simple page with a Drupal module quickly. It has the following 4 files:

1. simple_page_demo.info - Necessary information of the module.
2. simple_page_demo.module - PHP code.
3. simple_page_1.tpl.php - HTML template for demo page 1.
4. simple_page_2.tpl.php - HTML template for demo page 2.

Enable this module, and demo pages are avaialble at:
http://hostname/demo/simple_page_1
http://hostname/demo/simple_page_2