Date iCal

Component type

module

Maintenance status

Development status

Downloads

333184

Component created

Component changed

Date iCal is your one-stop shop for iCal support in Drupal 7. It provides a plugin for Views to enable exporting your site's calendar as an iCal feed, and a plugin for Feeds to enable importing external iCal feeds into your site's calendar.

Any entity which contains a Date field can be utilized by Date iCal for import and export of iCal feeds.

Ophir ODT Import

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Description

Ophir ODT Import is a module for Drupal 7 that imports ODT files directly into drupal nodes (articles, pages...).
The base drupal module is a port of odfimport module to drupal 7, but the script that converts ODT to HTML has been written from scratch by myself, and is available here: Ophir.php ODT to HTML converter.

Chaos Tools Export UI Template

Component type

module

Maintenance status

Development status

Downloads

1476

Component created

Component changed

ctex is a template for making a configuration-based module which uses ctools to
handle import/export as well as the CRUD UI. It is designed to jump-start the
process of creating these types of modules.

You should not install ctex, but overwrite it to make your own module.

Note on the 7.x release
I have not properly tested the 7.x release, save common updates from 6.x Patches welcome.

INSTRUCTIONS:

Words

Component type

module

Maintenance status

Development status

Component created

Component changed

Words is a simple API module for dealing with word lists, useful for building word games. Many word lists are distributed as text files with one word per line, and the settings page for Words simply imports these words into a database table for quick lookups. The words_search() function creates lookup queries. For example, words_search(array('start' => 'th', 'end' => 'ing', 'minimum' => 4)) will return all words that start with "th", end with "ing" and are at least 4 letters long.