Feeds d.o Issue Parser
Component type
Categories
Maintenance status
Development status
Component created
Component changed
This is a simple parser that scrapes a d.o issue page for interesting things that can then be imported.
This is a simple parser that scrapes a d.o issue page for interesting things that can then be imported.
This creates nodes, but ensures they are unique only for the site, not per feeds source.
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.
Feeds HTTP Arg Fetcher plugin
Works well with selfnodeprocessor.
This module allows you to import imagecache presets in a easy and simple way.
Powered by Javali
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.
Blog migration script using Migrate. D6->D7.
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:
This module simplifies the process of adding feeds from different Video on Demand (VOD) providers and provides some additional interfaces to the normal Feeds Importer.
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.