1Day Planner(1) Day Planner(1)
2
3
4
6 Day Planner - a simple Day Planner for Gtk2/GNOME.
7
9 dayplanner [OPTIONS]
10
12 Day Planner is a program designed to help you easily plan and manage
13 your time. It can manage appointments, birthdays and more and makes
14 sure you remember your appointments by displaying reminders.
15
17 -h, --help
18 Display the help screen.
19
20 -v, --version
21 Display version information.
22
23 -d, --debuginfo
24 Display information useful for debugging. You should include the
25 output of this command with any bug report.
26
27 -t, --test N
28 Start Day Planner in "test" mode. This starts up a Day Planner
29 instance completely separate from your real instance, so that no
30 data will be touched. This is mainly useful for testing unstable
31 versions of Day Planner.
32
33 --test can take an optional argument (N) which is a number. This
34 number specifies the test instance to use, which allows you to have
35 many different instances for different purposes.
36
37 --confdir DIR
38 Use the directory DIR instead of the default Day Planner
39 configuration directory. See also --test.
40
41 -s, --shutdaemon
42 Shut down the Day Planner daemon when closing Day Planner.
43
44 --nodaemon
45 Run Day Planner without the Day Planner daemon. This is useful on
46 systems where memory is low, primarily embedded systems. You should
47 be somewhat careful with running in this mode because the daemon is
48 the component that launches the notifier, if it isn't running then
49 you won't recieve any notifications.
50
51 --exportical FILE
52 Export Day Planner calendar data in the iCalendar format to FILE.
53
54 --importical FILE
55 Import iCalendar data from FILE.
56
57 --exporthtml DIR
58 Export Day Planner data as HTML to DIR. DIR should be empty before
59 you issue this command (although Day Planner will happily overwrite
60 data in the directory if it isn't).
61
63 See <http://www.day-planner.org/index.php/help>
64
66 Eskild Hustvedt <eskild at zerodogg dot org>
67
69 CONFDIR is XDG_CONFIG_PATH/dayplanner by default. XDG_CONFIG_PATH is
70 ~/.config by default. So on most installations CONFDIR is
71 ~/.config/dayplanner/. See --debuginfo to see which path this install
72 is using.
73
74 These paths are altered by the --confdir and --test commandline
75 arguments.
76
77 CONFDIR/dayplanner.conf
78 The configuration file.
79
80 CONFDIR/calendar.ics
81 The calendar file.
82
83 CONFDIR/state.conf
84 The internal state file, you should not edit this.
85
86 CONFDIR/holidays
87 The holiday definitions file. Feel free to edit it.
88
89 CONFDIR/daemon_state.conf
90 The daemon's internal state file. You really should not edit this.
91
92 CONFDIR/daemon.log CONFDIR/services.log
93 The daemon and services logfiles. The latter may not exist on some
94 setups.
95
96 CONFDIR/Daemon_Socket CONFDIR/ipcsocket
97 The daemon's communication socket, and Day Planner's IPC sockett
98
100 For additional program documentation: dayplanner-daemon(1)
101 dayplanner-notifier(1)
102
103 For API documentation: DP::iCalendar DP::iCalendar::Manager
104 Date::HolidayParser
105
107 Copyright (C) Eskild Hustvedt 2006, 2007, 2008, 2009
108
109 This program is free software: you can redistribute it and/or modify it
110 under the terms of the GNU General Public License as published by the
111 Free Software Foundation, either version 3 of the License, or (at your
112 option) any later version.
113
114 This program is distributed in the hope that it will be useful, but
115 WITHOUT ANY WARRANTY; without even the implied warranty of
116 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
117 General Public License for more details.
118
119 You should have received a copy of the GNU General Public License along
120 with this program. If not, see <http://www.gnu.org/licenses/>.
121
122
123
124Day Planner 0.10 2009-03-25 Day Planner(1)