[git] gnupg-doc - branch, master, updated. 26c6d6481f22f72cf2896bb96c181c2974cf496c

by Werner Koch cvs at cvs.gnupg.org
Thu Dec 4 17:04:44 CET 2014


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  26c6d6481f22f72cf2896bb96c181c2974cf496c (commit)
      from  a01ddf94fc5baede200ce6f2016f0e3deb018ccd (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 26c6d6481f22f72cf2896bb96c181c2974cf496c
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Dec 4 17:01:13 2014 +0100

    web: Add people/ page.

diff --git a/web/people/david.png b/web/people/david.png
new file mode 100644
index 0000000..f75a213
Binary files /dev/null and b/web/people/david.png differ
diff --git a/web/people/gniibe.png b/web/people/gniibe.png
new file mode 100644
index 0000000..15d6e74
Binary files /dev/null and b/web/people/gniibe.png differ
diff --git a/web/people/index.org b/web/people/index.org
new file mode 100644
index 0000000..246c21d
--- /dev/null
+++ b/web/people/index.org
@@ -0,0 +1,88 @@
+#+TITLE: GnuPG - People
+#+STARTUP: showall
+#+SETUPFILE: "../share/setup.inc"
+
+* The People behind GnuPG
+
+  As with all technical things in the world, people and not machines
+  created them are responsible to keep them running.  Software and
+  thus GnuPG is not different.  Although software is build using a lot
+  of other software and thus the work of many thousand people, you may
+  be interested to see who is working on GnuPG.  Here is a list of
+  some of them:
+
+  #+HTML: <br/>
+
+** Werner Koch
+
+   #+ATTR_HTML: :class people :title Werner Koch
+   [[file:werner.png]]
+
+   /Core components maintainer/
+
+   Werner started GnuPG in 1997 and still puts most of his working
+   time into the development and maintenance of GnuPG.  He has 29
+   years experience in commercial software development on systems
+   ranging from CP/M systems to mainframes, languages from assembler
+   to Smalltalk and applications from drivers to financial analysis
+   systems.  Werner is a long time free software supporter and
+   co-founder of the [[http://fsfe.org][FSFE]].  With the support of his brother he founded
+   [[https://g10code.com][g10^code]] GmbH in 2001 to make GnuPG development his profession.
+
+   #+HTML: <p style="clear: both"/>
+
+** David Shaw
+
+   #+ATTR_HTML: :class people :title David Shaw
+   [[file:david.png]]
+
+   /Master of the classic branch/
+
+   David approached the GnuPG Project in 2002 after the relaxing of
+   the US crypto regulation allowed the participation of US based
+   hackers on international crypto projects.  One of his first
+   achievements was a much improved Web-of-Trust implementation.
+   Today he mainly takes responsibility for the keyserver access and
+   the classic GnuPG 1.x branch.
+
+   #+HTML: <p style="clear: both"/>
+
+** Marcus Brinkmann
+
+   #+ATTR_HTML: :class people :title Marcus Brinkmann
+   [[file:marcus.png]]
+
+   /Hacker emeritus/
+
+   Marcus is part of the free software community since 1997, when he
+   joined the [[http://www.debian.org][Debian]] project.  Probably best known for his past work
+   on GNU/Hurd, he also has a diploma degree in mathematics, and was
+   employed by [[https://g10code.com][g10^code]] to work on the GnuPG and related software from
+   2001 to 2012.
+
+   #+HTML: <p style="clear: both"/>
+
+** NIIBE Yutaka
+
+   #+ATTR_HTML: :class people :title NIIBE Yutaka
+   [[file:gniibe.png]]
+
+   /Smartcards and Libgcrypt/
+
+   Niibe is a long time free software hacker who joined the GnuPG
+   project in 2011 and soon took over the development of the smartcard
+   related code.  He is also the person behind the [[https://fsij.org/gnuk][gnuk token]].
+
+   #+HTML: <p style="clear: both"/>
+
+** Jussi Kivilinna
+
+   #+ATTR_HTML: :class people :title Jussi Kivilinna
+   [[file:jussi.png]]
+
+   /Optimization/
+
+   Jussi joined the GnuPG project in 2012 and worked since then on
+   assembler optimized code for cryptographic algorithms in Libgcrypt.
+
+   #+HTML: <p style="clear: both"/>
diff --git a/web/people/jussi.png b/web/people/jussi.png
new file mode 100644
index 0000000..be0a3ce
Binary files /dev/null and b/web/people/jussi.png differ
diff --git a/web/people/marcus.png b/web/people/marcus.png
new file mode 100644
index 0000000..c8e2d9a
Binary files /dev/null and b/web/people/marcus.png differ
diff --git a/web/people/werner.png b/web/people/werner.png
new file mode 100644
index 0000000..3b0a8b8
Binary files /dev/null and b/web/people/werner.png differ
diff --git a/web/share/gpgweb.el b/web/share/gpgweb.el
index aed734b..915a3de 100644
--- a/web/share/gpgweb.el
+++ b/web/share/gpgweb.el
@@ -74,6 +74,7 @@ if not available."
      "Home"
      (("/features.html"                    "Features")
       ("/news.html"                        "News")
+      ("/people/index.html"                "People")
       ("/service.html"                     "Service")))
     ("/donate/index.html"
      "Donate"
diff --git a/web/share/site.css b/web/share/site.css
index 9fb803d..5810701 100644
--- a/web/share/site.css
+++ b/web/share/site.css
@@ -124,6 +124,14 @@ img.rfloat {
     margin-left: 1em;
 }
 
+img.people {
+    float: left;
+    margin-right: 1em;
+    margin-bottom: 1em;
+    min-width: 120px;
+}
+
+
 .correction
 {
     color: #ff0000;

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

Summary of changes:
 web/people/david.png  |  Bin 0 -> 183 bytes
 web/people/gniibe.png |  Bin 0 -> 27040 bytes
 web/people/index.org  |   88 +++++++++++++++++++++++++++++++++++++++++++++++++
 web/people/jussi.png  |  Bin 0 -> 12900 bytes
 web/people/marcus.png |  Bin 0 -> 19672 bytes
 web/people/werner.png |  Bin 0 -> 22010 bytes
 web/share/gpgweb.el   |    1 +
 web/share/site.css    |    8 +++++
 8 files changed, 97 insertions(+)
 create mode 100644 web/people/david.png
 create mode 100644 web/people/gniibe.png
 create mode 100644 web/people/index.org
 create mode 100644 web/people/jussi.png
 create mode 100644 web/people/marcus.png
 create mode 100644 web/people/werner.png


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




More information about the Gnupg-commits mailing list