cmd:plan 

Basic Info 

Usage 

Info 

Description 

Plan displays a month calendar similar to xcal, except that every day box is large enough to show appointments (in small print). Appointments can be associated with the following information: date, time and length (in time or days); an optional text message to be printed; an optional script to be executed; early-warn and late-warn triggers that precede the alarm time; repetitions (every nth day, etc.); optional fast command-line appointment entry; flexible ways to specify holidays and vacations; extensive context help; multiuser capability using an IP server program (plan-server with access lists); and grouping of appointments into files, per-user, private and others. Plan can be connected (with additional software) to Apple Newton and PalmPilot PDAs. You'll need either Motif or LessTif in order to use Plan.

Features 
File size 

Source 

http://rpmfind.net/linux/rpm2html/search.php?query=plan

calendars 

http://www.linuxarchives.com/calendars.html

DateLook 0.98 

http://linuxberg.mpc.com.br/business/preview/231892.html http://linuxberg.mpc.com.br/files/datelook098.jar

Date: January 14th, 2001
License: GPL
Size: 62.2K
Information: 

DateLook is an electronical date book made to manage your dates. It is written in JAVA (c) and requires a JAVA runtime environment 1.3 or later.

Taglog 0.1.25 

Date: September 20th, 2001
License: GPL
Size: 122.6K
Review: 

Taglog allows you to record how you spend your time, and allows you to turn those records into a report that's suitable for booking and planning.

You can make detailed notes about what you do as you go along, and then search those notes by date or by project and turn them into a report on the history of a particular project.

You can enter actions into a To-do list, log the progress of each action, and then mark them as completed or aborted.

Comments 

For journal log and report, not for alarming.

cmd:xcal 

