|
| 1 | +." Text automatically generated by txt2man-1.4.7 |
| 2 | +.TH VZIC 1 "October 27, 2013" "vzic-1.3" "Linux Reference Manual" |
| 3 | +.SH NAME |
| 4 | +\fBvzic \fP- convert Olson timezone database files to iCalendar format |
| 5 | +\fB |
| 6 | +.SH SYNOPSIS |
| 7 | +.nf |
| 8 | +.fam C |
| 9 | +\fBvzic\fP [\fB--dump\fP] [\fB--dump-changes\fP] [\fB--no-rrules\fP] [\fB--no-rdates\fP] [\fB--pure\fP] |
| 10 | +[\fB--output-dir\fP <directory>] [\fB--url-prefix\fP <url>] [\fB--olson-dir\fP <directory>] |
| 11 | +.fam T |
| 12 | +.fi |
| 13 | +.SH DESCRIPTION |
| 14 | +\fBvzic\fP is a program to convert the Olson timezone database files into |
| 15 | +VTIMEZONE files compatible with the iCalendar specification (RFC2445). |
| 16 | +.SH OPTIONS |
| 17 | +.TP |
| 18 | +.B |
| 19 | +\fB--pure\fP |
| 20 | +Output the perfect VCALENDAR data, which Outlook won't parse |
| 21 | +as it has problems with certain iCalendar constructs. |
| 22 | +.TP |
| 23 | +.B |
| 24 | +\fB--output-dir\fP |
| 25 | +specify where to output all the files beneath. The |
| 26 | +default is the current directory. |
| 27 | +.TP |
| 28 | +.B |
| 29 | +\fB--url-prefix\fP |
| 30 | +Used as the base for the TZURL property in each |
| 31 | +VTIMEZONE. The default is to not output TZURL properties. |
| 32 | +.PP |
| 33 | +Debugging Options: |
| 34 | +.TP |
| 35 | +.B |
| 36 | +\fB--dump\fP |
| 37 | +Dump the Rule and Zone data that we parsed from the Olson |
| 38 | +timezone files. This is used to test the parsing code. |
| 39 | +.TP |
| 40 | +.B |
| 41 | +\fB--dump-changes\fP |
| 42 | +Dumps a list of times when each timezone changed, |
| 43 | +and the new local time offset from UTC. |
| 44 | +.TP |
| 45 | +.B |
| 46 | +\fB--no-rrules\fP |
| 47 | +Don't output RRULE properties in the VTIMEZONEs. Instead |
| 48 | +it will just output RDATEs for each year up to a certain year. |
| 49 | +.TP |
| 50 | +.B |
| 51 | +\fB--no-rdates\fP |
| 52 | +Don't output multiple RDATEs in a single VTIMEZONE |
| 53 | +component. Instead they will be output separately. |
| 54 | +.SH COPYRIGHT |
| 55 | + |
| 56 | +Copyright (C) 2000-2001 Ximian, Inc. |
| 57 | +Copyright (C) 2003 Damon Chaplin. |
| 58 | +.PP |
| 59 | +Author: Damon Chaplin <damon@gnome.org> |
| 60 | +.PP |
| 61 | +This program is free software; you can redistribute it and/or modify |
| 62 | +it under the terms of the GNU General Public License as published by |
| 63 | +the Free Software Foundation; either version 2 of the License, or |
| 64 | +(at your option) any later version. |
| 65 | +.PP |
| 66 | +This program is distributed in the hope that it will be useful, |
| 67 | +but WITHOUT ANY WARRANTY; without even the implied warranty |
| 68 | +of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 69 | +GNU General Public License for more details. |
| 70 | +.PP |
| 71 | +You should have received a copy of the GNU General Public License |
| 72 | +along with this program; if not, write to the Free Software |
| 73 | +Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. |
0 commit comments