DataSync FeedAPI
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
DataSync FeedAPI imports FeedAPI feeds using DataSync instead of with hook_cron.
There are several benefits to doing this:
DataSync FeedAPI imports FeedAPI feeds using DataSync instead of with hook_cron.
There are several benefits to doing this:
Note: this model works for IPhone in conjunction with Drupal Notifier.
Module Drupal Notifier provides information on the status of installed and active modules for IPhone App Drupal Notifier.
With every request from IPhone App Drupal Notifier the website sends another request to update.drupal.org service and provides information in xml format.
This programm reflects status by modules for your website. It tells you which modules need to be updated and what new versions are available.
Due to its limited use I have not needed to work on this module since early 2009. I recommend using Wordpress_Import or Wordpress Migrate instead.
With this module you can import your site from Wordpress to a clean Drupal install. Please note that it has not been tested with anything newer than Wordpress 2.6.
This project includes a client-server set of modules designed to implemenet centralized activity logging from client drupal site(s) to a master server. It was developed as part of the San Francisco Drupal Redesign Sprint, primarily by David Strauss and Josh Koenig. This is the system by which activity from across the *.drupal.org universe will be aggregated and integrated into your dashboard.
The Save to FTP module allows for saving a node as a .html file on a FTP Server.
After a node has been saved, and a path is given, if the user has been given the "Save to FTP" permission a form is added on the node edit page which is activated by selecting the "Publish to FTP" button.
Snapshot is a drupal module for making clean snapshot of drupal website. Website, media and database are snapshot. For now, just Mysql with MyIsam engine is supported. Different snapshot method can be used, total or incremental.
This module provides an API to shorten URLs via many services like bit.ly and TinyURL (over 15 services are available by default), as well as a block and a page that provide an interface for easily shortening URLs, and a block that displays a shortened URL for the current page for easy copying.
Please let me know if you are interested in maintaining this module. The module works but I don't have the time to do any feature enhancements and there are some good ideas in the queue.
This module generates mailing labels (ie Avery 5160) from a list of fields generated from the Views module.
This is a light-weight module geared towards developers for creating content (either starter content, or required content) from code.
It uses the uuid module to import content from a hook, then provides you (the developer) the ability to save that uuid in the hook so that it will show as 'imported'.
If you're looking for an even slightly more robust solution for importing content, then you're looking for feeds or migrate.
Migrate Extras extends Migrate to provide support for several contributed modules.
The best place to implement migration support for a contributed module is in that module, not in the Migrate or Migrate Extras modules. That way, the migration support is always self-consistent with the current module implementation - it's not practical for the migrate modules to keep up with changes to all other contrib modules. We are no longer adding support for other modules to Migrate Extras.
Migrate Extras 2.5 is now available. This is planned to be the final Migrate Extras release - the only work to be done with Migrate Extras going forward will be to port the contrib module support here directly to the respective supported modules.