remote post - Release 2

A new version of remote post has arrived. In addition to everything included in Release 1, this version also introduces the following:

  • Getting a list of available categories
  • Posting to specific categories
  • Entries placed via remote post now reflect the default blog settings (i.e. Allow Pings, Convert Line Breaks, and Allow Comments)
  • Bundles in the script to send remote post pings

Download either remote post-2.tar.gz or remote post-2.zip, unpack it, and place the files as follows:

  • ConfigMgr.pm: in the lib/MT/ directory
  • remotepost.pm and remotepostWww.pm: in the lib/MT/App/ directory
  • mt-pi.cgi and mt-www-pi.cgi: in the base MT directory

You will also need the XML::RSS perl module now. If you don't have that installed, you should be able to just download RSS.pm and place it in your extlib/XML/ directory.

Sending a remote post ping is now a two step process:

  1. Bring up mt-www-pi.cgi in your browser and enter the remote post Ping URL
  2. The script will then connect to the URL and get a list of categories available on that blog, and present them to you along with a list of entries to pick from and an option to include the ComeBack URL

And just to make sure I have made it explictly clear (which apparently I haven't, and I apologize for that), ComeBack is not fully implemented yet. ComeBack pings can be received by MT, but at the moment, they cannot be sent. I am working on that. Placing a ComeBack Ping URL in the URLs to Ping box in the New/Edit Entry screen will not work for ComeBacks. The ComeBack implementation is currently very different than Trackback, so pinging that way will fail. The send-cb script that I mentioned with the initial release of ComeBack was just meant as an example. It is not for use within MT.

I'll get them working together soon. I promise. :)

1 TrackBack

Previous Entry from deanmckenzie.org on January 20, 2003 3:18 PM

That previous entry was put there using David's Post-It utility. I spent lots of time this morning working on getting it to work. It's really neat idea, if you wanted Read More

4 Comments

in PostItWww.pm, the lind that reads:
$html .= "<input type='submit' name='select' value='Get Categories' /><br /\n";

should be:
$html .= "<input type='submit' name='select' value='Get Categories' /><br />\n";

it's not that important, but the last BR tag isnt closed properly.

David, I've now got my hands on XML::Parser, so I'm not getting error messages anymore. However, while the post-it is going through fine (sticky notes), I'm not getting the list of categories returned (I set up two). I dropped RSS.pm into extlib/XML. Any ideas?

David, me thinks I got the same XML::Parser problem that Maddy had. Any suggestions on how to solve that? And while I'm at it, any updates for Post-It in the pipeline?

David, me thinks I got the same XML::Parser problem that Maddy had. Any suggestions on how to solve that? And while I'm at it, any updates for Post-It in the pipeline?

Leave a comment

About Me

I am a software developer for Six Apart living outside of Baltimore, MD. I have written a number of plugins for Movable Type, including the award winning MultiBlog, which has (as of MT 4) been integrated into the base application....
More...

Recent Entries

  • Minimalist plugins are fun!

    Last night I whipped up one of the smallest plugins I’ve ever written. It is so small in fact that I was able to stuff...

  • Feedburner Widget on MT News

    Movable Type News A WordPress 2.5 Upgrade Guide: And of course there are lots of third-party plugins for the MT dashboard, to integrate statistics and...

  • AD&D Monster Stats for the Presidential Canditates

    Charles Stross (scifi author, D&D nerd, and former perl columnist) posted Politics as she is Played with 3d6: The recent death of Gary Gygax, who...

  • Feedburner Widget 0.3

    At this point, I am really tempted to drop the ‘Widget’ from the name of the plugin, since it is doing so much more...

  • Feedburner Widget 0.2

    So I finally got around to updating the FeedburnerWidget plugin for MT 4.1 (since I finally got around to upgrading my install to MT 4.1)....

Close