#!/usr/bin/env python """ This script is intended to be run as an SSI exec. It will print out a calendar for the current month for the specified notebook. Sample invocation: (Will print out the current month's entries for the mynotebook notebook, showing the page guides) """ import __builtin__ __builtin__.__dict__['_'] = lambda x: x from nb import CoreSSIs CoreSSIs.ThisMonthCalendarSSI()