diff options
Diffstat (limited to 'release/help/docu.es.html')
-rw-r--r-- | release/help/docu.es.html | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/release/help/docu.es.html b/release/help/docu.es.html new file mode 100644 index 0000000..7772f38 --- /dev/null +++ b/release/help/docu.es.html @@ -0,0 +1,42 @@ +<?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 - documentación</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 style="width:800px;text-align:center;float:center"> + +<div id="content"> +<h1>Documentación</h1> + +<p>Aqui usten encontrará algunas guías de principiantes para el gpg4usb.</p> +<h4>Usando gpg4usb</h4> +<ul> + <li><a href="docu_concepts.html">Conceptos de GPG</a></li> + <li><a href="docu_keygen.html">Generando una Llave</a></li> + <li><a href="docu_encrypt.html">Cifrando Texto</a></li> + <li><a href="docu_decrypt.html">Descifrando Texto</a></li> + <li><a href="docu_sign.html">Firmando Texto</a></li> + <li><a href="docu_verify.html">Verificando Texto</a></li> + <li><a href="docu_encrypt_file.html">Cifrando un Archivo</a></li> + <li><a href="docu_decrypt_file.html">Descifrando un Archivo</a></li> + <li><a href="docu_import_key.html">Importando LLaves</a></li> + <li><a href="docu_export_key.html">Exportando LLaves Públicas</a></li> + <li><a href="docu_export_key_private.html">Exportando Llaves Privadas</a></li> +</ul> + +</div> +</div> +</body> +</html> |