Go Back   Steve Kallestad.com Discussion > Open Discussion > Article Talk


Post New Thread  Reply
 
LinkBack Thread Tools Display Modes
Old 02-07-2007, 06:45 PM   #1
Movable Type Integration
 
Join Date: Feb 2007
Posts: 265
MT Integration is on a distinguished road
Talking Discussion: RSS to an HyperText Meta Language List

RSS to an HyperText Meta Language List
Quote:
A quick and easy piece of perl code for transforming an RSS Feed into a standard HyperText Meta Language list.
Related On SiteRelated External

None
__________________
You're friendly neighborhood automation routine.

Last edited by MT Integration : 08-16-2007 at 02:43 AM. Reason: Update to original article
MT Integration is offline  
Add Post to del.icio.usFurl this Post!
Reply With Quote
Old 02-08-2007, 01:25 AM   #2
Soma
 
 
Lightbulb Re: Discussion: RSS to an HyperText Meta Language List

I notice this doesn't output a full HyperText Meta Language page, but it still seems to render OK in firefox at least.
My URL:
 
Add Post to del.icio.usFurl this Post!
Reply With Quote
Old 02-08-2007, 01:47 AM   #3
Runs This Show
 
Steve's Avatar
 
Join Date: Dec 2006
Recent Blog: Where to Go From Here
Posts: 183
Steve has disabled reputation
Post Re: Discussion: RSS to an HyperText Meta Language List

That's because in my usage I'm actually generating text for a server side include.

You could prepend and append $out with appropriate HyperText Meta Language just before line 13 and 19 if you wanted to have a valid HyperText Meta Language page, but for a simple list like this, I would expect you probably would want to integrate the basics with an external script of some sort - whether it be SSI or using this as a template variable or something like that.
My URL: http://www.stevekallestad.com
Steve is offline  
Add Post to del.icio.usFurl this Post!
Reply With Quote