home *** CD-ROM | disk | FTP | other *** search
- # Sample calendar file for pcal
- #
- # This should be ~/calendar on Unix, SYS$LOGIN:CALENDAR.DAT on VMS
- #
- # Valid entries are of the following forms:
- #
- # year <year>
- # <month_name> <day>{*} {<text>}
- # <month><sep><day>{<sep><year>}{*} {<text>}
- #
- # where:
- # <month_name> := first 3+ characters of name of month (in English)
- # <sep> := one or more non-numeric, non-space, non-'*' characters
- # <text> is the text to be printed in the calendar box
- # <day>, <month>, and <year> are appropriate integers
- #
- # whitespace is to be used/avoided as implied by the above productions
- # '*' flags the date as a holiday (to be printed in gray)
- # comments run from '#' through end-of-line
-
- year 1990 # set year explicitly
-
- 5/28* Memorial Day (observed) # '*' prints holiday in gray
- 5/31 Memorial Day
-
- 7/4/90* Independence Day # full date format
- 7/15 First line of text
- 7/15 Second line of text
-
- Sep 3* Labor Day # month written out
-
- 10/8* Columbus Day (observed)
- 10/12 Columbus Day
-
- 11/22* Thanksgiving
- 11/23* # holiday without text
-
- 12/24* Christmas
- 12/25*
-
- 1/1/91* New Year's Day # set new year implicitly
-