[git] gnupg-doc - branch, master, updated. 334d8bfb5d2722d69a601b7baf682dab125f8d66

by Werner Koch cvs at cvs.gnupg.org
Thu Mar 23 00:24:55 CET 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  334d8bfb5d2722d69a601b7baf682dab125f8d66 (commit)
      from  5def56debc2a9b3f97c64d62227d9fd44d07decd (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 334d8bfb5d2722d69a601b7baf682dab125f8d66
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Mar 23 00:21:20 2017 +0100

    web: Merge features pages into software/index

diff --git a/README b/README
index ad2feed..d1bf219 100644
--- a/README
+++ b/README
@@ -76,6 +76,7 @@ The howtos are symlinked into the www.gnupg.org tree; see below.
 #+begin_example
 howtos -> ../../howtos.gnupg.org/htdocs
 related_software -> software
+features.html -> software/index.html
 #+end_example
 
 The website-build script assures that these symlinks exist
diff --git a/tools/build-website.sh b/tools/build-website.sh
index c885ab8..68bf0df 100755
--- a/tools/build-website.sh
+++ b/tools/build-website.sh
@@ -217,6 +217,7 @@ if [ -n "$sync_web" ]; then
   cd ${htdocs_web}
   ln -sf ../../howtos.gnupg.org/htdocs howtos
   ln -sf software related_software
+  ln -sf software/index.html features.html
   cd "$sync_web"
   any_sync=yes
 fi
diff --git a/web/features.org b/web/features.org
deleted file mode 100644
index 2b6b90c..0000000
--- a/web/features.org
+++ /dev/null
@@ -1,37 +0,0 @@
-#+TITLE: GnuPG - Features
-#+STARTUP: showall
-#+SETUPFILE: "share/setup.inc"
-
-* Features
-
-GnuPG itself is a commandline tool without any graphical stuff. It is
-the real crypto engine which can be used directly from a command prompt,
-from shell scripts or by other programs. Therefore it can be considered
-as a backend for other applications.
-
-However, even when used on the command line it provides all
-functionality needed - this includes an interactive menu system. The set
-of commands of this tool will always be a superset of those provided by
-any frontends.
-
--  Full replacement of PGP.
--  Does not use any patented algorithms.
--  GPLed, written from scratch.
--  Can be used as a filter program.
--  Full OpenPGP implementation (see RFC4880 at [[http://www.rfc-editor.org/][RFC Editor]]).
--  Better functionality than PGP and some security enhancements over
-   PGP 2.
--  Decrypts and verifies PGP 5, 6 and 7 messages.
--  Supports ElGamal, DSA, RSA, AES, 3DES, Blowfish, Twofish, CAST5, MD5,
-   SHA-1, RIPE-MD-160 and TIGER.
--  Easy implementation of new algorithms using extension modules.
--  The User ID is forced to be in a standard format.
--  Supports key and signature expiration dates.
--  English, Danish, Dutch, Esperanto, Estonian, French, German,
-   Japanese, Italian, Polish, Portuguese (Brazilian), Portuguese
-   (Portuguese), Russian, Spanish, Swedish and Turkish language support.
--  Online help system.
--  Optional anonymous message receivers.
--  Integrated support for HKP keyservers (wwwkeys.pgp.net).
--  Clears signed patch files which can still be processed by patch.
--  and many more things....
diff --git a/web/share/gpgweb.el b/web/share/gpgweb.el
index 268d52b..5c71fc3 100644
--- a/web/share/gpgweb.el
+++ b/web/share/gpgweb.el
@@ -90,7 +90,6 @@ if not available."
   '(("/index.html"
      "Home"
      (("/index.html"                       "Home")
-      ("/features.html"                    "Features")
       ("/news.html"                        "News")
       ("/people/index.html"                "People")
       ("/documentation/sites.html"         "Sites")))
diff --git a/web/software/index.org b/web/software/index.org
index 913a086..7a18406 100644
--- a/web/software/index.org
+++ b/web/software/index.org
@@ -1,7 +1,39 @@
-#+TITLE: GnuPG - Related Software
+#+TITLE: GnuPG - Software
 #+STARTUP: showall
 #+SETUPFILE: "../share/setup.inc"
 
+* GnuPG --- The Universal Crypto Engine
+
+  GnuPG is a command line tool without any graphical user interface.
+  It is an universal crypto engine which can be used directly from a
+  command line prompt, from shell scripts, or from other programs.
+  Therefore GnuPG is often used as the actual crypto backend of other
+  applications.
+
+  Even when used on the command line it provides all functionality
+  needed - this includes an interactive menu system.  The set of
+  commands of this tool will always be a superset of those provided by
+  any frontends.
+
+  - Full OpenPGP implementation (see RFC4880 at [[http://www.rfc-editor.org/][RFC Editor]]).
+  - Full CMS/X.509 (S/MIME) implementation.
+  - Ssh-agent implementation
+  - Runs on all Unix platforms, Windows and macOS.
+  - A full replacement of PGP; written from scratch.
+  - Does not use any patented algorithms.
+  - Freely available under the GPL;
+  - Can be used as a filter program.
+  - Better functionality than PGP with state of the art security features.
+  - Decrypts and verifies PGP 5, 6 and 7 messages.
+  - Supports RSA, ECDH, ECDSA, EdDSA, Elgamal, DSA, AES, Camellia,
+    3DES, Twofish, SHA2, and many more algorithms.
+  - Language support for a load of languages.
+  - Online help system.
+  - Optional anonymous message receivers.
+  - Integrated support for HKP keyservers (sks-keyservers.net).
+  - and many more things....
+
+
 * Related Software
 
   Over the years, GnuPG has widly gained in popularity to become the

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

Summary of changes:
 README                 |  1 +
 tools/build-website.sh |  1 +
 web/features.org       | 37 -------------------------------------
 web/share/gpgweb.el    |  1 -
 web/software/index.org | 34 +++++++++++++++++++++++++++++++++-
 5 files changed, 35 insertions(+), 39 deletions(-)
 delete mode 100644 web/features.org


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




More information about the Gnupg-commits mailing list