automated blog posting...

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
jmatzen
Posts: 1
Joined: Fri Feb 10, 2006 9:39 pm

automated blog posting...

Post by jmatzen »

I would like to automate the posting of blog entries. Specifically I want my Perforce server to post a message to the blog when somebody checks something in. The post would have the submit comments in the body of the post, and it would include the diffs of the checkin as the extended body of the post.

What would be the best way to do this?

Thanks!

John
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post by judebert »

Sorry to say, this is outside my experience. I'm imagining a whole PHP program that goes to your S9Y, POSTs a form to log in, does some more POSTs to create a new entry, and logs out. Ick.

Maybe one of the phone blog, email blog, or XMLRPC plugins could work. Garvin will certainly have better suggestions when he wakes up. I'll listen and learn.
Judebert
---
Website | Wishlist | PayPal
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

The best way would be XML-RPC posting, as judebert already mentioned. That's exactly what XML-RPC was menat for.

S9y has an XML-RPC plugin that supoprts the MT and Blogger API, where you can post your postings. Googling for that should reveal many API specs and tools. :-)

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply