=== Plugin Name === Contributors: Fubra Tags: syndication, xmlrpc, cross-post, post, content, autoblogging Requires at least: 2.7.0 Tested up to: 2.8.1 Stable tag: 0.2 Syndicates posts made in any specified category to another WP blog using WordPress' built in XMLRPC functionality. == Description == Syndicate Out syndicates all posts made in a specified category to any other WordPress blog. This enables you to create an automatic aggregating blog from a number of different blog sources without relying on blog XML feeds. The plugin uses WordPress' built in XMLRPC functionality to push posts to the target blog. The plugin is in early stages of development. The following is the plugin todo list: * Deal with post updates -- ensure local updates are mirrored on the remote blog. * Deal with tags -- ensure local tags are mirrored on the remote blog. * Deal with comments -- add options to pull comments from the mirror blog to the local blog / post local comments on mirrored blog. Feature requests are gladly accepted. == Installation == 1. Set up a user on the remote blog to receive the posts 1. Upload the syndicate-out directory to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Configure the plugin through the 'Settings'->'Syndication' menu You may then test the plugin by posting to the selected syndication category. The post should be cross-posted to the remote blog. == Changelog == = 0.2 = * First available public release.