Calendar

To add a calendar to your domain, you need to link to http://www.YourDomain.dom/cgi-bin/cal.cgi . The script will look in your folder for a /header.html and /footer.html file and add those to the beginning and end of your calendar.
    /header.html is added to the top
    cal.cgi adds the calendar HTML
    /footer.html is added to the end
Use some HTML like this on your site: <a href="/cgi-bin/cal.cgi">Check out my Calendar!</a> Or <iframe width=100% height=50% src=/cgi-bin/cal.cgi></iframe> To configure your calendar, go to: http://www.YourDomain.com/cgi-bin/cal.cgi?format. This is not password protected for now, but if people request it to be, I can set that up. Oh, if you do not host a domain but want to sneak a calendar on your /~username/ folder, add user=yourusername to your QUERY STRING. (eg /cgi-bin/cal.cgi?user=rudy)

Example use of the iframe tag:


Return to Support section of MonkeyBrains.net