NITF

create modular, extensible, API-based import and export framework for drupal

As I have worked with different content management and middleware solutions, one problem I have encountered numerous times, and that I think needs a better solution in drupal, is import and export of data and provision of web services. I think it would be good for drupal to create an import/export framework that would allow drupal developers to make re-usable, sharable import and export modules by implementing PHP objects to a few commmon interfaces and then adding their new import/export type into a central, common import/export module.

This is especially relevant for modern corporate newspapers that need to integrate content from different legacy systems, produce that content, then send it off to a number of different web publishing systems, and then also face the prospect of their systems changing if they are bought or sold. The framework as outlined in the design below could also be a means of implementing REST services (SOAP or XML-RPC would probably require another layer on top of this, though you probably could do it in this framework).

9 comments · Read more
yelvington's picture

IBM DeveloperWorks on NITF parsing

Tip: Read News Industry Text Format (NITF) files with PHP
Parse and extract news content for use in your applications

The News Industry Text Format is an XML-based format used by the news industry to encode and share the content of news articles. PEAR's XML_NITF package provides an extensible API to read and parse NITF-formatted files, making it easy to extract bibliographical information and article content for use in any PHP application.

2 comments
johsw@drupal.org's picture

NITF2node-module or code-bits?

Hi.

Do any of you guys have a module or parts of a module or just some codebits to do NITF to node parsing and insertion? I that case, I would really like to have a look. I'm considering doing my own from scratch, but a little snippet to get me going would be really cool.

Best,
/J.

7 comments
Syndicate content