aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorAaron Weber <aaron@ximian.com>2002-09-23 22:26:41 +0800
committerAaron Weber <aaron@src.gnome.org>2002-09-23 22:26:41 +0800
commit3420e4f430e8d164d3b6630020f380afc82783be (patch)
treecd92f3dcd31a61387181f16b803d49d8d2e8e0ff /data
parent8c48e7682cfbc8aac611ffefe5db12736257b716 (diff)
downloadgsoc2013-evolution-3420e4f430e8d164d3b6630020f380afc82783be.tar
gsoc2013-evolution-3420e4f430e8d164d3b6630020f380afc82783be.tar.gz
gsoc2013-evolution-3420e4f430e8d164d3b6630020f380afc82783be.tar.bz2
gsoc2013-evolution-3420e4f430e8d164d3b6630020f380afc82783be.tar.lz
gsoc2013-evolution-3420e4f430e8d164d3b6630020f380afc82783be.tar.xz
gsoc2013-evolution-3420e4f430e8d164d3b6630020f380afc82783be.tar.zst
gsoc2013-evolution-3420e4f430e8d164d3b6630020f380afc82783be.zip
Update URLs for mailing lists, Evolution application page, help
2002-09-23 Aaron Weber <aaron@ximian.com> * README: Update URLs for mailing lists, Evolution application page, help information. Remove note that Evolution is beta. In general, changes to the "soft" data. Also, jeff's commit to this file from 2001-11-21 seems to have been lost, so I re-removed the stuff he took out. And changed libnspr to mozilla-nspr, and libnss3 to mozilla-nss. * data/evolution.1: Update with information about where the real help is. Clarify example formatting. svn path=/trunk/; revision=18167
Diffstat (limited to 'data')
-rw-r--r--data/evolution.168
1 files changed, 33 insertions, 35 deletions
diff --git a/data/evolution.1 b/data/evolution.1
index 13d67e2dbe..db8b09f715 100644
--- a/data/evolution.1
+++ b/data/evolution.1
@@ -1,43 +1,41 @@
-.TH "Evolution" "1" "1.0" "Ximian, Inc." "GNOME Applications"
+.TH "Evolution" "1" "1.2" "Ximian, Inc." "GNOME Applications"
.SH "NAME"
.LP
-evolution \- Run Ximian Evolution, the GNOME groupware suite.
+evolution \- Run Ximian Evolution, a groupware suite for GNOME containing email, calendar, addressbook, and task\-list tools.
.SH "SYNOPSIS"
.LP
evolution [OPTION] ... [URI]
.SH "DESCRIPTION"
.LP
-This program is a graphical groupware suite. Documentation for
-Evolution is available by running the application and selecting items
-from the Help menu, or by visiting the Ximian knowledge base at
-\fBhttp://support.ximian.com\fR.
-.TP
-\fB\-\-no-splash\fR
-do not display the start-up splash screen
-.TP
-\fB\-\-debug\fR=\fIFILENAME\fR
-output debugging messages to FILENAME
+This program is a graphical groupware suite; a single application with email, calendar, address book, and task\-list tools to help you collaborate with other people.
+
+.LP
+This man page is not the central source of help for Evolution. You can find the user's guide by running the application and selecting items from the Help menu. Additional help and security information are available at the Ximian knowledge base online at \fBhttp://support.ximian.com\fR. For help with additional command\-line options, type evolution \-\-help at the command line.
.SH "EXAMPLES"
-To run this program the standard way type:
-.sp
- \fBevolution\fR
-.sp
-To open the local Inbox folder
-.sp
- \fBevolution evolution:/local/Inbox\fR
-.sp
-To open your default mail/calendar/contacts/tasks folder
-.sp
- \fBevolution default:mail\fR
-.sp
-To send mail to \fBjoe@somewhere.net\fR
-.sp
- \fBevolution mailto:joe@somewhere.net\fR
-.sp
-To use Evolution as the handler for \fBmailto:\fR links in GNOME
-applications, set the GNOME URL handler in the GNOME Control Center to
-be:
-.sp
- \fBevolution "%s"\fR
-.sp
-(A similar approach works for Mozilla and other applications.) \ No newline at end of file
+.TP
+\fBevolution\fR
+Runs the application.
+
+.TP
+\fBevolution "%s"\fR
+To use Evolution as the handler for \fImailto:\fR links in GNOME applications, open the GNOME Control Center and set the \fImailto:\fR URL handler to this value. You can do this with non\-GNOME browsers such as Mozilla, by setting the appropriate value in that application's preferences dialogs.
+
+.TP
+\fBevolution mailto:joe@somewhere.net\fR
+Open the message composer, addressing the message to \fIjoe@somewhere.net\fR.
+
+.TP
+\fBevolution evolution:/local/Inbox\fR
+Start the application with the local Inbox folder open.
+
+.TP
+\fBevolution default:mail\fR
+Start the application with the folder mail/calendar/contacts/tasks open.
+
+.TP
+\fBevolution \-\-no\-splash\fR
+Start Evolution, but do not display the start\-up splash screen.
+
+.TP
+\fBevolution \-\-debug\fR=\fIFILENAME\fR
+Start the application, and output debugging messages to FILENAME.