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 +++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 85 insertions(+), 26 deletions(-) (limited to 'doc/C/apx-gloss.sgml') 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. -- cgit v1.2.3