articles/guides/GPG/GPG: add meta tags

This commit is contained in:
Mikaela Suomalainen 2012-09-02 15:02:14 +03:00
parent 0f4d424943
commit f83d0a9dd4
4 changed files with 22 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Enigmail guide" /> <meta name="keywords" content="Thunderbird,Icedove, Enigmail,GnuPG,gpg" /> <meta name="author" content="Mika Suomalainen" /> <meta charset="UTF-8" /> <link rel="canonical" href="http://mkaysi.github.com/articles/guides/gpg/Enigmail.html">
<meta name="description" content="Enigmail guide" /> <meta name="keywords" content="Thunderbird,Icedove, Enigmail,GnuPG,gpg" /> <meta name="author" content="Mika Suomalainen" /> <meta charset="UTF-8" /> <link rel="canonical" href="http://mkaysi.github.com/articles/guides/GPG/Enigmail.html">
<title>
Enigmail guide
</title>

View File

@ -5,7 +5,7 @@
<meta name="keywords" content="Thunderbird,Icedove, Enigmail,GnuPG,gpg" />
<meta name="author" content="Mika Suomalainen" />
<meta charset="UTF-8" />
<link rel="canonical" href="http://mkaysi.github.com/articles/guides/gpg/Enigmail.html">
<link rel="canonical" href="http://mkaysi.github.com/articles/guides/GPG/Enigmail.html">
<title>Enigmail guide</title>
</head>

View File

@ -1,3 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="GnuPG guide" /> <meta name="keywords" content="gpg,gnupg,terminal" /> <meta name="author" content="Mika Suomalainen" /> <meta charset="UTF-8" /> <link rel="canonical" href="http://mkaysi.github.com/articles/guides/GPG/GPG.html">
<title>
GPG guide
</title>
</head>
<h1 id="quick-gpg-guide">Quick GPG guide</h1>
<p>Note: If gpg2 gives you error about invalid/unknown/etc. command, use gpg instead.</p>
<h2 id="what-do-you-need">What do you need:?</h2>

View File

@ -1,3 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="GnuPG guide" />
<meta name="keywords" content="gpg,gnupg,terminal" />
<meta name="author" content="Mika Suomalainen" />
<meta charset="UTF-8" />
<link rel="canonical" href="http://mkaysi.github.com/articles/guides/GPG/GPG.html">
<title>GPG guide</title>
</head>
# Quick GPG guide
Note: If gpg2 gives you error about invalid/unknown/etc. command, use gpg instead.