From eb86dc0d48c88b626a40a90db3448f8a4f42421a Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Sat, 18 Feb 2012 15:02:11 +0100 Subject: User Docs: Fix inappropriate usage of tag --- help/C/calendar-layout-appointment-display.page | 4 ++-- help/C/contacts-libreoffice.page | 4 ++-- help/C/express-mode.page | 4 ++-- help/C/mail-change-time-format.page | 4 ++-- help/C/mail-encryption-gpg-create-key.page | 4 ++-- help/C/mail-encryption-gpg-set-up.page | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) (limited to 'help') diff --git a/help/C/calendar-layout-appointment-display.page b/help/C/calendar-layout-appointment-display.page index 9218669078..8b46cb42bf 100644 --- a/help/C/calendar-layout-appointment-display.page +++ b/help/C/calendar-layout-appointment-display.page @@ -6,7 +6,7 @@ - + Andre Klapper ak-47@gmx.net @@ -47,7 +47,7 @@
Date/Time Format

You can change the format of the Date column by setting your preferred format.

-

The placeholders in the format expression are strftime formats. For a complete list of available strftime formats, run date --help in a terminal window.

+

The placeholders in the format expression are strftime formats. For a complete list of available strftime formats, run date --help in a terminal window.

diff --git a/help/C/contacts-libreoffice.page b/help/C/contacts-libreoffice.page index e0cd31fab5..34b366a256 100644 --- a/help/C/contacts-libreoffice.page +++ b/help/C/contacts-libreoffice.page @@ -6,7 +6,7 @@ - + Andre Klapper ak-47@gmx.net @@ -27,7 +27,7 @@

Choose an addressbook and click Define.

In case it is not listed already, click Browse.... A file chooser dialog opens.

As Evolution stores its data in a hidden directory, press CtrlL to get the location bar displayed.

-

Go to /home/username/.local/share/evolution/addressbook/system/addressbook.db and click Open.

+

Go to /home/username/.local/share/evolution/addressbook/system/addressbook.db and click Open.

This makes the Evolution address book the default data source for LibreOffice. You can now select a field to insert into an LibreOffice document via InsertFieldsOther.

diff --git a/help/C/express-mode.page b/help/C/express-mode.page index bca3a07a78..4a2f920868 100644 --- a/help/C/express-mode.page +++ b/help/C/express-mode.page @@ -6,7 +6,7 @@ - + Andre Klapper ak-47@gmx.net @@ -22,6 +22,6 @@

This is a known problem and hard to solve for a complex application with many settings such as Evolution.

You can use the Express version which is targeted for mobile and small-screen devices. This is available from version 2.30 on and can be enabled by starting evolution --express from the terminal window.

-

You can also explicitly open Evolution in a specific component. For the calendar, use evolution --express --component=calendar.

+

You can also explicitly open Evolution in a specific component. For the calendar, use evolution --express --component=calendar.

diff --git a/help/C/mail-change-time-format.page b/help/C/mail-change-time-format.page index c4e157bf2c..6712008351 100644 --- a/help/C/mail-change-time-format.page +++ b/help/C/mail-change-time-format.page @@ -5,7 +5,7 @@ Changing the date and time format in the message list. - + Andre Klapper ak-47@gmx.net @@ -18,6 +18,6 @@ Format of dates and time

You can change the format of the Date column by setting your preferred format under EditPreferencesMail PreferencesHeadersDate/Time format.

-

The placeholders in the format expression are strftime formats. For a complete list of available strftime formats, run date --help in a terminal window.

+

The placeholders in the format expression are strftime formats. For a complete list of available strftime formats, run date --help in a terminal window.

diff --git a/help/C/mail-encryption-gpg-create-key.page b/help/C/mail-encryption-gpg-create-key.page index 486f1727d2..846fbf7c73 100644 --- a/help/C/mail-encryption-gpg-create-key.page +++ b/help/C/mail-encryption-gpg-create-key.page @@ -27,7 +27,7 @@

Before you can get or send GPG encrypted mail, you need to generate your public and private keys with GPG.

-

Open a terminal window and enter gpg --gen-key.

+

Open a terminal window and enter gpg --gen-key.

Select an algorithm, then press Enter.

Select a key length, then press Enter.

Enter how long your key should be valid for.

@@ -39,7 +39,7 @@

Move your mouse randomly to generate the keys.

-

After the keys are generated, you can view your key information by entering gpg --list-keys. You should see something similar to this: /home/you/.gnupg/pubring.gpg ---------------------------- pub 1024D/32j38dk2 2001-06-20 you <you@example.com> sub 1024g/289sklj3 2011-06-20 [expires: 2012-11-14]

+

After the keys are generated, you can view your key information by entering gpg --list-keys. You should see something similar to this: /home/you/.gnupg/pubring.gpg ---------------------------- pub 1024D/32j38dk2 2001-06-20 you <you@example.com> sub 1024g/289sklj3 2011-06-20 [expires: 2012-11-14]

GPG creates one list, or keyring, for your public keys and one for your private keys. All the public keys you know are stored in the file ~/.gnupg/pubring.gpg. If you want to give other people your key, send them that file.

If you want, you can upload your keys to a key server:

diff --git a/help/C/mail-encryption-gpg-set-up.page b/help/C/mail-encryption-gpg-set-up.page index c3bc3db5c2..8bdb5b4e86 100644 --- a/help/C/mail-encryption-gpg-set-up.page +++ b/help/C/mail-encryption-gpg-set-up.page @@ -6,7 +6,7 @@ - + Andre Klapper ak-47@gmx.net @@ -35,6 +35,6 @@

Click OK.

Click Close.

-

Evolution requires that you know your key ID. If you do not remember it, you can find it by typing gpg --list-keys in a terminal window. Your key ID is an eight-character string with random numbers and letters.

+

Evolution requires that you know your key ID. If you do not remember it, you can find it by typing gpg --list-keys in a terminal window. Your key ID is an eight-character string with random numbers and letters.

-- cgit