RSS Aggregator Plug-In
SharpMT includes an DLL file that has been designed to be used by other applications that support the IBlogExtension interface, most notably RSS Aggregators. The purpose of this process has been designed to allow other applications to insert text into new drafts from outside SharpMT.

Plug-In Installation
Each of the RSS Aggregators have a different plug-in installation process, so follow their instructions for adding a new plug-in. The SharpMT plug-in that the Aggregator will be looking for is SharpMTPlugIn.dll which is installed to the SharpMT directory.

Plug-In Configuration
For the most part, the RSS Aggregator will send a title, a URL, and a brief description for the Blog page you're reading, but the format that this information comes to the plug-in is always different. Consequently, before the information gets to SharpMT, the plug-in converts the information based on another file: RSSFormat.txt. This file is stored in your users' Application Data\RandyRants.com\SharpMT directory, most often C:\Documents and Settings\YourUserName\Application Data\RandyRants.com\SharpMT. However you format the text in this file will be reflected when the information is posted to SharpMT with the following placeholders substituted with actual data.
Field nameText inserted
[RSSDESCRIPTION]  The RSS' story description (if available)
[RSSLINK]The RSS' story link
[RSSTITLE]The RSS' story title

Plug-In Options
The data sent in via the plug-in can inserted into any one of the "main" text boxes; this setting is found on the Plug-In panel of the Options dialog.