aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2012-02-18 21:57:59 +0800
committerAndre Klapper <a9016009@gmx.de>2012-02-18 21:57:59 +0800
commitb5b802227537fe441f2fcb7cdd7cfee1ca5d6295 (patch)
tree30c8dd4638d708968d9c2f3a36b47e22a879dd8c
parentf38de886e8000e75d1fd0b8c8254a3012a6c1c0d (diff)
downloadgsoc2013-evolution-b5b802227537fe441f2fcb7cdd7cfee1ca5d6295.tar
gsoc2013-evolution-b5b802227537fe441f2fcb7cdd7cfee1ca5d6295.tar.gz
gsoc2013-evolution-b5b802227537fe441f2fcb7cdd7cfee1ca5d6295.tar.bz2
gsoc2013-evolution-b5b802227537fe441f2fcb7cdd7cfee1ca5d6295.tar.lz
gsoc2013-evolution-b5b802227537fe441f2fcb7cdd7cfee1ca5d6295.tar.xz
gsoc2013-evolution-b5b802227537fe441f2fcb7cdd7cfee1ca5d6295.tar.zst
gsoc2013-evolution-b5b802227537fe441f2fcb7cdd7cfee1ca5d6295.zip
User Docs: Use <cmd> tag consistently
-rw-r--r--help/C/change-keyboard-shortcuts.page4
-rw-r--r--help/C/mail-encryption-gpg-create-key.page4
-rw-r--r--help/C/mail-encryption-gpg-getting-keys.page4
-rw-r--r--help/C/mail-error-folder-mismatch.page2
-rw-r--r--help/C/mail-filters-conditions.page2
-rw-r--r--help/C/mail-search-folders-conditions.page4
-rw-r--r--help/C/mail-search-folders-enable.page2
-rw-r--r--help/C/offline.page4
8 files changed, 13 insertions, 13 deletions
diff --git a/help/C/change-keyboard-shortcuts.page b/help/C/change-keyboard-shortcuts.page
index b4ce518d73..4b38c654c1 100644
--- a/help/C/change-keyboard-shortcuts.page
+++ b/help/C/change-keyboard-shortcuts.page
@@ -4,7 +4,7 @@
<info>
<desc>Changing keyboard shortcuts.</desc>
<link type="guide" xref="index#common-other-problems" />
- <revision pkgversion="3.1.91" version="0.1" date="2011-09-02" status="draft"/>
+ <revision pkgversion="3.1.91" version="0.2" date="2012-02-18" status="draft"/>
<credit type="author">
<name>Andre Klapper</name>
<email>ak-47@gmx.net</email>
@@ -19,7 +19,7 @@
<list>
<item><p>Open the <app>Terminal</app> application.</p></item>
-<item><p>Run the command <command>gsettings set org.gnome.desktop.interface can-change-accels true</command></p></item>
+<item><p>Run the command <cmd>gsettings set org.gnome.desktop.interface can-change-accels true</cmd></p></item>
<item><p>Start Evolution.</p></item>
<item><p>Hover your mouse cursor over the menu bar item for which you want to add or change the keyboard shortcut.</p></item>
<item><p>Type the shortcut that you want on the keyboard.</p></item>
diff --git a/help/C/mail-encryption-gpg-create-key.page b/help/C/mail-encryption-gpg-create-key.page
index e7997e2819..486f1727d2 100644
--- a/help/C/mail-encryption-gpg-create-key.page
+++ b/help/C/mail-encryption-gpg-create-key.page
@@ -6,7 +6,7 @@
<link type="guide" xref="mail-encryption#gpg"/>
- <revision pkgversion="2.32.1" version="0.2" date="2011-07-27" status="final"/>
+ <revision pkgversion="2.32.1" version="0.3" date="2012-02-18" status="final"/>
<credit type="author">
<name>Andre Klapper</name>
<email>ak-47@gmx.net</email>
@@ -44,7 +44,7 @@
<p>If you want, you can upload your keys to a key server:</p>
<steps>
<item><p>Check your public key ID with <code>gpg --list-keys</code>. It is the string after <code>1024D</code> on the line beginning with <code>pub</code>. In the example above, it is <code>32j38dk2</code>.</p></item>
-<item><p>Enter the command <code>gpg --send-keys --keyserver wwwkeys.pgp.net 32j38dk2</code>. Substitute your key ID for <code>32j38dk2</code>. You need your password to do this.</p></item>
+<item><p>Enter the command <cmd>gpg --send-keys --keyserver wwwkeys.pgp.net 32j38dk2</cmd>. Substitute your key ID for <code>32j38dk2</code>. You need your password to do this.</p></item>
</steps>
<p>Key servers store your public keys for you so that your friends can decrypt your messages. If you choose not to use a key server, you can manually send your public key, include it in your signature file, or put it on your own Web page. However, it is easier to publish a key once, and then let people download it from a central place when they want.</p>
diff --git a/help/C/mail-encryption-gpg-getting-keys.page b/help/C/mail-encryption-gpg-getting-keys.page
index 9613fca391..030d269c0a 100644
--- a/help/C/mail-encryption-gpg-getting-keys.page
+++ b/help/C/mail-encryption-gpg-getting-keys.page
@@ -25,7 +25,7 @@
<p>To send an encrypted message, you need to use the recipient's public key in combination with your private key. Evolution handles the encryption, but you need to get the public key and add it to your keyring.</p>
-<p>To get public keys from a public key server, enter the command <code>gpg --recv-keys --keyserver wwwkeys.pgp.net keyid</code>, substituting <code>keyid</code> by your recipient's ID. You need to enter your password, and the ID is automatically added to your keyring.</p>
+<p>To get public keys from a public key server, enter the command <cmd>gpg --recv-keys --keyserver wwwkeys.pgp.net keyid</cmd>, substituting <code>keyid</code> by your recipient's ID. You need to enter your password, and the ID is automatically added to your keyring.</p>
-<p>If someone sends you a public key directly, save it as a plain text file and enter the command <code>gpg --import</code> to add it to your keyring.</p>
+<p>If someone sends you a public key directly, save it as a plain text file and enter the command <cmd>gpg --import</cmd> to add it to your keyring.</p>
</page>
diff --git a/help/C/mail-error-folder-mismatch.page b/help/C/mail-error-folder-mismatch.page
index 6ad3667fe4..b9822aabde 100644
--- a/help/C/mail-error-folder-mismatch.page
+++ b/help/C/mail-error-folder-mismatch.page
@@ -28,7 +28,7 @@
<note><p>These steps apply to the versions 3.0 and 3.2. Note that Evolution's file locations in 2.30 and 2.32 are different (<file>~/.evolution/mail/local/</file> instead of <file>~/.local/share/evolution/mail/local/</file>).</p></note>
<list>
-<item><p>Open the <app>Terminal</app> application (category <gui>System Tools</gui>) and type in the command <code>evolution --force-shutdown</code>. This command stops Evolution and all the processes related to it.</p></item>
+<item><p>Open the <app>Terminal</app> application (category <gui>System Tools</gui>) and type in the command <cmd>evolution --force-shutdown</cmd>. This command stops Evolution and all the processes related to it.</p></item>
<item><p>Remove the files ending in:</p>
<list>
<item><p><file>.ev-summary</file></p></item>
diff --git a/help/C/mail-filters-conditions.page b/help/C/mail-filters-conditions.page
index 24475439c4..9b26ebff6b 100644
--- a/help/C/mail-filters-conditions.page
+++ b/help/C/mail-filters-conditions.page
@@ -82,7 +82,7 @@
<p>Filters based on the mailing list the message came from. This filter might miss messages from some list servers, because it checks for the X-BeenThere header, which is used to identify mailing lists or other redistributors of mail. Mail from list servers that do not set X-BeenThere properly are not be caught by these filters.</p></item>
<item><p>Regex Match:</p>
-<p>(For programmers only) If you know your way around a <link href="https://secure.wikimedia.org/wikipedia/en/wiki/Regular_expression">regex</link>, or regular expression, this option allows you to search for complex patterns of letters, so that you can find, for example, all words that start with a and end with m, and are between six and fifteen letters long, or all messages that declare a particular header twice. For information about how to use regular expressions, check the man page for the grep command.</p></item>
+<p>(For programmers only) If you know your way around a <link href="https://secure.wikimedia.org/wikipedia/en/wiki/Regular_expression">regex</link>, or regular expression, this option allows you to search for complex patterns of letters, so that you can find, for example, all words that start with a and end with m, and are between six and fifteen letters long, or all messages that declare a particular header twice. For information about how to use regular expressions, check the man page for the <cmd>grep</cmd> command.</p></item>
<item><p>Source Account:</p>
<p>Filters messages according the server you got them from. This is most useful if you use multiple POP mail accounts.</p></item>
diff --git a/help/C/mail-search-folders-conditions.page b/help/C/mail-search-folders-conditions.page
index ced10fb4f6..f5ac92bc92 100644
--- a/help/C/mail-search-folders-conditions.page
+++ b/help/C/mail-search-folders-conditions.page
@@ -6,7 +6,7 @@
<link type="seealso" xref="mail-search-folders"/>
- <revision pkgversion="3.0.2" version="0.1" date="2011-08-01" status="final"/>
+ <revision pkgversion="3.0.2" version="0.2" date="2012-02-18" status="final"/>
<credit type="author">
<name>Andre Klapper</name>
<email>ak-47@gmx.net</email>
@@ -82,7 +82,7 @@
<p>Filters based on the mailing list the message came from. This filter might miss messages from some list servers, because it checks for the X-BeenThere header, which is used to identify mailing lists or other redistributors of mail. Mail from list servers that do not set X-BeenThere properly are not be caught by these filters.</p></item>
<item><p>Regex Match:</p>
-<p>(For programmers only) If you know your way around a <link href="https://secure.wikimedia.org/wikipedia/en/wiki/Regular_expression">regex</link>, or regular expression, this option allows you to search for complex patterns of letters, so that you can find, for example, all words that start with a and end with m, and are between six and fifteen letters long, or all messages that declare a particular header twice. For information about how to use regular expressions, check the man page for the grep command.</p></item>
+<p>(For programmers only) If you know your way around a <link href="https://secure.wikimedia.org/wikipedia/en/wiki/Regular_expression">regex</link>, or regular expression, this option allows you to search for complex patterns of letters, so that you can find, for example, all words that start with a and end with m, and are between six and fifteen letters long, or all messages that declare a particular header twice. For information about how to use regular expressions, check the man page for the <cmd>grep</cmd> command.</p></item>
<item><p>Message Location:</p></item>
<!-- TODO: Explain usage of this option. -->
diff --git a/help/C/mail-search-folders-enable.page b/help/C/mail-search-folders-enable.page
index 318a70ddc0..1644c7ac42 100644
--- a/help/C/mail-search-folders-enable.page
+++ b/help/C/mail-search-folders-enable.page
@@ -23,7 +23,7 @@
<list>
<item><p>Open the <app>Terminal</app> application.</p></item>
-<item><p>Run the command <command>gsettings set org.gnome.evolution.mail enable-vfolders true</command></p></item>
+<item><p>Run the command <cmd>gsettings set org.gnome.evolution.mail enable-vfolders true</cmd></p></item>
</list>
<p>You can also use the <app>dconf-editor</app> application to do this.</p>
diff --git a/help/C/offline.page b/help/C/offline.page
index 5556a3b05a..c48ce26eb5 100644
--- a/help/C/offline.page
+++ b/help/C/offline.page
@@ -7,7 +7,7 @@
<link type="guide" xref="index#common-other-problems"/>
<link type="seealso" xref="mail-working-offline" />
- <revision pkgversion="3.2.1" version="0.1" date="2012-01-10" status="final"/>
+ <revision pkgversion="3.2.1" version="0.2" date="2012-02-18" status="final"/>
<credit type="author">
<name>Brian Grohe</name>
<email>grohe43@gmail.com</email>
@@ -21,7 +21,7 @@
</info>
<title>Why is Evolution offline when my net connection is working?</title>
-<p>You may have started Evolution with the <code>--offline</code> commandline option.</p>
+<p>You may have started Evolution with the <cmd>--offline</cmd> commandline option.</p>
<p>If this is not the case and Evolution normally works but has suddenly stopped connecting, you may have unintentionally clicked on the connection icon in the lower left corner. When connected, the icon resembles a pair of sockets joined together. If the sockets are open, there is no connection (and the <gui style="button">Send/Receive</gui> button is grayed out). Click on the icon to change its state.</p>