[git] gnupg-doc - branch, master, updated. f6e5f1572ecb7cb880c28a56450421a31341b760

by Werner Koch cvs at cvs.gnupg.org
Thu Aug 3 20:49:38 CEST 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GnuPG website and other docs".

The branch, master has been updated
       via  f6e5f1572ecb7cb880c28a56450421a31341b760 (commit)
       via  cdad5f0bc9d0b853e779214654618d52c5dc46f7 (commit)
      from  ac33d6f76550973f2cc559e601cff1e53126b4f6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f6e5f1572ecb7cb880c28a56450421a31341b760
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Aug 3 20:44:27 2017 +0200

    blog: Okay, max-width attrib looked better.

diff --git a/misc/blog.gnupg.org/20170803-web-key-in-enigmail.org b/misc/blog.gnupg.org/20170803-web-key-in-enigmail.org
index ebc3c9a..e811018 100644
--- a/misc/blog.gnupg.org/20170803-web-key-in-enigmail.org
+++ b/misc/blog.gnupg.org/20170803-web-key-in-enigmail.org
@@ -37,6 +37,7 @@ provider of our communication partner, we can trust the key retrieved by WKD
 more than one from an HKPS based key server.
 
 #+CAPTION: Web key service protocol overview
+#+ATTR_HTML: :class right :style max-width: 400px
 [[file:img/wks-schema.png]]
 
 
@@ -48,6 +49,7 @@ configured the email account in Thunderbird you need to enable OpenPGP for
 it and generate a key pair.
 
 #+CAPTION: Enable the OpenPGP checkbox in the account settings.
+#+ATTR_HTML: :class right :style max-width: 400px
 [[file:img/wks-account-settings.png]]
 
 Then, open the key management window and find your public key. Right clicking
@@ -55,6 +57,7 @@ it opens the context menu. There, select the option to upload the public key
 to your provider's WKD.
 
 #+CAPTION: Context menu of the key management dialog.
+#+ATTR_HTML: :class right :style max-width: 400px
 [[file:img/wks-key-mng.png]]
 
 After submission, the WKD will send an email to you asking to confirm the
@@ -64,7 +67,8 @@ confirmation request. Clicking the button on the right will send the
 confirmation email to WKD.
 
 #+CAPTION: Enigmail adds a yellow bar to the confirmation request.
-[[file:img/wks-confirm-req.png]]
+[[#+ATTR_HTML: :class right :style max-width: 400px
+file:img/wks-confirm-req.png]]
 
 After the email has been sent, your public key will be accessible to
 everybody.

commit cdad5f0bc9d0b853e779214654618d52c5dc46f7
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Aug 3 20:37:20 2017 +0200

    tools: Also sync the img and data dirs of the blog

diff --git a/tools/build-website.sh b/tools/build-website.sh
index afb61a9..2f8ceb9 100755
--- a/tools/build-website.sh
+++ b/tools/build-website.sh
@@ -299,6 +299,9 @@ if [ -n "$sync_blog" ]; then
   cd "$sync_blog"
   rsync -rt --links --exclude '*~' --exclude '*.sh' \
         --exclude '*tmp' --exclude '*.org' . ${htdocs_blog}/
+  cd "$root_dir/misc/blog.gnupg.org"
+  rsync -rt --links --exclude '*~' --exclude '*.sh' \
+        --exclude '*tmp' --exclude '*.org' img data  ${htdocs_blog}/
   any_sync=yes
 fi
 

-----------------------------------------------------------------------

Summary of changes:
 misc/blog.gnupg.org/20170803-web-key-in-enigmail.org | 6 +++++-
 tools/build-website.sh                               | 3 +++
 2 files changed, 8 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
The GnuPG website and other docs
http://git.gnupg.org




More information about the Gnupg-commits mailing list