Reviewing some of the applications that can be used with Blogger. blogBuddy seems to be working as expected (it looks like post editting is a feature for later versions). BlogScript and some of the related links on the Blogger API and XML-RPC should probably be reviewed.Also, and not suprisingly, there is a blogger-mode for Emacs.
posted by j 10/30/2001 11:02:00 PM
$footerhtml = "/home/jaw/jwalsh.net/includes/themes/" . $theme . "/footer.php";
if ( file_exists($footerhtml) ) {
include($footerhtml);
} else {
printf("Error: No theme specified");
}
?>