From 5732cecbc19ea8b6021b2c1e27d26bec3b9e17c9 Mon Sep 17 00:00:00 2001 From: nils Date: Sun, 8 Jan 2012 00:14:34 +0000 Subject: set images in paragraph tags in integrated help and minor html code corrections git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@729 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- release/help/docu_decrypt.html | 24 ++++++++++++++++++------ release/help/docu_decrypt_file.html | 21 ++++++++++++--------- release/help/docu_encrypt.html | 12 +++++++++--- release/help/docu_encrypt_file.html | 24 ++++++++++++++++++------ release/help/docu_export_key.html | 16 ++++++++++++---- release/help/docu_export_key_private.html | 18 +++++++++++++----- release/help/docu_import_key.html | 12 +++++++++--- release/help/docu_keygen.html | 22 +++++++++++++++------- release/help/docu_translate.html | 9 ++++++--- 9 files changed, 112 insertions(+), 46 deletions(-) diff --git a/release/help/docu_decrypt.html b/release/help/docu_decrypt.html index 3ed813a..ba6161e 100644 --- a/release/help/docu_decrypt.html +++ b/release/help/docu_decrypt.html @@ -38,7 +38,9 @@

Howto decrypt a text

NOTE: You can only decrypt files, if you have one private key, the file is encrypted for. You can identify the private keys by the "bunch of keys"-image in front of the name in the keylist (in this case Bobby):

-private key hint +

+private key hint +

There are five steps for encrypting a text. We assume, that Bobby wants to decrypt a text, which is encrypted with his public key. @@ -48,13 +50,17 @@ There are five steps for encrypting a text. We assume, that Bobby wants to decry First Bobby copies the text to the textedit-field.

-copy to textedit-field +

+copy to textedit-field +

STEP 2: Choose key(s)

Secondly he chooses his own key.

-choose key +

+choose key +

STEP 3: Decrypt message

@@ -62,20 +68,26 @@ Secondly he chooses his own key. Now Bobby hits the decrypt button to decrypt the text. Alternatively he could use the shortcut Ctrl+D or use the menu crypto->decrypt.
NOTE: You can only decrypt texts, for which you have the private key. The private keys are those, with the key-icon in front of the Name in the keylist.

-decrypt message +

+decrypt message +

STEP 4: Enter passphrase

Now Bobby enters the passphrase of his key.

-enter passphrase +

+enter passphrase +

STEP 5: Read the text

Now Bobby can read the encrypted text.

-read encrypted text +

+read encrypted text +

diff --git a/release/help/docu_decrypt_file.html b/release/help/docu_decrypt_file.html index ff29ed1..2981f37 100644 --- a/release/help/docu_decrypt_file.html +++ b/release/help/docu_decrypt_file.html @@ -38,8 +38,9 @@

Howto decrypt a file

NOTE: You can only decrypt files, if you have one private key, the file is encrypted for. You can identify the private keys by the "bunch of keys"-image in front of the name in the keylist (in this case Bobby):

-private key hint - +

+private key hint +

There are five steps to decrypt a file. We assume, that Alice wants to decrypt a file, which is encrypted for her (that is, while encrytion her key was chosen).

@@ -48,7 +49,7 @@ There are five steps to decrypt a file. We assume, that Alice wants to decrypt a First Alice chooses the file cryption dialog in the menu. Alternatively, she could just hit the "File-Cryption"-button in the toolbar.

-open file cryption dialog +open file cryption dialog

STEP 2: Choose decrypt

@@ -56,7 +57,7 @@ First Alice chooses the file cryption dialog in the menu. Alternatively, she cou Secondly she chooses decrypt.

-choose decrypt +choose decrypt

@@ -65,7 +66,7 @@ Secondly she chooses decrypt. Now she chooses the input- and outputfile. The inputfile has to be the encrypted file

-choose the input- and outputfile +choose the input- and outputfile

STEP 4: Hit ok

@@ -73,7 +74,7 @@ Now she chooses the input- and outputfile. The inputfile has to be the encrypted Now she hits the ok-button

-hit ok +hit ok

STEP 5: Enter passphrase

