The current maintainers are looking for new people to take ownership.

Domain Menu Block

Domain Menu Block

Provides a Menu Block that can be registered across every active Domain on an installation.

Redis SSI

This module pushes pieces of the page into Redis and replaces them with SSI commands. Then, using webdis and nginx the page can be served really fast.

uc_matcommerce

This module adds to Ubercart a payment method common in Morocco, 'maroctelecommerce' CMI.

PEAR BB code

No further development!

About

This module integrates the PEAR BBCodeParser project into Drupal. Other than the existing bbcode module, which can be used as is, you will need the PHP PEAR extension and the parser installed on your server. Also your PHP include path must contain your PEAR directory (which is usually added during PEAR installation).

However, there are some differences I consider as advantages (this is why I started this different approach):

  1. While bbcode module bases on simple regexes, the PEAR approach is better in dealing with nested structures, which is really helpful with e.g. quotes.
  2. The PEAR project may be easily extended with custom filter classes which you may place in the filters directory (you need to understand the corresponding PEAR project documentation). It is planned that this module will recognize them and you can simply enable or disable them on a per-input format base.
  3. That said, you may also easily clone and alter existing filter classes, while bbcode module lacks an override API and changes need to be done directly in the module code.

This module does not provide any graphical extensions such as toolbars for convenient editing. It simply parses BBcode as good as possible.

Requirements

Walkthru

This is under heavy development so expect things to break in between dev releases.

Link RSS formatter

This module is a simple module that exposes a formatter for Link module fields to render a feed reader.

Pages

Subscribe with RSS Subscribe to RSS - Seeking new maintainer