A 6.x Drupal installation geared toward law enforcement agencies using an intranet to share intelligence information between employees. This installation is focused toward road patrol duties, but could be adapted to investigations as well.
This project will be coming soon after some core updated.
For now, it can be obtained from Webenabled, as the Drupal LEO environment.
The TYPO3_migrate module provides support for migrating content from a TYPO3 website to Drupal using the Migrate module.
Features
Import of the following is supported:
Users(both frontend and backend).
Standard TYPO3 pages along with their tt_content elements:
tt_content elements of the type 'text', 'textpic' and 'image' will be migrated into the node body.
Authoring information of the pages is also migrated.
News(tt_news) and news categories:
Migration of news images and files is also supported.
Related news articles are handled through a cck nodereference field.
Migration of news articles can be restricted to certain folders.
The migrated content can be rolledback completely.
Dependencies
UPDATE: The TYPO3_migrate 6.x-1.3 version requires the Migrate V2.1(6.x-2.4) module.
The TYPO3_migrate 7.x-1.3 version requires the Migrate V2.1(7.x-2.4) module. http://drupal.org/project/migrate
Roadmap
The current module is for Drupal 6. The drupal 7 version will be added soon.
The aim is to build a suite of sub-modules to migrate a website from TYPO3. More sub-modules can be added to handle data from various TYPO3 plugins.
Two-factor authentication for Drupal sites. Drupal provides authentication via something you know -- a username and password while TFA module adds a second step of authentication with a check for something you have -- such as a code sent to (or generated by) your mobile phone.