diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-12-05 23:54:24 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-12-05 23:54:24 +0000 |
commit | 86f8d5eebc3d0974f631cf9c9c2bdbf82e3867cb (patch) | |
tree | 1aeac35349cc77205edc0026c0e81d2260a37716 /release | |
parent | added show additional uids in keydetaildialog (diff) | |
download | gpg4usb-86f8d5eebc3d0974f631cf9c9c2bdbf82e3867cb.tar.gz gpg4usb-86f8d5eebc3d0974f631cf9c9c2bdbf82e3867cb.zip |
add help files
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@661 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'release')
52 files changed, 1953 insertions, 0 deletions
diff --git a/release/help/css/style.css b/release/help/css/style.css new file mode 100644 index 0000000..2f120f0 --- /dev/null +++ b/release/help/css/style.css @@ -0,0 +1,127 @@ +#menu { + list-style-type: none; + float: left; + border-right: 1px dotted #aaa; + background-color: #fff; + padding: 1.2em 0.5em; + width: 10em; + margin-left: 0.2em; + text-align:center; + height: 30em; +} + +#menu li { + margin: 0.3em 0.2em; + padding: 0.2em; + /*border-top: 1px dotted; + border-bottom: 1px dotted;*/ + background-color: #d9dfe8; + cursor: pointer; +} + +#menu li:hover { + background-color: #b9c4d5; +} + +#menu a { + font-family: arial, helvetica, sans-serif; + text-decoration: none; + color: #000; + width: 9em; +} + +#menu li.active { + background-color: #7b90af; +} + +#menu li.submenu { + margin: 0.2em 0.2em 0.2em 1.5em; + padding: 0.1em 0.4em; + text-align:right; + font-size: 0.9em; +} + +#content { + font-family: arial, helvetica, sans-serif; + font-size: 1em; + margin-left: 0em; +} + +#content li { + text-align:left; +} + +#logo { + margin-left: 0.7em; +} + +p { + text-align:justify; +} + +h1 { + font-size:1.2em; +} + +h2 { + font-size:1.0em; +} + +h3 { + font-size:0.8em; + font-weight:normal; +} + +h4 { + font-size:0.95em; +} + +a {color:#214478; text-decoration:none;} +a:hover {text-decoration:underline;} + +#lightbox{ + background-color:#eee; + padding: 10px; + border-bottom: 2px solid #666; + border-right: 2px solid #666; + } +#lightboxDetails{ + font-size: 0.8em; + padding-top: 0.4em; + } +#lightboxCaption{ float: left; } +#keyboardMsg{ float: right; } + +#lightbox img{ border: none; } +#overlay img{ border: none; } + +#overlay{ background-image: url(overlay.png); } + +.downloadTable { font-size: 0.95em; } +.downloadTable th { + border-bottom: 1px solid #000; + border-left: 2em solid #fff; + border-right: 2em solid #fff;} +.downloadTable td { padding: 0.1em 0.5em; text-align: left;} +.downloadTable tr:hover td { background-color: #eef; } + +.code { + font-family: monospace; +} + +p.code { + border: 1px dashed; + margin: 0.5em; + padding: 0.5em; + background-color: #d9dfe8; + } + +.newsentry { + /* background: #f2f4f7; */ + /*padding: 0.2em;*/ + margin: 0.5em 0em; + padding: 0 0.5em; + border: 1px dotted #aaa; + background-color: #d9dfe8; +} + diff --git a/release/help/docu.html b/release/help/docu.html new file mode 100644 index 0000000..23a2565 --- /dev/null +++ b/release/help/docu.html @@ -0,0 +1,65 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"> + +<head> +<title>gpgusb-team - documentation</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="author" content="gpgusb-team"> +<meta name="keywords" content="gpgusb, gnupg, gpg, encryption, decryption, portable, usb, documentation"> +<meta name="description" content="gpg4usb is a very easy to use and small portable editor to encrypt and decrypt any text-message or -file you want."> +<meta name="robots" content="follow"> +<link rel="stylesheet" type="text/css" href="css/style.css" media="screen" /> +<link rel="stylesheet" type="text/css" href="css/print.css" media="print" /> +</head> + +<body> +<div id="logo"> +<a href="index.html"><img src="img/weblogo.png" alt="gpg4usb project" /></a> +</div> + +<div style="width:800px;text-align:center;float:center"> +<ul id="menu"> +<!--li onclick="window.location.href='index.html';"><a href="index.html">News</a></li> +<li onclick="window.location.href='about.html';"><a href="about.html">About</a></li> +<li onclick="window.location.href='screenshots.html';"><a href="screenshots.html">Screenshots</a></li--> +<li class="active" onclick="window.location.href='docu.html';"><a href="docu.html">Documentation</a></li> + <li class="submenu" onclick="window.location.href='docu_keygen.html';"><a href="docu_keygen.html">Generate Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_encrypt.html';"><a href="docu_encrypt.html">Encrypt Text</a></li> + <li class="submenu" onclick="window.location.href='docu_decrypt.html';"><a href="docu_decrypt.html">Decrypt Text</a></li> + <li class="submenu" onclick="window.location.href='docu_encrypt_file.html';"><a href="docu_encrypt_file.html">Encrypt Files</a></li> + <li class="submenu" onclick="window.location.href='docu_decrypt_file.html';"><a href="docu_decrypt_file.html">Decrypt Files</a></li> + <li class="submenu" onclick="window.location.href='docu_import_key.html';"><a href="docu_import_key.html">Import Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_export_key.html';"><a href="docu_export_key.html">Export Public Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_export_key_private.html';"><a href="docu_export_key_private.html">Export Private Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_translate.html';"><a href="docu_translate.html">Translate gpg4usb</a></li> + +<!--li onclick="window.location.href='download.html';"><a href="download.html">Download</a></li> +<li onclick="window.location.href='develop.html';"><a href="develop.html">Develop</a></li> +<li onclick="window.location.href='contact.php';"><a href="contact.php">Contact</a></li--> +</ul> + +<div id="content"> +<h1>Documentation</h1> + +<p>Here you find some beginner guides to gpg4usb.</p> +<h4>Using gpg4usb</h4> +<ul> + <li><a href="docu_keygen.html">Generating A Key</a></li> + <li><a href="docu_encrypt.html">Encrypting Text</a></li> + <li><a href="docu_decrypt.html">Decrypting Text</a></li> + <li><a href="docu_encrypt_file.html">Encrypting A File</a></li> + <li><a href="docu_decrypt_file.html">Decrypting A File</a></li> + <li><a href="docu_import_key.html">Importing Keys</a></li> + <li><a href="docu_export_key.html">Exporting Public Keys</a></li> + <li><a href="docu_export_key_private.html">Exporting Private Keys</a></li> +</ul> +<h4>Developing gpg4usb</h4> +<ul> + <li><a href="docu_translate.html">Translating gpg4usb</a></li> +</ul> + +</div> +</div> +</body> +</html> diff --git a/release/help/docu.html~ b/release/help/docu.html~ new file mode 100644 index 0000000..1ce81ab --- /dev/null +++ b/release/help/docu.html~ @@ -0,0 +1,65 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"> + +<head> +<title>gpgusb-team - documentation</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="author" content="gpgusb-team"> +<meta name="keywords" content="gpgusb, gnupg, gpg, encryption, decryption, portable, usb, documentation"> +<meta name="description" content="gpg4usb is a very easy to use and small portable editor to encrypt and decrypt any text-message or -file you want."> +<meta name="robots" content="follow"> +<link rel="stylesheet" type="text/css" href="css/style.css" media="screen" /> +<link rel="stylesheet" type="text/css" href="css/print.css" media="print" /> +</head> + +<body> +<div id="logo"> +<a href="index.html"><img src="img/weblogo.png" alt="gpg4usb project" /></a> +</div> + +<div style="width:800px;text-align:center;float:center"> +<ul id="menu"> +<!--li onclick="window.location.href='index.html';"><a href="index.html">News</a></li> +<li onclick="window.location.href='about.html';"><a href="about.html">About</a></li> +<li onclick="window.location.href='screenshots.html';"><a href="screenshots.html">Screenshots</a></li> +<li class="active" onclick="window.location.href='docu.html';"><a href="docu.html">Documentation</a></li--> + <li class="submenu" onclick="window.location.href='docu_keygen.html';"><a href="docu_keygen.html">Generate Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_encrypt.html';"><a href="docu_encrypt.html">Encrypt Text</a></li> + <li class="submenu" onclick="window.location.href='docu_decrypt.html';"><a href="docu_decrypt.html">Decrypt Text</a></li> + <li class="submenu" onclick="window.location.href='docu_encrypt_file.html';"><a href="docu_encrypt_file.html">Encrypt Files</a></li> + <li class="submenu" onclick="window.location.href='docu_decrypt_file.html';"><a href="docu_decrypt_file.html">Decrypt Files</a></li> + <li class="submenu" onclick="window.location.href='docu_import_key.html';"><a href="docu_import_key.html">Import Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_export_key.html';"><a href="docu_export_key.html">Export Public Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_export_key_private.html';"><a href="docu_export_key_private.html">Export Private Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_translate.html';"><a href="docu_translate.html">Translate gpg4usb</a></li> + +<!--li onclick="window.location.href='download.html';"><a href="download.html">Download</a></li> +<li onclick="window.location.href='develop.html';"><a href="develop.html">Develop</a></li> +<li onclick="window.location.href='contact.php';"><a href="contact.php">Contact</a></li--> +</ul> + +<div id="content"> +<h1>Documentation</h1> + +<p>Here you find some beginner guides to gpg4usb.</p> +<h4>Using gpg4usb</h4> +<ul> + <li><a href="docu_keygen.html">Generating A Key</a></li> + <li><a href="docu_encrypt.html">Encrypting Text</a></li> + <li><a href="docu_decrypt.html">Decrypting Text</a></li> + <li><a href="docu_encrypt_file.html">Encrypting A File</a></li> + <li><a href="docu_decrypt_file.html">Decrypting A File</a></li> + <li><a href="docu_import_key.html">Importing Keys</a></li> + <li><a href="docu_export_key.html">Exporting Public Keys</a></li> + <li><a href="docu_export_key_private.html">Exporting Private Keys</a></li> +</ul> +<h4>Developing gpg4usb</h4> +<ul> + <li><a href="docu_translate.html">Translating gpg4usb</a></li> +</ul> + +</div> +</div> +</body> +</html> diff --git a/release/help/docu_decrypt.html b/release/help/docu_decrypt.html new file mode 100644 index 0000000..3ed813a --- /dev/null +++ b/release/help/docu_decrypt.html @@ -0,0 +1,84 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"> + +<head> +<title>gpg4usb - Documentation</title> +<link rel="stylesheet" type="text/css" href="css/style.css" media="screen" /> +<link rel="stylesheet" type="text/css" href="css/print.css" media="print" /> +</head> + +<body> +<div id="logo"> +<a href="index.html"><img src="img/weblogo.png" alt="gpg4usb project" /></a> +</div> + +<div style="width:800px;text-align:center;float:center"> + +<ul id="menu"> +<!--li onclick="window.location.href='index.html';"><a href="index.html">News</a></li> +<li onclick="window.location.href='about.html';"><a href="about.html">About</a></li> +<li onclick="window.location.href='screenshots.html';"><a href="screenshots.html">Screenshots</a></li--> +<li class="active" onclick="window.location.href='docu.html';"><a href="docu.html">Documentation</a></li> + <li class="submenu" onclick="window.location.href='docu_keygen.html';"><a href="docu_keygen.html">Generate Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_encrypt.html';"><a href="docu_encrypt.html">Encrypt Text</a></li> + <li class="active submenu" onclick="window.location.href='docu_decrypt.html';"><a href="docu_decrypt.html">Decrypt Text</a></li> + <li class="submenu" onclick="window.location.href='docu_encrypt_file.html';"><a href="docu_encrypt_file.html">Encrypt Files</a></li> + <li class="submenu" onclick="window.location.href='docu_decrypt_file.html';"><a href="docu_decrypt_file.html">Decrypt Files</a></li> + <li class="submenu" onclick="window.location.href='docu_import_key.html';"><a href="docu_import_key.html">Import Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_export_key.html';"><a href="docu_export_key.html">Export Public Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_export_key_private.html';"><a href="docu_export_key_private.html">Export Private Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_translate.html';"><a href="docu_translate.html">Translate gpg4usb</a></li> +<!--li onclick="window.location.href='download.html';"><a href="download.html">Download</a></li> +<li onclick="window.location.href='develop.html';"><a href="develop.html">Develop</a></li> +<li onclick="window.location.href='contact.php';"><a href="contact.php">Contact</a></li--> +</ul> + +<div id="content"> + +<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> +There are five steps for encrypting a text. We assume, that Bobby wants to decrypt a text, which is encrypted with his public key. +</p> +<h4>STEP 1: Copy the text to the textedit-field</h4> +<p> +First Bobby copies the text to the textedit-field. +</p> + +<IMG SRC="img/docu/decrypt_step1.jpg" alt="copy to textedit-field"> + +<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"> + + +<h4>STEP 3: Decrypt message</h4> +<p> +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"> + +<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"> + + +<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"> + + +</div> +</div> +</body> +</html> diff --git a/release/help/docu_decrypt_file.html b/release/help/docu_decrypt_file.html new file mode 100644 index 0000000..c933f46 --- /dev/null +++ b/release/help/docu_decrypt_file.html @@ -0,0 +1,84 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"> +<head> +<title>gpg4usb - Documentation</title> +<link rel="stylesheet" type="text/css" href="css/style.css" media="screen" /> +<link rel="stylesheet" type="text/css" href="css/print.css" media="print" /> +</head> + +<body> +<div id="logo"> +<a href="index.html"><img src="img/weblogo.png" alt="gpg4usb project" /></a> +</div> + +<div style="width:800px;text-align:center;float:center"> + +<ul id="menu"> +<!--li onclick="window.location.href='index.html';"><a href="index.html">News</a></li> +<li onclick="window.location.href='about.html';"><a href="about.html">About</a></li> +<li onclick="window.location.href='screenshots.html';"><a href="screenshots.html">Screenshots</a></li--> +<li class="active" onclick="window.location.href='docu.html';"><a href="docu.html">Documentation</a></li> + <li class="submenu" onclick="window.location.href='docu_keygen.html';"><a href="docu_keygen.html">Generate Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_encrypt.html';"><a href="docu_encrypt.html">Encrypt Text</a></li> + <li class="submenu" onclick="window.location.href='docu_decrypt.html';"><a href="docu_decrypt.html">Decrypt Text</a></li> + <li class="submenu" onclick="window.location.href='docu_encrypt_file.html';"><a href="docu_encrypt_file.html">Encrypt Files</a></li> + <li class="active submenu" onclick="window.location.href='docu_decrypt_file.html';"><a href="docu_decrypt_file.html">Decrypt Files</a></li> + <li class="submenu" onclick="window.location.href='docu_import_key.html';"><a href="docu_import_key.html">Import Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_export_key.html';"><a href="docu_export_key.html">Export Public Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_export_key_private.html';"><a href="docu_export_key_private.html">Export Private Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_translate.html';"><a href="docu_translate.html">Translate gpg4usb</a></li> +<!--li onclick="window.location.href='download.html';"><a href="download.html">Download</a></li> +<li onclick="window.location.href='develop.html';"><a href="develop.html">Develop</a></li> +<li onclick="window.location.href='contact.php';"><a href="contact.php">Contact</a></li--> +</ul> + + +<div id="content"> + +<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> +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> +<h4>STEP 1: Open file en-/decryption dialog </h4> +<p> +First Alice chooses the file cryption dialog in the menu. Alternatively, she could just hit the "File-Cryption"-button in the toolbar. +</p> +<IMG SRC="img/docu/cryptfile_menu.jpg" alt="open file cryption dialog"> + +<h4>STEP 2: Choose decrypt</h4> +<p> +Secondly she chooses decrypt. +</p> +<IMG SRC="img/docu/decryptfile_choose_decrypt.jpg" alt="choose decrypt"> + + +<h4>STEP 3: Choose input-/outputfile</h4> +<p> +Now she chooses the input- and outputfile. The inputfile has to be the encrypted file +</p> +<IMG SRC="img/docu/decryptfile_input_outputfile.jpg" alt="choose the input- and outputfile"> + +<h4>STEP 4: Hit ok</h4> +<p> +Now she hits the ok-button +</p> +<IMG SRC="img/docu/decryptfile_hit_ok.jpg" alt="hit ok"> + +<h4>STEP 5: Enter passphrase</h4> +<p> +Now she enters the passphrase of her key and hits the ok-button. +</p> +<IMG SRC="img/docu/decryptfile_password.jpg" alt="enter passphrase"> +<p> +Afterwards the ok-message is displayed<p> +</p> +<IMG SRC="img/docu/decryptfile_okmessage.jpg" alt="ok message"> + +</div> +</div> +</body> +</html> diff --git a/release/help/docu_encrypt.html b/release/help/docu_encrypt.html new file mode 100644 index 0000000..ff21838 --- /dev/null +++ b/release/help/docu_encrypt.html @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"> + +<head> +<title>gpg4usb - Documentation</title> +<link rel="stylesheet" type="text/css" href="css/style.css" media="screen" /> +<link rel="stylesheet" type="text/css" href="css/print.css" media="print" /> +</head> + +<body> +<div id="logo"> +<a href="index.html"><img src="img/weblogo.png" alt="gpg4usb project" /></a> +</div> + +<div style="width:800px;text-align:center;float:center"> + +<ul id="menu"> +<!--li onclick="window.location.href='index.html';"><a href="index.html">News</a></li> +<li onclick="window.location.href='about.html';"><a href="about.html">About</a></li> +<li onclick="window.location.href='screenshots.html';"><a href="screenshots.html">Screenshots</a></li--> +<li class="active" onclick="window.location.href='docu.html';"><a href="docu.html">Documentation</a></li> + <li class="submenu" onclick="window.location.href='docu_keygen.html';"><a href="docu_keygen.html">Generate Keys</a></li> + <li class="active submenu" onclick="window.location.href='docu_encrypt.html';"><a href="docu_encrypt.html">Encrypt Text</a></li> + <li class="submenu" onclick="window.location.href='docu_decrypt.html';"><a href="docu_decrypt.html">Decrypt Text</a></li> + <li class="submenu" onclick="window.location.href='docu_encrypt_file.html';"><a href="docu_encrypt_file.html">Encrypt Files</a></li> + <li class="submenu" onclick="window.location.href='docu_decrypt_file.html';"><a href="docu_decrypt_file.html">Decrypt Files</a></li> + <li class="submenu" onclick="window.location.href='docu_import_key.html';"><a href="docu_import_key.html">Import Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_export_key.html';"><a href="docu_export_key.html">Export Public Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_export_key_private.html';"><a href="docu_export_key_private.html">Export Private Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_translate.html';"><a href="docu_translate.html">Translate gpg4usb</a></li> +<!--li onclick="window.location.href='download.html';"><a href="download.html">Download</a></li> +<li onclick="window.location.href='develop.html';"><a href="develop.html">Develop</a></li> +<li onclick="window.location.href='contact.php';"><a href="contact.php">Contact</a></li--> +</ul> + +<div id="content"> + +<h1>Howto encrypt a text</h1> +<p> +There are three steps for encrypting a text. We assume, that Alice wants to encrypt a text for Bobby. +</p> +<h4>STEP 1: Write the text</h4> +<p> +First Alice writes her text. +</p> +<IMG SRC="img/docu/encrypt_step1.jpg" alt="write the text"> + +<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"> + + +<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"> + + +</div> +</div> +</body> +</html> diff --git a/release/help/docu_encrypt_file.html b/release/help/docu_encrypt_file.html new file mode 100644 index 0000000..408247c --- /dev/null +++ b/release/help/docu_encrypt_file.html @@ -0,0 +1,83 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"> + +<head> +<title>gpg4usb - Documentation</title> +<link rel="stylesheet" type="text/css" href="css/style.css" media="screen" /> +<link rel="stylesheet" type="text/css" href="css/print.css" media="print" /> +</head> + +<body> +<div id="logo"> +<a href="index.html"><img src="img/weblogo.png" alt="gpg4usb project" /></a> +</div> + +<div style="width:800px;text-align:center;float:center"> + +<ul id="menu"> +<!--li onclick="window.location.href='index.html';"><a href="index.html">News</a></li> +<li onclick="window.location.href='about.html';"><a href="about.html">About</a></li> +<li onclick="window.location.href='screenshots.html';"><a href="screenshots.html">Screenshots</a></li--> +<li class="active" onclick="window.location.href='docu.html';"><a href="docu.html">Documentation</a></li> + <li class="submenu" onclick="window.location.href='docu_keygen.html';"><a href="docu_keygen.html">Generate Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_encrypt.html';"><a href="docu_encrypt.html">Encrypt Text</a></li> + <li class="submenu" onclick="window.location.href='docu_decrypt.html';"><a href="docu_decrypt.html">Decrypt Text</a></li> + <li class="active submenu" onclick="window.location.href='docu_encrypt_file.html';"><a href="docu_encrypt_file.html">Encrypt Files</a></li> + <li class="submenu" onclick="window.location.href='docu_decrypt_file.html';"><a href="docu_decrypt_file.html">Decrypt Files</a></li> + <li class="submenu" onclick="window.location.href='docu_import_key.html';"><a href="docu_import_key.html">Import Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_export_key.html';"><a href="docu_export_key.html">Export Public Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_export_key_private.html';"><a href="docu_export_key_private.html">Export Private Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_translate.html';"><a href="docu_translate.html">Translate gpg4usb</a></li> +<!--li onclick="window.location.href='download.html';"><a href="download.html">Download</a></li> +<li onclick="window.location.href='develop.html';"><a href="develop.html">Develop</a></li> +<li onclick="window.location.href='contact.php';"><a href="contact.php">Contact</a></li--> +</ul> + +<div id="content"> + +<h1>Howto encrypt a file</h1> +<p> +There are five steps to encrypt a file. We assume, that Bobby wants to encrypt a file for Alice and for himself (means, that he and Alice can decrypt the file, both of them with their own private key). So he has to have Alice's and his own public key. +</p> +<h4>STEP 1: Open file en-/decryption dialog </h4> +<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"> + +<h4>STEP 2: Choose encrypt</h4> +<p> +Secondly he chooses encrypt. +</p> +<IMG SRC="img/docu/encryptfile_choose_encrypt.jpg" alt="choose encrypt"> + + +<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"> + +<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"> + +<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>After this the ok-message is displayed. +</p> +<IMG SRC="img/docu/decryptfile_okmessage.jpg" alt="ok-message"> + + +</div> +</div> +</body> +</html> diff --git a/release/help/docu_export_key.html b/release/help/docu_export_key.html new file mode 100644 index 0000000..0aa8a99 --- /dev/null +++ b/release/help/docu_export_key.html @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"> + +<head> +<title>gpg4usb - Documentation</title> +<link rel="stylesheet" type="text/css" href="css/style.css" media="screen" /> +<link rel="stylesheet" type="text/css" href="css/print.css" media="print" /> +</head> + +<body> +<div id="logo"> +<a href="index.html"><img src="img/weblogo.png" alt="gpg4usb project" /></a> +</div> + +<div style="width:800px;text-align:center;float:center"> + +<ul id="menu"> +<!--li onclick="window.location.href='index.html';"><a href="index.html">News</a></li> +<li onclick="window.location.href='about.html';"><a href="about.html">About</a></li> +<li onclick="window.location.href='screenshots.html';"><a href="screenshots.html">Screenshots</a></li--> +<li class="active" onclick="window.location.href='docu.html';"><a href="docu.html">Documentation</a></li> + <li class="submenu" onclick="window.location.href='docu_keygen.html';"><a href="docu_keygen.html">Generate Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_encrypt.html';"><a href="docu_encrypt.html">Encrypt Text</a></li> + <li class="submenu" onclick="window.location.href='docu_decrypt.html';"><a href="docu_decrypt.html">Decrypt Text</a></li> + <li class="submenu" onclick="window.location.href='docu_encrypt_file.html';"><a href="docu_encrypt_file.html">Encrypt Files</a></li> + <li class="submenu" onclick="window.location.href='docu_decrypt_file.html';"><a href="docu_decrypt_file.html">Decrypt Files</a></li> + <li class="submenu" onclick="window.location.href='docu_import_key.html';"><a href="docu_import_key.html">Import Keys</a></li> + <li class="active submenu" onclick="window.location.href='docu_export_key.html';"><a href="docu_export_key.html">Export Public Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_export_key_private.html';"><a href="docu_export_key_private.html">Export Private Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_translate.html';"><a href="docu_translate.html">Translate gpg4usb</a></li> +<!--li onclick="window.location.href='download.html';"><a href="download.html">Download</a></li> +<li onclick="window.location.href='develop.html';"><a href="develop.html">Develop</a></li> +<li onclick="window.location.href='contact.php';"><a href="contact.php">Contact</a></li--> +</ul> + +<div id="content"> + +<h1>Howto export public keys</h1> +<p> +There are three respectively four steps for exporting public keys. We assume, that Bobby wants to export Alice's and his key to give it to Charly, so that he can encrypt messages and files to them. +</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"> + +<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"> + + +<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"> + +<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> +<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> +</div> +</div> +</body> +</html> diff --git a/release/help/docu_export_key_private.html b/release/help/docu_export_key_private.html new file mode 100644 index 0000000..497180a --- /dev/null +++ b/release/help/docu_export_key_private.html @@ -0,0 +1,76 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"> + +<head> +<title>gpg4usb - Documentation</title> +<link rel="stylesheet" type="text/css" href="css/style.css" media="screen" /> +<link rel="stylesheet" type="text/css" href="css/print.css" media="print" /> +</head> + +<body> +<div id="logo"> +<a href="index.html"><img src="img/weblogo.png" alt="gpg4usb project" /></a> +</div> + +<div style="width:800px;text-align:center;float:center"> + +<ul id="menu"> +<!--li onclick="window.location.href='index.html';"><a href="index.html">News</a></li> +<li onclick="window.location.href='about.html';"><a href="about.html">About</a></li> +<li onclick="window.location.href='screenshots.html';"><a href="screenshots.html">Screenshots</a></li--> +<li class="active" onclick="window.location.href='docu.html';"><a href="docu.html">Documentation</a></li> + <li class="submenu" onclick="window.location.href='docu_keygen.html';"><a href="docu_keygen.html">Generate Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_encrypt.html';"><a href="docu_encrypt.html">Encrypt Text</a></li> + <li class="submenu" onclick="window.location.href='docu_decrypt.html';"><a href="docu_decrypt.html">Decrypt Text</a></li> + <li class="submenu" onclick="window.location.href='docu_encrypt_file.html';"><a href="docu_encrypt_file.html">Encrypt Files</a></li> + <li class="submenu" onclick="window.location.href='docu_decrypt_file.html';"><a href="docu_decrypt_file.html">Decrypt Files</a></li> + <li class="submenu" onclick="window.location.href='docu_import_key.html';"><a href="docu_import_key.html">Import Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_export_key.html';"><a href="docu_export_key.html">Export Public Keys</a></li> + <li class="active submenu" onclick="window.location.href='docu_export_key_private.html';"><a href="docu_export_key_private.html">Export Private Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_translate.html';"><a href="docu_translate.html">Translate gpg4usb</a></li> +<!--li onclick="window.location.href='download.html';"><a href="download.html">Download</a></li> +<li onclick="window.location.href='develop.html';"><a href="develop.html">Develop</a></li> +<li onclick="window.location.href='contact.php';"><a href="contact.php">Contact</a></li--> +</ul> + +<div id="content"> + +<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. + +</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"> + +<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"> + + +<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"> + +<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"> +<h4>STEP 5: Choose file</h4> +<p> +Finally he chooses a file, where he wants to save the key. +</p> + +</div> +</div> +</body> +</html> diff --git a/release/help/docu_import_key.html b/release/help/docu_import_key.html new file mode 100644 index 0000000..d648c3c --- /dev/null +++ b/release/help/docu_import_key.html @@ -0,0 +1,66 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"> + +<head> +<title>gpg4usb - Documentation</title> +<link rel="stylesheet" type="text/css" href="css/style.css" media="screen" /> +<link rel="stylesheet" type="text/css" href="css/print.css" media="print" /> +</head> + +<body> +<div id="logo"> +<a href="index.html"><img src="img/weblogo.png" alt="gpg4usb project" /></a> +</div> + +<div style="width:800px;text-align:center;float:center"> + +<ul id="menu"> +<!--li onclick="window.location.href='index.html';"><a href="index.html">News</a></li> +<li onclick="window.location.href='about.html';"><a href="about.html">About</a></li> +<li onclick="window.location.href='screenshots.html';"><a href="screenshots.html">Screenshots</a></li--> +<li class="active" onclick="window.location.href='docu.html';"><a href="docu.html">Documentation</a></li> + <li class="submenu" onclick="window.location.href='docu_keygen.html';"><a href="docu_keygen.html">Generate Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_encrypt.html';"><a href="docu_encrypt.html">Encrypt Text</a></li> + <li class="submenu" onclick="window.location.href='docu_decrypt.html';"><a href="docu_decrypt.html">Decrypt Text</a></li> + <li class="submenu" onclick="window.location.href='docu_encrypt_file.html';"><a href="docu_encrypt_file.html">Encrypt Files</a></li> + <li class="submenu" onclick="window.location.href='docu_decrypt_file.html';"><a href="docu_decrypt_file.html">Decrypt Files</a></li> + <li class="active submenu" onclick="window.location.href='docu_import_key.html';"><a href="docu_import_key.html">Import Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_export_key.html';"><a href="docu_export_key.html">Export Public Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_export_key_private.html';"><a href="docu_export_key_private.html">Export Private Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_translate.html';"><a href="docu_translate.html">Translate gpg4usb</a></li> +<!--li onclick="window.location.href='download.html';"><a href="download.html">Download</a></li> +<li onclick="window.location.href='develop.html';"><a href="develop.html">Develop</a></li> +<li onclick="window.location.href='contact.php';"><a href="contact.php">Contact</a></li--> +</ul> + +<div id="content"> + +<h1>Howto import keys</h1> +<p> +There are second respectively three steps for importing public keys. We assume, that Bobby wants to import Alice's key, so that he is able to encrypt messages to her. +<br/> +When Bobby wants to import a key from text-edit field or from clipboard, he first has to copy the key to it. +</p> +<h4>STEP 1: Open key import dialog</h4> +<p> +First Bobby opens the import key dialog through the toolbar. +</p> +<IMG SRC="img/docu/importkey_menu.jpg" alt="open import key dialog"> + +<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"> + + +<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"> +</div> +</div> +</body> +</html> diff --git a/release/help/docu_import_key.html~ b/release/help/docu_import_key.html~ new file mode 100644 index 0000000..e222130 --- /dev/null +++ b/release/help/docu_import_key.html~ @@ -0,0 +1,66 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"> + +<head> +<title>gpg4usb - Documentation</title> +<link rel="stylesheet" type="text/css" href="css/style.css" media="screen" /> +<link rel="stylesheet" type="text/css" href="css/print.css" media="print" /> +</head> + +<body> +<div id="logo"> +<a href="index.html"><img src="img/weblogo.png" alt="gpg4usb project" /></a> +</div> + +<div style="width:800px;text-align:center;float:center"> + +<ul id="menu"> +<li onclick="window.location.href='index.html';"><a href="index.html">News</a></li> +<li onclick="window.location.href='about.html';"><a href="about.html">About</a></li> +<li onclick="window.location.href='screenshots.html';"><a href="screenshots.html">Screenshots</a></li> +<li class="active" onclick="window.location.href='docu.html';"><a href="docu.html">Documentation</a></li> + <li class="submenu" onclick="window.location.href='docu_keygen.html';"><a href="docu_keygen.html">Generate Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_encrypt.html';"><a href="docu_encrypt.html">Encrypt Text</a></li> + <li class="submenu" onclick="window.location.href='docu_decrypt.html';"><a href="docu_decrypt.html">Decrypt Text</a></li> + <li class="submenu" onclick="window.location.href='docu_encrypt_file.html';"><a href="docu_encrypt_file.html">Encrypt Files</a></li> + <li class="submenu" onclick="window.location.href='docu_decrypt_file.html';"><a href="docu_decrypt_file.html">Decrypt Files</a></li> + <li class="active submenu" onclick="window.location.href='docu_import_key.html';"><a href="docu_import_key.html">Import Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_export_key.html';"><a href="docu_export_key.html">Export Public Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_export_key_private.html';"><a href="docu_export_key_private.html">Export Private Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_translate.html';"><a href="docu_translate.html">Translate gpg4usb</a></li> +<li onclick="window.location.href='download.html';"><a href="download.html">Download</a></li> +<li onclick="window.location.href='develop.html';"><a href="develop.html">Develop</a></li> +<li onclick="window.location.href='contact.php';"><a href="contact.php">Contact</a></li> +</ul> + +<div id="content"> + +<h1>Howto import keys</h1> +<p> +There are second respectively three steps for importing public keys. We assume, that Bobby wants to import Alice's key, so that he is able to encrypt messages to her. +<br/> +When Bobby wants to import a key from text-edit field or from clipboard, he first has to copy the key to it. +</p> +<h4>STEP 1: Open key import dialog</h4> +<p> +First Bobby opens the import key dialog through the toolbar. +</p> +<IMG SRC="img/docu/importkey_menu.jpg" alt="open import key dialog"> + +<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"> + + +<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"> +</div> +</div> +</body> +</html> diff --git a/release/help/docu_keygen.html b/release/help/docu_keygen.html new file mode 100644 index 0000000..640d801 --- /dev/null +++ b/release/help/docu_keygen.html @@ -0,0 +1,77 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"> + +<head> +<title>gpg4usb - Documentation</title> +<link rel="stylesheet" type="text/css" href="css/style.css" media="screen" /> +<link rel="stylesheet" type="text/css" href="css/print.css" media="print" /> +</head> + +<body> +<div id="logo"> +<a href="index.html"><img src="img/weblogo.png" alt="gpg4usb project" /></a> +</div> + +<div style="width:800px;text-align:center;float:center"> + +<ul id="menu"> +<!--li onclick="window.location.href='index.html';"><a href="index.html">News</a></li> +<li onclick="window.location.href='about.html';"><a href="about.html">About</a></li> +<li onclick="window.location.href='screenshots.html';"><a href="screenshots.html">Screenshots</a></li--> +<li class="active" onclick="window.location.href='docu.html';"><a href="docu.html">Documentation</a></li> + <li class="active submenu" onclick="window.location.href='docu_keygen.html';"><a href="docu_keygen.html">Generate Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_encrypt.html';"><a href="docu_encrypt.html">Encrypt Text</a></li> + <li class="submenu" onclick="window.location.href='docu_decrypt.html';"><a href="docu_decrypt.html">Decrypt Text</a></li> + <li class="submenu" onclick="window.location.href='docu_encrypt_file.html';"><a href="docu_encrypt_file.html">Encrypt Files</a></li> + <li class="submenu" onclick="window.location.href='docu_decrypt_file.html';"><a href="docu_decrypt_file.html">Decrypt Files</a></li> + <li class="submenu" onclick="window.location.href='docu_import_key.html';"><a href="docu_import_key.html">Import Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_export_key.html';"><a href="docu_export_key.html">Export Public Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_export_key_private.html';"><a href="docu_export_key_private.html">Export Private Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_translate.html';"><a href="docu_translate.html">Translate gpg4usb</a></li> +<!--li onclick="window.location.href='download.html';"><a href="download.html">Download</a></li> +<li onclick="window.location.href='develop.html';"><a href="develop.html">Develop</a></li> +<li onclick="window.location.href='contact.php';"><a href="contact.php">Contact</a></li--> +</ul> + +<div id="content"> + +<h1>Howto generate a GPG-keypair</h1> +<p> +There are four steps for generating a keypair. We assume, that Alice wants to generate a keypair, so she can decrypt texts, which are encrypted for her. +</p> + +<h4>STEP 1: Open keymanagement</h4> + +<p> +First Alice opens the keymanagement through the toolbar. +</p> + +<IMG SRC="img/docu/genkey_step1.jpg" alt="open keymanagement"> +</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> + +<h4>STEP 3: Fill in the form</h4> +<p> +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> +<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"> + +When the generation dialog box disappears, the key generation is finished. +</div> +</div> +</body> +</html> diff --git a/release/help/docu_locales.html b/release/help/docu_locales.html new file mode 100644 index 0000000..3854fc1 --- /dev/null +++ b/release/help/docu_locales.html @@ -0,0 +1,914 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"> + +<head> +<title>gpg4usb - Documentation</title> +<link rel="stylesheet" type="text/css" href="css/style.css" media="screen" /> +<link rel="stylesheet" type="text/css" href="css/print.css" media="print" /> +</head> + +<body> +<div id="logo"> +<a href="index.html"><img src="img/weblogo.png" alt="gpg4usb project" /></a> +</div> + +<div style="width:800px;text-align:center;float:center"> + +<ul id="menu"> +<!--li onclick="window.location.href='index.html';"><a href="index.html">News</a></li> +<li onclick="window.location.href='about.html';"><a href="about.html">About</a></li> +<li onclick="window.location.href='screenshots.html';"><a href="screenshots.html">Screenshots</a></li--> +<li class="active" onclick="window.location.href='docu.html';"><a href="docu.html">Documentation</a></li> + <li class="submenu" onclick="window.location.href='docu_keygen.html';"><a href="docu_keygen.html">Generate Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_encrypt.html';"><a href="docu_encrypt.html">Encrypt Text</a></li> + <li class="submenu" onclick="window.location.href='docu_decrypt.html';"><a href="docu_decrypt.html">Decrypt Text</a></li> + <li class="submenu" onclick="window.location.href='docu_encrypt_file.html';"><a href="docu_encrypt_file.html">Encrypt Files</a></li> + <li class="submenu" onclick="window.location.href='docu_decrypt_file.html';"><a href="docu_decrypt_file.html">Decrypt Files</a></li> + <li class="submenu" onclick="window.location.href='docu_import_key.html';"><a href="docu_import_key.html">Import Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_export_key.html';"><a href="docu_export_key.html">Export Public Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_export_key_private.html';"><a href="docu_export_key_private.html">Export Private Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_translate.html';"><a href="docu_translate.html">Translate gpg4usb</a></li> +<!--li onclick="window.location.href='download.html';"><a href="download.html">Download</a></li> +<li onclick="window.location.href='develop.html';"><a href="develop.html">Develop</a></li> +<li onclick="window.location.href='contact.php';"><a href="contact.php">Contact</a></li--> +</ul> + +<div id="content"> +<p><b>List of Locales :</b></p><br> +<table border="0" cellpadding="3" cellspacing="0" bgcolor="#eef"> + + <tr> + <td><code>Albanian (Albania)</code></td> + <td><code>: </code></td> + + <td><code>sq_AL<code></code></code></td> + </tr> + <tr> + <td><code>Albanian</code></td> + <td><code>: </code></td> + <td><code>sq<code></code></code></td> + </tr> + + <tr> + <td><code>Arabic (Algeria)</code></td> + <td><code>: </code></td> + <td><code>ar_DZ<code></code></code></td> + </tr> + <tr> + <td><code>Arabic (Bahrain)</code></td> + + <td><code>: </code></td> + <td><code>ar_BH<code></code></code></td> + </tr> + <tr> + <td><code>Arabic (Egypt)</code></td> + <td><code>: </code></td> + <td><code>ar_EG<code></code></code></td> + + </tr> + <tr> + <td><code>Arabic (Iraq)</code></td> + <td><code>: </code></td> + <td><code>ar_IQ<code></code></code></td> + </tr> + <tr> + + <td><code>Arabic (Jordan)</code></td> + <td><code>: </code></td> + <td><code>ar_JO<code></code></code></td> + </tr> + <tr> + <td><code>Arabic (Kuwait)</code></td> + <td><code>: </code></td> + + <td><code>ar_KW<code></code></code></td> + </tr> + <tr> + <td><code>Arabic (Lebanon)</code></td> + <td><code>: </code></td> + <td><code>ar_LB<code></code></code></td> + </tr> + + <tr> + <td><code>Arabic (Libya)</code></td> + <td><code>: </code></td> + <td><code>ar_LY<code></code></code></td> + </tr> + <tr> + <td><code>Arabic (Morocco)</code></td> + + <td><code>: </code></td> + <td><code>ar_MA<code></code></code></td> + </tr> + <tr> + <td><code>Arabic (Oman)</code></td> + <td><code>: </code></td> + <td><code>ar_OM<code></code></code></td> + + </tr> + <tr> + <td><code>Arabic (Qatar)</code></td> + <td><code>: </code></td> + <td><code>ar_QA<code></code></code></td> + </tr> + <tr> + + <td><code>Arabic (Saudi Arabia)</code></td> + <td><code>: </code></td> + <td><code>ar_SA<code></code></code></td> + </tr> + <tr> + <td><code>Arabic (Sudan)</code></td> + <td><code>: </code></td> + + <td><code>ar_SD<code></code></code></td> + </tr> + <tr> + <td><code>Arabic (Syria)</code></td> + <td><code>: </code></td> + <td><code>ar_SY<code></code></code></td> + </tr> + + <tr> + <td><code>Arabic (Tunisia)</code></td> + <td><code>: </code></td> + <td><code>ar_TN<code></code></code></td> + </tr> + <tr> + <td><code>Arabic (United Arab Emirates)</code></td> + + <td><code>: </code></td> + <td><code>ar_AE<code></code></code></td> + </tr> + <tr> + <td><code>Arabic (Yemen)</code></td> + <td><code>: </code></td> + <td><code>ar_YE<code></code></code></td> + + </tr> + <tr> + <td><code>Arabic</code></td> + <td><code>: </code></td> + <td><code>ar<code></code></code></td> + </tr> + <tr> + + <td><code>Belarusian (Belarus)</code></td> + <td><code>: </code></td> + <td><code>be_BY<code></code></code></td> + </tr> + <tr> + <td><code>Belarusian</code></td> + <td><code>: </code></td> + + <td><code>be<code></code></code></td> + </tr> + <tr> + <td><code>Bulgarian (Bulgaria)</code></td> + <td><code>: </code></td> + <td><code>bg_BG<code></code></code></td> + </tr> + + <tr> + <td><code>Bulgarian</code></td> + <td><code>: </code></td> + <td><code>bg<code></code></code></td> + </tr> + <tr> + <td><code>Catalan (Spain)</code></td> + + <td><code>: </code></td> + <td><code>ca_ES<code></code></code></td> + </tr> + <tr> + <td><code>Catalan</code></td> + <td><code>: </code></td> + <td><code>ca<code></code></code></td> + + </tr> + <tr> + <td><code>Chinese (China)</code></td> + <td><code>: </code></td> + <td><code>zh_CN<code></code></code></td> + </tr> + <tr> + + <td><code>Chinese (Hong Kong)</code></td> + <td><code>: </code></td> + <td><code>zh_HK<code></code></code></td> + </tr> + <tr> + <td><code>Chinese (Singapore)</code></td> + <td><code>: </code></td> + + <td><code>zh_SG<code></code></code></td> + </tr> + <tr> + <td><code>Chinese (Taiwan)</code></td> + <td><code>: </code></td> + <td><code>zh_TW<code></code></code></td> + </tr> + + <tr> + <td><code>Chinese</code></td> + <td><code>: </code></td> + <td><code>zh<code></code></code></td> + </tr> + <tr> + <td><code>Croatian (Croatia)</code></td> + + <td><code>: </code></td> + <td><code>hr_HR<code></code></code></td> + </tr> + <tr> + <td><code>Croatian</code></td> + <td><code>: </code></td> + <td><code>hr<code></code></code></td> + + </tr> + <tr> + <td><code>Czech (Czech Republic)</code></td> + <td><code>: </code></td> + <td><code>cs_CZ<code></code></code></td> + </tr> + <tr> + + <td><code>Czech</code></td> + <td><code>: </code></td> + <td><code>cs<code></code></code></td> + </tr> + <tr> + <td><code>Danish (Denmark)</code></td> + <td><code>: </code></td> + + <td><code>da_DK<code></code></code></td> + </tr> + <tr> + <td><code>Danish</code></td> + <td><code>: </code></td> + <td><code>da<code></code></code></td> + </tr> + + <tr> + <td><code>Dutch (Belgium)</code></td> + <td><code>: </code></td> + <td><code>nl_BE<code></code></code></td> + </tr> + <tr> + <td><code>Dutch (Netherlands)</code></td> + + <td><code>: </code></td> + <td><code>nl_NL<code></code></code></td> + </tr> + <tr> + <td><code>Dutch</code></td> + <td><code>: </code></td> + <td><code>nl<code></code></code></td> + + </tr> + <tr> + <td><code>English (Australia)</code></td> + <td><code>: </code></td> + <td><code>en_AU<code></code></code></td> + </tr> + <tr> + + <td><code>English (Canada)</code></td> + <td><code>: </code></td> + <td><code>en_CA<code></code></code></td> + </tr> + <tr> + <td><code>English (India)</code></td> + <td><code>: </code></td> + + <td><code>en_IN<code></code></code></td> + </tr> + <tr> + <td><code>English (Ireland)</code></td> + <td><code>: </code></td> + <td><code>en_IE<code></code></code></td> + </tr> + + <tr> + <td><code>English (Malta)</code></td> + <td><code>: </code></td> + <td><code>en_MT<code></code></code></td> + </tr> + <tr> + <td><code>English (New Zealand)</code></td> + + <td><code>: </code></td> + <td><code>en_NZ<code></code></code></td> + </tr> + <tr> + <td><code>English (Philippines)</code></td> + <td><code>: </code></td> + <td><code>en_PH<code></code></code></td> + + </tr> + <tr> + <td><code>English (Singapore)</code></td> + <td><code>: </code></td> + <td><code>en_SG<code></code></code></td> + </tr> + <tr> + + <td><code>English (South Africa)</code></td> + <td><code>: </code></td> + <td><code>en_ZA<code></code></code></td> + </tr> + <tr> + <td><code>English (United Kingdom)</code></td> + <td><code>: </code></td> + + <td><code>en_GB<code></code></code></td> + </tr> + <tr> + <td><code>English (United States)</code></td> + <td><code>: </code></td> + <td><code>en_US<code></code></code></td> + </tr> + + <tr> + <td><code>English</code></td> + <td><code>: </code></td> + <td><code>en<code></code></code></td> + </tr> + <tr> + <td><code>Estonian (Estonia)</code></td> + + <td><code>: </code></td> + <td><code>et_EE<code></code></code></td> + </tr> + <tr> + <td><code>Estonian</code></td> + <td><code>: </code></td> + <td><code>et<code></code></code></td> + + </tr> + <tr> + <td><code>Finnish (Finland)</code></td> + <td><code>: </code></td> + <td><code>fi_FI<code></code></code></td> + </tr> + <tr> + + <td><code>Finnish</code></td> + <td><code>: </code></td> + <td><code>fi<code></code></code></td> + </tr> + <tr> + <td><code>French (Belgium)</code></td> + <td><code>: </code></td> + + <td><code>fr_BE<code></code></code></td> + </tr> + <tr> + <td><code>French (Canada)</code></td> + <td><code>: </code></td> + <td><code>fr_CA<code></code></code></td> + </tr> + + <tr> + <td><code>French (France)</code></td> + <td><code>: </code></td> + <td><code>fr_FR<code></code></code></td> + </tr> + <tr> + <td><code>French (Luxembourg)</code></td> + + <td><code>: </code></td> + <td><code>fr_LU<code></code></code></td> + </tr> + <tr> + <td><code>French (Switzerland)</code></td> + <td><code>: </code></td> + <td><code>fr_CH<code></code></code></td> + + </tr> + <tr> + <td><code>French</code></td> + <td><code>: </code></td> + <td><code>fr<code></code></code></td> + </tr> + <tr> + + <td><code>German (Austria)</code></td> + <td><code>: </code></td> + <td><code>de_AT<code></code></code></td> + </tr> + <tr> + <td><code>German (Germany)</code></td> + <td><code>: </code></td> + + <td><code>de_DE<code></code></code></td> + </tr> + <tr> + <td><code>German (Luxembourg)</code></td> + <td><code>: </code></td> + <td><code>de_LU<code></code></code></td> + </tr> + + <tr> + <td><code>German (Switzerland)</code></td> + <td><code>: </code></td> + <td><code>de_CH<code></code></code></td> + </tr> + <tr> + <td><code>German</code></td> + + <td><code>: </code></td> + <td><code>de<code></code></code></td> + </tr> + <tr> + <td><code>Greek (Cyprus)</code></td> + <td><code>: </code></td> + <td><code>el_CY<code></code></code></td> + + </tr> + <tr> + <td><code>Greek (Greece)</code></td> + <td><code>: </code></td> + <td><code>el_GR<code></code></code></td> + </tr> + <tr> + + <td><code>Greek</code></td> + <td><code>: </code></td> + <td><code>el<code></code></code></td> + </tr> + <tr> + <td><code>Hebrew (Israel)</code></td> + <td><code>: </code></td> + + <td><code>iw_IL<code></code></code></td> + </tr> + <tr> + <td><code>Hebrew</code></td> + <td><code>: </code></td> + <td><code>iw<code></code></code></td> + </tr> + + <tr> + <td><code>Hindi (India)</code></td> + <td><code>: </code></td> + <td><code>hi_IN<code></code></code></td> + </tr> + <tr> + <td><code>Hungarian (Hungary)</code></td> + + <td><code>: </code></td> + <td><code>hu_HU<code></code></code></td> + </tr> + <tr> + <td><code>Hungarian</code></td> + <td><code>: </code></td> + <td><code>hu<code></code></code></td> + + </tr> + <tr> + <td><code>Icelandic (Iceland)</code></td> + <td><code>: </code></td> + <td><code>is_IS<code></code></code></td> + </tr> + <tr> + + <td><code>Icelandic</code></td> + <td><code>: </code></td> + <td><code>is<code></code></code></td> + </tr> + <tr> + <td><code>Indonesian (Indonesia)</code></td> + <td><code>: </code></td> + + <td><code>in_ID<code></code></code></td> + </tr> + <tr> + <td><code>Indonesian</code></td> + <td><code>: </code></td> + <td><code>in<code></code></code></td> + </tr> + + <tr> + <td><code>Irish (Ireland)</code></td> + <td><code>: </code></td> + <td><code>ga_IE<code></code></code></td> + </tr> + <tr> + <td><code>Irish</code></td> + + <td><code>: </code></td> + <td><code>ga<code></code></code></td> + </tr> + <tr> + <td><code>Italian (Italy)</code></td> + <td><code>: </code></td> + <td><code>it_IT<code></code></code></td> + + </tr> + <tr> + <td><code>Italian (Switzerland)</code></td> + <td><code>: </code></td> + <td><code>it_CH<code></code></code></td> + </tr> + <tr> + + <td><code>Italian</code></td> + <td><code>: </code></td> + <td><code>it<code></code></code></td> + </tr> + <tr> + <td><code>Japanese (Japan)</code></td> + <td><code>: </code></td> + + <td><code>ja_JP<code></code></code></td> + </tr> + <tr> + <td><code>Japanese (Japan,JP)</code></td> + <td><code>: </code></td> + <td><code>ja_JP_JP<code></code></code></td> + </tr> + + <tr> + <td><code>Japanese</code></td> + <td><code>: </code></td> + <td><code>ja<code></code></code></td> + </tr> + <tr> + <td><code>Korean (South Korea)</code></td> + + <td><code>: </code></td> + <td><code>ko_KR<code></code></code></td> + </tr> + <tr> + <td><code>Korean</code></td> + <td><code>: </code></td> + <td><code>ko<code></code></code></td> + + </tr> + <tr> + <td><code>Latvian (Latvia)</code></td> + <td><code>: </code></td> + <td><code>lv_LV<code></code></code></td> + </tr> + <tr> + + <td><code>Latvian</code></td> + <td><code>: </code></td> + <td><code>lv<code></code></code></td> + </tr> + <tr> + <td><code>Lithuanian (Lithuania)</code></td> + <td><code>: </code></td> + + <td><code>lt_LT<code></code></code></td> + </tr> + <tr> + <td><code>Lithuanian</code></td> + <td><code>: </code></td> + <td><code>lt<code></code></code></td> + </tr> + + <tr> + <td><code>Macedonian (Macedonia)</code></td> + <td><code>: </code></td> + <td><code>mk_MK<code></code></code></td> + </tr> + <tr> + <td><code>Macedonian</code></td> + + <td><code>: </code></td> + <td><code>mk<code></code></code></td> + </tr> + <tr> + <td><code>Malay (Malaysia)</code></td> + <td><code>: </code></td> + <td><code>ms_MY<code></code></code></td> + + </tr> + <tr> + <td><code>Malay</code></td> + <td><code>: </code></td> + <td><code>ms<code></code></code></td> + </tr> + <tr> + + <td><code>Maltese (Malta)</code></td> + <td><code>: </code></td> + <td><code>mt_MT<code></code></code></td> + </tr> + <tr> + <td><code>Maltese</code></td> + <td><code>: </code></td> + + <td><code>mt<code></code></code></td> + </tr> + <tr> + <td><code>Norwegian (Norway)</code></td> + <td><code>: </code></td> + <td><code>no_NO<code></code></code></td> + </tr> + + <tr> + <td><code>Norwegian (Norway,Nynorsk)</code></td> + <td><code>: </code></td> + <td><code>no_NO_NY<code></code></code></td> + </tr> + <tr> + <td><code>Norwegian</code></td> + + <td><code>: </code></td> + <td><code>no<code></code></code></td> + </tr> + <tr> + <td><code>Polish (Poland)</code></td> + <td><code>: </code></td> + <td><code>pl_PL<code></code></code></td> + + </tr> + <tr> + <td><code>Polish</code></td> + <td><code>: </code></td> + <td><code>pl<code></code></code></td> + </tr> + <tr> + + <td><code>Portuguese (Brazil)</code></td> + <td><code>: </code></td> + <td><code>pt_BR<code></code></code></td> + </tr> + <tr> + <td><code>Portuguese (Portugal)</code></td> + <td><code>: </code></td> + + <td><code>pt_PT<code></code></code></td> + </tr> + <tr> + <td><code>Portuguese</code></td> + <td><code>: </code></td> + <td><code>pt<code></code></code></td> + </tr> + + <tr> + <td><code>Romanian (Romania)</code></td> + <td><code>: </code></td> + <td><code>ro_RO<code></code></code></td> + </tr> + <tr> + <td><code>Romanian</code></td> + + <td><code>: </code></td> + <td><code>ro<code></code></code></td> + </tr> + <tr> + <td><code>Russian (Russia)</code></td> + <td><code>: </code></td> + <td><code>ru_RU<code></code></code></td> + + </tr> + <tr> + <td><code>Russian</code></td> + <td><code>: </code></td> + <td><code>ru<code></code></code></td> + </tr> + <tr> + + <td><code>Serbian (Bosnia and Herzegovina)</code></td> + <td><code>: </code></td> + <td><code>sr_BA<code></code></code></td> + </tr> + <tr> + <td><code>Serbian (Montenegro)</code></td> + <td><code>: </code></td> + + <td><code>sr_ME<code></code></code></td> + </tr> + <tr> + <td><code>Serbian (Serbia and Montenegro)</code></td> + <td><code>: </code></td> + <td><code>sr_CS<code></code></code></td> + </tr> + + <tr> + <td><code>Serbian (Serbia)</code></td> + <td><code>: </code></td> + <td><code>sr_RS<code></code></code></td> + </tr> + <tr> + <td><code>Serbian</code></td> + + <td><code>: </code></td> + <td><code>sr<code></code></code></td> + </tr> + <tr> + <td><code>Slovak (Slovakia)</code></td> + <td><code>: </code></td> + <td><code>sk_SK<code></code></code></td> + + </tr> + <tr> + <td><code>Slovak</code></td> + <td><code>: </code></td> + <td><code>sk<code></code></code></td> + </tr> + <tr> + + <td><code>Slovenian (Slovenia)</code></td> + <td><code>: </code></td> + <td><code>sl_SI<code></code></code></td> + </tr> + <tr> + <td><code>Slovenian</code></td> + <td><code>: </code></td> + + <td><code>sl<code></code></code></td> + </tr> + <tr> + <td><code>Spanish (Argentina)</code></td> + <td><code>: </code></td> + <td><code>es_AR<code></code></code></td> + </tr> + + <tr> + <td><code>Spanish (Bolivia)</code></td> + <td><code>: </code></td> + <td><code>es_BO<code></code></code></td> + </tr> + <tr> + <td><code>Spanish (Chile)</code></td> + + <td><code>: </code></td> + <td><code>es_CL<code></code></code></td> + </tr> + <tr> + <td><code>Spanish (Colombia)</code></td> + <td><code>: </code></td> + <td><code>es_CO<code></code></code></td> + + </tr> + <tr> + <td><code>Spanish (Costa Rica)</code></td> + <td><code>: </code></td> + <td><code>es_CR<code></code></code></td> + </tr> + <tr> + + <td><code>Spanish (Dominican Republic)</code></td> + <td><code>: </code></td> + <td><code>es_DO<code></code></code></td> + </tr> + <tr> + <td><code>Spanish (Ecuador)</code></td> + <td><code>: </code></td> + + <td><code>es_EC<code></code></code></td> + </tr> + <tr> + <td><code>Spanish (El Salvador)</code></td> + <td><code>: </code></td> + <td><code>es_SV<code></code></code></td> + </tr> + + <tr> + <td><code>Spanish (Guatemala)</code></td> + <td><code>: </code></td> + <td><code>es_GT<code></code></code></td> + </tr> + <tr> + <td><code>Spanish (Honduras)</code></td> + + <td><code>: </code></td> + <td><code>es_HN<code></code></code></td> + </tr> + <tr> + <td><code>Spanish (Mexico)</code></td> + <td><code>: </code></td> + <td><code>es_MX<code></code></code></td> + + </tr> + <tr> + <td><code>Spanish (Nicaragua)</code></td> + <td><code>: </code></td> + <td><code>es_NI<code></code></code></td> + </tr> + <tr> + + <td><code>Spanish (Panama)</code></td> + <td><code>: </code></td> + <td><code>es_PA<code></code></code></td> + </tr> + <tr> + <td><code>Spanish (Paraguay)</code></td> + <td><code>: </code></td> + + <td><code>es_PY<code></code></code></td> + </tr> + <tr> + <td><code>Spanish (Peru)</code></td> + <td><code>: </code></td> + <td><code>es_PE<code></code></code></td> + </tr> + + <tr> + <td><code>Spanish (Puerto Rico)</code></td> + <td><code>: </code></td> + <td><code>es_PR<code></code></code></td> + </tr> + <tr> + <td><code>Spanish (Spain)</code></td> + + <td><code>: </code></td> + <td><code>es_ES<code></code></code></td> + </tr> + <tr> + <td><code>Spanish (United States)</code></td> + <td><code>: </code></td> + <td><code>es_US<code></code></code></td> + + </tr> + <tr> + <td><code>Spanish (Uruguay)</code></td> + <td><code>: </code></td> + <td><code>es_UY<code></code></code></td> + </tr> + <tr> + + <td><code>Spanish (Venezuela)</code></td> + <td><code>: </code></td> + <td><code>es_VE<code></code></code></td> + </tr> + <tr> + <td><code>Spanish</code></td> + <td><code>: </code></td> + + <td><code>es<code></code></code></td> + </tr> + <tr> + <td><code>Swedish (Sweden)</code></td> + <td><code>: </code></td> + <td><code>sv_SE<code></code></code></td> + </tr> + + <tr> + <td><code>Swedish</code></td> + <td><code>: </code></td> + <td><code>sv<code></code></code></td> + </tr> + <tr> + <td><code>Thai (Thailand)</code></td> + + <td><code>: </code></td> + <td><code>th_TH<code></code></code></td> + </tr> + <tr> + <td><code>Thai (Thailand,TH)</code></td> + <td><code>: </code></td> + <td><code>th_TH_TH<code></code></code></td> + + </tr> + <tr> + <td><code>Thai</code></td> + <td><code>: </code></td> + <td><code>th<code></code></code></td> + </tr> + <tr> + + <td><code>Turkish (Turkey)</code></td> + <td><code>: </code></td> + <td><code>tr_TR<code></code></code></td> + </tr> + <tr> + <td><code>Turkish</code></td> + <td><code>: </code></td> + + <td><code>tr<code></code></code></td> + </tr> + <tr> + <td><code>Ukrainian (Ukraine)</code></td> + <td><code>: </code></td> + <td><code>uk_UA<code></code></code></td> + </tr> + + <tr> + <td><code>Ukrainian</code></td> + <td><code>: </code></td> + <td><code>uk<code></code></code></td> + </tr> + <tr> + <td><code>Vietnamese (Vietnam)</code></td> + + <td><code>: </code></td> + <td><code>vi_VN<code></code></code></td> + </tr> + <tr> + <td><code>Vietnamese</code></td> + <td><code>: </code></td> + <td><code>vi<code></code></code></td> + + </tr> + +</table> +</div> +</body> +</html> diff --git a/release/help/docu_translate.html b/release/help/docu_translate.html new file mode 100644 index 0000000..ee7b9f3 --- /dev/null +++ b/release/help/docu_translate.html @@ -0,0 +1,106 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"> + +<head> +<title>gpg4usb - Documentation</title> +<link rel="stylesheet" type="text/css" href="css/style.css" media="screen" /> +<link rel="stylesheet" type="text/css" href="css/print.css" media="print" /> +</head> + +<body> +<div id="logo"> +<a href="index.html"><img src="img/weblogo.png" alt="gpg4usb project" /></a> +</div> + +<div style="width:800px;text-align:center;float:center"> + +<ul id="menu"> +<!--li onclick="window.location.href='index.html';"><a href="index.html">News</a></li> +<li onclick="window.location.href='about.html';"><a href="about.html">About</a></li> +<li onclick="window.location.href='screenshots.html';"><a href="screenshots.html">Screenshots</a></li--> +<li class="active" onclick="window.location.href='docu.html';"><a href="docu.html">Documentation</a></li> + <li class="submenu" onclick="window.location.href='docu_keygen.html';"><a href="docu_keygen.html">Generate Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_encrypt.html';"><a href="docu_encrypt.html">Encrypt Text</a></li> + <li class="submenu" onclick="window.location.href='docu_decrypt.html';"><a href="docu_decrypt.html">Decrypt Text</a></li> + <li class="submenu" onclick="window.location.href='docu_encrypt_file.html';"><a href="docu_encrypt_file.html">Encrypt Files</a></li> + <li class="submenu" onclick="window.location.href='docu_decrypt_file.html';"><a href="docu_decrypt_file.html">Decrypt Files</a></li> + <li class="submenu" onclick="window.location.href='docu_import_key.html';"><a href="docu_import_key.html">Import Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_export_key.html';"><a href="docu_export_key.html">Export Public Keys</a></li> + <li class="submenu" onclick="window.location.href='docu_export_key_private.html';"><a href="docu_export_key_private.html">Export Private Keys</a></li> + <li class="active submenu" onclick="window.location.href='docu_translate.html';"><a href="docu_translate.html">Translate gpg4usb</a></li> +<!--li onclick="window.location.href='download.html';"><a href="download.html">Download</a></li> +<li onclick="window.location.href='develop.html';"><a href="develop.html">Develop</a></li> +<li onclick="window.location.href='contact.php';"><a href="contact.php">Contact</a></li--> +</ul> + +<div id="content"> + +<h1>Howto translate gpg4usb</h1> + +<div class="newsentry"> +<h4>Quick guide to translation</h4> +<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>hit File->Release</li> +<li>start gpg4usb and look at the result</li> +</ol> +<p>Now go wild translating and send us the ts-file. We will include it in our next release. +We will contact you to update translations when new ones are needed, and you'll see how nice linguist +behaves to only ask you for the changed strings to be translated. We are looking forward to working together +on delivering gpg4usb in your language. +</p> +</div> + +<p> +To integrate a new language into gpg4usb, one of the developers has to do one simple step and then the translater can begin his work. +For the translator, the most simple way is to use the Qt-Linguist. The developer has to install lupdate and lrelease. In Linux these are contained in the <b>qt4-dev</b> package. Some detailed documentation on the linguist is available <a href="http://doc.qt.nokia.com/4.6/linguist-manual.html">here</a>. +</p> + +<h4>STEP 1: Change the project-file</h4> +<p> +At first a developer has to add a line for the language in the <b>gpg4usb.pro</b> file in the <b>TRANSLATIONS</b> section looking like +<p class="code" style="font-family">release/ts/gpg4usb_<language>.ts \<p/> where <language> has to be replaced by the characters, which can be taken from <a href="docu_locales.html">this list.</a> +</p> + +<h4>STEP 2: Run lupdate</h4> +<p> +Then the developer has to run lupdate, so that the appropriate ts-file is created in the <b>release/ts</b> directory:</p> +<p class="code">lupdate gpg4usb.pro</p> + +<p>The ts file is a xml-file, which contains the original phrases, the translated phrases (when it's done), the status of translation, comments to the translation and some other information.</p> +<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> +<p> +Three things have to be taken care of. +<ul><li>Sometimes, there is a <b>&</b> in the phrase. This means, that the character after the <b>&</b> is an accelarator (so it can be used to browse the menu with the Alt-keys). These accelarators have to be unique for every submenu, otherwise the won't work.</li> +<li>The second thing is, that in some expression there is contained something like <b>%1</b>. This mostly is a placeholder for a file-name, which is replaced by gpg4usb while it is running.</li> +<li>The third thing is, that in some phrases, there are html similar tags like <b><p></b>. These have to be left untouched.</li></ul> +</p> + +<h4>STEP 4: Release the translation file</h4> +<p> +After translating all the phrases, you have to choose File , Release in the linguist's menu. With this an appropriate qm-file (quite like a binary language file) is generated. +</p> + +<h4>STEP 5: Run the programm</h4> +<p> +Now you can run gpg4usb with the new language by choosing the language in the settings menu. +</p> + + +<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>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> +</div> +</body> +</html> diff --git a/release/help/img/docu/cryptfile_menu.jpg b/release/help/img/docu/cryptfile_menu.jpg Binary files differnew file mode 100644 index 0000000..d0d145a --- /dev/null +++ b/release/help/img/docu/cryptfile_menu.jpg diff --git a/release/help/img/docu/cryptfile_menu2.jpg b/release/help/img/docu/cryptfile_menu2.jpg Binary files differnew file mode 100644 index 0000000..4255c56 --- /dev/null +++ b/release/help/img/docu/cryptfile_menu2.jpg diff --git a/release/help/img/docu/decrypt_step1.jpg b/release/help/img/docu/decrypt_step1.jpg Binary files differnew file mode 100644 index 0000000..b297c62 --- /dev/null +++ b/release/help/img/docu/decrypt_step1.jpg diff --git a/release/help/img/docu/decrypt_step2.jpg b/release/help/img/docu/decrypt_step2.jpg Binary files differnew file mode 100644 index 0000000..3398a3c --- /dev/null +++ b/release/help/img/docu/decrypt_step2.jpg diff --git a/release/help/img/docu/decrypt_step3.jpg b/release/help/img/docu/decrypt_step3.jpg Binary files differnew file mode 100644 index 0000000..f169e47 --- /dev/null +++ b/release/help/img/docu/decrypt_step3.jpg diff --git a/release/help/img/docu/decrypt_step4.jpg b/release/help/img/docu/decrypt_step4.jpg Binary files differnew file mode 100644 index 0000000..80d824f --- /dev/null +++ b/release/help/img/docu/decrypt_step4.jpg diff --git a/release/help/img/docu/decrypt_step5.jpg b/release/help/img/docu/decrypt_step5.jpg Binary files differnew file mode 100644 index 0000000..9f65d03 --- /dev/null +++ b/release/help/img/docu/decrypt_step5.jpg diff --git a/release/help/img/docu/decryptfile_choose_decrypt.jpg b/release/help/img/docu/decryptfile_choose_decrypt.jpg Binary files differnew file mode 100644 index 0000000..26751a8 --- /dev/null +++ b/release/help/img/docu/decryptfile_choose_decrypt.jpg diff --git a/release/help/img/docu/decryptfile_hit_ok.jpg b/release/help/img/docu/decryptfile_hit_ok.jpg Binary files differnew file mode 100644 index 0000000..13578c9 --- /dev/null +++ b/release/help/img/docu/decryptfile_hit_ok.jpg diff --git a/release/help/img/docu/decryptfile_input_outputfile.jpg b/release/help/img/docu/decryptfile_input_outputfile.jpg Binary files differnew file mode 100644 index 0000000..0710f66 --- /dev/null +++ b/release/help/img/docu/decryptfile_input_outputfile.jpg diff --git a/release/help/img/docu/decryptfile_okmessage.jpg b/release/help/img/docu/decryptfile_okmessage.jpg Binary files differnew file mode 100644 index 0000000..931c744 --- /dev/null +++ b/release/help/img/docu/decryptfile_okmessage.jpg diff --git a/release/help/img/docu/decryptfile_password.jpg b/release/help/img/docu/decryptfile_password.jpg Binary files differnew file mode 100644 index 0000000..ced47e7 --- /dev/null +++ b/release/help/img/docu/decryptfile_password.jpg diff --git a/release/help/img/docu/encrypt_step1.jpg b/release/help/img/docu/encrypt_step1.jpg Binary files differnew file mode 100644 index 0000000..70fd539 --- /dev/null +++ b/release/help/img/docu/encrypt_step1.jpg diff --git a/release/help/img/docu/encrypt_step2.jpg b/release/help/img/docu/encrypt_step2.jpg Binary files differnew file mode 100644 index 0000000..22b5acb --- /dev/null +++ b/release/help/img/docu/encrypt_step2.jpg diff --git a/release/help/img/docu/encrypt_step3.jpg b/release/help/img/docu/encrypt_step3.jpg Binary files differnew file mode 100644 index 0000000..1fd07e5 --- /dev/null +++ b/release/help/img/docu/encrypt_step3.jpg diff --git a/release/help/img/docu/encryptfile_choose_encrypt.jpg b/release/help/img/docu/encryptfile_choose_encrypt.jpg Binary files differnew file mode 100644 index 0000000..bfa6b74 --- /dev/null +++ b/release/help/img/docu/encryptfile_choose_encrypt.jpg diff --git a/release/help/img/docu/encryptfile_choose_input_outputfile.jpg b/release/help/img/docu/encryptfile_choose_input_outputfile.jpg Binary files differnew file mode 100644 index 0000000..811153e --- /dev/null +++ b/release/help/img/docu/encryptfile_choose_input_outputfile.jpg diff --git a/release/help/img/docu/encryptfile_choose_keys.jpg b/release/help/img/docu/encryptfile_choose_keys.jpg Binary files differnew file mode 100644 index 0000000..5f00972 --- /dev/null +++ b/release/help/img/docu/encryptfile_choose_keys.jpg diff --git a/release/help/img/docu/encryptfile_hit_ok.jpg b/release/help/img/docu/encryptfile_hit_ok.jpg Binary files differnew file mode 100644 index 0000000..5524bf6 --- /dev/null +++ b/release/help/img/docu/encryptfile_hit_ok.jpg diff --git a/release/help/img/docu/encryptfile_okmessage.jpg b/release/help/img/docu/encryptfile_okmessage.jpg Binary files differnew file mode 100644 index 0000000..d3ed778 --- /dev/null +++ b/release/help/img/docu/encryptfile_okmessage.jpg diff --git a/release/help/img/docu/exportkey_choose_keys.jpg b/release/help/img/docu/exportkey_choose_keys.jpg Binary files differnew file mode 100644 index 0000000..df1f1fe --- /dev/null +++ b/release/help/img/docu/exportkey_choose_keys.jpg diff --git a/release/help/img/docu/exportkey_file_selection.jpg b/release/help/img/docu/exportkey_file_selection.jpg Binary files differnew file mode 100644 index 0000000..6e05f4a --- /dev/null +++ b/release/help/img/docu/exportkey_file_selection.jpg diff --git a/release/help/img/docu/exportkey_hit_export_private_key.jpg b/release/help/img/docu/exportkey_hit_export_private_key.jpg Binary files differnew file mode 100644 index 0000000..c4f40cc --- /dev/null +++ b/release/help/img/docu/exportkey_hit_export_private_key.jpg diff --git a/release/help/img/docu/exportkey_menu_selection.jpg b/release/help/img/docu/exportkey_menu_selection.jpg Binary files differnew file mode 100644 index 0000000..aa47a11 --- /dev/null +++ b/release/help/img/docu/exportkey_menu_selection.jpg diff --git a/release/help/img/docu/exportkey_open_keymgmt.jpg b/release/help/img/docu/exportkey_open_keymgmt.jpg Binary files differnew file mode 100644 index 0000000..102b48f --- /dev/null +++ b/release/help/img/docu/exportkey_open_keymgmt.jpg diff --git a/release/help/img/docu/exportkey_show_keydetails.jpg b/release/help/img/docu/exportkey_show_keydetails.jpg Binary files differnew file mode 100644 index 0000000..a84d9b0 --- /dev/null +++ b/release/help/img/docu/exportkey_show_keydetails.jpg diff --git a/release/help/img/docu/exportkey_warn_message.jpg b/release/help/img/docu/exportkey_warn_message.jpg Binary files differnew file mode 100644 index 0000000..8874cf4 --- /dev/null +++ b/release/help/img/docu/exportkey_warn_message.jpg diff --git a/release/help/img/docu/genkey_step1.jpg b/release/help/img/docu/genkey_step1.jpg Binary files differnew file mode 100644 index 0000000..bcc6519 --- /dev/null +++ b/release/help/img/docu/genkey_step1.jpg diff --git a/release/help/img/docu/genkey_step2.jpg b/release/help/img/docu/genkey_step2.jpg Binary files differnew file mode 100644 index 0000000..9721b4f --- /dev/null +++ b/release/help/img/docu/genkey_step2.jpg diff --git a/release/help/img/docu/genkey_step3.jpg b/release/help/img/docu/genkey_step3.jpg Binary files differnew file mode 100644 index 0000000..c743155 --- /dev/null +++ b/release/help/img/docu/genkey_step3.jpg diff --git a/release/help/img/docu/genkey_step4.jpg b/release/help/img/docu/genkey_step4.jpg Binary files differnew file mode 100644 index 0000000..551f41e --- /dev/null +++ b/release/help/img/docu/genkey_step4.jpg diff --git a/release/help/img/docu/importkey_dialog.jpg b/release/help/img/docu/importkey_dialog.jpg Binary files differnew file mode 100644 index 0000000..f41ebf6 --- /dev/null +++ b/release/help/img/docu/importkey_dialog.jpg diff --git a/release/help/img/docu/importkey_keylist.jpg b/release/help/img/docu/importkey_keylist.jpg Binary files differnew file mode 100644 index 0000000..01b9009 --- /dev/null +++ b/release/help/img/docu/importkey_keylist.jpg diff --git a/release/help/img/docu/importkey_menu.jpg b/release/help/img/docu/importkey_menu.jpg Binary files differnew file mode 100644 index 0000000..9270330 --- /dev/null +++ b/release/help/img/docu/importkey_menu.jpg diff --git a/release/help/img/docu/private_key_note.jpg b/release/help/img/docu/private_key_note.jpg Binary files differnew file mode 100644 index 0000000..2d01a61 --- /dev/null +++ b/release/help/img/docu/private_key_note.jpg diff --git a/release/help/img/docu/translate_context.jpg b/release/help/img/docu/translate_context.jpg Binary files differnew file mode 100644 index 0000000..5f854e1 --- /dev/null +++ b/release/help/img/docu/translate_context.jpg diff --git a/release/help/img/docu/translate_src_transl.jpg b/release/help/img/docu/translate_src_transl.jpg Binary files differnew file mode 100644 index 0000000..5b97ec6 --- /dev/null +++ b/release/help/img/docu/translate_src_transl.jpg diff --git a/release/help/img/weblogo.png b/release/help/img/weblogo.png Binary files differnew file mode 100644 index 0000000..5618624 --- /dev/null +++ b/release/help/img/weblogo.png |