I am setting up a Moveable Type Blog, wonderful tool by the way.
One of the things I want in the right hand column of my blogs main page is an additional calendar that is generated by a CGI script.
I have the main page of my blog at the top of my website
http://www.somesite.org
and the cgi script I want to do is calpublisher.cgi It is stored under a directory called calpublisher
so if I were to access it from a web browser it would be
http://www.somesite.org/calpublisher/calpublisher.cgi
I can access it from a browser stand along with no problem, but I have had a beast of a time getting it to be included. Any ideas on a good approach for that?
I have tried adding
<--#include virtual /calpublisher/calpublisher.cgi"-->
To no avail
Thanks for any and all hints
Bruce