1st choice from comp.windows.x.apps FAQ. It is the "classic" calendar app with memos and alarms, xcal normally sits idle and displays the date. When clicked on, pops up a `strip' for this month. Clicking on a day allows you to enter details. Automatically parses times entered, and reminds you 5 minutes before your appointment.

http://packages.debian.org/unstable/misc/xcal.html http://asis.web.cern.ch/asis/products/X11/xcal.html

http://www.mit.edu/afs/sipb/project/sipbsrc/src/xcal/

Comments 

I suspect that it is the one that I tried and disliked. Oh, not that's xalarm, see below.

Error when compile: need imake, & x source to compile.

cmd:ical, An X based Calendar Program 

Info 

Description 

Ical provides an X interface for maintaining a calendar. A calendar is basically just a set of items. An item is either an appointment, or a notice. An appointment starts at a particular time of the day, and finishes at a particular time of the day. A notice does not have any starting or ending time. Notices are useful for marking certain days as special. For example, a calendar may contain a notice for April 15th indicating that taxes are due. When the documentation below refers to an item, it applies both to notices and appointments.

Features 

The main features of ical are:

Source 

Ical used to be developed by Sanjay Ghemawat. However, the links above are all dead. There does not seem to exist a mailing list for the development of the program, nor a central CVS/distribution site.

Version 2.2-25 

http://rpmfind.net/linux/RPM/rawhide/1.0/i386/RedHat/RPMS/IByName.html http://rpm.pbone.net/index.php3/stat/17/dept/3/idg/Applications_Productivity

From the changelog we can see that ical is currently actively maintained by redhat.

*N*:, no exist any more. It was never included in RedHat rpm releases. Nowhere to find on net, as of 2002.11.01 Fri.

Help 

/usr/doc/ical-2.2/ical.html http://asis.web.cern.ch/asis/products/TCL/ical-2.2/ical.html

Quick Help 

-date date
       Set the starting date for item listings or window display to the
       specified date. For example:
ical -date 1/aug/1997
-list
       Print a listing of the starting date's items and exit immediately.
       See the description of listing items for details on the actual items
       printed by this option. The starting date is usually today, but may
       be changed with the -date option.
-show +days
       Print a listing for items in the range [starting date...(starting
       date + days - 1)] and exit immediately. See the description of
       listing items for details on the actual items printed by this
       option. The starting date is usually today, but may be changed with
       the -date option.
-print 1|2|4|8|10|month
       Generate postscript on standard output for range of days and exit.
       The starting date is usually today, but may be changed with the
       -date option.

TUTOS 

TUTOS - The Ultimate Team Organisation Software [verse] http://www.tutos.org/homepage/about.html

TUTOS is a tool to manage the the organizational needs of small
groups, teams, departments ...
To do this it provides some web-based tools:

TkNotePad 

Usage 

Info 

TkNotePad is a simple text editor like the Windows notepad.

Source 

http://www.mindspring.com/~joeja/programs.html (2513 hits)

Changes & Build 

tfe

bakfs tknotepad # To use the patches simply add it to the end of the tknotepad script. cat linenum.pth gotoline.pth popup.pth newwin.pth | fadd-bot tknotepad

f-sreplace "set textFont.*$" "set textFont 7x13" tknotepad f-sreplace 'set BGCOLOR "w.*$' 'set BGCOLOR "\#d0e0ff"' tknotepad f-sreplace 'bind .*Button-2.*$' '' tknotepad

Tip !!

tknotepad tknotepad &

Aok, after changing the fonts and bg color & remove the mouse-2 binding.

Installation 

cp tknotepad /usr/shared/bin/

cmd:Remind 

Usage 

Info 

Remind is an alarm/calendar program which handles Roman
and Hebrew calendars, sunrise, sunset and moon phases,
is multilingual, does complicated date calculations (handling
holidays propers), alarms, includes a WWW calendar server, and produces
PostScript output.  Uses Tk for an X front end.
Available for UNIX, MS-DOS, OS/2 and other platforms.
Updated: 06/2000

Source 

http://www.roaringpenguin.com/remind.html http://www.roaringpenguin.com/remind-03.00.22.tar.gz

Related Urls 

http://www.dat.etsit.upm.es/~jfs/debian/remind/remind-03.00.22/

— file mode not right.

Comments 

It's day based reminder, not a calendar. Can specify when to remind but can't specify when it is scheduled.

Build, Test run & Installation 

Steps 
pfx=/opt/remind; thepkg=remind
tfe ~/dl/mustH_b/dev/tcltk/remind-03.00.22.tar.gz
cd remind-03.00.22
./configure --prefix=$pfx
make | do_waitp -t make
mkdir -p /opt/remind/bin /opt/remind/man/man1
make -n install | tee /export/pub/installs/logs/$thepkg.log.0
make install | tee /export/pub/installs/logs/$thepkg.log.1
cd /opt/bin
lns /opt/remind/bin -d x
cd /opt/man/man1
lns /opt/remind/man/man1 -d f

Help 

from docs/README.UNIX: 

1) Type: wish ./build.tk from the top-level Remind directory. Fill in the various options and hit "Build Remind"

2) Type: "make install" — you may need to be root to do this.

From message of build.tk 

After it's installed, create an empty file called: $HOME/.reminders and type tkremind for a nice easy introduction to Remind.

Test Run 

touch $HOME/.reminders
tkremind &
 -- click on the date!

cmd:xalarm 

xalarm is an interactive alarm clock for the X(1) Window System, and is analogous to a combination of leave(1) and calendar(1), but much more powerful. You can set the alarm either on the command line or by using the popup window. At the appropriate time and date, xalarm pops up a window to tell you that your time is up. The time the alarm is to trigger may be a specific time or a time for xalarm to wait before triggering. The date may be a specific date or a number of days in the future.

source 

ftp://ftp.x.org/contrib/utilities/xalarm.README ftp://ftp.x.org/contrib/utilities/xalarm-3.06.tar.gz

Installation 

  1. Edit Imakefile

    Add -DFORKRETURNSPID_T to DEFINES:
    DEFINES = ... -DFORKRETURNSPID_T
  1. build

    $ xmkmf
    imake -DUseInstalled -I/opt/gnu/lib/X11/config
    make depend
    make
  2. Install

    have to make change to overide -I/opt/gnu/lib/X11/config
    export DESTDIR='/home/users/tongsun/local'
    export BINDIR=bin
    export MANDIR=man
    export LIBDIR=lib
    export XAPPLOADDIR=xappload # ?? what's this?
    make -n install
     -- still don't seems good
  3. So, not install

put the contents of XAlarm.ad and XAlarm.ad+ in your ~/.Xdefaults file.

cat XAlarm.ad XAlarm.ad+ > ~/.Xdefaults

Test run 

seems good.

Note has to put settings in .Xdefaults. Otherwise, widgets all packed.

manual installation 

cp xalarm xfortune xmemo ~/local/bin/.

— xmemo is required by xfortune

/usr/ucb/install -c -m 0444 xalarm.man /home/users/tongsun/local/man/man1/xalarm.1x

The following in absolutely optional: The just setup links to xalarm.1x.

echo ".so man"`echo 1x`"/xalarm."`echo 1x` > xmemo.man
/usr/ucb/install -c -m 0444 xmemo.man /home/users/tongsun/local/man/man1/xmemo.1x
echo ".so man"`echo 1x`"/xalarm."`echo 1x` > xfortune.man
/usr/ucb/install -c -m 0444 xfortune.man /home/users/tongsun/local/man/man1/xfortune.1x
echo ".so man"`echo 1x`"/xalarm."`echo 1x` > xyow.man
/usr/ucb/install -c -m 0444 xyow.man /home/users/tongsun/local/man/man1/xyow.1x

Todo & Notepad 

Source 

http://freshmeat.net/appindex/x11/utilities.html

Picked 

Buzzer Electronic Notebook http://freshmeat.net/appindex/1999/06/28/930593278.html A note and to-do list program for X. created: Jun 28th 1999, 14:07 last update: []September 29th 1999, 18:12 http://freshmeat.net/news/1999/09/29/938643126.html stable: 1.0 - devel: 0.5 - license: OpenSource
CGNotes http://freshmeat.net/appindex/1999/12/04/944342193.html A scratch pad to write notes in X. just a notepad. created: Dec 04th 1999, 16:16 stable: none - devel: 1.3 - license: GPL
GClipper http://freshmeat.net/appindex/1999/10/03/939002372.html A multiple buffer clipboard that automatically fetches new selections. no homepage & help
IBTK http://freshmeat.net/appindex/1999/04/07/923491437.html IBTK (Insomnia's Basic Took Kit) is a basic self-contained no-frills X11 toolkit to create platform-independent GUI software in C++. created: Apr 07th 1999, 09:23 last update: []December 22nd 1999, 20:01 http://freshmeat.net/news/1999/12/22/945910895.html stable: none - devel: 0.0.14 - license: GPL
Ical http://freshmeat.net/appindex/1999/06/17/929620851.html A tcl/tk based calendar program homepage missing created: Jun 17th 1999, 08:00 stable: 2.2 - devel: none - license: OpenSource
Periodic http://freshmeat.net/appindex/2000/06/15/961113766.html A job scheduling and reminder program. once every 3 month… created: Jun 15th 2000, 20:02 last update: []June 15th 2000, 23:21 http://freshmeat.net/news/2000/06/15/961125691.html stable: none - devel: 0.1 - license: GPL
pyDict http://freshmeat.net/appindex/1999/10/12/939737366.html English-Chinese Chinese-English Dictionary created: Oct 12th 1999, 10:09 last update: []October 12th 1999, 18:42 http://freshmeat.net/news/1999/10/12/939768143.html stable: 0.2.0 - devel: none - license: GPL
scratchy http://freshmeat.net/appindex/2000/06/15/961080501.html A simple and efficient note manager. created: Jun 15th 2000, 10:48 last update: []June 20th 2000, 11:31 http://freshmeat.net/news/2000/06/20/961515110.html stable: none - devel: 0.0.6 - license: GPL
Tip !!

all except "Buzzer Electronic Notebook" are not of my interest. But "Buzzer Electronic Notebook" requires a rarely used toolkit JX. Anyway, there's an email client, data statistic & ploter written above it. So worth while to check out.

Buzzer Electronic Notebook 

Buzzer Electronic Notebook is a note and to-do organizer for X.

Homepage: http://www.newplanetsoftware.com/notebook/[]
 License: OpenSource
 Category: X11/Utilities
Depends on: JX

Star office accesses my hard drive every few seconds!? 

Newsgroups: comp.os.linux.misc
> Anyone know what causes Star Office to access my hard drive every
> few seconds and how to make it stop that?

When I loaded Star Office (just recently), it had a long warning at the beginning of the setup listing several things to do. I imagine that a lot of people ignored this message. One of the things it said was to set the environment variable "STAR_SPOOL_DIR" to equal "/tmp". In the bash shell that would be:

export STAR_SPOOL_DIR=/tmp

You might try this if you didn't do it during SO setup. I hope this helps.

documented on: 2000.10.24

Gnumeric 

Usage 

gnumeric expandedSchema.xls &

Info 

Description 

spreadsheet under Linux.

Comments 

Help 

Quick Help 

Detail Help 

/usr/share/gnome/help/gnumeric/C/index.html