OnFolio to SharePoint - HELP!

I have a client who is interested in creating a Blog using SharePoint. I've got that part down, but another requirement is to integrate with OnFolio.  OnFolio is a cool tool, but it seems to be mission SharePoint integration. It can take content and post it to a blog (blogspot, for example), but our client would like this functionality to feed the information right into a SharePoint list.

Ideas anybody???

Print | posted on Wednesday, May 04, 2005 4:41 PM

Comments on this post

# re: OnFolio to SharePoint - HELP!

Requesting Gravatar...
Does Sharepoint have a blogging system built in, or is this something you are custom building? If you are building the blog system for a sharepoint server, you can build in some ways for Onfolio to add posts to it.

Onfolio has 2 ways to publish to a blog.
1. The blog this button uses a webpage URL to post an item to a blog. If you implement a form-based interface that supports inputing an item title, URL, and some content, then you can configure Onfolio's Blog This functionality to post to that webpage.

2. Onfolio's folder publishing functionality supports some of the most popular blog publishing protocols (like the Blogger API and MetaWeblof APIs) for adding items. If you implement a server interface for your blog that mimics these APIs, then Onfolio will be able to sychronize a folder with your blog. If you have an engineer on the team how knows how to use XML to exchange data, then it shouldn't be too difficult to implement an XML-RPC interface that updates your blog's database to add items.
Left by Spike Washburn (Onfolio Develope on May 05, 2005 7:18 AM

# re: OnFolio to SharePoint - HELP!

Requesting Gravatar...
Thanks Spike. Your feedback put me on the track to create a working proof-of-concept.
Left by Ron Hostetter on May 05, 2005 10:35 PM

Your comment:

 (will show your gravatar)