Rechercher une page de manuel
dayplanner
Langue: en
Version: 2009-03-25 (fedora - 04/07/09)
Section: 1 (Commandes utilisateur)
NAME
Day Planner - a simple Day Planner for Gtk2/GNOME.SYNOPSIS
dayplanner [OPTIONS]DESCRIPTION
Day Planner is a program designed to help you easily plan and manage your time. It can manage appointments, birthdays and more and makes sure you remember your appointments by displaying reminders.OPTIONS
- -h, --help
- Display the help screen.
- -v, --version
- Display version information.
- -d, --debuginfo
- Display information useful for debugging. You should include the output of this command with any bug report.
- -t, --test N
- Start Day Planner in ``test'' mode. This starts up a Day Planner instance completely separate from your real instance, so that no data will be touched. This is mainly useful for testing unstable versions of Day Planner.
--test can take an optional argument (N) which is a number. This number specifies the test instance to use, which allows you to have many different instances for different purposes.
- --confdir DIR
- Use the directory DIR instead of the default Day Planner configuration directory. See also --test.
- -s, --shutdaemon
- Shut down the Day Planner daemon when closing Day Planner.
- --nodaemon
- Run Day Planner without the Day Planner daemon. This is useful on systems where memory is low, primarily embedded systems. You should be somewhat careful with running in this mode because the daemon is the component that launches the notifier, if it isn't running then you won't recieve any notifications.
- --exportical FILE
- Export Day Planner calendar data in the iCalendar format to FILE.
- --importical FILE
- Import iCalendar data from FILE.
- --exporthtml DIR
- Export Day Planner data as HTML to DIR. DIR should be empty before you issue this command (although Day Planner will happily overwrite data in the directory if it isn't).
HELP/SUPPORT
See <http://www.day-planner.org/index.php/help>AUTHOR
Eskild Hustvedt <eskild at zerodogg dot org>FILES
CONFDIR is XDG_CONFIG_PATH/dayplanner by default. XDG_CONFIG_PATH is ~/.config by default. So on most installations CONFDIR is ~/.config/dayplanner/. See --debuginfo to see which path this install is using.These paths are altered by the --confdir and --test commandline arguments.
- CONFDIR/dayplanner.conf
- The configuration file.
- CONFDIR/calendar.ics
- The calendar file.
- CONFDIR/state.conf
- The internal state file, you should not edit this.
- CONFDIR/holidays
- The holiday definitions file. Feel free to edit it.
- CONFDIR/daemon_state.conf
- The daemon's internal state file. You really should not edit this.
- CONFDIR/daemon.log CONFDIR/services.log
- The daemon and services logfiles. The latter may not exist on some setups.
- CONFDIR/Daemon_Socket CONFDIR/ipcsocket
- The daemon's communication socket, and Day Planner's IPC sockett
SEE ALSO
For additional program documentation: dayplanner-daemon(1) dayplanner-notifier(1)For API documentation: DP::iCalendar DP::iCalendar::Manager Date::HolidayParser
LICENSE AND COPYRIGHT
Copyright (C) Eskild Hustvedt 2006, 2007, 2008, 2009This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre