mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 14:28:40 +02:00
28 lines
857 B
Plaintext
28 lines
857 B
Plaintext
# This file is designed for testing how back-ends
|
|
# handle SPECIALs, including SPECIALS they don't understand
|
|
# If you're writing a back-end, test it by feeding it the output
|
|
# of: remind -pp test-for-backends.rem
|
|
|
|
# Color and shade
|
|
REM 1 SPECIAL COLOR 128 0 0 Red
|
|
REM 2 SPECIAL COLOUR 0 128 0 British Green
|
|
REM 3 SPECIAL SHADE 192 192 255
|
|
|
|
# Moon
|
|
REM [moondate(0)] SPECIAL MOON 0 -1 -1 [moontime(0)]
|
|
REM [moondate(1)] SPECIAL MOON 1 -1 -1 [moontime(1)]
|
|
REM [moondate(2)] SPECIAL MOON 2 -1 -1 [moontime(2)]
|
|
REM [moondate(3)] SPECIAL MOON 3 -1 -1 [moontime(3)]
|
|
|
|
# Week
|
|
REM Monday SPECIAL WEEK (W[weekno()])
|
|
|
|
# PostScript
|
|
REM Wed PS Border Border 2 div moveto /Helvetica-Oblique findfont 6 scalefont setfont (oof!) show
|
|
|
|
# A SPECIAL that should be ignored
|
|
REM 15 SPECIAL RANDOM-STUFF ignore me and be happy
|
|
|
|
# A normal reminder
|
|
REM 16 MSG A normal reminder
|