From 6cc1360a3a999c4384531e4f6576144040886768 Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 9 Aug 2018 00:29:13 +0200 Subject: Remove the GPG plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s broken and nobody is using it as far as I know. --- doc/source/misc/separate.rst | 2 +- doc/source/plugins/gpg.rst | 6 ------ doc/source/plugins/index.rst | 10 ++-------- 3 files changed, 3 insertions(+), 15 deletions(-) delete mode 100644 doc/source/plugins/gpg.rst (limited to 'doc') diff --git a/doc/source/misc/separate.rst b/doc/source/misc/separate.rst index 7392cea6..6c4605d8 100644 --- a/doc/source/misc/separate.rst +++ b/doc/source/misc/separate.rst @@ -16,6 +16,6 @@ The relevant options for a separate config are the following: * :term:`plugins_dir`: A different directory for the plugin sources (not _that_ useful) * :term:`log_dir`: A different directory for logs -* :term:`plugins_conf_dir`: A different directory for plugin configurations ; useful for the GPG plugin, for example. +* :term:`plugins_conf_dir`: A different directory for plugin configurations Those options are detailed in the *configuration page*. diff --git a/doc/source/plugins/gpg.rst b/doc/source/plugins/gpg.rst deleted file mode 100644 index 747d8cb8..00000000 --- a/doc/source/plugins/gpg.rst +++ /dev/null @@ -1,6 +0,0 @@ -.. _gpg-plugin: - -GPG -=== - -.. automodule:: gpg diff --git a/doc/source/plugins/index.rst b/doc/source/plugins/index.rst index afff857e..b39fdeee 100644 --- a/doc/source/plugins/index.rst +++ b/doc/source/plugins/index.rst @@ -31,7 +31,7 @@ e.g. .. code-block:: ini - plugins_autoload = gpg:tell:exec + plugins_autoload = tell:exec Manual plugin load ------------------ @@ -45,7 +45,7 @@ Plugin configuration -------------------- Most plugins will manage their configuration internally, and you do not (and -should not) have to edit it, but some (e.g. mpd_client or gpg) require manual +should not) have to edit it, but some (e.g. mpd_client) require manual editing (the :term:`/set` command can be used, but it is not pleasant to set multiple values with it). @@ -123,11 +123,6 @@ Plugin index Ascii-art writing (requires the ``figlet`` package on your system). - GPG - :ref:`Documentation ` - - Allows encrypted exchanges and presence signing using GnuPG. - IQ Show :ref:`Documentation ` @@ -314,7 +309,6 @@ Plugin index embed exec figlet - gpg link mpd_client otr -- cgit v1.2.3