diff --git a/man/rem2ps.1 b/man/rem2ps.1 index 10e4f347..b2c86634 100644 --- a/man/rem2ps.1 +++ b/man/rem2ps.1 @@ -675,4 +675,5 @@ You should ensure that the values you supply for margin widths are sensible. If they are too big for the media size, \fBRem2ps\fR will not complain, but again, the PostScript output will probably not work. .SH SEE ALSO -\fBremind\fR, \fBrem2pdf\fR +\fBremind\fR, \fBrem2pdf\fR, \fBrem2html\fR. + diff --git a/rem2html/Makefile.in b/rem2html/Makefile.in index ebd718d9..e9c4d17e 100644 --- a/rem2html/Makefile.in +++ b/rem2html/Makefile.in @@ -19,6 +19,7 @@ install: $(PERL) -M$$m -e 1 > /dev/null 2>&1; \ if test $$? != 0 ; then echo "Not installing rem2html; missing $$m"; exit 0; fi; \ done; \ + pod2man rem2html > rem2html.1 && mkdir -p $(DESTDIR)$(mandir)/man1 && cp rem2html.1 $(DESTDIR)$(mandir)/man1/rem2html.1 || true; \ echo "Installing rem2html in $(DESTDIR)$(bindir)"; \ mkdir -p $(DESTDIR)$(bindir) && sed -e 's|^#!perl|#!$(PERL)|' < rem2html > $(DESTDIR)$(bindir)/rem2html && chmod 755 $(DESTDIR)$(bindir)/rem2html && exit 0; \ exit 1; diff --git a/rem2html/rem2html b/rem2html/rem2html index 9141fbae..f2579520 100644 --- a/rem2html/rem2html +++ b/rem2html/rem2html @@ -96,6 +96,27 @@ Insert I right before the E/bodyE tag. =back +=head1 SPECIALS SUPPORTED + +The rem2html back-end supports the following SPECIAL reminders: + +=over + +=item HTML + +Add an HTML reminder to the calendar. All HTML tags are available. + +=item HTMLCLASS + +Add a CSS class to the box representing the trigger date. See +"HIGHLIGHTING TODAY" for an example + +=item WEEK, MOON, SHARE, COLOR + +The standard SPECIALs supported by all back-ends + +=back + =head1 HIGHLIGHTING TODAY Older versions of rem2html used to highlight today's date with a red outline. @@ -109,6 +130,9 @@ today's date, add the following reminder to your reminders file: rem2html was written by Dianne Skoll with much inspiration from an earlier version by Don Schwarz. +=head1 SEE ALSO + +B, B, B =cut sub usage