[git] gnupg-doc - branch, master, updated. 2a1e704a8adfb5a39ba6ed1621dba17033751a64

by Christian Grothoff cvs at cvs.gnupg.org
Wed Nov 13 15:10:38 CET 2013


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  2a1e704a8adfb5a39ba6ed1621dba17033751a64 (commit)
      from  6c4f98c634c734de5040615fa426a80011d44410 (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 2a1e704a8adfb5a39ba6ed1621dba17033751a64
Author: Christian Grothoff <christian at grothoff.org>
Date:   Mon Nov 11 16:04:30 2013 +0100

    New website is now online.

diff --git a/README b/README
index 2dcc906..35b39b1 100644
--- a/README
+++ b/README
@@ -43,3 +43,13 @@ Redirect /why-not-idea.html  http://www.gnupg.org/faq/why-not-idea.html
 
 Redirect /howtos/ch/  http://www.gnupg.org/howtos/zh/
 #+END_EXAMPLE
+
+** Symlinks
+
+For compatibility with the old webseite it is best to run this script
+in the htdocs directory:
+
+for d in $(find . -type d); \\
+   do (cd $d && for f in $(ls *.html | grep -v '*.??.html'); \\
+       do ln -s $f ${f%.html}.en.html; ln -s $f ${f%.html}.de.html ; \\
+   done ); done
diff --git a/web/documentation/faqs.org b/web/documentation/faqs.org
index 497eb26..38a1c38 100644
--- a/web/documentation/faqs.org
+++ b/web/documentation/faqs.org
@@ -11,4 +11,6 @@
   -  [[http://git.gnupg.org/cgi-bin/gitweb.cgi?p%3Dgnupg-doc.git%3Ba%3Dblob_plain%3Bf%3Dweb/faq/gnupg-faq.org][Org-mode]]
 
 
+  (If you are looking for the old and outdated FAQ, please go to [[http://www-old.gnupg.org/faq/GnuPG-FAQ.html][here]].)
+
 # eof
diff --git a/web/index.org b/web/index.org
index 0af4d6b..f7a64a7 100644
--- a/web/index.org
+++ b/web/index.org
@@ -46,6 +46,16 @@ GnuPG's latest news are available as [[http://feedvalidator.org/check.cgi?url%3D
 point or paste the [[news.en.rss][RSS file]] into your aggregator.
 
 
+** New website infrastructure (2013-11-12)
+
+After more than a decade we switched from the legacy WML based website
+system to a new [[http://org-mode.org][org-mode]] based one.  The old WML code was not anymore
+maintainable and building the website took way to long.  The new
+system uses plain text files and will make it way easier to keep
+information up to date.  Unfortunately the translations are gone for
+now --- most of them have not been updated for many years anyway.
+
+
 ** Security update for GnuPG (2013-10-05)                         :important:
 
 We are pleased to announce the availability of a new stable GnuPG
diff --git a/web/misc/index.org b/web/misc/index.org
index 43dc987..9084c3e 100644
--- a/web/misc/index.org
+++ b/web/misc/index.org
@@ -9,4 +9,5 @@
   - [[file:links.org][Links]] - Cryptography is a wide-spread science and other people
     have something to tell about.
   - [[file:logo-contest.org][Logo Contest]] - GnuPG needs a new Logo.
+  - [[http://www-old.gnupg.org][The old GnuPG website]] - in case something is missing at the new one.
   - [[file:thanks.org][Thanks]] - We have to thank many people for making GnuPG possible.
diff --git a/web/related_software/frontends.org b/web/related_software/frontends.org
index 74165c7..b8f4f8b 100644
--- a/web/related_software/frontends.org
+++ b/web/related_software/frontends.org
@@ -1,6 +1,7 @@
 #+TITLE: GnuPG - Frontends
-#+STARTUP: showall
+#+STARTUP: showall indent
 #+SETUPFILE: "../share/setup.inc"
+#+OPTIONS:  ^:{}
 
 * Frontends
 
@@ -10,311 +11,77 @@
   homogeneous categories. A frontend may belong to one or more
   categories at a time. A list is sorted in an alphabetical order.
 
-  -  [[#gui][GUI frontends]]
-  -  [[#mua][MUA frontends]]
-  -  [[#chat][chat programs]]
-  -  [[#net][network related]]
-  -  [[#scr][frontends for scripting]]
-  -  [[#nix][for *nix platform]]
-  -  [[#win][for Windows platform]]
-  -  [[#mac][for Mac platform]]
+  -  [[GUI frontends]]
+  -  [[MUA frontends]]
+  -  [[Chat programs]]
+  -  [[Network related]]
+  -  [[Frontends for scripting]]
 
   If you feel wanting to improve these lists, please, fill in a
   [[#gpgweb][Problem Report]] form.
 
-** GUI Frontends
-
-   -  [[http://code.google.com/p/cryptophane/][Cryptophane]] :: Cryptophane is an easy-to-use application for MS
-                     Windows. It allows users to encrypt, sign,
-                     decrypt, and perform key maintenance without
-                     having to deal with GnuPG's command-line
-                     interface.
-   -  [[http://www.gajim.org/][Gajim]] :: The goal of Gajim is to provide a full featured and
-               easy to use Jabber client. Gajim works nicely with
-               GNOME, but does not require it to run. It is released
-               under the GNU General Public License.
-   -  [[http://www.tech-faq.com/gnupg-shell.shtml][GnuPG Shell]] :: GnuPG Shell is a cross-platform graphical
-                     frontend for GnuPG.
-   -  [[file:gpa/index.org][GPA]] :: Aims to be the standard GnuPG graphical frontend. [[gpa/index.en.html][GPA]] is
-             hosted on this site.
-   -  [[http://devel-home.kde.org/~kgpg/][KGpg]] :: Is a KDE frontend for GnuPG.
-   -  [[http://seahorse.sf.net/][Seahorse]] :: Is a GNOME frontend for GnuPG.
-   -  [[http://www.media-art-online.org/wija/][wija]] :: wija is a free and cross-platform Jabber/XMPP client
-              written in Java, with built-in GnuPG key rings
-              management GUI. Its extended protocols allow users to
-              encrypt chat and multi-user chat as well as
-              encrypting/signing messages and signing presence of the
-              user. It is multilingual and runs on GNU/Linux, Mac OS X
-              and Windows.
-   -  [[http://freshmeat.net/projects/xap/][XAP]] :: Is the X application panel and filemanager.
-
-
-** MUA Frontends
-
-   -  [[http://www.claws-mail.org/][Claws Mail]] :: Is a very nice GTK+ based MUA with full support
-                    for GnuPG. The Windows version is part of [[http://www.gpg4win.org/][Gpg4win]]
-                    .
-   -  [[http://www.enigmail.net/][Enigmail]] :: Is a plug-in for Mozilla's mailer.
-   -  [[http://www.adobner.de/eudoragpg/][EudoraGPG]] :: Is a plugin for the proprietary Eudora MUA.
-   -  [[http://www.ximian.com/products/ximian_evolution][Evolution]] :: Is a catch all MUA application for the GNOME
-                   desktop.
-   -  [[http://www.beedub.com/exmh/][exmh]] :: Is a Tcl/Tk based MUA.
-   -  [[http://business-php.com/opensource/ez-pine-gpg/][ez-pine-gpg]] :: Is a set of scripts that allows beginners and
-                     experts to use gpg with Pine. There are plenty of
-                     other applications that allow gpg to be used with
-                     Pine: this one is intended to be the best, since
-                     it merges intuitive use with powerful
-                     features. The result is an application that's not
-                     only fast and secure, but also perfect for
-                     novices and power-users alike.
-   -  [[http://www.gnu.org/software/anubis/][GNU Anubis]] :: Is an outgoing mail processor, and an SMTP tunnel
-                    between the MUA and the MTA. It strongly uses the
-                    GnuPG via the GPGME interface. With this GNU tool
-                    you can encrypt or sign an outgoing mail
-                    on-the-fly.
-   -  [[http://www.collaboration-world.com/gnumail/][GNUmail.app]] :: Is a GNUStep MUA which now has support for GnuPG.
-   -  [[http://linux.oregpreshaz.hu/script.html][gpg\_mail]] :: This script is able to encode/sign emails in an
-                   automatic fashion. There is also a [[http://linux.choma.hu/gpg-script/][mirror site]]
-                   available.
-   -  [[http://wald.intevation.org/projects/gpgoe][GPGOE]] :: Is a plugin for the proprietary Outlook Express MUA.
-   -  [[http://www.g10code.de/p-gpgol.html][GPGol]] :: A plug-in for Microsoft Outlook 2003.
-   -  [[http://sites.inka.de/tesla/gpgrelay.html][GPGrelay]] :: Is a Windows program which can be used to use GnuPG
-                  with all MUAs.
-   -  [[http://kmail.kde.org/][KMail]] :: From the KDE desktop, it does also support GnuPG.
-   -  [[http://www.snafu.priv.at/kuvert.html][kuvert]] :: This frontend is for GnuPG and old-style pgp2. It
-                works slightly similar to Raph Levien's premail: it
-                sits between MUA and MTA and decides based on the
-                keyring contents whether to sign, sign/encrypt or
-                leave an email as it is.  kuvert is unix-only and
-                designed to work for outbound emails only.  It's a
-                daemon tool and requires some form of passphrase
-                cache.  kuvert has been around (under earlier names)
-                since about 1996.
-   -  [[http://www.physto.se/~p99jlu/MagicPGP.html][MagicPGP]] :: Is yet another set of scripts to use GnuPG with
-                  Pine.
-   -  [[http://www.pobox.com/~lbudney/linux/software/mailcrypt.html][Mailcrypt]] :: For Emacs. You may need the latest [[http://www.lothar.com/tech/crypto/][patches]] until
-                   there is a new release of Mailcrypt.
-   -  [[http://www.mew.org/][Mew]] :: Has support for GnuPG.
-   -  [[http://www.mutt.org/][Mutt]] :: Is an advanced MUA with complete MIME and GnuPG/PGP
-              support. It is also available an
-              [[ftp://ftp.guug.de/pub/mutt/][internationalized version]] .
-   -  [[https://yourmom.dhs.org/pgp/][OpenPGP Webmail]] :: Is a web based mailer to send encrypted
-        messages.
-   -  [[#fend_mua-PGG][PGG]] :: PGG is a complete PGP signing/encrypting solution
-             provided from scratch by the Gnus development team. It
-             deserves the same than [[#fend_mua-Mailcrypt][mailcrypt]] but it has also native
-             MIME support whereas mailcrypt does not. There is no PGG
-             homepage at the moment, sorry.
-   -  [[http://pgpenvelope.sourceforge.net/][pgpenvelope]] :: Is a Pine and procmail filter which allows one to
-                     process messages with GnuPG.
-   -  [[http://www.netspace.net.au/~ggt/privtool.html][privtool]] :: Sorry, no description available.
-   -  [[http://www.memecode.com/scribe.php][Scribe]] :: Scribe is a small and fast email client that lets you
-                send, receive and manage email without fuss. Scribe
-                comes with a [[http://www.memecode.com/scribe/gnupg.php][plugin]] that calls GnuPG.
-   -  [[http://www.sys3175.co.uk/securemail.php][Securemail]] :: Is another webmail client.
-   -  [[http://www.squirrelmail.org/plugin_view.php?id=153][Squirrelmail Plugin]] :: A gpg plugin for the popular [[http://www.squirrelmail.org/][Squirrelmail]]
-        web mail server.
-   -  [[http://sylpheed.sraoss.jp/en/][Sylpheed]] :: Is a very nice GTK+ based MUA with full support for
-                  GnuPG.
-   -  [[http://www.lothlann.freeserve.co.uk/pjb/topal/][Topal]] :: Is another program to use GnuPG with Pine.
-   -  [[http://xfmail.slappy.org/][XFmail]] :: Works with GnuPG.
-
+** GUI frontends
+
+   - [[file:swlist.org::#cryptophane][Cryptophane]]
+   - [[file:swlist.org::#gnupg-shell][GnuPG Shell]]
+   - [[file:swlist.org::#gpa][GPA]]
+   - [[file:swlist.org::#kgpg][KGpg]]
+   - [[file:swlist.org::#seahorse][Seahorse]]
+   - [[file:swlist.org::#wija][wija]]
+   - [[file:swlist.org::#xap][XAP]]
+
+** MUA frontends
+
+   - [[file:swlist.org::#claws][Claws Mail]]
+   - [[file:swlist.org::#enigmail][Enigmail]]
+   - [[file:swlist.org::#eudora-gpg][EudoraGPG]]
+   - [[file:swlist.org::#evolution][Evolution]]
+   - [[file:swlist.org::#exmh][exmh]]
+   - [[file:swlist.org::#ez-pine-gpg][ez-pine-gpg]]
+   - [[file:swlist.org::#anubis][GNU Anubis]]
+   - [[file:swlist.org::#gnumail][GNUmail.app]]
+   - [[file:swlist.org::#gpgmail][gpg_mail]]
+   - [[file:swlist.org::#gpgoe][GPGOE]]
+   - [[file:swlist.org::#gpgol][GpgOL]]
+   - [[file:swlist.org::#gpgrelay][GPGrelay]]
+   - [[file:swlist.org::#kmail][KMail]]
+   - [[file:swlist.org::#kuvert][kuvert]]
+   - [[file:swlist.org::#macgpg][MagicPGP]]
+   - [[file:swlist.org::#mailcrypt][Mailcrypt]]
+   - [[file:swlist.org::#mew][Mew]]
+   - [[file:swlist.org::#mutt][Mutt]]
+   - [[file:swlist.org::#openpgp-webmail][OpenPGP Webmail]]
+   - [[file:swlist.org::#pgg][PGG]]
+   - [[file:swlist.org::#pgpenvelope][pgpenvelope]]
+   - [[file:swlist.org::#scribe][Scribe]]
+   - [[file:swlist.org::#squirrelmail-plugin][Squirrelmail Plugin]]
+   - [[file:swlist.org::#sylpheed][Sylpheed]]
+   - [[file:swlist.org::#topal][Topal]]
+   - [[file:swlist.org::#xfmail][XFmail]]
 
 ** Chat programs
 
-   -  [[http://gabber.sourceforge.net/][Gabber]] :: Gabber is a Free and Open Source GNOME client for an
-                instant messaging system called Jabber. Jabber is a
-                Free and Open Source distributed instant messaging
-                system. It does not rely on a single server, and the
-                protocol is well documented. Jabber allows
-                communication with many different instant messaging
-                systems, including ICQ and AIM.
-   -  [[http://www.gajim.org/][Gajim]] :: The goal of Gajim is to provide a full featured and
-               easy to use Jabber client. Gajim works nicely with
-               GNOME, but does not require it to run. It is released
-               under the GNU General Public License.
-   -  [[http://miranda-icq.sourceforge.net/][Miranda ICQ]] :: Has support for GnuPG.
-   -  [[http://psi.affinix.com/][PSI]] :: Psi is a free and crossplatform client for connecting to
-             the Jabber network. It supports multiple accounts, group
-             chat, Unicode, and strong security (TLS and GnuPG).
-   -  [[http://tkabber.jabber.ru/][Tkabber]] :: Tkabber is a free client for an instant messaging
-                 system called Jabber. It is written in Tcl/Tk and
-                 supports many features like support of unicode, ssl
-                 support, http proxy, file transfers and support of
-                 multi-user conference protocol.
-   -  [[http://www.media-art-online.org/wija/][wija]] :: wija is a free and cross-platform Jabber/XMPP client
-              written in Java, with built-in GnuPG key rings
-              management GUI. Its extended protocols allow users to
-              encrypt chat and multi-user chat as well as
-              encrypting/signing messages and signing presence of the
-              user. It is multilingual and runs on GNU/Linux, Mac OS X
-              and Windows.
+   - [[file:swlist.org::#gabber][Gabber]]
+   - [[file:swlist.org::#gajim][Gajim]]
+   - [[file:swlist.org::#miranda-icq][Miranda ICQ]]
+   - [[file:swlist.org::#psi][PSI]]
+   - [[file:swlist.org::#tkabber][Tkabber]]
+   - [[file:swlist.org::#wija][wija]]
 
-** Network Related
+** Network related
 
-   -  [[http://www.freenigma.org/][freenigma]] :: Is a server based solution for centralized and
-                   transparent encryption and signatures.  It comes
-                   with a web admin interface and may either be used
-                   as a drop in MTA replacement or as an additional
-                   MTA.
-   -  [[http://www.freenigma.com/][freenigma]] :: freenigma is an OpenPGP web service for easy key
-                   management. It allows encryption without taking
-                   care of keys. A documented API is available as well
-                   as several tools to access this web service.
-   -  [[http://eepatents.com/privaria/][Privaria]] :: Is a secure networking suite that uses GnuPG as part
-                  of its authentication and encryption scheme.
+   - [[file:swlist.org::#freenigma][freenigma]]
+   - [[file:swlist.org::#freenigma-service][freenigma service]]
+   - [[file:swlist.org::#privaria][Privaria]]
 
 ** Frontends for scripting
 
-   -  [[http://business-php.com/opensource/gpg_encrypt/][gpg\_encrypt()]] :: gpg\_encrypt() is a PHP function that will
-        allow you to easily use GnuPG to encrypt data to your public
-        PGP key and mail that encrypted data to yourself, where it can
-        be securely decrypted with your private key. This is designed
-        primarily for use with web-based forms but can be used to
-        encrypt any data.
-   -  [[http://linux.oregpreshaz.hu/script.html][gpg\_mail]] :: This script is able to encode/sign emails in an
-                   automatic fashion. There is also a [[http://linux.choma.hu/gpg-script/][mirror site]]
-                   available.
-   -  [[http://www.physto.se/~p99jlu/MagicPGP.html][MagicPGP]] :: Is yet another set of scripts to use GnuPG with
-                  Pine.
-   -  [[http://www.bell-labs.com/projects/nsbd/][NSBD]] :: The Not-So-Bad Distribution system.
-   -  [[http://pgpenvelope.sourceforge.net/][pgpenvelope]] :: Is a Pine and procmail filter which allows one to
-                     process messages with GnuPG.
-   -  [[http://www.nessie.de/mroth/pgpgpg/][pgpgpg]] :: Is a comandline wrapper tool to allow the use of
-                scripts written for PGP with GnuPG.
-   -  [[http://www.sanface.com/pgphtml.html][PGPHTML]] :: Is a perl script to sign HTML pages.
-   -  [[http://py-gnupg.sourceforge.net/][Python GnuPGInterface]] :: Is what the name says.
-   -  [[http://soupermail.sourceforge.net/][Soupermail]] :: Is a versatile HTML form handler.
-
-
-** For Unix
-
-   -  [[http://www.claws-mail.org/][Claws Mail]] :: Is a very nice GTK+ based MUA with full support
-                    for GnuPG. The Windows version is part of [[http://www.gpg4win.org/][Gpg4win]]
-                    .
-   -  [[http://www.enigmail.net/][Enigmail]] :: Is a plug-in for Mozilla's mailer.
-   -  [[http://www.ximian.com/products/ximian_evolution][Evolution]] :: Is a catch all MUA application for the GNOME
-                   desktop.
-   -  [[http://www.beedub.com/exmh/][exmh]] :: Is a Tcl/Tk based MUA.
-   -  [[http://business-php.com/opensource/ez-pine-gpg/][ez-pine-gpg]] :: ez-pine-gpg is a set of scripts that allows
-                     beginners and experts to use gpg with Pine. There
-                     are plenty of other applications that allow gpg
-                     to be used with Pine: this one is intended to be
-                     the best, since it merges intuitive use with
-                     powerful features. The result is an application
-                     that's not only fast and secure, but also perfect
-                     for novices and power-users alike.
-   -  [[http://gabber.sourceforge.net/][Gabber]] :: Gabber is a Free and Open Source GNOME client for an
-                instant messaging system called Jabber. Jabber is a
-                Free and Open Source distributed instant messaging
-                system. It does not rely on a single server, and the
-                protocol is well documented. Jabber allows
-                communication with many different instant messaging
-                systems, including ICQ and AIM.
-   -  [[http://www.tech-faq.com/gnupg-shell.shtml][GnuPG Shell]] :: GnuPG Shell is a cross-platform graphical
-                     frontend for GnuPG.
-   -  [[gpa/index.en.html][GPA]] :: Aims to be the standard GnuPG graphical frontend. [[gpa/index.en.html][GPA]] is
-             hosted on this site.
-   -  [[http://linux.oregpreshaz.hu/script.html][gpg\_mail]] :: This script is able to encode/sign emails in an
-                   automatic fashion. There is also a [[http://linux.choma.hu/gpg-script/][mirror site]]
-                   available.
-   -  [[http://devel-home.kde.org/~kgpg/][KGpg]] :: Is a KDE frontend for GnuPG.
-   -  [[http://kmail.kde.org/][KMail]] :: From the KDE desktop, it does also support GnuPG.
-   -  [[http://www.snafu.priv.at/kuvert.html][kuvert]] :: This frontend is for GnuPG and old-style pgp2. It
-                works slightly similar to Raph Levien's premail: it
-                sits between MUA and MTA and decides based on the
-                keyring contents whether to sign, sign/encrypt or
-                leave an email as it is.  kuvert is unix-only and
-                designed to work for outbound emails only.  It's a
-                daemon tool and requires some form of passphrase
-                cache.  kuvert has been around (under earlier names)
-                since about 1996.
-   -  [[http://www.physto.se/~p99jlu/MagicPGP.html][MagicPGP]] :: Is yet another set of scripts to use GnuPG with
-                  Pine.
-   -  [[http://www.pobox.com/~lbudney/linux/software/mailcrypt.html][Mailcrypt]] :: For Emacs. You may need the latest [[http://www.lothar.com/tech/crypto/][patches]] until
-                   there is a new release of Mailcrypt.
-   -  [[http://www.mew.org/][Mew]] :: Has support for GnuPG.
-   -  [[http://www.mutt.org/][Mutt]] :: Is an advanced MUA with complete MIME and GnuPG/PGP
-              support. It is also available
-              an [[ftp://ftp.guug.de/pub/mutt/][internationalized version]].
-   -  [[#fend_nix-PGG][PGG]] :: PGG is a complete PGP signing/encrypting solution
-             provided from scratch by the Gnus development team. It
-             deserves the same than [[#fend_mua-Mailcrypt][mailcrypt]] but it has also native
-             MIME support whereas mailcrypt does not. There is no PGG
-             homepage at the moment, sorry.
-   -  [[http://pgpenvelope.sourceforge.net/][pgpenvelope]] :: Is a Pine and procmail filter which allows one to
-                     process messages with GnuPG.
-   -  [[http://www.nessie.de/mroth/pgpgpg/][pgpgpg]] :: Is a comandline wrapper tool to allow the use of
-                scripts written for PGP with GnuPG.
-   -  [[http://psi.affinix.com/][PSI]] :: Psi is a free and crossplatform client for connecting to
-             the Jabber network. It supports multiple accounts, group
-             chat, Unicode, and strong security (TLS and GnuPG).
-   -  [[http://www.memecode.com/scribe.php][Scribe]] :: Scribe is a small and fast email client that lets you
-                send, receive and manage email without fuss. Scribe
-                comes with a [[http://www.memecode.com/scribe/gnupg.php][plugin]] that calls GnuPG.
-   -  [[http://seahorse.sf.net/][Seahorse]] :: Is a GNOME frontend for GnuPG.
-   -  [[http://sylpheed.sraoss.jp/en/][Sylpheed]] :: Is a very nice GTK+ based MUA with full support for
-                  GnuPG.
-   -  [[http://tkabber.jabber.ru/][Tkabber]] :: Tkabber is a free client for an instant messaging
-                 system called Jabber. It is written in Tcl/Tk and
-                 supports many features like support of unicode, ssl
-                 support, http proxy, file transfers and support of
-                 multi-user conference protocol.
-   -  [[http://www.lothlann.freeserve.co.uk/pjb/topal/][Topal]] :: Is another program to use GnuPG with Pine.
-   -  [[http://www.media-art-online.org/wija/][wija]] :: wija is a free and cross-platform Jabber/XMPP client
-              written in Java, with built-in GnuPG key rings
-              management GUI. Its extended protocols allow users to
-              encrypt chat and multi-user chat as well as
-              encrypting/signing messages and signing presence of the
-              user. It is multilingual and runs on GNU/Linux, Mac OS X
-              and Windows.
-   -  [[http://freshmeat.net/projects/xap/][XAP]] :: Is the X application panel and filemanager.
-
-
-** For Windows
-
-   -  [[http://www.claws-mail.org/][Claws Mail]] :: Is a very nice GTK+ based MUA with full support
-                    for GnuPG. The Windows version is part of [[http://www.gpg4win.org/][Gpg4win]].
-   -  [[http://code.google.com/p/cryptophane/][Cryptophane]] :: Cryptophane is an easy-to-use application for MS
-                     Windows. It allows users to encrypt, sign,
-                     decrypt, and perform key maintenance without
-                     having to deal with GnuPG's command-line
-                     interface.
-   -  [[http://www.enigmail.net/][Enigmail]] :: Is a plug-in for Mozilla's mailer.
-   -  [[http://www.adobner.de/eudoragpg/][EudoraGPG]] :: Is a plugin for the proprietary Eudora MUA.
-   -  [[http://www.gpg4win.org/][Gpg4win]] :: Gpg4win is an installer package for Windows with
-                 computer programs and handbooks for email and file
-                 encryption.
-   -  [[http://wald.intevation.org/projects/gpgoe][GPGOE]] :: Is a plugin for the proprietary Outlook Express MUA.
-   -  [[http://www.g10code.de/p-gpgol.html][GPGol]] :: A plug-in for Microsoft Outlook 2003.
-   -  [[http://sites.inka.de/tesla/gpgrelay.html][GPGrelay]] :: Is a Windows program which can be used to use GnuPG
-                  with all MUAs.
-   -  [[http://www.memecode.com/scribe.php][Scribe]] :: Scribe is a small and fast email client that lets you
-                send, receive and manage email without fuss. Scribe
-                comes with a [[http://www.memecode.com/scribe/gnupg.php][plugin]] that calls GnuPG.
-   -  [[http://www.media-art-online.org/wija/][wija]] :: wija is a free and cross-platform Jabber/XMPP client
-              written in Java, with built-in GnuPG key rings
-              management GUI. Its extended protocols allow users to
-              encrypt chat and multi-user chat as well as
-              encrypting/signing messages and signing presence of the
-              user. It is multilingual and runs on GNU/Linux, Mac OS X
-              and Windows.
-
-** For Mac
-
-   -  [[http://www.enigmail.net/][Enigmail]] :: Is a plug-in for Mozilla's mailer.
-   -  [[http://www.gpgtools.org/gpgmail.html][GPGMail]] :: Is a MUA for MAC OS X.
-   -  [[http://gpgtools.org/][GPGTools]] :: GPGTools is an installer package for Mac OS X. It
-                  integrates all required modules for easy use of
-                  GnuPG on this OS.
-   -  [[http://www.gpgtools.org/macgpg1.html][MacGPG]] :: The MacGPG project has information on using GnuPG on
-                OS-X.
-   -  [[http://www.gpgtools.org/macgpg2.html][MacGPG2]] :: The MacGPG2 project has information on using GnuPG-2
-                 on OS-X.
-   -  [[http://www.media-art-online.org/wija/][wija]] :: wija is a free and cross-platform Jabber/XMPP client
-              written in Java, with built-in GnuPG key rings
-              management GUI. Its extended protocols allow users to
-              encrypt chat and multi-user chat as well as
-              encrypting/signing messages and signing presence of the
-              user. It is multilingual and runs on GNU/Linux, Mac OS X
-              and Windows.
+   - [[file:swlist.org::#gpg-encrypt][gpg_encrypt()]]
+   - [[file:swlist.org::#gpg-mail-script][gpg_mail]]
+   - [[file:swlist.org::#macgpg][MagicPGP]]
+   - [[file:swlist.org::#nsbd][NSBD]]
+   - [[file:swlist.org::#pgpenvelope][pgpenvelope]]
+   - [[file:swlist.org::#pgpgpg][pgpgpg]]
+   - [[file:swlist.org::#pgphtml][PGPHTML]]
+   - [[file:swlist.org::#python-gnupginterface][Python GnuPGInterface]]
+   - [[file:swlist.org::#soupermail][Soupermail]]
diff --git a/web/related_software/gpgme/index.org b/web/related_software/gpgme/index.org
index 305dc50..425d943 100644
--- a/web/related_software/gpgme/index.org
+++ b/web/related_software/gpgme/index.org
@@ -23,4 +23,4 @@
   should consider to use GPGME.  It is even planned to create a set of
   standard widgets for common key selection tasks.
 
-  See [[file:~/s/gnupg-web/web/download/index.org::gpgme][download]] section to download the latest tarball.
+  See [[http://www.gnupg.org/download/index.org#gpgme][download]] section to download the latest tarball.
diff --git a/web/related_software/index.org b/web/related_software/index.org
index 9121de0..3fadc0d 100644
--- a/web/related_software/index.org
+++ b/web/related_software/index.org
@@ -28,3 +28,4 @@
   -  [[file:libraries.org][Libraries]] :: This page hosts projects which aim is to build an
                   abstraction layer for who wants to painlessly add
                   GnuPG capabilities to their software.
+  -  [[file:swlist.org][All]] :: Direct access to all descriptions.
diff --git a/web/related_software/libraries.org b/web/related_software/libraries.org
index 25d7635..dd46884 100644
--- a/web/related_software/libraries.org
+++ b/web/related_software/libraries.org
@@ -1,6 +1,7 @@
 #+TITLE: GnuPG - Libraries
 #+STARTUP: showall
 #+SETUPFILE: "../share/setup.inc"
+#+OPTIONS:  ^:{}
 
 * Libraries
 
@@ -9,13 +10,9 @@
   If you feel wanting to improve this list, please, fill in a [[#gpgweb][Problem
    Report]] form.
 
-   -  [[http://www.lothar.com/tech/crypto/][EGD]] :: Unices without a /dev/random should [[file:~/s/gnupg-web/web/download/index.org::egd][download]] and install
-             this Entropy Gathering Daemon.
-   -  [[http://github.com/smartrevolution/gnupg-for-java][gnupg-for-java]] :: This is a Java binding for GPGME library.
-   -  [[http://www.gnu.org/software/gnutls/][GNUTLS]] :: A somewhat related project to GnuPG is GNUTLS which is
-                is a GPLed TLS/SSL implementation.
-   -  [[file:gpgme/index.org][GPGME]] :: GnuPG Made Easy is a library designed to make access to
-               GnuPG easier for applications.
+   -  [[file:swlist.org::#egd][EGD]] :: Entropy Gathering Daemon
+   -  [[file:swlist.org::#gpgme][GPGME]] :: GnuPG Made Easy
+   -  [[file:swlist.org::#gnupg-for-java][gnupg-for-java]] :: Java binding for GPGME
    -  [[file:libassuan/index.org][libassuan]] :: Libassuan is the IPC library used by some GnuPG
                    related software.
    -  [[http://directory.fsf.org/wiki/Libgcrypt][libgcrypt]] :: Libgcrypt is a general purpose cryptographic
@@ -29,3 +26,5 @@
                       error codes and descriptions.
    -  [[file:libksba/index.org][libksba]] :: Libksba provides an easy API to create and parse
                  X.509 and CMS related objects.
+
+# eof
diff --git a/web/related_software/swlist.org b/web/related_software/swlist.org
new file mode 100644
index 0000000..0675e7e
--- /dev/null
+++ b/web/related_software/swlist.org
@@ -0,0 +1,499 @@
+#+TITLE: GnuPG - Software list
+#+STARTUP: showall indent
+#+SETUPFILE: "../share/setup.inc"
+#+OPTIONS:  ^:{}
+
+* Software list
+
+This is the complete list of software we know to work with GnuPG.  The
+header line indicates the supported operating systems and the type of
+the software:
+
+  - GUI  :: A graphical user interface for GnuPG
+  - MUA  :: A Mail User Agent (mail program) or a Plugin for MUA
+  - CHAT :: A chat client
+  - INST :: An installer package
+  - LIB  :: Software to help writing programs with GnuPG support.
+  - SRV  :: Software for use on servers.
+  - MISC :: Other types of software
+
+** [[http://www.claws-mail.org/][Claws Mail]] [Unix, Windows] MUA
+   :PROPERTIES:
+   :CUSTOM_ID:
+   :END:
+
+Is a very nice GTK+ based MUA with full support for GnuPG. The Windows
+version is part of [[http://www.gpg4win.org/][Gpg4win]].
+
+** [[http://code.google.com/p/cryptophane/][Cryptophane]] [Windows] GUI
+   :PROPERTIES:
+   :CUSTOM_ID: cryptophane
+   :END:
+
+Cryptophane is an easy-to-use application for MS Windows. It allows
+users to encrypt, sign, decrypt, and perform key maintenance without
+having to deal with GnuPG's command-line interface.
+
+** [[http://www.lothar.com/tech/crypto/][EGD]] [Unix] MISC
+   :PROPERTIES:
+   :CUSTOM_ID: egd
+   :END:
+
+Unices without a /dev/random should [[file:~/s/gnupg-web/web/download/index.org::egd][download]] and install
+this Entropy Gathering Daemon.
+
+** [[http://enigform.mozdev.org][enigform]] [Unix,Windows,OSX] MISC
+   :PROPERTIES:
+   :CUSTOM_ID: enigform
+   :END:
+
+Mozilla Firefox extension for HTTP+OpenPGP support
+(see [[#mod-auth-openpgp][mod_auth_openpgp]]).
+
+
+** [[http://www.enigmail.net/][Enigmail]] [Unix, Windows, OSX] MUA
+   :PROPERTIES:
+   :CUSTOM_ID: enigmail
+   :END:
+
+Is a plug-in for Mozilla's Thunderbird mailer.
+
+** [[http://www.adobner.de/eudoragpg/][EudoraGPG]] [Windows] MUA
+   :PROPERTIES:
+   :CUSTOM_ID: eudoragpg
+   :END:
+
+Is a plugin for the proprietary Eudora MUA.
+
+** [[http://www.ximian.com/products/ximian_evolution][Evolution]] [Unix] MUA
+   :PROPERTIES:
+   :CUSTOM_ID: evolution
+   :END:
+
+Is a catch all MUA application for the GNOME desktop.
+
+** [[http://www.beedub.com/exmh/][exmh]] [Unix] MUA
+   :PROPERTIES:
+   :CUSTOM_ID: exmh
+   :END:
+
+Is a Tcl/Tk based MUA.
+
+** [[http://business-php.com/opensource/ez-pine-gpg/][ez-pine-gpg]] [Unix] MUA
+   :PROPERTIES:
+   :CUSTOM_ID: ez-pine-gpg
+   :END:
+
+ez-pine-gpg is a set of scripts that allows beginners and experts to
+use gpg with Pine. There are plenty of other applications that allow
+gpg to be used with Pine: this one is intended to be the best, since
+it merges intuitive use with powerful features. The result is an
+application that's not only fast and secure, but also perfect for
+novices and power-users alike.
+
+** [[http://www.freenigma.org/][freenigma]] [Unix] MUA,SRV
+   :PROPERTIES:
+   :CUSTOM_ID: freenigma
+   :END:
+
+Is a server based solution for centralized and transparent encryption
+and signatures.  It comes with a web admin interface and may either be
+used as a drop in MTA replacement or as an additional MTA.
+
+** freenigma service [Any] SRV
+   :PROPERTIES:
+   :CUSTOM_ID: freenigma-service
+   :END:
+
+freenigma service was an OpenPGP web service for easy key
+management. It allowed encryption without taking care of keys. A
+documented API was available as well as several tools to access the
+web service.  The service has meanwhile been shutdown.
+
+** [[http://gabber.sourceforge.net/][Gabber]] [Unix] CHAT
+   :PROPERTIES:
+   :CUSTOM_ID: gabber
+   :END:
+
+Gabber is a Free and Open Source GNOME client for an instant messaging
+system called Jabber (XMPP). Jabber is a Free and Open Source distributed
+instant messaging system. It does not rely on a single server, and the
+protocol is well documented. Jabber allows communication with many
+different instant messaging systems, including ICQ and AIM.
+
+** [[http://www.gajim.org/][Gajim]] [Unix] CHAT
+   :PROPERTIES:
+   :CUSTOM_ID: gajim
+   :END:
+
+The goal of Gajim is to provide a full featured and easy to use Jabber
+client. Gajim works nicely with GNOME, but does not require it to
+run. It is released under the GNU General Public License.
+
+** [[http://www.gnu.org/software/anubis/][GNU Anubis]] [Unix] MUA
+   :PROPERTIES:
+   :CUSTOM_ID: anubis
+   :END:
+
+Is an outgoing mail processor, and an SMTP tunnel between the MUA and
+the MTA. It strongly uses the GnuPG via the GPGME interface. With this
+GNU tool you can encrypt or sign an outgoing mail on-the-fly.
+
+** [[http://www.collaboration-world.com/gnumail/][GNUmail.app]] [Unix] MUA
+   :PROPERTIES:
+   :CUSTOM_ID: gnumail
+   :END:
+
+Is a GNUStep MUA with support for GnuPG.
+
+** [[http://www.tech-faq.com/gnupg-shell.shtml][GnuPG Shell]] [Unix] GUI
+   :PROPERTIES:
+   :CUSTOM_ID: gnupg-shell
+   :END:
+
+GnuPG Shell is a cross-platform graphical frontend for GnuPG.
+
+** [[http://github.com/smartrevolution/gnupg-for-java][gnupg-for-java]] [Unix,Windows,OSX] LIB
+   :PROPERTIES:
+   :CUSTOM_ID: gnupg-for-java
+   :END:
+
+This is a Java binding for GPGME library.
+
+** [[gpa/index.en.html][GPA]]  [Unix, Windows] GUI
+   :PROPERTIES:
+   :CUSTOM_ID: gpa
+   :END:
+
+Aims to be the standard GnuPG graphical frontend. [[gpa/index.en.html][GPA]] is hosted on
+this site.  The Windows version is part of [[http://www.gpg4win.org/][Gpg4win]].
+
+** [[http://business-php.com/opensource/gpg_encrypt/][gpg_encrypt]] [Unix] SRV
+   :PROPERTIES:
+   :CUSTOM_ID: gpg-encrypt
+   :END:
+
+gpg_encrypt() is a PHP function that will allow you to easily use
+GnuPG to encrypt data to your public PGP key and mail that encrypted
+data to yourself, where it can be securely decrypted with your private
+key. This is designed primarily for use with web-based forms but can
+be used to encrypt any data.
+
+** [[http://linux.oregpreshaz.hu/script.html][gpg_mail]] [Unix] SRV
+   :PROPERTIES:
+   :CUSTOM_ID: gpg-mail-script
+   :END:
+
+This script is able to encode/sign emails in an automatic
+fashion. There is also a [[http://linux.choma.hu/gpg-script/][mirror site]] available.
+
+** [[http://www.gpg4win.org/][Gpg4win]] [Windows] INST
+   :PROPERTIES:
+   :CUSTOM_ID: gpg4win
+   :END:
+
+Gpg4win is an installer package for Windows with computer programs and
+handbooks for email and file encryption.
+
+** [[http://www.gpgtools.org/gpgmail.html][GPGMail]] [OSX] MUA
+   :PROPERTIES:
+   :CUSTOM_ID: gpgmail
+   :END:
+
+Is a mail program for MAC OS X.
+
+** [[file:gpgme/index.org][GPGME]] [Unix,Windows,OSX] LIB
+   :PROPERTIES:
+   :CUSTOM_ID: gpgme
+   :END:
+
+GnuPG Made Easy is the standard library for applications to access
+most GnuPG functions.
+
+** [[http://wald.intevation.org/projects/gpgoe][GPGOE]] [Windows] MUA
+   :PROPERTIES:
+   :CUSTOM_ID: gpgoe
+   :END:
+
+Is a plugin for the Outlook Express MUA.
+
+** [[http://www.g10code.de/p-gpgol.html][GpgOL]] [Windows] MUA
+   :PROPERTIES:
+   :CUSTOM_ID: gpgol
+   :END:
+
+A plug-in for Microsoft Outlook 2003.  It is part of [[http://www.gpg4win.org/][Gpg4win]].
+
+** [[http://sites.inka.de/tesla/gpgrelay.html][GPGrelay]] [Windows] MUA
+   :PROPERTIES:
+   :CUSTOM_ID: gpgrelay
+   :END:
+
+Is a Windows program which can be used to use GnuPG with all MUAs.
+
+** [[http://gpgtools.org/][GPGTools]] [OSX] INST
+   :PROPERTIES:
+   :CUSTOM_ID: gpgtools
+   :END:
+
+GPGTools is an installer package for Mac OS X. It integrates all
+required modules for easy use of GnuPG on this OS.
+
+** [[ftp://ftp.gnupg.org/gcrypt/contrib/keylookup-2.1.tar.gz][Keylookup]] [Unix] MISC
+   :PROPERTIES:
+   :CUSTOM_ID: keylookup
+   :END:
+
+Is a tool to fetch keys from keyservers.
+
+** [[http://devel-home.kde.org/~kgpg/][KGpg]] [Unix] GUI
+   :PROPERTIES:
+   :CUSTOM_ID: kgpg
+   :END:
+
+Is a KDE frontend for GnuPG.
+
+** [[http://kmail.kde.org/][KMail]] [Unix] MUA
+   :PROPERTIES:
+   :CUSTOM_ID: kmail
+   :END:
+
+From the KDE desktop, it fully supports GnuPG.
+
+** [[http://www.snafu.priv.at/kuvert.html][kuvert]] [Unix] MUA
+   :PROPERTIES:
+   :CUSTOM_ID: kuvert
+   :END:
+
+This frontend is for GnuPG and old-style pgp2. It works slightly
+similar to Raph Levien's premail: it sits between MUA and MTA and
+decides based on the keyring contents whether to sign, sign/encrypt or
+leave an email as it is.  kuvert is unix-only and designed to work for
+outbound emails only.  It's a daemon tool and requires some form of
+passphrase cache.  kuvert has been around (under earlier names) since
+about 1996.
+
+** [[http://www.gpgtools.org/macgpg1.html][MacGPG]], [[http://www.gpgtools.org/macgpg2.html][MacGPG2]] [OSX] MISC
+   :PROPERTIES:
+   :CUSTOM_ID: macgpg
+   :END:
+
+The MacGPG project has information on using GnuPG on OS-X.
+
+** [[http://www.physto.se/~p99jlu/MagicPGP.html][MagicPGP]] [Unix] MUA
+   :PROPERTIES:
+   :CUSTOM_ID: magicpgp
+   :END:
+
+Is yet another set of scripts to use GnuPG with Pine.
+
+** [[http://www.pobox.com/~lbudney/linux/software/mailcrypt.html][Mailcrypt]] [Unix] MUA
+   :PROPERTIES:
+   :CUSTOM_ID: mailcrypt
+   :END:
+
+For Emacs. You may need the latest [[http://www.lothar.com/tech/crypto/][patches]] until there is a new
+release of Mailcrypt.
+
+** [[http://www.mew.org/][Mew]] [Unix] MUA
+   :PROPERTIES:
+   :CUSTOM_ID: mew
+   :END:
+
+A MUA with support for GnuPG.
+
+** [[http://miranda-icq.sourceforge.net/][Miranda ICQ]] [Unix] CHAT
+   :PROPERTIES:
+   :CUSTOM_ID: miranda-icq
+   :END:
+
+Has support for GnuPG.
+
+** [[http://freshmeat.net/projects/maopenpgp][mod_auth_openpgp]] [Unix] SRV
+   :PROPERTIES:
+   :CUSTOM_ID: mod-auth-openpgp
+   :END:
+
+Apache module for HTTP+OpenPGP support
+(see also [[#enigform][Enigform]]).
+
+
+** [[http://www.mutt.org/][Mutt]] [Unix] MUA
+   :PROPERTIES:
+   :CUSTOM_ID: mutt
+   :END:
+
+Is an advanced non-graphical MUA with complete MIME and GnuPG/PGP
+support.
+
+** [[http://www.bell-labs.com/projects/nsbd/][NSBD]] [Unix] MISC
+   :PROPERTIES:
+   :CUSTOM_ID: nsbd
+   :END:
+
+The Not-So-Bad Distribution system.
+
+** [[https://yourmom.dhs.org/pgp/][OpenPGP Webmail]] [Unix] SRV
+   :PROPERTIES:
+   :CUSTOM_ID: openpgp-webmail
+   :END:
+
+Is a web based mailer to send encrypted messages.
+
+** PGG [Unix] MUA
+   :PROPERTIES:
+   :CUSTOM_ID: pgg
+   :END:
+
+PGG is a complete PGP signing/encrypting solution provided from
+scratch by the Gnus development team. It deserves the same than
+[[#fend_mua-Mailcrypt][mailcrypt]] but it has also native MIME support whereas mailcrypt does
+not. There is no PGG homepage at the moment, sorry.
+
+** [[http://www.pgpdump.net/][PGPdump Web interface]] [All] MISC
+   :PROPERTIES:
+   :CUSTOM_ID: pgpdump-web
+   :END:
+
+Can be used to analyze OpenPGP data formats.
+
+** [[http://pgpenvelope.sourceforge.net/][pgpenvelope]] [Unix] MUA
+   :PROPERTIES:
+   :CUSTOM_ID: pgpenvelope
+   :END:
+
+Is a Pine and procmail filter which allows one to process messages
+with GnuPG.
+
+** [[http://www.nessie.de/mroth/pgpgpg/][pgpgpg]] [Unix] MISC
+   :PROPERTIES:
+   :CUSTOM_ID: gpggpg
+   :END:
+
+Is a comandline wrapper tool to allow the use of scripts written for
+PGP with GnuPG.
+
+** [[http://www.sanface.com/pgphtml.html][PGPHTML]] [Unix] SRV
+   :PROPERTIES:
+   :CUSTOM_ID: pgphtml
+   :END:
+
+Is a perl script to sign HTML pages.
+
+** [[file:pinentry/index.org][Pinentry]] [Unix,Windows,OSX] MISC
+   :PROPERTIES:
+   :CUSTOM_ID: pinentry
+   :END:
+
+Secure PinEntry Dialog.  This is required by GnuPG-2 and part of all
+installers.
+
+** [[http://py-gnupg.sourceforge.net/][Python GnuPGInterface]] [Unix] GUI
+   :PROPERTIES:
+   :CUSTOM_ID: python-gnupginterface
+   :END:
+
+Is what the name says.
+
+** [[http://eepatents.com/privaria/][Privaria]] [Unix] MISC
+   :PROPERTIES:
+   :CUSTOM_ID: privaria
+   :END:
+
+Is a secure networking suite that uses GnuPG as part of its
+authentication and encryption scheme.
+
+** [[http://psi.affinix.com/][PSI]] [Unix, Windows] CHAT
+   :PROPERTIES:
+   :CUSTOM_ID: psi
+   :END:
+
+Psi is a free and crossplatform client for connecting to the Jabber
+network. It supports multiple accounts, group chat, Unicode, and
+strong security (TLS and GnuPG).
+
+** [[http://www.memecode.com/scribe.php][Scribe]] [Unix, Windows] MUA
+   :PROPERTIES:
+   :CUSTOM_ID: scribe
+   :END:
+
+Scribe is a small and fast email client that lets you send, receive
+and manage email without fuss. Scribe comes with a [[http://www.memecode.com/scribe/gnupg.php][plugin]] that calls
+GnuPG.
+
+** [[http://www.sys3175.co.uk/securemail.php][Securemail]] [Unix] SRV
+   :PROPERTIES:
+   :CUSTOM_ID: securemail
+   :END:
+
+Is another webmail client.
+
+** [[http://seahorse.sf.net/][Seahorse]] [Unix] GUI
+   :PROPERTIES:
+   :CUSTOM_ID: seahorse
+   :END:
+
+Is a GNOME frontend for GnuPG.
+
+** [[http://soupermail.sourceforge.net/][Soupermail]] [Unix] SRV
+   :PROPERTIES:
+   :CUSTOM_ID: soupermail
+   :END:
+
+Is a versatile HTML form handler.
+
+** [[http://www.squirrelmail.org/plugin_view.php?id=153][Squirrelmail Plugin]] [Unix] SRV
+   :PROPERTIES:
+   :CUSTOM_ID: squirrelmail-plugin
+   :END:
+
+A gpg plugin for the popular [[http://www.squirrelmail.org/][Squirrelmail]] web mail server.
+
+** [[http://sylpheed.sraoss.jp/en/][Sylpheed]] [Unix] MUA
+   :PROPERTIES:
+   :CUSTOM_ID: sylpheed
+   :END:
+
+Is a very nice GTK+ based MUA with full support for GnuPG.
+
+** [[http://tkabber.jabber.ru/][Tkabber]] [Unix] CHAT
+   :PROPERTIES:
+   :CUSTOM_ID: tkabber
+   :END:
+
+Tkabber is a free client for an instant messaging system called
+Jabber (aka XMPP). It is written in Tcl/Tk and supports many features like
+support of unicode, ssl support, http proxy, file transfers and
+support of multi-user conference protocol.
+
+** [[http://www.lothlann.freeserve.co.uk/pjb/topal/][Topal]] [Unix] MUA
+   :PROPERTIES:
+   :CUSTOM_ID: topal
+   :END:
+
+Is another program to use GnuPG with Pine.
+
+** [[http://www.media-art-online.org/wija/][wija]] [Unix, Windows, OSX] CHAT
+   :PROPERTIES:
+   :CUSTOM_ID: wija
+   :END:
+
+wija is a free and cross-platform Jabber/XMPP client written in Java,
+with built-in GnuPG key rings management GUI. Its extended protocols
+allow users to encrypt chat and multi-user chat as well as
+encrypting/signing messages and signing presence of the user. It is
+multilingual and runs on GNU/Linux, Mac OS X and Windows.
+
+** [[http://freshmeat.net/projects/xap/][XAP]] [Unix] GUI
+   :PROPERTIES:
+   :CUSTOM_ID: xap
+   :END:
+
+Is the X application panel and filemanager.
+
+** [[http://xfmail.slappy.org/][XFmail]] [Unix]  MUA
+   :PROPERTIES:
+   :CUSTOM_ID: xfmail
+   :END:
+
+Works with GnuPG.
diff --git a/web/related_software/tools.org b/web/related_software/tools.org
index 5f4b429..b5a73e2 100644
--- a/web/related_software/tools.org
+++ b/web/related_software/tools.org
@@ -1,6 +1,7 @@
 #+TITLE: GnuPG - Tools
 #+STARTUP: showall
 #+SETUPFILE: "../share/setup.inc"
+#+OPTIONS:  ^:{}
 
 * Tools
 
@@ -9,12 +10,10 @@
   If you feel wanting to improve this list, please, fill in a [[#gpgweb][Problem
 Report]] form.
 
-   -  [[http://enigform.mozdev.org][enigform]] :: Mozilla Firefox extension for HTTP+OpenPGP support
-                  (see mod\_auth\_openpgp).
-   -  [[ftp://ftp.gnupg.org/gcrypt/contrib/keylookup-2.1.tar.gz][Keylookup]] :: Is a tool to fetch keys from keyservers.
-   -  [[http://macgpg.sourceforge.net/][MacGPG]] :: Project for Mac-related GnuPG tools.
-   -  [[http://freshmeat.net/projects/maopenpgp][mod\_auth\_openpgp]] :: Apache module for HTTP+OpenPGP support
-        (see Enigform).
-   -  [[http://www.pgpdump.net/][PGPdump Web interface]] :: Can be used to analyze OpenPGP data
+   -  [[file:swlist.org::#enigform][enigform]] :: Mozilla Firefox extension for HTTP+OpenPGP support.
+   -  [[file:swlist.org::#keylookup][Keylookup]] :: Is a tool to fetch keys from keyservers.
+   -  [[file:swlist.org::#macgpg][MacGPG]] :: Mac-related GnuPG tools
+   -  [[file:swlist.org::#mod-auth-openpgp][mod_auth_openpgp]] :: Apache module for HTTP+OpenPGP support
+   -  [[file:swlist.org::#pgpdump-web][PGPdump Web interface]] :: Can be used to analyze OpenPGP data
         formats.
-   -  [[file:pinentry/index.org][pinentry]] :: Secure PinEntry Dialog.
+   -  [[file:swlist.org::#pinentry][Pinentry]] :: Secure PinEntry Dialog.
diff --git a/web/share/gpgweb.el b/web/share/gpgweb.el
index cee7bd8..9a8a56c 100644
--- a/web/share/gpgweb.el
+++ b/web/share/gpgweb.el
@@ -99,6 +99,7 @@
         <li><a href=\"/related_software/frontends.html\" >Frontends</a></li>
         <li><a href=\"/related_software/tools.html\"     >Tools</a></li>
         <li><a href=\"/related_software/libraries.html\" >Libraries</a></li>
+        <li><a href=\"/related_software/swlist.html\"    >All</a></li>
       </ul>
     <li><a href=\"/misc/index.html\"            >Miscellaneous</a></li>
       <ul>
@@ -107,6 +108,7 @@
         <li><a href=\"/misc/thanks.html\"        >Thanks</a></li>
         <li><a href=\"/misc/donations.html\"     >Donations</a></li>
       </ul>
+    <li><a href=\"http://blog.gnupg.org/\"      >Blog</a></li>
     <li><a href=\"/privacy-policy.html\"        >Privacy Policy</a></li>
     <li><a href=\"/sitemap.html\"               >Sitemap</a></li>
   </ul>
@@ -124,7 +126,7 @@
       ><img alt=\"CC-BY-SA 3.0\" style=\"border: 0\"
             src=\"share/cc-by-sa-3.0_80x15.png\"/></a><br/>
     These web pages are
-    Copyright 1998--2013 The GnuPG Project<a href=\"copying.html\">¹</a>
+    Copyright 1998--2013 The GnuPG Project<a href=\"/copying.html\">¹</a>
     and licensed under a
     <a rel=\"license\" href=\"http://creativecommons.org/licenses/by-sa/3.0/\"
     >Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.  See
@@ -142,7 +144,7 @@
     var u=((\"https:\" == document.location.protocol) ? \"https\" : \"http\")
             + \"://alberti.gnupg.org/piwik/\";
     _paq.push([\"setTrackerUrl\", u+\"piwik.php\"]);
-    _paq.push([\"setSiteId\", \"6\"]);
+    _paq.push([\"setSiteId\", \"1\"]);
     var d=document,
         g=d.createElement(\"script\"),
         s=d.getElementsByTagName(\"script\")[0];
@@ -209,7 +211,7 @@
      (concat "cd " gpgweb-root-dir " && cd " stagedir
              "&& rsync -rlt --exclude \"*~\" ./ "
              "werner at trithemius.gnupg.org:"
-             "/var/www/www/w3.gnupg.org/htdocs/"))))
+             "/var/www/www/www.gnupg.org/htdocs/"))))
 
 
 (provide 'gpgweb)

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

Summary of changes:
 README                               |   10 +
 web/documentation/faqs.org           |    2 +
 web/index.org                        |   10 +
 web/misc/index.org                   |    1 +
 web/related_software/frontends.org   |  361 +++++-------------------
 web/related_software/gpgme/index.org |    2 +-
 web/related_software/index.org       |    1 +
 web/related_software/libraries.org   |   13 +-
 web/related_software/swlist.org      |  499 ++++++++++++++++++++++++++++++++++
 web/related_software/tools.org       |   15 +-
 web/share/gpgweb.el                  |    8 +-
 11 files changed, 606 insertions(+), 316 deletions(-)
 create mode 100644 web/related_software/swlist.org


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




More information about the Gnupg-commits mailing list