@@ -81,12 +82,14 @@ Now she hits the ok-button Now she enters the passphrase of her key and hits the ok-button.

-enter passphrase +enter passphrase +

+

+Afterwards the ok-message is displayed.

-Afterwards the ok-message is displayed

+ok message

-ok message diff --git a/release/help/docu_encrypt.html b/release/help/docu_encrypt.html index ff21838..4c1142c 100644 --- a/release/help/docu_encrypt.html +++ b/release/help/docu_encrypt.html @@ -44,21 +44,27 @@ There are three steps for encrypting a text. We assume, that Alice wants to encr

First Alice writes her text.

-write the text +

+write the text +

STEP 2: Choose key(s)

Secondly she chooses Bobbies key. NOTE: You can also choose mutiple keys, so that the text is encrypted for more than one person. So e.g. you should always select your own key, so that you can encrypt your own texts later.

-choose the keys +

+choose the keys +

STEP 3: Encrypt message

Finally Alice hits the encrypt button to encrypt the text. Alternatively she could use the shortcut Ctrl+E or use the menu crypto->encrypt

-encrypt the message +

+encrypt the message +

diff --git a/release/help/docu_encrypt_file.html b/release/help/docu_encrypt_file.html index 408247c..14dc62e 100644 --- a/release/help/docu_encrypt_file.html +++ b/release/help/docu_encrypt_file.html @@ -44,37 +44,49 @@ There are five steps to encrypt a file. We assume, that Bobby wants to encrypt a

First Bobby opens the file cryption dialog through the menu. Alternatively, she could just hit the "File-Cryption"-button in the toolbar.

-open file-cryption dialog +

+open file-cryption dialog +

STEP 2: Choose encrypt

Secondly he chooses encrypt.

-choose encrypt +

+choose encrypt +

STEP 3: Choose input-/outputfile

Now he chooses the input- and outputfile. When he chooses the inputfile, the same name with an appended .asc is made as suggestion for the output-file.

-choose input- and outputfile +

+choose input- and outputfile +

STEP 4: Choose the keys

Now he chooses the users' keys, the file should be encrypted for. Be aware, that he also has to choose his own key, if he wants to be able to decrypt the file afterwards.

-choose keys +

+choose keys +

STEP 5: Hit ok

Now he hits the ok-button

-hit ok button +

+hit ok button +

After this the ok-message is displayed.

-ok-message +

+ok-message +

diff --git a/release/help/docu_export_key.html b/release/help/docu_export_key.html index 0aa8a99..0bdaaab 100644 --- a/release/help/docu_export_key.html +++ b/release/help/docu_export_key.html @@ -44,26 +44,34 @@ There are three respectively four steps for exporting public keys. We assume, th

First Bobby opens the key management through the toolbar.

-open key management +

+open key management +

STEP 2: Choose keys

Secondly he checks Alice's and his own key.

-choose the keys +

+choose the keys +

STEP 3: Choose export key

Now he browses through the menu key -> export to file (respectively key -> export to clipboard). If he chooses to export the files to clipboard, he's finished now. Otherwise the next step follows. Alternatively he can choose the export through the toolbar.

-choose export to file +

+choose export to file +

STEP 4: Select the file

Now he chooses the file to store the keys to.

-choose file +

+choose file +

NOTE: To give your public key to someone else, you also can append the key to the text in the editor-field through the context menu in the keylist.

diff --git a/release/help/docu_export_key_private.html b/release/help/docu_export_key_private.html index 497180a..1b6a488 100644 --- a/release/help/docu_export_key_private.html +++ b/release/help/docu_export_key_private.html @@ -39,32 +39,40 @@

Howto export a private key

There are five simple steps for exporting a private keys. We assume, that Bobby wants to export his private key to save it to disk and put it in an fireproofed tresor.
-NOTE: You should really be carely with your private key, because everyone, who has this key, can encrypt all messages and texts encrypted for this key. +NOTE: You should really be careful with your private key, because everyone, who has this key, can encrypt all messages and texts encrypted for this key, if he also has your keys passphrase.

STEP 1: Open the key management

First Bobby opens the key management through the toolbar.

-open key management +

+open key management +

