This seems like a very simple question, so I will remove if it's a repeat. I just can't seem to find the answer.
I'm using the feedparser
module to parse an RSS feed. I want to post the output to a widget on a site. I don't want the python script to write the whole page. I just want to be able to get the output to the web page. Can anyone just point me in the right direction?
Details:
I have a blog that is run separately from the page that I would like to post the RSS Feed on. I have the script to parse the blog and generate the info I want. I want to get the generated output into an iframe
or table
or the like on a static HTML page. The static page is entirely separate from the blog.