diff options
author | Aaron Weber <aaron@helixcode.com> | 2000-07-18 18:05:03 +0800 |
---|---|---|
committer | Aaron Weber <aaron@src.gnome.org> | 2000-07-18 18:05:03 +0800 |
commit | f4f267580923e9cee563b151edb18edd7996b45e (patch) | |
tree | 82caaf2a3424695040ccf4a8e4db5fb3121055d8 /help/C/apx-gloss.sgml | |
parent | 32a10931a91628394db1185cb2e582ab0952dcb9 (diff) | |
download | gsoc2013-evolution-f4f267580923e9cee563b151edb18edd7996b45e.tar gsoc2013-evolution-f4f267580923e9cee563b151edb18edd7996b45e.tar.gz gsoc2013-evolution-f4f267580923e9cee563b151edb18edd7996b45e.tar.bz2 gsoc2013-evolution-f4f267580923e9cee563b151edb18edd7996b45e.tar.lz gsoc2013-evolution-f4f267580923e9cee563b151edb18edd7996b45e.tar.xz gsoc2013-evolution-f4f267580923e9cee563b151edb18edd7996b45e.tar.zst gsoc2013-evolution-f4f267580923e9cee563b151edb18edd7996b45e.zip |
Altered category addition stuff, plus suggestions from Kevin.
2000-07-18 Aaron Weber <aaron@helixcode.com>
* C/usage-contact.sgml: Altered category addition stuff, plus
suggestions from Kevin.
* C/apx-gloss.sgml: Added ldap and signature definitions (from
Kevin).
* C/usage-mail.sgml: Move to variablelists from itemizedlists.
2000-07-14 Aaron Weber <aaron@helixcode.com>
* C/usage-contact.sgml: moved to variablelists from itemizedlists
* C/usage-calendar.sgml: moved to variablelists from itemizedlists
svn path=/trunk/; revision=4210
Diffstat (limited to 'help/C/apx-gloss.sgml')
-rw-r--r-- | help/C/apx-gloss.sgml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/help/C/apx-gloss.sgml b/help/C/apx-gloss.sgml index 4ecc33d03b..e660a0c798 100644 --- a/help/C/apx-gloss.sgml +++ b/help/C/apx-gloss.sgml @@ -169,6 +169,16 @@ </glossentry> + <glossentry id="ldap"> + <glossterm>LDAP</glossterm> + <glossdef> + <para> + 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. + </para> + </glossdef> + </glossentry> <glossentry id="mail-client"> <glossterm>Mail Client</glossterm> @@ -230,6 +240,18 @@ </glossdef> </glossentry> + <glossnetry id="signature"> + <glossterm>Signature</glossterm> + <glossdef> + <para> + 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. + </para> + </glossdef> + </glossentry> + + <glossentry id="spam"> <glossterm>Spam</glossterm> <glossdef> |