W3C CVS Root

CVS log for Ical2html/Attic/ical2html.c

[BACK] Up to [Public] / Ical2html

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.14
Thu Feb 21 22:07:49 2019 UTC (5 years, 7 months ago) by kahan
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.13: +0 -0 lines
Moving all this code to www.w3.org/Tools/

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Aug 14 23:44:23 2015 UTC (9 years, 1 month ago) by bbos
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +35 -15 lines
Thanks to David Rysdam <drysdam at ll.mit.edu>, it
is now possible to include the LOCATION field in the output,
controlled by option -l. The mark-up for the optional DESCRIPTION
changed as a result and the default style sheet (calendar.css) has
been updated.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Jan 28 17:10:30 2010 UTC (14 years, 7 months ago) by bbos
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +10 -8 lines
Now compiles again, against libical 0.43-2~bpo50+1 (Debian Backports).

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Feb 22 21:09:27 2009 UTC (15 years, 7 months ago) by bbos
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +56 -27 lines
Now using libical 0.43

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Jul 31 15:21:33 2003 UTC (21 years, 1 month ago) by bbos
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +27 -15 lines
There is no routine for making an icaltime from a year, month and date
and writing to the struct is not safe, so now it constructs an
icaltime by creating a string YYYYMMDD and parsing it. It's still fast
enough. Also added option --timezone, since libical doesn't look at
the TZ environment variable.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Jul 30 14:28:24 2003 UTC (21 years, 1 month ago) by bbos
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +10 -2 lines
Added some #undefs to avoid compiler warnings.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Jul 8 22:56:52 2003 UTC (21 years, 2 months ago) by bbos
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
Fixed a NULL pointer bug; replaced a wrong function
call (needed the class as a string, not as an int)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu May 1 18:18:53 2003 UTC (21 years, 4 months ago) by bbos
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +6 -3 lines
Now stops *before* the end time instead of on it,
because a full-day event may end on 00:00 of the next day.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Jan 17 18:56:35 2003 UTC (21 years, 8 months ago) by bbos
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -24 lines
Removed ifdef for getopt_long again, since getopt.c is not in the distribution.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jan 17 17:13:40 2003 UTC (21 years, 8 months ago) by bbos
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +25 -2 lines
getopt_long() is now not used if it is not available

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Dec 18 14:47:10 2002 UTC (21 years, 9 months ago) by bbos
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +20 -8 lines
Now outputs a calendar in the local time zone, rather than GMT.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Oct 1 12:11:10 2002 UTC (21 years, 11 months ago) by bbos
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +12 -9 lines
Added option -f for adding a footer.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Sep 29 16:05:57 2002 UTC (21 years, 11 months ago) by bbos
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +49 -30 lines
Second command line argument is now a duration instead of a date.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Sep 28 20:41:07 2002 UTC (21 years, 11 months ago) by bbos
Branches: MAIN
First check in

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

Webmaster