The mailwire modules wires together any number of mail formatting and sending modules. If you want to use mimemail, maillog and the smtp module in sequence for the same message, mailwire is your friend.
Please note, that mailwire does nothing by itself. It's an API module that serves as registry for all mail modules.
Richerlayouts is thought to be a package of tools that enable authors to enhance diversity in the look of their content. The first set of modules currently being developed consists of:
This module provides an additional Node, named Repository.
Adding a path to a git repository, it will allow users with appropriate permissions
to clone repositories via http, download archives, view diffs and commits and browse the repository tree.
After spent hours to get a git viewer working with available drupal modules like versioncontrol_api, we write a new git repository browser.
For HTTP clone support the module use WebDAV and git http-push.
You can set per repository permissions, so only defined users are allowed to clone a repository. Only if Drupal init the repository it controls direct write access to repositories.
Note: We only maintain the 7.x release
Features
Supports Geshi Filter for diff output format
Create repository for http push/pull and clone with http basic auth
Permissions for view diffs, commits, patch, etc ..