From 774584fd4dc7e4dd6f8ed878407aaa3d885c03e8 Mon Sep 17 00:00:00 2001 From: Aaron Weber Date: Wed, 4 Oct 2000 05:18:55 +0000 Subject: Spellcheck. Fixed some wording, and responded to clahey's suggestions-- 2000-10-04 Aaron Weber * C/usage-contact.sgml: Spellcheck. Fixed some wording, and responded to clahey's suggestions-- notably, commented out the "add to master list" category feature. * C/usage-calendar.sgml: Spellcheck. Fixed wording, event overlap description. * C/evolution-guide.sgml: Spellcheck. Commented out Notes entities. * C/usage-notes.sgml: Spellchecked, then decided to comment out this file/chapter and all references to it, since it's unlikely to be implemented any time soon. * C/config-setupassist.sgml: Spellcheck. Other minor updates. May need more work in the near future. * C/usage-sync.sgml: Now it's really short. And spelled correctly. 2000-10-03 Aaron Weber * C/config-prefs.sgml: Mostly spelling. Still needs major alteration. * C/menuref.sgml: s/Appintment/Appointment, fixed small errors, ran spellcheck. Still needs lots of work, since many menus have changed. * C/apx-gloss.sgml: Added Virus, Protocol, fixed vFolder, spellchecked. svn path=/trunk/; revision=5702 --- doc/C/apx-gloss.sgml | 111 +++++++++--- doc/C/config-prefs.sgml | 65 ++++--- doc/C/config-setupassist.sgml | 72 ++++---- doc/C/evolution-guide.sgml | 9 +- doc/C/menuref.sgml | 412 +++++++++++++++++++++--------------------- doc/C/preface.sgml | 5 +- doc/C/usage-calendar.sgml | 44 ++--- doc/C/usage-contact.sgml | 75 +++++--- doc/C/usage-mainwindow.sgml | 55 +++--- doc/C/usage-notes.sgml | 18 +- doc/C/usage-sync.sgml | 28 ++- 11 files changed, 503 insertions(+), 391 deletions(-) (limited to 'doc') diff --git a/doc/C/apx-gloss.sgml b/doc/C/apx-gloss.sgml index f13a56106a..7aa5e494dc 100644 --- a/doc/C/apx-gloss.sgml +++ b/doc/C/apx-gloss.sgml @@ -63,7 +63,7 @@ Emoticon - Also called smileys, emoticons are the little sideways faces made + Also called "smileys," emoticons are the little sideways faces made of colons and parentheses which people use to convey emotion in email. Examples: :-) or ;( . @@ -89,7 +89,8 @@ executable attachments, but before they can be run, the files must be marked as executable with a shell or file manager. This security precaution prevents the automatic or accidental execution - of malicious programs. + of malicious programs. For more information on executables and file + permissions, see the documentation for your file manager or shell. @@ -131,10 +132,9 @@ Haiku - A Japanese form of poetry. Haiku are unrhymed, and - three lines long. The first and last lines should have five - syllables, and the second line seven syllables. The subject - matter is traditionally related to the seasons. + A traditional Japanese form of poetry. The poems are three lines + long, with first and last lines having five syllables, and the + second line seven syllables. @@ -144,9 +144,9 @@ Hyper-text Markup Language(HTML) is the layout - language which all webpages are written in. HTML can be used - inside of e-mails to insert images, justfiy text different ways, - and even include webpages inside the e-mail itself. + language which all web pages are written in. HTML can be used + inside of e-mails to insert images, justify text different ways, + and even include web pages inside the e-mail itself. @@ -191,9 +191,9 @@ LDAP - LDAP is a protocol which allows a client to search through a - large database of addresses, phone numbers, and people, as an - alternative to a physical phone book. + LDAP, the Lightweight Directory Access Protocol, allows a client + to search through a large database of addresses, phone numbers, + and people stored on a server. @@ -251,12 +251,26 @@ + + Protocol + + + An agreed-upon method of communication, especially one for + sending particular types of information between computer systems. + Examples include POP (Post Office Protocol), for email, and HTTP + (HypterText Transfer Protocol), for web pages. + + + + + + Regular Expression A regular expression, or "regex", is a way of describing a - string of text using metacharacters or wildcard symbols. For + string of text using metacharacters or wild-card symbols. For example, the statement fly*so[a|u]p means "any phrase beginning with 'fly' and ending in 'soup' or 'soap'". If you searched for that expression, you'd find both @@ -271,18 +285,37 @@ Script - A program which is written in an interpreted language, which can - be executed. + A program, which is written in an interpreted (rather than + compiled) language. Scripts are more likely to work on multiple + platforms, but they require an additional layer of software (the + interpreter) which mediates between them and the operating system. + Because of this, they typically suffer from relatively sluggish + performance, and are limited to smaller tasks. + + Sendmail + + + As its name implies, sendmail is a + program which sends mail. Evolution + can use it instead of SMTP; some people + prefer it because it offers more flexibility, but is more + difficult to set up. + + + + + Shortcut Bar - The Shortcut Bar is where the user accesses - all the components of Evolution from. + A portion of Evolution which offers + users fast access to the most frequently used portions of the + application. @@ -291,22 +324,47 @@ Signature - Signatures allow a user to specify a message to place at the bottom of - every email sent. A signature can be anything from a favorite quote to - a link to a webpage. + In email terms, a signature is a piece of text placed at the end + of every email sent, like a hand-written signature at the bottom + of a written letter. A signature can be anything from a favorite + quotation to a link to a web page; courtesy dictates that it be + fewer than four lines long. + + SMTP + + + This is the most common way of transporting mail messages from + the client's computer (you) to the server. SMTP stands for + Simple Mail Transfer Protocol. + + + Spam - Spam: useless, unwanted e-mail. Spam normally comes in forms of - chain-letters and advertisements for unscrupulous websites or - services. Messages that are merely useless are called - "opt-in newsletters." + Useless, unwanted e-mail. Spam normally comes in forms of + chain-letters and advertisements for unscrupulous web sites or + services. Messages that are merely useless are called "opt-in + newsletters." + + + < +/glossentry> + + + Virus + + + A malicious program which inserts itself into others so that it will be + executed, allowing it to spread to still more programs and other computers. + A virus can cause substantial damage by clogging networks or disk drives, + deleting files, or opening security holes. @@ -315,8 +373,9 @@ vFolder - vFolders allow an e-mail to be shared among multiple folders, so - it appears that theres a copy of the e-mail in each folder. + An email organization tool. vFolders allows you to create a folder + that contains the results of a complex search. Folder contents are + are updated dynamically. diff --git a/doc/C/config-prefs.sgml b/doc/C/config-prefs.sgml index 7119f13580..7fee2fd340 100644 --- a/doc/C/config-prefs.sgml +++ b/doc/C/config-prefs.sgml @@ -22,12 +22,11 @@ preferences are separated into several categories: - Identies + Identities This allows you to create and alter one or more - identities for your email: your name, address, and so - forth. + identities for your email. @@ -58,7 +57,7 @@ If you would like to use Evolution to read newsgroups, - you can secify your news server preferences here. + you can specify your news server preferences here. @@ -99,7 +98,8 @@ one address, you will only need to configure one identity. If you want, however, you can have multiple identities. This can be useful if you want to keep personal and professional - email seperate. + email separate, or if you wear several hats at work. + To add a new identity, simply click @@ -175,8 +175,10 @@ Mail source type: - Select from IMAP, POP or Unix-style - mbox files. + Select from IMAP or POP servers, or Unix-style + mbox + or mh + files. @@ -184,9 +186,9 @@ Server: - Enter the name of your mail server in this field. - For example: - mail.mycompany.com + Enter the name of the mail source server in this + field. If you use an may or may not be the same as your + SMTP server. @@ -194,10 +196,13 @@ Username: - Enter your user name here. This is often related to - your real name, but not always. Examples include - eltester and - rupert. + Enter the user name for the account you have on the + server-- this should the part of your email address + before the @. If you use + mbox + or mh + files as your mail source, you do not need to enter + a username. @@ -229,11 +234,13 @@ If you have several mail sources, clicking Get - Mail will refresh any IMAP or - mbox listings and check and download - all POP servers. In other words, Get - Mail gets your mail, no matter how many - sources you have, or what types they are. + Mail will refresh any IMAP, + mh, or + mbox + listings and check and download mail from all POP servers. + In other words, Get Mail gets your + mail, no matter how many sources you have, or what types + they are. @@ -252,8 +259,8 @@ To use SMTP, you'll need to enter the - name of your SMTP server, which should look like: - smtp.isp.net. + name of your SMTP server. It may have the same name as + your mail source server. Evolution can attempt to @@ -345,9 +352,11 @@ To set your calendar preferences, select Settings - Calendar Configuration. This - will open up the Preferences window. - It contains four tabs: Time display, + Calendar + Configuration from the Calendar + view. This will open up the + Preferences window. It contains four + tabs: Time display, Colors, To Do List and Alarms. The calendar preferences window is illustrated in Evolution will only alert you to events by opening a dialog box. These beeps - are distict from full-fledged audio alarms. + are distinct from full-fledged audio alarms. @@ -573,11 +582,9 @@ + - - - - + Managing the Contact Manager To set the behavior of your Contact Manager, click on the diff --git a/doc/C/config-setupassist.sgml b/doc/C/config-setupassist.sgml index 966c62cfc2..392a0bbfc1 100644 --- a/doc/C/config-setupassist.sgml +++ b/doc/C/config-setupassist.sgml @@ -21,7 +21,8 @@ The setup assistant (sometimes called a - Druid) will guide you through the + Druid, by analogy with the "Wizards" + that some other programs use) will guide you through the network configuration process. It will ask you for some basic information; your system administrator or ISP should have the answers you'll need. The mail setup assistant is @@ -46,15 +47,14 @@ - Name: - Your - full name: eg. Eva Lucianne Tester + Name: + Your full name. Email address: - Your email address: eg. eltester@helixcode.com + Your complete email address. @@ -62,10 +62,9 @@ Organization: - Any organization you represent; often, the company where - you work. Leave this blank if you wish. One person I - know always puts "My own bad self" in this box, so - people know his opinions are his alone. + Any organization you represent, or the company where you + work. Leave this blank if you wish, or type "My own bad + self" so people know your opinions are yours alone. @@ -77,7 +76,7 @@ A text file appended to any email you send. A signature file typically consists of your name and email address, or a quotation you like. It's good form to keep your - "sig" on the short side: four lines is plenty. Remeber, + "sig" on the short side: four lines is plenty. Remember, this is attached to every email you send. @@ -87,23 +86,32 @@ Mail source type: - Evolution supports three mail - sources: POP servers, + Evolution supports several + mail sources: POP and IMAP servers, and UNIX-style - mbox files. POP servers retrieve - your mail and store it on your local system so you can - refer to it even when not connected to a network; - IMAP servers store the mail on - the server so you can access it from multiple locations; - UNIX-style mbox files are used by - your computer for internal mail, and may be useful if - you want to switch from another email client such as - spruce or - mutt. Ask your system - administrator which you should use, or keep guessing - until one works. You may use multiple servers if you - wish; see for - more information. + mbox and + mh files. + POP servers retrieve your mail and store it on your + local system so you can refer to it even when not + connected to a network; IMAP + servers store the mail on the server so you can access + it from multiple locations; + mbox> + files are used by your computer for internal mail, and + may be useful if you want to switch from another email + client such as Spruce or + Netscape Communicator. Ask + your system administrator which you should use, or keep + guessing until one works. You may use multiple sources + if you wish; see for more + information. + + + If you decide not to have + Evolution use any servers, + the remaining items are not relevant; you only need to + point to the location of the files you wish to access. @@ -112,9 +120,10 @@ Server: - This should be the name of your mail server: it should - look something like: - mailserver.organization.org. + This should be the name of the server where you check + your mail, if you use one. It may be the same as the + server where you send your outgoing mail, if you use + one. @@ -123,8 +132,9 @@ Username: - Normally, this is the part of your email address before - the @ character, and + Enter the username for your mail server account, if you + have one. Normally, this is the part of your email + address before the @ character, and Evolution has selected that value as the default. If you have a different username, you can enter it here. diff --git a/doc/C/evolution-guide.sgml b/doc/C/evolution-guide.sgml index 9cab3a8bf8..8ec98271cc 100644 --- a/doc/C/evolution-guide.sgml +++ b/doc/C/evolution-guide.sgml @@ -5,7 +5,6 @@ - @@ -20,7 +19,11 @@ ]> - + @@ -92,7 +95,7 @@ &USAGE-MAIL; &USAGE-CONTACT; &USAGE-CALENDAR; - &USAGE-NOTES; + &USAGE-SYNC; diff --git a/doc/C/menuref.sgml b/doc/C/menuref.sgml index b4ae8d4f83..a3ba7e7b34 100644 --- a/doc/C/menuref.sgml +++ b/doc/C/menuref.sgml @@ -5,10 +5,11 @@ Menu Reference - This section will serve as a reference for every capability that - Evolution has. When menu items are - repeated in Evolution, they're repeated - here too. + This section will serve as a reference for every menu that + Evolution has. If you've ever wondered + what some obscure menu item does, this is the chapter for + you. When menu items are repeated in + Evolution, they're repeated here too. From left to right, the menus available to you when you are @@ -158,7 +159,9 @@ Mail Menus - All the menus for mail. FIXME: this paragraph needs content. + Evolution Mail has more specialized + menus, and more specialized menu items, than any other part of + the application. @@ -169,7 +172,7 @@ - The View Menu + The Mail View Menu This menu lets you control the way Evolution displays your information @@ -205,7 +208,7 @@ - The Tools Menu + The Mail Settings Menu @@ -218,9 +221,10 @@ - vFolder Editor + Virtual Folder Editor - Create, edit, and delete vFolders with this tool. + Create, edit, and delete Virtual Folders (vFolders) + with this tool. To learn about using vFolders with mail, see . @@ -237,66 +241,207 @@ Forget Passwords - Although it's really an Action (FIXME), this item will cause - Evolution to forget what your - password is. - + This item will cause Evolution + to forget what your password is. + + + + + + + The Mail Folder Menu + + The items in this menu relate to + Evolution mail folders. + + + You can: + + + + Mark all as Read + + Evolution keeps track of which messages + you've seen; to mark everything in a folder as read, choose this item. + You can mark a single message as read by right-clicking it in the message bar. + + + + + Delete All + + This is a favorite item of everyone with too much junk-mail: one click, and it + deletes every message in the current folder. + + + + + + Expunge + + Empties the trash folder, erasing messages permanently. + Once you've done this, they're gone for good. + + + Configure Folder - Another FIXME item, this allows you to set the file format - in which Evolution stores mail. + Use this item to set the file format in which + Evolution stores mail. You + can choose from standard UNIX-style + mbox + files, or the + mh format. + Converting large mailboxes may take a long time, and + it's a good idea to have a backup copy beforehand. + - - The Actions Menu + + The Mail Message Menu - When you select one of the actions from this menu, - Evolution will do your bidding, - usually to the item you have selected. + The items in this menu relate to + Evolution mail messages. Most of + them require you to have a message selected, and are also + available by right-clicking on a message in the message + list. - The actions you can perform are: + + + + Open in New Window + + Displays the selected message in a new window. + + + Edit Message - Select a message in the drafts folder before you select this - item. You can only edit a message you have written. FIXME: POOR - description of BROKEN behavior. + Open the selected message in the message composer. You + can only edit a message you have written: drafts and messages in + the Sent box. - View Message + Print Message - Displays the selected message in a new window. + Displays the Print Preview window, + ready for printing. - Mark all Messages Read + Reply to Sender - Evolution keeps track of which messages - you've seen; When you don't need to read all those messages, select this item. - You can mark a single message as read by right-clicking it in the message bar. - + Opens a message composition window addressed to the + author of the message. Covered in detail in + . + - Expunge + Reply to All - Emtpies the trash folder, erasing messages permanently. - Once you've done this, don't come crying to me if you - want a message back. - + Opens a message composition window addressed to the + author of the message and all known recipients. + Covered in detail in . + + + + Forward + + Appends the body of the selected message to a new message. + Covered in detail in . + + + + + Delete Message + + Marks a message for deletion. + + + + + Move Message + + Choose a folder in which to place this message. + + + + + Copy Message + + Copy the selected message to another folder. + + + + + VFolder on Subject + + This item, and the three that follow it, will create vFolders + which you may customize further or save as-is. This one will + create a vFolder which will display all messages that contain the + subject line of the selected message. + + + + + VFolder on Sender + + Creates a vFolder to hold all messages from the sender of + the selected message. + + + + + + VFolder on Recipients + + Creates a VFolder to hold all messages addressed to the + recipient of the selected message. + + + + + Filter on Subject + + This item, and the three that follow it, will create Filters + for which you must select actions. You may keep the criteria as + they are, or alter them as you wish. This one will + create a filter which will affect all messages that contain the + subject line of the selected message. + + + + + Filter on Sender + + Creates a filter which affects all messages from the sender of + the selected message. + + + + + Filter on Recipients + + Creates a filter which will affect all messages addressed to the + recipient of the selected message. + + + @@ -343,8 +488,7 @@ Save in Folder Save a message as a draft, rather than - as a seperate text file. (FIXME: should be removed, and - functionality subsumed under "Save As"). + as a separate text file. @@ -357,12 +501,19 @@ - Send + Send Now Sends the message immediately. + + Send Later + + Queue + + + Close @@ -430,18 +581,16 @@ As with Find Regex, Find Again, and Replace, Evolution - will offer you the option to search forwards or backwards, and. - + will offer you the option to search forwards or backwards. Find Regex - If you are familiar with regular expressions, often called - "regexes," you can search for something more complicated, - using wildcards and boolean logic. If you're not familiar with - them, there are numerous resources for you on the web. + If you are familiar with regular expressions, + often called "regexes," you can search for something more complicated, + using wildcards and boolean logic. @@ -503,7 +652,7 @@ Show Attachments Toggles the display of attachments. When this item is selected, - Evolution will create a seperate pane + Evolution will create a separate pane of the composition window to show what attachments you are appending to the message. @@ -559,142 +708,8 @@ - - Contextual Menus in Evolution Mail - - The following menus appear when you right-click on something: - - - - Right-click menu for messages in the message list - - - - - Open in New Window - - Open a new window to read this message. - - - - - Edit this Message - - Available only for messages you have - written and saved to the Drafts - or Outbox folders, this opens the - message in a message composition window, so you can alter it. - - - - - Print - - Opens the Print Preview window in preparation - for printing the message. - - - - - Reply to Sender - - Opens a message composition window addressed to the - author of the message. Covered in detail in - . - - - - - Reply to All - - Opens a message composition window addressed to the - author of the message and all known recipients. - Covered in detail in . - - - - - Forward - - Appends the body of the selected message to a new message. - Covered in detail in . - - - - - Delete Message - - Marks a message for deletion. - - - - - Move Message - - Choose a folder in which to place this message. - - - - - VFolder on Subject - - This item, and the three that follow it, will create vFolders - which you may customize further or save as-is. This one will - create a vFolder which will display all messages that contain the - subject line of the selected message. - - - - - VFolder on Sender - - Creates a vFolder to hold all messages from the sender of - the selected message. - - - - - VFolder on Recipients - - Creates a VFolder to hold all messages addressed to the - recipient of the selected message. - - - - - Filter on Subject - - This item, and the three that follow it, will create Filters - for which you must select actions. You may keep the criteria as - they are, or alter them as you wish. This one will - create a filter which will affect all messages that contain the - subject line of the selected message. - - - - - Filter on Sender - - Creates a Filter which affects all messages from the sender of - the selected message. - - - - - - Filter on Recipients - - Creates a filter which will affect all messages addressed to the - recipient of the selected message. - - - - - - - - + The Calendar Menus The Main window of the calendar has the same menus as the main @@ -784,31 +799,26 @@ - - The Calendar Tools Menu + + The Calendar Settings Menu This menu is empty. - - The Calendar Actions Menu - - This menu is empty. - - The Appointment Editor Menus - FIXME: Insert Content Here. + The appointment editor has its own menus, to help you use its + wide-ranging abilities. - The Appintment Editor's File Menu + The Appointment Editor's File Menu - This menu contains several items, including a New + This menu contains several items, including a New submenu that is identical to that in the main window's file menu. Its other contents are: @@ -914,7 +924,7 @@ - The Appintment Editor's Edit Menu + The Appointment Editor's Edit Menu FIXME: this menu is copied and pasted entirely from somewhere else. @@ -922,7 +932,7 @@ - The Appintment Editor's View Menu + The Appointment Editor's View Menu This menu allows you to look at different appointments, and set the way you look at them, without having to move back to @@ -982,7 +992,7 @@ - The Appintment Editor's Insert Menu + The Appointment Editor's Insert Menu This menu contains: (FIXME: Insert Content Here) @@ -1013,7 +1023,7 @@ - The Appintment Editor's Format Menu + The Appointment Editor's Format Menu This menu contains two items, neither of which have any functionality yet: @@ -1037,7 +1047,7 @@ - The Appintment Editor's Tools Menu + The Appointment Editor's Tools Menu This menu contains four items, none of which @@ -1061,7 +1071,7 @@ - The Appintment Editor's Actions Menu + The Appointment Editor's Actions Menu This menu contains: @@ -1101,7 +1111,7 @@ - The Appintment Editor's File Menu + The Appointment Editor's File Menu This menu is empty. @@ -1124,7 +1134,7 @@ - Contact Manager Edit Menu + Contact Manager View Menu This menu contains the following items: @@ -1146,7 +1156,7 @@ - As Table + As Table / As Minicards View your contacts as a table. When in table-view mode, this menu item reads diff --git a/doc/C/preface.sgml b/doc/C/preface.sgml index 5cceac51ea..5e74a2ce0e 100644 --- a/doc/C/preface.sgml +++ b/doc/C/preface.sgml @@ -90,7 +90,7 @@ Data must be safe: Evolution - must not not lose mail, corrupt mailbox files or other + must not lose mail, corrupt mailbox files or other data, execute arbitrary scripts, or delete files from your hard disk. @@ -270,7 +270,6 @@ - Enter a new Contact @@ -286,8 +285,6 @@ - - diff --git a/doc/C/usage-calendar.sgml b/doc/C/usage-calendar.sgml index 2fd55de976..9e1ec88ef2 100644 --- a/doc/C/usage-calendar.sgml +++ b/doc/C/usage-calendar.sgml @@ -71,9 +71,9 @@ lack of time, resources, and interest. multiple days, and events that have a date but no specific time. Of course, you can also set event reminders and alarms so that you don't forget about everything you've just put into - your calendar. From managing a busy office to managing a busy - family (or both!), Evolution can - handle the schedule. + your calendar. From office or family to office + and family, + Evolution can handle the schedule. Creating events @@ -103,24 +103,23 @@ lack of time, resources, and interest. Your event must have a starting and ending date — by default, today — but you can choose whether to give it starting and ending times or to mark it as an All - day event. For the purposes of the calendar, an - All day event begins at ten in the - morning, runs until eleven at night, and is displayed at the - top of a day's event list rather than inside it. That makes - it easy to have events that overlap and fit inside each other. - For example, a conference might be an all day event, and the - meetings at the conference would be timed events. Events with - starting and ending times can also overlap, however, and when - they do they're displayed as multiple columns in the day view - of the calendar. + day event. An All day event + appears at the top of a day's event list rather than inside + it. That makes it easy to have events that overlap and fit + inside each other. For example, a conference might be an all + day event, and the meetings at the conference would be timed + events. Of course, events with specific starting and ending + times can also overlap. When they do they're displayed as + multiple columns in the day view of the calendar. Doing Two Things At Once - If you create two calendar events that overlap, - Evolution will display them as - multiple columns in the calendar window. If you manage to - do both things at once, I'd like to meet you. + If you create calendar events that overlap, + Evolution will display them side + by side in your calendar. However, + Evolution cannot help you do + multiple things at once. @@ -177,7 +176,7 @@ lack of time, resources, and interest. and a public event can be viewed by anyone on the calendar sharing network. Private denotes one level of security, and Confidential a - higer level. Exact determinations and implementations of + higher level. Exact determinations and implementations of this feature have yet to be determined. @@ -235,7 +234,7 @@ lack of time, resources, and interest. it, and then choose Event Properties from the Settings menu. In the Event Properties dialog - window, click the "tentative" button to deselect the + window, click the "tentative" button to De-select the event. @@ -334,8 +333,9 @@ lack of time, resources, and interest. Keeping Multiple Calendars - Keelyn has one calendar for her own schedule. On the network, - she maintains one for the conference room, so people know when + Keelyn. the office manager for a small company, has one + calendar for her own schedule. On the local network, she + maintains one for the conference room, so people know when they can schedule meetings. Next to that, she maintains a calendar that reflects when consultants are going to be on site, and another that keeps track of when the Red Sox are @@ -351,7 +351,7 @@ lack of time, resources, and interest. You can place the calendar in any calendar folder and access it from the folder view. Alarms, configuration, and display for - each calendar are seperate from each other. + each calendar are separate from each other. diff --git a/doc/C/usage-contact.sgml b/doc/C/usage-contact.sgml index 26c003442d..e983a2367d 100644 --- a/doc/C/usage-contact.sgml +++ b/doc/C/usage-contact.sgml @@ -47,7 +47,7 @@ shows all your cards in alphabetical order, in a minicard format. You can select other views from the View menu, and adjust the - width of the colums by clicking and dragging the grey column + width of the columns by clicking and dragging the grey column dividers. @@ -78,6 +78,15 @@ Delete deletes a selected card. + + + Show All Shows all cards. + + + + Stop Stop loading card data from the network. + + @@ -88,10 +97,9 @@ the cards to find one that matches. - If there are no matches, the card display will be blank. To - display all of your contacts, you can - leave the Quick Search field blank, and - press enter. + If there are no matches, the card display will be blank. When + you'd like to see all the cards again, press Show + All. The rest of the contact manager is taken up by the display of @@ -107,7 +115,7 @@ To delete a card, click on it once to select it, then press the Delete Card button. If you have - multiple cards selected, you'll delete mutliple cards. + multiple cards selected, you'll delete multiple cards. Adding or changing cards is slightly more complicated. Any @@ -217,7 +225,7 @@ Eva Lucianne Tester. You'll notice that the File As field also fills up, but in reverse: - Tester, Lucianne. + Tester, Eva. You can pick Eva Tester from the drop-down, or type in your own, such as Lucianne @@ -230,7 +238,7 @@ Don't enter something entirely different from the actual name, since you might forget that you've filed Eva's information under "F" for - "Fictitious Helix Code Employees" + "Fictitious Helix Code Employee." @@ -300,13 +308,12 @@ @@ -333,10 +340,11 @@ New Folder - and that you can put new folders anywhere you like. Each - card must be in a folder, and no card can be in two places - at once. If you want more flexibility, try + and that you can put new folders anywhere you like. Just + like with mail, cards must be in a card folder, and no card + can be in two places at once. If you want more + flexibility, try . To put a card into a folder, just drag it there from the @@ -371,13 +379,18 @@ Waiting for Evolution to support the operation. + + + @@ -392,7 +405,7 @@ the sort of feature you'll want to use if your company has a list of vendors and clients that needs constant updating. If you also share your calendars, people can avoid duplicating - work and keep up to date on developments within their workgroup + work and keep up to date on developments within their work-group or across the entire company. @@ -424,19 +437,29 @@ the folder bar, and will work exactly like a local folder of cards, with the following exceptions: + They are only available when you are connected to the network. If you use a laptop or have a modem connection, you may wish to copy or cache the network directory and then synchronize your copy with the networked version periodically. - + + To prevent excess network traffic, + Evolution will not normally + load the contents of LDAP folders immediately upon + opening. You must click Display + All before LDAP folder cards will be loaded + from the network. You can change this behavior in the + Contact Preferences window. + - Your ability to view, change, add or delete contacts - depends on the settings of the LDAP server. For example, you may - read all the entries in the public Netcenter directory (available by default in the - External Directories folder), but you may not change or delete - any of them. + Your ability to view, change, add or delete + contacts depends on the settings of the LDAP server. + For example, you may read all the entries in the public + Netcenter directory (available by default in the + External Directories folder), but + you may not change or delete any of them. diff --git a/doc/C/usage-mainwindow.sgml b/doc/C/usage-mainwindow.sgml index 3dcc38db86..394c634c27 100644 --- a/doc/C/usage-mainwindow.sgml +++ b/doc/C/usage-mainwindow.sgml @@ -166,12 +166,12 @@ - If you don't like the shortcut bar, you can use keyboard - shortcuts, or hot keys. They're shown - next to their equivalent menu items in the menu bar. You can - also set your own hot keys for functions that don't have any; - this is covered in . If you're using the - keyboard shortcuts you may also want to hide the + If you don't like the shortcut bar, you can use the menu bar, or + keyboard shortcuts, also called hot keys. + They're shown next to their equivalent menu items in the menu + bar. You can also set your own hot keys for functions that don't + have any; this is covered in . If you're + using the keyboard shortcuts you may also want to hide the shortcut bar by selecting View Show Shortcut Bar . @@ -350,32 +350,27 @@ + + View Menu + + This menu lets you decide how Evolution + should look. Some of the features control the appearance of + Evolution as a whole, and others + the way a particular kind of information appears. + + + - Tools Menu - All of your assistants and configuration - tools go here. For the Inbox, that - means things like Mail - Configuration and the vFolder - Editor. For the + Settings Menu + Tools for configuring, changing, and + setting up go here. For mail, that means things like + Mail Configuration and the + vFolder Editor. For the Calendar and the Contact Manager, it's color, network, and layout configuration. - - Actions Menu - - This menu contains a list of actions you can perform on - the information you've stored with - Evolution. The contents vary - depending on the view, but for the - Inbox, it contains items like - Mark All Messages Read and - Expunge, to erase all the - messages you've marked for deletion. - - - Help Menu @@ -386,6 +381,14 @@ + + Other menus, like Folder, + Message, and Actions, + appear only occasionally. Message and + Folder, for example, have commands that only + relate to email, so they're only available when you're looking at + email. + Once you've familiarized yourself with the main window you can start doing things with it. We'll diff --git a/doc/C/usage-notes.sgml b/doc/C/usage-notes.sgml index 378b9c3866..1ff2283128 100644 --- a/doc/C/usage-notes.sgml +++ b/doc/C/usage-notes.sgml @@ -8,19 +8,19 @@ storage. These scraps of paper were called notes. Now, notes are an almost necessary part of our lives, albeit in electronic form. It only makes sense, then, that - Evolution has a Notes feature. - Evolution can help you take notes in - the following ways: + Evolution will eventually have a + Notes feature. Evolution can help + you take notes in the following ways: - You can take down phone numbers, take school notes, take phone + Take down phone numbers, take school notes, take phone messages, or even write poetry. - You can color code notes to organize them, or just to + Color code notes to organize them, or just to make them look good. @@ -31,14 +31,16 @@ - Something + Write Haiku - You can start writing notes by clicking Notes in the - shortcut bar. + You can start writing notes by clicking + Notes in the shortcut bar. Of course, + it's not there yet. But when it is, it'll take you to the + notepad. diff --git a/doc/C/usage-sync.sgml b/doc/C/usage-sync.sgml index 07325e1848..a6b53e9526 100644 --- a/doc/C/usage-sync.sgml +++ b/doc/C/usage-sync.sgml @@ -2,21 +2,19 @@ Synchronizing with a Hand-held Device - Once you've set up a synchronization system, it pretty much - takes care of itself. Not only that, it's entirely possible - that your system administrator has set it up for you. All - that this chapter covers is how to use that system once it's - installed and configured. If you need to set it up, consult - . + This chapter covers is how to synchronize data + installed and configured. If you need information on how to + set up a synchronization system, consult . - - - If you've already got Gnome-pilot set up to use - Evolution, put - your hand-held device on the cradle and press the HotSync - button. - - + + Using HotSync + + Put your hand-held device on its cradle and press the + HotSync button. + + No, really. That's all there is to it. - + + \ No newline at end of file -- cgit