mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 06:18:47 +02:00
35 lines
1.1 KiB
Plaintext
35 lines
1.1 KiB
Plaintext
<HTML>
|
|
<!-- Sample HTML file with links to the calendar stuff -->
|
|
<HEAD>
|
|
<TITLE>Remind Calendar Server</TITLE>
|
|
<LINK rel="stylesheet" href="%IMAGEBASE%/calendar.css">
|
|
</HEAD>
|
|
|
|
<BODY>
|
|
<H1>Remind Calendar Server</H1>
|
|
|
|
<a HREF="%CGIDIR%/cal_dispatch?sunrise">
|
|
Sunrise Information</a><P>
|
|
<a HREF="%CGIDIR%/cal_dispatch?sunset">
|
|
Sunset Information</a><P>
|
|
<a HREF="%CGIDIR%/cal_dispatch?moon">
|
|
Moon Phase Information</a><P>
|
|
<a HREF="%CGIDIR%/cal_dispatch?calps">
|
|
Blank PostScript Calendar</a> (Approximately 20kB)<P>
|
|
<a HREF="%CGIDIR%/cal_dispatch?calpdf">
|
|
Blank PDF Calendar</a> (Approximately 15kB)<P>
|
|
<a HREF="%CGIDIR%/cal_dispatch?hebdate">
|
|
Today's Hebrew Date</a><P>
|
|
<a HREF="%CGIDIR%/cal_dispatch?hebps">
|
|
PostScript Calendar with Jewish Holidays</a> (Approximately 35 kB)<P>
|
|
<a HREF="%CGIDIR%/cal_dispatch?hebpdf">
|
|
PDF Calendar with Jewish Holidays</a> (Approximately 20 kB)<P>
|
|
<a HREF="%CGIDIR%/cal_dispatch?hebhtml">
|
|
HTML Calendar with Jewish Holidays</a>
|
|
<HR>
|
|
<a HREF="https://dianne.skoll.ca/projects/remind">
|
|
Get the Remind software</a> that provides this service.<P>
|
|
|
|
</BODY>
|
|
</HTML>
|