Maintainers strive to actively monitor issues and respond in a timely manner.

SEO Checklist

Drupal SEO Checklist checks for installed modules.

The Drupal SEO Checklist uses best practices to check your website for proper search engine optimization.

Builder - generate modules from YAML specs

The Builder modules is an experiment in generating drupal code from specifications provided as YAML files. With this module, I seek insight into how far the new reflection mechanisms like the Schema API and the Form API carry.

There is an example YAML spec for a node module in the config/ directory. The file specifies a set of content types in the types section.

I have deliberately refrained from providing a graphical user interface to specify things. For incremental updates, this is a limitation in that I won't be able to track what exactly has changed from one version of a YAML file to the next and e.g. automatically generate update functions for the installer. Because of this limitation, I do not consider this module a competition to the CCK or Views projects.

On the other hand, this module could be used to bootstrap a new generation of more complex modules like CCK and Views by generating the necessary metadata store for these.

Currently, the Builder module is able to generate node modules with simple field types. The boiler plate for the various hook implementations is mainly taken from the node example, but updated to use the new Schema API in Drupal 6. I consider the module an early Alpha version due to its functional limitations.

FlickrUp

Synopsis

The FlickrUp module allows to upload photos to Flickr.
The module provides its own field type, widget and formatters.

Marinelli

marinelli screenshot

Marinelli is a 3 column, tableless layout theme with a wide image banner and a "top-tabbed" primary-links system.

3x Main Features

  • Flexible 3 column system with 8 extra collapsible regions and a "top slide-box". You can move content on the right or in the middle from theme settings
  • Optional built-in megadropdown menu per Primary links: Just activate it in the theme settings page
  • Integrated rotating banners system based on jquery cycle: upload banners from theme settings and decide where to rotate them. Each banner con also point to an url to highlight content
  • Progressive enhancement with modernizr for css3 features
  • Better headings mangement. Now you can use headings even for primary links or megamenu (usefull for screenreaders)
  • Better css organization to improve theme customization
  • Semantic xhtml and attention to accessibility. With the proper theme settings you can accomplish WCAG2 AAA

Password reset

Password Reset module administration screen.

The password_reset module allows for passwords to be reset without involving e-mail addresses through the use of security questions.

German Stemmer

This module implements stemming according to the Porter algorithm.
It will help the german community to offer better searching capabilities to there users.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained