Index of /Tools/Ical2html

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory -
[ ]AUTHORS 2002年09月28日 20:41 23
[ ]COPYING 2015年08月14日 23:27 2.0K
[ ]ChangeLog 2022年04月25日 21:19 2.8K
[ ]Makefile.am 2010年01月28日 17:10 181
[ ]NEWS 2002年09月28日 20:41 0
[TXT]README 2022年04月25日 21:19 1.6K
[TXT]calendar.css 2022年04月25日 20:54 1.7K
[ ]configure 2022年04月26日 10:19 176K
[ ]configure.ac 2022年04月26日 10:18 841
[ ]ical2html-0.1.tar.gz 2019年02月21日 15:57 80K
[ ]ical2html-0.2.tar.gz 2019年02月21日 15:57 79K
[ ]ical2html-0.3.tar.gz 2019年02月21日 15:57 87K
[ ]ical2html-0.4.tar.gz 2019年02月21日 15:57 86K
[ ]ical2html-2.0.tar.gz 2019年02月21日 15:57 85K
[ ]ical2html-2.1.tar.gz 2019年02月21日 15:57 91K
[ ]ical2html-3.0.tar.gz 2022年04月26日 10:20 103K
[TXT]ical2html.c 2022年04月25日 22:08 20K
[TXT]icalfilter.c 2022年04月25日 20:54 6.1K
[TXT]icalmerge.c 2022年04月25日 20:54 9.7K

The package contains three programs:
ical2html takes an iCalendar file and outputs an HTML file showing one
or more months in the form of tables.
icalfilter filters events from an icalendar files based on category
and/or class.
icalmerge combines two or more icalendar files, keeping only the newer
of any duplicate events.
Compiling from source
---------------------
Download and unpack the ical2html-XXX.tar.gz file (where XXX is the
version number), go into the ical2html-XXX directory and type:
 $ ./configure
 $ make
You may want to run ./configure --help first, to see what options are
available. Or read INSTALL for general information about the configure
process.
If "configure" complains about "libical", look for libical-dev or
libical in the software repository for your operating system, or
download it from https://github.com/libical. Ical2html was developed
with libical version 3.0.8.
Max OS X
 If you installed libical from MacPorts (http://www.macports.org/),
 you'll need to tell configure where the header files and libraries
 are. Run configure as follows (all on one line):
 CFLAGS="-I/opt/local/include -I/opt/local/include/libical
 -L/opt/local/lib" ./configure
If you managed to compile, but the program fails to run with an error
about "libical.so" not found, try to set the variable
"LD_LIBRARY_PATH" before running ical2html, e.g.:
 $ LD_LIBRARY_PATH=/path/to/lib ical2html
TODO: Explain ical2html options
TODO: Explain that the created HTML file links to "calendar.css"
Created: 28 Sep 2002
Modified: $Date: 2022年04月25日 21:19:01 $

AltStyle によって変換されたページ (->オリジナル) /