diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-08 00:14:34 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-08 00:14:34 +0000 |
commit | 5732cecbc19ea8b6021b2c1e27d26bec3b9e17c9 (patch) | |
tree | 1ec10c06e1c872ec1e8f4f8a25e0ca8cbfe0910c /release/help | |
parent | fixed bug in file cryption (diff) | |
download | gpg4usb-5732cecbc19ea8b6021b2c1e27d26bec3b9e17c9.tar.gz gpg4usb-5732cecbc19ea8b6021b2c1e27d26bec3b9e17c9.zip |
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
Diffstat (limited to 'release/help')
-rw-r--r-- | release/help/docu_decrypt.html | 24 | ||||
-rw-r--r-- | release/help/docu_decrypt_file.html | 21 | ||||
-rw-r--r-- | release/help/docu_encrypt.html | 12 | ||||
-rw-r--r-- | release/help/docu_encrypt_file.html | 24 | ||||
-rw-r--r-- | release/help/docu_export_key.html | 16 | ||||
-rw-r--r-- | release/help/docu_export_key_private.html | 18 | ||||
-rw-r--r-- | release/help/docu_import_key.html | 12 | ||||
-rw-r--r-- | release/help/docu_keygen.html | 22 | ||||
-rw-r--r-- | 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 @@ <h1>Howto decrypt a text</h1> <p><b>NOTE:</b> 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):</p> -<IMG SRC="img/docu/private_key_note.jpg" alt="private key hint"> +<p> +<IMG SRC="img/docu/private_key_note.jpg" alt="private key hint"/> +</p> <p> 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. </p> -<IMG SRC="img/docu/decrypt_step1.jpg" alt="copy to textedit-field"> +<p> +<IMG SRC="img/docu/decrypt_step1.jpg" alt="copy to textedit-field"/> +</p> <h4>STEP 2: Choose key(s)</h4> <p> Secondly he chooses his own key. </p> -<IMG SRC="img/docu/decrypt_step2.jpg" alt="choose key"> +<p> +<IMG SRC="img/docu/decrypt_step2.jpg" alt="choose key"/> +</p> <h4>STEP 3: Decrypt message</h4> @@ -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.<br/> <b>NOTE:</b> 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. </p> -<IMG SRC="img/docu/decrypt_step3.jpg" alt="decrypt message"> +<p> +<IMG SRC="img/docu/decrypt_step3.jpg" alt="decrypt message"/> +</p> <h4>STEP 4: Enter passphrase</h4> <p> Now Bobby enters the passphrase of his key. </p> -<IMG SRC="img/docu/decrypt_step4.jpg" alt="enter passphrase"> +<p> +<IMG SRC="img/docu/decrypt_step4.jpg" alt="enter passphrase"/> +</p> <h4>STEP 5: Read the text</h4> <p> Now Bobby can read the encrypted text. </p> -<IMG SRC="img/docu/decrypt_step5.jpg" alt="read encrypted text"> +<p> +<IMG SRC="img/docu/decrypt_step5.jpg" alt="read encrypted text"/> +</p> </div> 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 @@ <h1>Howto decrypt a file</h1> <p><b>NOTE:</b> 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):</p> -<IMG SRC="img/docu/private_key_note.jpg" alt="private key hint"> - +<p> +<IMG SRC="img/docu/private_key_note.jpg" alt="private key hint"/> +</p> <p> 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). </p> @@ -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. </p> <p> -<IMG SRC="img/docu/cryptfile_menu.jpg" alt="open file cryption dialog"> +<IMG SRC="img/docu/cryptfile_menu.jpg" alt="open file cryption dialog"/> </p> <h4>STEP 2: Choose decrypt</h4> @@ -56,7 +57,7 @@ First Alice chooses the file cryption dialog in the menu. Alternatively, she cou Secondly she chooses decrypt. </p> <p> -<IMG SRC="img/docu/decryptfile_choose_decrypt.jpg" alt="choose decrypt"> +<IMG SRC="img/docu/decryptfile_choose_decrypt.jpg" alt="choose decrypt"/> </p> @@ -65,7 +66,7 @@ Secondly she chooses decrypt. Now she chooses the input- and outputfile. The inputfile has to be the encrypted file </p> <p> -<IMG SRC="img/docu/decryptfile_input_outputfile.jpg" alt="choose the input- and outputfile"> +<IMG SRC="img/docu/decryptfile_input_outputfile.jpg" alt="choose the input- and outputfile"/> </p> <h4>STEP 4: Hit ok</h4> @@ -73,7 +74,7 @@ Now she chooses the input- and outputfile. The inputfile has to be the encrypted Now she hits the ok-button </p> <p> -<IMG SRC="img/docu/decryptfile_hit_ok.jpg" alt="hit ok"> +<IMG SRC="img/docu/decryptfile_hit_ok.jpg" alt="hit ok"/> </p> <h4>STEP 5: Enter passphrase</h4> @@ -81,12 +82,14 @@ Now she hits the ok-button Now she enters the passphrase of her key and hits the ok-button. </p> <p> -<IMG SRC="img/docu/decryptfile_password.jpg" alt="enter passphrase"> +<IMG SRC="img/docu/decryptfile_password.jpg" alt="enter passphrase"/> +</p> +<p> +Afterwards the ok-message is displayed. </p> <p> -Afterwards the ok-message is displayed<p> +<IMG SRC="img/docu/decryptfile_okmessage.jpg" alt="ok message"/> </p> -<IMG SRC="img/docu/decryptfile_okmessage.jpg" alt="ok message"> </div> </div> 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 <p> First Alice writes her text. </p> -<IMG SRC="img/docu/encrypt_step1.jpg" alt="write the text"> +<p> +<IMG SRC="img/docu/encrypt_step1.jpg" alt="write the text"/> +</p> <h4>STEP 2: Choose key(s)</h4> <p> Secondly she chooses Bobbies key. <b>NOTE:</b> 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. </p> -<IMG SRC="img/docu/encrypt_step2.jpg" alt="choose the keys"> +<p> +<IMG SRC="img/docu/encrypt_step2.jpg" alt="choose the keys"/> +</p> <h4>STEP 3: Encrypt message</h4> <p> Finally Alice hits the encrypt button to encrypt the text. Alternatively she could use the shortcut Ctrl+E or use the menu crypto->encrypt </p> -<IMG SRC="img/docu/encrypt_step3.jpg" alt="encrypt the message"> +<p> +<IMG SRC="img/docu/encrypt_step3.jpg" alt="encrypt the message"/> +</p> </div> 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 <p> First Bobby opens the file cryption dialog through the menu. Alternatively, she could just hit the "File-Cryption"-button in the toolbar. </p> -<IMG SRC="img/docu/cryptfile_menu2.jpg" alt="open file-cryption dialog"> +<p> +<IMG SRC="img/docu/cryptfile_menu2.jpg" alt="open file-cryption dialog"/> +</p> <h4>STEP 2: Choose encrypt</h4> <p> Secondly he chooses encrypt. </p> -<IMG SRC="img/docu/encryptfile_choose_encrypt.jpg" alt="choose encrypt"> +<p> +<IMG SRC="img/docu/encryptfile_choose_encrypt.jpg" alt="choose encrypt"/> +</p> <h4>STEP 3: Choose input-/outputfile</h4> <p> 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. </p> -<IMG SRC="img/docu/encryptfile_choose_input_outputfile.jpg" alt="choose input- and outputfile"> +<p> +<IMG SRC="img/docu/encryptfile_choose_input_outputfile.jpg" alt="choose input- and outputfile"/> +</p> <h4>STEP 4: Choose the keys</h4> <p> 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. </p> -<IMG SRC="img/docu/encryptfile_choose_keys.jpg" alt="choose keys"> +<p> +<IMG SRC="img/docu/encryptfile_choose_keys.jpg" alt="choose keys"/> +</p> <h4>STEP 5: Hit ok</h4> <p> Now he hits the ok-button </p> -<IMG SRC="img/docu/encryptfile_hit_ok.jpg" alt="hit ok button"> +<p> +<IMG SRC="img/docu/encryptfile_hit_ok.jpg" alt="hit ok button"/> +</p> <p>After this the ok-message is displayed. </p> -<IMG SRC="img/docu/decryptfile_okmessage.jpg" alt="ok-message"> +<p> +<IMG SRC="img/docu/decryptfile_okmessage.jpg" alt="ok-message"/> +</p> </div> 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 <p> First Bobby opens the key management through the toolbar. </p> -<IMG SRC="img/docu/exportkey_open_keymgmt.jpg" alt="open key management"> +<p> +<IMG SRC="img/docu/exportkey_open_keymgmt.jpg" alt="open key management"/> +</p> <h4>STEP 2: Choose keys</h4> <p> Secondly he checks Alice's and his own key. </p> -<IMG SRC="img/docu/exportkey_choose_keys.jpg" alt="choose the keys"> +<p> +<IMG SRC="img/docu/exportkey_choose_keys.jpg" alt="choose the keys"/> +</p> <h4>STEP 3: Choose export key</h4> <p> 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. </p> -<IMG SRC="img/docu/exportkey_menu_selection.jpg" alt="choose export to file"> +<p> +<IMG SRC="img/docu/exportkey_menu_selection.jpg" alt="choose export to file"/> +</p> <h4>STEP 4: Select the file</h4> <p> Now he chooses the file to store the keys to. </p> -<IMG SRC="img/docu/exportkey_file_selection.jpg" alt="choose file"> +<p> +<IMG SRC="img/docu/exportkey_file_selection.jpg" alt="choose file"/> +</p> <p> <b>NOTE:</b> 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. </p> 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 @@ <h1>Howto export a private key</h1> <p> 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.<br/> -<b>NOTE:</b> 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. +<b>NOTE:</b> 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. </p> <h4>STEP 1: Open the key management</h4> <p> First Bobby opens the key management through the toolbar. </p> -<IMG SRC="img/docu/exportkey_open_keymgmt.jpg" alt="open key management"> +<p> +<IMG SRC="img/docu/exportkey_open_keymgmt.jpg" alt="open key management"/> +</p> <h4>STEP 2: Open key property dialog</h4> <p> Secondly he opens the key property dialog of his key through the context menu. </p> -<IMG SRC="img/docu/exportkey_show_keydetails.jpg" alt="select show key details"> +<p> +<IMG SRC="img/docu/exportkey_show_keydetails.jpg" alt="select show key details"/> +</p> <h4>STEP 3: Hit the "export private key"-button</h4> <p> Now he hits the "export private key"-button</p> -<IMG SRC="img/docu/exportkey_hit_export_private_key.jpg" alt="hit the export private key button"> +<p> +<IMG SRC="img/docu/exportkey_hit_export_private_key.jpg" alt="hit the export private key button"/> +</p> <h4>STEP 4: Confirm warn message</h4> <p> Now he confirms the warn message. </p> -<IMG SRC="img/docu/exportkey_warn_message.jpg" alt="confirm warn message"> +<p> +<IMG SRC="img/docu/exportkey_warn_message.jpg" alt="confirm warn message"/> +</p> <h4>STEP 5: Choose file</h4> <p> 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 <p> First Bobby opens the import key dialog through the toolbar. </p> -<IMG SRC="img/docu/importkey_menu.jpg" alt="open import key dialog"> +<p> +<IMG SRC="img/docu/importkey_menu.jpg" alt="open import key dialog"/> +</p> <h4>STEP 2: Choose keys</h4> <p> 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. </p> -<IMG SRC="img/docu/importkey_dialog.jpg" alt="choose file"> +<p> +<IMG SRC="img/docu/importkey_dialog.jpg" alt="choose file"/> +</p> <h4>STEP 3: Choose file</h4> <p> Now he chooses the key-file. Afterwards the key appears in the keylist. </p> -<IMG SRC="img/docu/importkey_keylist.jpg" alt="key list"> +<p> +<IMG SRC="img/docu/importkey_keylist.jpg" alt="key list"/> +</p> </div> </div> </body> 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. </p> -<IMG SRC="img/docu/genkey_step1.jpg" alt="open keymanagement"> -</br> +<p> +<IMG SRC="img/docu/genkey_step1.jpg" alt="open keymanagement"/> +</p> +<br/> <h4>STEP 2: Open generate key dialog</h4> <p> Secondly she opens the generate key dialog through the "key"-menu </p> -<IMG SRC="img/docu/genkey_step2.jpg" alt="open generate key dialog"> -</br> +<p> +<IMG SRC="img/docu/genkey_step2.jpg" alt="open generate key dialog"/> +</p> +<br/> <h4>STEP 3: Fill in the form</h4> <p> @@ -62,13 +66,17 @@ Now she fills in the forms.</p> <p><b>NOTE:</b> 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). </p> -<IMG SRC="img/docu/genkey_step3.jpg" alt="fill in the forms"> -</br> +<p> +<IMG SRC="img/docu/genkey_step3.jpg" alt="fill in the forms"/> +</p> +<br/> <h4>STEP 4: Wait while key is generated</h4> <p> 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. </p> -<IMG SRC="img/docu/genkey_step4.jpg" alt="wait for end of key generation"> +<p> +<IMG SRC="img/docu/genkey_step4.jpg" alt="wait for end of key generation"/> +</p> When the generation dialog box disappears, the key generation is finished. </div> 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 @@ <ol> <li>Download and install <a href="http://qt-apps.org/content/show.php/Qt+Linguist+Download?content=89360"> Qt Linguist</a></li> <li>Open gpg4usb translation file from the gpg4usb folder in your preferred language, e.g. ts/gpg4usb_en.ts</li> -<li>try translating one string, e.g. "&Open" from GpgWin.cpp</li> +<li>try translating one string, e.g. "&Open" from GpgWin.cpp</li> <li>hit File->Release</li> <li>start gpg4usb and look at the result</li> </ol> @@ -74,7 +74,8 @@ Then the developer has to run lupdate, so that the appropriate ts-file is create <h4>STEP 3: Translate the file</h4> <p> 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 <b>[Ctrl]+[Enter]</b> 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.</p> -<p><IMG SRC="img/docu/translate_src_transl.jpg" alt="translation text field"> +<p> +<IMG SRC="img/docu/translate_src_transl.jpg" alt="translation text field"/> </p> <p> 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 <h1>Howto Translate new phrases</h1> <p> When the project envolves, it's possible, that new expressions have to be translated. In this case the developer has to run <b>lupdate</b> 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).</p> -<p><IMG SRC="img/docu/translate_context.jpg" alt="context field"></p> +<p> +<IMG SRC="img/docu/translate_context.jpg" alt="context field"/> +</p> <p>Again the translator has to hit <b>[Ctrl]+[Enter]</b> so that the linguist jumps to the unfinished translation. Afterwards the translator has to release the file another time. </p> </div> |