today | current | recent | random ... categories | search ... who ... syndication

Jonathan Eisenzopf has updated his Weblog suite.

"Weblog 1.6 includes several bug fixes, simplified installation procedures, better RSS 1.0 support, and better documentation." I am in the process of re-writing the backend to this site and if I can figure out all this RSS 1.0 cum meta information cum namespace cum RDF nonsense, I may use it as the standard export format and a framework for publishing. Here's the dream :



# Publish $node and any children as an RSS file



$node->publish->register(type=>"rss",version=>"1.0");



print 



    $cgi->header(-type=>"text/xml"),



    $node->publish->write;







# Publish $node and any children as an 



# IE (Win) bookmarks collection



$node->publish->register(type=>"fav");



$node->publish->write("C:/WINDOWS/Favorites/".$node->title);







# Publish $node and any children (?) to 



# a manila/blogger/... site



$node->publish->register(type=>"manila");



$node->publish->write(



                     url =>"http://foo.com",



                     user=>"asc",



                     pass=>"*****");



Anyone who's been watching the links and various bits and pieces of code around here lately, will surely see the thread. And for those who've asked in the past, when the new code is done (?!) it will be available to all.

refers to

meta

 
Sarah Musgrave : "For the last few months I've been hearing about "Web loggers," ←  → Scott Draves : electric sheep - a distributed screen saver