mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 14:59:20 +02:00
-- Added romanian.h to manifest -- Made code compile properly on compilers that don't grok 'const' -- Changed PostScript output to be more compatible with Adobe recommendations -- Fixed comment characters in HTML stuff
28 lines
960 B
Plaintext
28 lines
960 B
Plaintext
<HTML>
|
|
<!-- Sample HTML file with links to the calendar stuff -->
|
|
<!-- $Id: calendar.html-DIST,v 1.2 1997-03-30 19:08:01 dfs Exp $ -->
|
|
<HEAD>
|
|
<TITLE>David Skoll's Calendar Server</TITLE>
|
|
</HEAD>
|
|
|
|
<BODY>
|
|
<H1>David Skoll's Calendar Server</H1>
|
|
|
|
<a HREF="http://your.machine/your.dir/cal_dispatch?sunrise">
|
|
Sunrise Information</a><P>
|
|
<a HREF="http://your.machine/your.dir/cal_dispatch?sunset">
|
|
Sunset Information</a><P>
|
|
<a HREF="http://your.machine/your.dir/cal_dispatch?moon">
|
|
Moon Phase Information</a><P>
|
|
<a HREF="http://your.machine/your.dir/cal_dispatch?calps">
|
|
Blank PostScript Calendar</a> (Approximately 20kB)<P>
|
|
<a HREF="http://your.machine/your.dir/cal_dispatch?hebdate">
|
|
Today's Hebrew Date</a><P>
|
|
<a HREF="http://your.machine/your.dir/cal_dispatch?hebps">
|
|
PostScript Calendar with Jewish Holidays</a> (Approximately 35 kB)<P>
|
|
<HR>
|
|
<a HREF="ftp://ftp.doe.carleton.ca/pub/remind-3.0">
|
|
Get the Remind software</a> that provides this service.<P>
|
|
|
|
</BODY>
|