Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Note: This project will not be ported to Drupal 6 or 7. It is also not really recommended for production use. Similar functionality to what is in this module is provided by FeedAPI and Feed Element Mapper. If anyone wants to take over as maintainer of this module, please let me know.
Nodeshare allows you send nodes from one Drupal site to another.
It accomplishes this by replicating a node object in its entirety on a remote Drupal site using only HTTP (as opposed to XML parsing, database trickery, and so forth). If widely available syndication methods like RSS feeds are sufficient for your content sharing needs, then this module might be overkill for you. But if you find you need to preserve some of the more complex data structures present in a Drupal node (like CCK fields, file attachments, user associations, and so on) when moving content between sites, Nodeshare may be what you're looking for.