Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

palm-datebook-reminders(1) [debian man page]

PALM-DATEBOOK-REMINDERS(1)					 chiark utilities					PALM-DATEBOOK-REMINDERS(1)

NAME
palm-datebook-reminders - generate simple report from Palm Datebook DB SYNOPSIS
PALM-DATEBOOK-REMINDERS [options] DESCRIPTION
palm-datebook-reminders reads a Palm Datebook database and prints out a list of events in the near future in a reasonably easy to read for- mat. Immiment events (ones in approximately the next 48 hours by default) are listed with complete item text. Forthcoming events (approximately the next 4 weeks by default) are listed in summary form. OPTIONS
imminent/forthcoming | -timminent/forthcoming Specifies that imminent and forthcoming events are ones within the next immiment and forthcoming seconds, respectively. filename | -ffilename Reads the file filename instead of ./DatebookDB.pdb. If the bare form is used, filename must start with a . or / (dot or slash). BUGS
The program is not configurable enough. The option parsing is very grotty. Proper character set conversion is not performed. FILES
DatebookDB.pdb Default input file. AUTHOR
PALM-DATEBOOK-REMINDERS and this manpage were written by Ian Jackson <ian@chiark.greenend.org.uk>. They are Copyright 2003 Ian Jackson. palm-datebook-reminders and this manpage are 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 2, or (at your option) any later version. This 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, consult the Free Software Foundation's website at www.fsf.org, or the GNU Project website at www.gnu.org. Palm Datebook is a piece of proprietary software supplied with Palm organisers. Palm and Datebook are probably trademarks. Greenend 12th January 2002 PALM-DATEBOOK-REMINDERS(1)

Check Out this Related Man Page

GRAB-ACCOUNT(8) 						 chiark utilities						   GRAB-ACCOUNT(8)

NAME
grab-account - add new account synchronised to remote system SYNOPSIS
grab-account local-user source [remote-user] DESCRIPTION
grab-account reconfigures sync-accounts to start synchronising a specified local user (which may not yet exist) from a specified remote system, and then invokes sync-accounts once to synchronise from that source. /etc/sync-accounts/createuser should contain a addhere line in the appropriate source section (ie, after host source). grab-account adds a user local-user [remote=remote-user] directive just before addhere and runs sync-accounts source. EXIT STATUS
0 All went well. any other There were problems. FILES
/etc/sync-accounts; See also sync-accounts(8). ENVIRONMENT
See sync-accounts(8). BUGS
There is no locking of /etc/sync-accounts so do not invoke grab-account from a script, or more than once at a time by hand. Do not edit /etc/sync-accounts by hand and also simultaneously run grab-account. The mechanism involving addhere is suboptimal. This should be done with an include feature in sync-accounts, so that grab-account does not have to edit a configuration file that really belongs to the sysadmin. AUTHOR
grab-account and this manpage are part of the sync-accounts package which was written by Ian Jackson <ian@chiark.greenend.org.uk>. They are Copyright 1999-2000,2002 Ian Jackson <ian@davenant.greenend.org.uk>, and Copyright 2000-2001 nCipher Corporation Ltd. The sync-accounts package 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, or (at your option) any later version. This 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, consult the Free Software Foundation's website at www.fsf.org, or the GNU Project website at www.gnu.org. SEE ALSO
sync-accounts(8), sync-accounts(5), passwd(5) Greenend 14th July 2002 GRAB-ACCOUNT(8)
Man Page