[git] gnupg-doc - branch, master, updated. 96c1d83f9b4b74cca4b1304be795ae54424dbc79
by Werner Koch
cvs at cvs.gnupg.org
Sun Sep 14 19:28:35 CEST 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 96c1d83f9b4b74cca4b1304be795ae54424dbc79 (commit)
from 3f77c492df0fb50dcecf0b324998cec845569b1d (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 96c1d83f9b4b74cca4b1304be795ae54424dbc79
Author: Werner Koch <wk at gnupg.org>
Date: Sun Sep 14 18:27:41 2014 +0200
web: Add imprint page.
diff --git a/web/imprint.org b/web/imprint.org
new file mode 100644
index 0000000..970e007
--- /dev/null
+++ b/web/imprint.org
@@ -0,0 +1,23 @@
+#+TITLE: GnuPG - Imprint
+#+STARTUP: showall
+#+SETUPFILE: "share/setup.inc"
+
+* Imprint
+
+ GnuPG is an international community project run by volunteers and
+ not a legal entity. The technical resources are provided by:
+
+ g10 Code GmbH\\
+ Hüttenstr. 61\\
+ D-40699 Erkrath\\
+ Germany
+
+ g10 Code GmbH is registered at Amtsgericht
+ Wuppertal under HRB 14459.\\
+ Geschäftsführung: Werner Koch.\\
+ VAT-Id: DE215605608.\\
+ Phone: +49-2104-173855
+
+ Note that we provide the phone number only for legal reasons.
+ Please do not call g10^code to ask for free support. For paid
+ support see their [[https://g10code.com/contact.html][contact page]].
diff --git a/web/share/gpgweb.el b/web/share/gpgweb.el
index 520466f..46bc760 100644
--- a/web/share/gpgweb.el
+++ b/web/share/gpgweb.el
@@ -105,6 +105,9 @@ if not available."
("/privacy-policy.html"
"Privacy Policy"
())
+ ("/imprint.html"
+ "Imprint"
+ ())
("/misc/index.html"
"Archive"
())
-----------------------------------------------------------------------
Summary of changes:
web/imprint.org | 23 +++++++++++++++++++++++
web/share/gpgweb.el | 3 +++
2 files changed, 26 insertions(+)
create mode 100644 web/imprint.org
hooks/post-receive
--
The GnuPG website and other docs
http://git.gnupg.org
More information about the Gnupg-commits
mailing list