Possible to import content from Sharepoint to a non-SP site?

Hi all,
Is it possible to import content from a Sharepoint (2010 edition) site to a non-SP site? Sort of like using a content feed for a “latest 5 news articles”. The idea is to have the customer write articles on the Sharepoint site and then dynamically import the content (perhaps we can just link to it…haven’t thought it out yet) to a spot on the non-SP site.

Thank you.

Yup, you could output the SP content as an RSS feed and then consume it and render it on the remote sites. The SP site would need to be publicly available to internet traffic though, so not behind a firewall, otherwise it gets tricky.

Uh oh. I’m on a closed network within a gov agency not available to the general public. How tricky is it?