diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2005-04-15 01:19:20 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2005-04-15 01:19:20 +0800 |
commit | 4124fad160ba8270e9a34f152af04a183ccb1f4a (patch) | |
tree | 07d07363bda634519b1617fdee26c9e25ca64c0d /converters/ical2html/pkg-descr | |
parent | 09ab045ef30f8b3f1f2bd8373e1505da59579c14 (diff) | |
download | freebsd-ports-gnome-4124fad160ba8270e9a34f152af04a183ccb1f4a.tar.gz freebsd-ports-gnome-4124fad160ba8270e9a34f152af04a183ccb1f4a.tar.zst freebsd-ports-gnome-4124fad160ba8270e9a34f152af04a183ccb1f4a.zip |
ical2html takes an iCalendar file and outputs an HTML file showing one
or more months in the form of tables.
Submitted by: Keiichi SHIMA <keiichi@iijlab.net>
Reviewed by: sumikawa
Diffstat (limited to 'converters/ical2html/pkg-descr')
-rw-r--r-- | converters/ical2html/pkg-descr | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/converters/ical2html/pkg-descr b/converters/ical2html/pkg-descr new file mode 100644 index 000000000000..c246f2ff5518 --- /dev/null +++ b/converters/ical2html/pkg-descr @@ -0,0 +1,2 @@ +ical2html takes an iCalendar file and outputs an HTML file showing one +or more months in the form of tables. Requires libical. |