STEP 2: Open key property dialog

Secondly he opens the key property dialog of his key through the context menu.

-select show key details +

+select show key details +

STEP 3: Hit the "export private key"-button

Now he hits the "export private key"-button

-hit the export private key button +

+hit the export private key button +

STEP 4: Confirm warn message

Now he confirms the warn message.

-confirm warn message +

+confirm warn message +

STEP 5: Choose file

Finally he chooses a file, where he wants to save the key. diff --git a/release/help/docu_import_key.html b/release/help/docu_import_key.html index d648c3c..8e7bdff 100644 --- a/release/help/docu_import_key.html +++ b/release/help/docu_import_key.html @@ -46,20 +46,26 @@ When Bobby wants to import a key from text-edit field or from clipboard, he firs

First Bobby opens the import key dialog through the toolbar.

-open import key dialog +

+open import key dialog +

STEP 2: Choose keys

Secondly makes the appropriate selection. If he wants to import a key from editor, he has to paste the key to the text-edit field before. Only if he wants to import keys from file, he has to do the next step, otherwise he's done.

-choose file +

+choose file +

STEP 3: Choose file

Now he chooses the key-file. Afterwards the key appears in the keylist.

-key list +

+key list +

diff --git a/release/help/docu_keygen.html b/release/help/docu_keygen.html index 640d801..709473e 100644 --- a/release/help/docu_keygen.html +++ b/release/help/docu_keygen.html @@ -47,14 +47,18 @@ There are four steps for generating a keypair. We assume, that Alice wants to ge First Alice opens the keymanagement through the toolbar.

-open keymanagement -
+

+open keymanagement +

+

STEP 2: Open generate key dialog

Secondly she opens the generate key dialog through the "key"-menu

-open generate key dialog -
+

+open generate key dialog +

+

STEP 3: Fill in the form

@@ -62,13 +66,17 @@ Now she fills in the forms.

NOTE: A key with a higher bitrate is more secure, but also needs a more time to encrypt and decrypt texts. To generate a key, you only have to provide a name. Even the passphrase could be empty (which of course lags of security).

-fill in the forms -
+

+fill in the forms +

+

STEP 4: Wait while key is generated

Now Alice has just to wait. The process of the key generation is faster, when Alice does something on her PC, so that the randomdevice gets more input and so more entropy.

-wait for end of key generation +

+wait for end of key generation +

When the generation dialog box disappears, the key generation is finished. diff --git a/release/help/docu_translate.html b/release/help/docu_translate.html index ee7b9f3..3b16432 100644 --- a/release/help/docu_translate.html +++ b/release/help/docu_translate.html @@ -43,7 +43,7 @@
  1. Download and install Qt Linguist
  2. Open gpg4usb translation file from the gpg4usb folder in your preferred language, e.g. ts/gpg4usb_en.ts
  3. -
  4. try translating one string, e.g. "&Open" from GpgWin.cpp
  5. +
  6. try translating one string, e.g. "&Open" from GpgWin.cpp
  7. hit File->Release
  8. start gpg4usb and look at the result
@@ -74,7 +74,8 @@ Then the developer has to run lupdate, so that the appropriate ts-file is create

STEP 3: Translate the file

Now the ts-file can be opened with the linguist. In the programm, you just have to enter the translation of the phrases into the translation field and hit [Ctrl]+[Enter] to set the translation status of the phrase to ok and jump to the next unfinished translation. The status of the translation and comments also are automatically saved in the ts-file, so that the translation are easier to maintain.

-

translation text field +

+translation text field

Three things have to be taken care of. @@ -97,7 +98,9 @@ Now you can run gpg4usb with the new language by choosing the language in the se

Howto Translate new phrases

When the project envolves, it's possible, that new expressions have to be translated. In this case the developer has to run lupdate once more. The translater just has to open the new ts-file with the linguist. On the upper left, he sees in the context menu, in which section are new phrases to translate (everything, which hasn't a green haken in front).

-

context field

+

+context field +

Again the translator has to hit [Ctrl]+[Enter] so that the linguist jumps to the unfinished translation. Afterwards the translator has to release the file another time.

-- cgit v1.2.3