summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2013-04-13 22:33:06 +0200
committermathieui <mathieui@mathieui.net>2013-04-13 22:33:06 +0200
commitd676c2ee7b6207ff0b2a7b384052ab07c08bf43a (patch)
treeb6c22d35da1eb5bc33ab0cc983a86d8dfe6c2a78
parente6cb43eeedcd6c6961c5ab430f25bb962d40bf8e (diff)
downloadpoezio-d676c2ee7b6207ff0b2a7b384052ab07c08bf43a.tar.gz
poezio-d676c2ee7b6207ff0b2a7b384052ab07c08bf43a.tar.bz2
poezio-d676c2ee7b6207ff0b2a7b384052ab07c08bf43a.tar.xz
poezio-d676c2ee7b6207ff0b2a7b384052ab07c08bf43a.zip
Move the plugins documentation
(use automodule directive & docstrings)
-rw-r--r--doc/source/index.rst2
-rw-r--r--doc/source/plugins/admin.rst5
-rw-r--r--doc/source/plugins/alias.rst6
-rw-r--r--doc/source/plugins/amsg.rst6
-rw-r--r--doc/source/plugins/day_change.rst6
-rw-r--r--doc/source/plugins/display_corrections.rst6
-rw-r--r--doc/source/plugins/double.rst6
-rw-r--r--doc/source/plugins/exec.rst6
-rw-r--r--doc/source/plugins/figlet.rst6
-rw-r--r--doc/source/plugins/gpg.rst6
-rw-r--r--doc/source/plugins/index.rst72
-rw-r--r--doc/source/plugins/iq_show.rst6
-rw-r--r--doc/source/plugins/link.rst6
-rw-r--r--doc/source/plugins/mpd_client.rst6
-rw-r--r--doc/source/plugins/otr.rst6
-rw-r--r--doc/source/plugins/pacokick.rst6
-rw-r--r--doc/source/plugins/ping.rst6
-rw-r--r--doc/source/plugins/quote.rst6
-rw-r--r--doc/source/plugins/rainbow.rst6
-rw-r--r--doc/source/plugins/reminder.rst6
-rw-r--r--doc/source/plugins/replace.rst6
-rw-r--r--doc/source/plugins/revstr.rst6
-rw-r--r--doc/source/plugins/screen_detach.rst6
-rw-r--r--doc/source/plugins/send_delayed.rst6
-rw-r--r--doc/source/plugins/shuffle.rst6
-rw-r--r--doc/source/plugins/simple_notify.rst6
-rw-r--r--doc/source/plugins/status.rst6
-rw-r--r--doc/source/plugins/tell.rst6
-rw-r--r--doc/source/plugins/time_marker.rst6
-rw-r--r--doc/source/plugins/uptime.rst6
-rw-r--r--doc/stub/tabs.py8
-rw-r--r--plugins/alias.py38
-rw-r--r--plugins/amsg.py22
-rw-r--r--plugins/day_change.py12
-rw-r--r--plugins/display_corrections.py31
-rw-r--r--plugins/double.py12
-rw-r--r--plugins/exec.py44
-rw-r--r--plugins/figlet.py20
-rw-r--r--plugins/gpg/__init__.py104
-rw-r--r--plugins/iq_show.py13
-rw-r--r--plugins/link.py78
-rw-r--r--plugins/mpd_client.py51
-rw-r--r--plugins/otr.py95
-rw-r--r--plugins/pacokick.py22
-rw-r--r--plugins/ping.py32
-rw-r--r--plugins/quote.py30
-rw-r--r--plugins/rainbow.py23
-rw-r--r--plugins/reminder.py57
-rw-r--r--plugins/replace.py64
-rw-r--r--plugins/revstr.py14
-rw-r--r--plugins/screen_detach.py12
-rw-r--r--plugins/shuffle.py14
-rw-r--r--plugins/simple_notify.py66
-rw-r--r--plugins/status.py35
-rw-r--r--plugins/time_marker.py29
-rw-r--r--plugins/uptime.py22
56 files changed, 1172 insertions, 17 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index f1eff613..1f2ce3f3 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -20,7 +20,7 @@ Poezio documentation
dev/index
..
- plugins
+ plugins/index
dev
Indices and tables
diff --git a/doc/source/plugins/admin.rst b/doc/source/plugins/admin.rst
index fc5875b4..5cd6c77c 100644
--- a/doc/source/plugins/admin.rst
+++ b/doc/source/plugins/admin.rst
@@ -1,7 +1,6 @@
.. _admin-plugin:
-Room administration plugin
-==========================
-
+Admin
+=====
.. automodule:: admin
diff --git a/doc/source/plugins/alias.rst b/doc/source/plugins/alias.rst
new file mode 100644
index 00000000..0832576e
--- /dev/null
+++ b/doc/source/plugins/alias.rst
@@ -0,0 +1,6 @@
+.. _alias-plugin:
+
+Alias
+=====
+
+.. automodule:: alias
diff --git a/doc/source/plugins/amsg.rst b/doc/source/plugins/amsg.rst
new file mode 100644
index 00000000..2a785034
--- /dev/null
+++ b/doc/source/plugins/amsg.rst
@@ -0,0 +1,6 @@
+.. _amsg-plugin:
+
+Amsg
+====
+
+.. automodule:: amsg
diff --git a/doc/source/plugins/day_change.rst b/doc/source/plugins/day_change.rst
new file mode 100644
index 00000000..5893b1f7
--- /dev/null
+++ b/doc/source/plugins/day_change.rst
@@ -0,0 +1,6 @@
+.. _daychange-plugin:
+
+Day change
+==========
+
+.. automodule:: day_change
diff --git a/doc/source/plugins/display_corrections.rst b/doc/source/plugins/display_corrections.rst
new file mode 100644
index 00000000..5046a76e
--- /dev/null
+++ b/doc/source/plugins/display_corrections.rst
@@ -0,0 +1,6 @@
+.. _displaycorrections-plugin:
+
+Display corrections
+===================
+
+.. automodule:: display_corrections
diff --git a/doc/source/plugins/double.rst b/doc/source/plugins/double.rst
new file mode 100644
index 00000000..e40fa575
--- /dev/null
+++ b/doc/source/plugins/double.rst
@@ -0,0 +1,6 @@
+.. _double-plugin:
+
+Double
+======
+
+.. automodule:: double
diff --git a/doc/source/plugins/exec.rst b/doc/source/plugins/exec.rst
new file mode 100644
index 00000000..3183e9bc
--- /dev/null
+++ b/doc/source/plugins/exec.rst
@@ -0,0 +1,6 @@
+.. _exec-plugin:
+
+Exec
+=====
+
+.. automodule:: exec
diff --git a/doc/source/plugins/figlet.rst b/doc/source/plugins/figlet.rst
new file mode 100644
index 00000000..c1490e1b
--- /dev/null
+++ b/doc/source/plugins/figlet.rst
@@ -0,0 +1,6 @@
+.. _figlet-plugin:
+
+Figlet
+======
+
+.. automodule:: figlet
diff --git a/doc/source/plugins/gpg.rst b/doc/source/plugins/gpg.rst
new file mode 100644
index 00000000..747d8cb8
--- /dev/null
+++ b/doc/source/plugins/gpg.rst
@@ -0,0 +1,6 @@
+.. _gpg-plugin:
+
+GPG
+===
+
+.. automodule:: gpg
diff --git a/doc/source/plugins/index.rst b/doc/source/plugins/index.rst
index 5af1d7e0..7aad64c8 100644
--- a/doc/source/plugins/index.rst
+++ b/doc/source/plugins/index.rst
@@ -27,6 +27,8 @@ e.g.
plugins_autoload = gpg:tell:exec
+.. _plugin-configuration:
+
Plugin configuration
--------------------
@@ -50,6 +52,7 @@ Plugin index
------------
.. glossary::
+ :sorted:
Admin
:ref:`Documentation <admin-plugin>`
@@ -57,98 +60,167 @@ Plugin index
Creates convenient aliases for MUC administration.
Alias
+ :ref:`Documentation <alias-plugin>`
Allows you to create your own aliases.
Amsg
+ :ref:`Documentation <amsg-plugin>`
Allows a message to be broadcasted on all the rooms your are in.
Caution: do not overuse.
Day Change
+ :ref:`Documentation <daychange-plugin>`
Logs the day change inside the buffers, to keep track of the days when
backlogging.
Display corrections
+ :ref:`Documentation <displaycorrections-plugin>`
Lists old versions of a corrected message.
Exec
+ :ref:`Documentation <exec-plugin>`
Runs a system command an optionally sends the output as a message.
Figlet
+ :ref:`Documentation <figlet-plugin>`
Ascii-art writing (requires the ``figlet`` package on your system).
GPG
+ :ref:`Documentation <gpg-plugin>`
Allows encrypted exchanges and presence signing using GnuPG.
IQ Show
+ :ref:`Documentation <iqshow-plugin>`
Shows the received IQs, for debugging purposes.
Link
+ :ref:`Documentation <link-plugin>`
Opens links in a web browser, locally or remotely using a FIFO and SSH.
MPD Client
+ :ref:`Documentation <mpdclient-plugin>`
Sends the current song (and optionally the progress inside the song) to
the current (chat) tab.
OTR
+ :ref:`Documentation <otr-plugin>`
Allows encrypted and deniable exchanges using OTR.
PacoKick
+ :ref:`Documentation <pacokick-plugin>`
Kicks a random user in the room.
Ping
+ :ref:`Documentation <ping-plugin>`
Sends a ping probe to an entity (XEP-0199)
Quote
+ :ref:`Documentation <quote-plugin>`
Adds a /quote command to quote a message at HH:MM:SS and put it in the
input (to prevent painful copy/pastes).
Rainbow
+ :ref:`Documentation <rainbow-plugin>`
Sends your messages in rainbow colors using XHTML-IM.
Reminder
+ :ref:`Documentation <reminder-plugin>`
Reminds you to do something every now and then.
Screen Detach
+ :ref:`Documentation <screendetach-plugin>`
Changes your status to _away_ if the screen poezio is in is detached.
Simple notify
+ :ref:`Documentation <simplenotify-plugin>`
Sends a notification with a command of your choice on (non-MUC) messages.
Status
+ :ref:`Documentation <status-plugin>`
Adds convenient aliases to /status (/away, etc).
Tell
+ :ref:`Documentation <tell-plugin>`
Tells a message to a nick when he connects to a MUC.
Uptime
+ :ref:`Documentation <uptime-plugin>`
Gets the uptime of a XMPP server or a component.
Replace
+ :ref:`Documentation <replace-plugin>`
Replace some patterns in your messages.
Time Marker
+ :ref:`Documentation <timemarker-plugin>`
Display the time between two messages.
+ Revstr
+ :ref:`Documentation <revstr-plugin>`
+
+ Reverse everything you say.
+
+ Shuffle
+ :ref:`Documentation <shuffle-plugin>`
+
+ Shuffle everything you say.
+
+ Double
+ :ref:`Documentation <double-plugin>`
+
+ Double the first word of each sentence.
+
+.. toctree::
+ :hidden:
+
+ admin
+ alias
+ amsg
+ day_change
+ display_corrections
+ exec
+ figlet
+ gpg
+ link
+ mpd_client
+ otr
+ pacokick
+ ping
+ quote
+ rainbow
+ reminder
+ replace
+ screen_detach
+ send_delayed
+ simple_notify
+ status
+ tell
+ time_marker
+ uptime
+ revstr
+ double
+ shuffle
+ iq_show
diff --git a/doc/source/plugins/iq_show.rst b/doc/source/plugins/iq_show.rst
new file mode 100644
index 00000000..29ba420e
--- /dev/null
+++ b/doc/source/plugins/iq_show.rst
@@ -0,0 +1,6 @@
+.. _iqshow-plugin:
+
+Iq show
+=======
+
+.. automodule:: iq_show
diff --git a/doc/source/plugins/link.rst b/doc/source/plugins/link.rst
new file mode 100644
index 00000000..deac6f86
--- /dev/null
+++ b/doc/source/plugins/link.rst
@@ -0,0 +1,6 @@
+.. _link-plugin:
+
+Link
+====
+
+.. automodule:: link
diff --git a/doc/source/plugins/mpd_client.rst b/doc/source/plugins/mpd_client.rst
new file mode 100644
index 00000000..e6ee2399
--- /dev/null
+++ b/doc/source/plugins/mpd_client.rst
@@ -0,0 +1,6 @@
+.. _mpdclient-plugin:
+
+Mpd client
+==========
+
+.. automodule:: mpd_client
diff --git a/doc/source/plugins/otr.rst b/doc/source/plugins/otr.rst
new file mode 100644
index 00000000..f48eba96
--- /dev/null
+++ b/doc/source/plugins/otr.rst
@@ -0,0 +1,6 @@
+.. _otr-plugin:
+
+OTR
+===
+
+.. automodule:: otr
diff --git a/doc/source/plugins/pacokick.rst b/doc/source/plugins/pacokick.rst
new file mode 100644
index 00000000..df84eea6
--- /dev/null
+++ b/doc/source/plugins/pacokick.rst
@@ -0,0 +1,6 @@
+.. _pacokick-plugin:
+
+Pacokick
+========
+
+.. automodule:: pacokick
diff --git a/doc/source/plugins/ping.rst b/doc/source/plugins/ping.rst
new file mode 100644
index 00000000..cef72f6e
--- /dev/null
+++ b/doc/source/plugins/ping.rst
@@ -0,0 +1,6 @@
+.. _ping-plugin:
+
+Ping
+====
+
+.. automodule:: ping
diff --git a/doc/source/plugins/quote.rst b/doc/source/plugins/quote.rst
new file mode 100644
index 00000000..fb1ac2d0
--- /dev/null
+++ b/doc/source/plugins/quote.rst
@@ -0,0 +1,6 @@
+.. _quote-plugin:
+
+Quote
+=====
+
+.. automodule:: quote
diff --git a/doc/source/plugins/rainbow.rst b/doc/source/plugins/rainbow.rst
new file mode 100644
index 00000000..fb01e8de
--- /dev/null
+++ b/doc/source/plugins/rainbow.rst
@@ -0,0 +1,6 @@
+.. _rainbow-plugin:
+
+Rainbow
+=======
+
+.. automodule:: rainbow
diff --git a/doc/source/plugins/reminder.rst b/doc/source/plugins/reminder.rst
new file mode 100644
index 00000000..cbf73470
--- /dev/null
+++ b/doc/source/plugins/reminder.rst
@@ -0,0 +1,6 @@
+.. _reminder-plugin:
+
+Reminder
+========
+
+.. automodule:: reminder
diff --git a/doc/source/plugins/replace.rst b/doc/source/plugins/replace.rst
new file mode 100644
index 00000000..5c7c594b
--- /dev/null
+++ b/doc/source/plugins/replace.rst
@@ -0,0 +1,6 @@
+.. _replace-plugin:
+
+Replace
+=======
+
+.. automodule:: replace
diff --git a/doc/source/plugins/revstr.rst b/doc/source/plugins/revstr.rst
new file mode 100644
index 00000000..bff5b660
--- /dev/null
+++ b/doc/source/plugins/revstr.rst
@@ -0,0 +1,6 @@
+.. _revstr-plugin:
+
+Revstr
+======
+
+.. automodule:: revstr
diff --git a/doc/source/plugins/screen_detach.rst b/doc/source/plugins/screen_detach.rst
new file mode 100644
index 00000000..d080c113
--- /dev/null
+++ b/doc/source/plugins/screen_detach.rst
@@ -0,0 +1,6 @@
+.. _screendetach-plugin:
+
+Screen detach
+=============
+
+.. automodule:: screen_detach
diff --git a/doc/source/plugins/send_delayed.rst b/doc/source/plugins/send_delayed.rst
new file mode 100644
index 00000000..c2b3e681
--- /dev/null
+++ b/doc/source/plugins/send_delayed.rst
@@ -0,0 +1,6 @@
+.. _senddelayed-plugin:
+
+Send delayed
+============
+
+.. automodule:: send_delayed
diff --git a/doc/source/plugins/shuffle.rst b/doc/source/plugins/shuffle.rst
new file mode 100644
index 00000000..ef987deb
--- /dev/null
+++ b/doc/source/plugins/shuffle.rst
@@ -0,0 +1,6 @@
+.. _shuffle-plugin:
+
+Shuffle
+=======
+
+.. automodule:: shuffle
diff --git a/doc/source/plugins/simple_notify.rst b/doc/source/plugins/simple_notify.rst
new file mode 100644
index 00000000..78a45909
--- /dev/null
+++ b/doc/source/plugins/simple_notify.rst
@@ -0,0 +1,6 @@
+.. _simplenotify-plugin:
+
+Simple notify
+=============
+
+.. automodule:: simple_notify
diff --git a/doc/source/plugins/status.rst b/doc/source/plugins/status.rst
new file mode 100644
index 00000000..7891ecc2
--- /dev/null
+++ b/doc/source/plugins/status.rst
@@ -0,0 +1,6 @@
+.. _status-plugin:
+
+Status
+======
+
+.. automodule:: status
diff --git a/doc/source/plugins/tell.rst b/doc/source/plugins/tell.rst
new file mode 100644
index 00000000..7f52db73
--- /dev/null
+++ b/doc/source/plugins/tell.rst
@@ -0,0 +1,6 @@
+.. _tell-plugin:
+
+Tell
+====
+
+.. automodule:: tell
diff --git a/doc/source/plugins/time_marker.rst b/doc/source/plugins/time_marker.rst
new file mode 100644
index 00000000..95552e1a
--- /dev/null
+++ b/doc/source/plugins/time_marker.rst
@@ -0,0 +1,6 @@
+.. _timemarker-plugin:
+
+Time marker
+===========
+
+.. automodule:: time_marker
diff --git a/doc/source/plugins/uptime.rst b/doc/source/plugins/uptime.rst
new file mode 100644
index 00000000..94e38c28
--- /dev/null
+++ b/doc/source/plugins/uptime.rst
@@ -0,0 +1,6 @@
+.. _uptime-plugin:
+
+Uptime
+======
+
+.. automodule:: uptime
diff --git a/doc/stub/tabs.py b/doc/stub/tabs.py
new file mode 100644
index 00000000..70794313
--- /dev/null
+++ b/doc/stub/tabs.py
@@ -0,0 +1,8 @@
+class Tab(object): pass
+class ChatTab(Tab): pass
+class PrivateTab(ChatTab): pass
+class MucTab(ChatTab): pass
+class ConversationTab(ChatTab): pass
+class RosterInfoTab(Tab): pass
+class XMLTab(Tab): pass
+
diff --git a/plugins/alias.py b/plugins/alias.py
index a3843f35..80efe5bc 100644
--- a/plugins/alias.py
+++ b/plugins/alias.py
@@ -1,7 +1,41 @@
"""
-Alias plugin.
+Installation
+------------
+You only have to load the plugin:
+
+``/load alias``
+
+Usage
+-----
+
+This plugin defines two new global commands: :term:`/alias` and :term:`/unalias`.
+
+.. glossary::
+
+ /alias
+ **Usage:** ``/alias <name> <command> [args]``
+
+ This command will create a new command, named ``name`` (and callable with
+ ``/name``), that runs ``/command``, with ``[args]`` as fixed args for the command.
+ When you run the alias, you can also pass parameters to it, that will be fed
+ to the original command.
+
+ Example: ::
+
+ /alias toto say "koin "
+
+ Will bind ``/say koin `` to ``/toto``, so this alias will work in any
+ Chat tab. If someone calls it with ::
+
+ /toto koin
+
+ Poezio will then execute ``/say koin koin``.
+
+ /unalias
+ **Usage:** ``/unalias <name>``
+
+ This command removes a defined alias.
-Allows the creation and the removal of personal aliases.
"""
from plugin import BasePlugin
diff --git a/plugins/amsg.py b/plugins/amsg.py
index 57a37255..c330373f 100644
--- a/plugins/amsg.py
+++ b/plugins/amsg.py
@@ -1,5 +1,25 @@
-# A simple broadcast plugin
+"""
+This plugin broadcasts a message to all your joined rooms.
+.. note:: With great power comes great responsability.
+ Use with moderation.
+
+Installation
+------------
+You only have to load the plugin.::
+
+ /load amsg
+
+Command
+-------
+
+.. glossary::
+
+ /amsg
+ **Usage:** ``/amsg <message>``
+
+
+"""
from plugin import BasePlugin
from tabs import MucTab
diff --git a/plugins/day_change.py b/plugins/day_change.py
index 179bfd98..d9cd3197 100644
--- a/plugins/day_change.py
+++ b/plugins/day_change.py
@@ -1,3 +1,15 @@
+"""
+This plugin adds a message at 00:00 in each of your chat tabs saying that the
+date has changed.
+
+Installation
+------------
+You only have to load the plugin.::
+
+ /load day_change
+
+"""
+
from gettext import gettext as _
from plugin import BasePlugin
import datetime
diff --git a/plugins/display_corrections.py b/plugins/display_corrections.py
index cad5a327..c7617b3e 100644
--- a/plugins/display_corrections.py
+++ b/plugins/display_corrections.py
@@ -1,6 +1,33 @@
-# A plugin that adds the /display_corrections command, to view the previous
-# versions of a corrected message.
+"""
+Lists old versions of a corrected message.
+Installation
+------------
+::
+
+ /load display_corrections
+
+Usage
+-----
+
+.. glossary::
+
+ /display_corrections
+ **Usage:** ``/display_corrections [number]``
+
+ This command lists the old versions of a message.
+
+ Without argument, it will list the last corrected message if there
+ is any. If you give an integer as an argument, ``/display_corrections``
+ will go back gradually in the buffer to find the message matching
+ that number (starting from 1, for the last corrected message).
+
+ If you are scrolling in the buffer, Poezio will list the corrected messages
+ starting from the first you can see. (although there are some problems with
+ multiline messages).
+
+
+"""
from plugin import BasePlugin
from common import shell_split
import tabs
diff --git a/plugins/double.py b/plugins/double.py
index 597ab242..02c7ddcd 100644
--- a/plugins/double.py
+++ b/plugins/double.py
@@ -1,3 +1,15 @@
+"""
+Double the first word of any message you send in a :ref:`muctab`, making you appear retarded.
+
+Installation
+------------
+
+You only have to load the plugin:
+
+.. code-block:: none
+
+ /load double
+"""
from plugin import BasePlugin
class Plugin(BasePlugin):
diff --git a/plugins/exec.py b/plugins/exec.py
index 4dbe9590..10681713 100644
--- a/plugins/exec.py
+++ b/plugins/exec.py
@@ -1,4 +1,46 @@
-# A plugin that can execute a command and send the result in the conversation
+"""
+This plugin lets you execute a system command through poezio.
+
+Installation
+------------
+
+You only have to load the plugin. ::
+
+ /load exec
+
+Usage
+-----
+
+.. warning:: Running commands that start a daemon or an interface is not a good
+ idea.
+
+.. glossary::
+
+ /exec
+ **Usage:** ``/exec [-o|-O] <command>``
+
+ Execute a system command.
+
+ ::
+
+ /exec command
+
+ Will give you the result in the information buffer.
+
+ ::
+
+ /exec -o command
+
+ Will send the result of the command into the current tab, if possible.
+
+ ::
+
+ /exec -O command
+
+ Will send the result of the command and the command summary into the current
+ tab, if possible.
+
+"""
from plugin import BasePlugin
import os
diff --git a/plugins/figlet.py b/plugins/figlet.py
index eaf8dab3..9006f793 100644
--- a/plugins/figlet.py
+++ b/plugins/figlet.py
@@ -1,3 +1,23 @@
+"""
+This plugin uses figlet to transform every message into a big ascii-art
+message.
+
+Installation
+------------
+You only have to load the plugin (and have :file:`figlet` installed, of course).
+::
+
+ /load figlet
+
+
+Usage
+-----
+
+Say something in a Chat tab.
+
+.. note:: Can create fun things when used with :ref:`The rainbow plugin <rainbow-plugin>`.
+
+"""
from plugin import BasePlugin
import subprocess
diff --git a/plugins/gpg/__init__.py b/plugins/gpg/__init__.py
index 9fa8ee13..c6945e18 100644
--- a/plugins/gpg/__init__.py
+++ b/plugins/gpg/__init__.py
@@ -1,3 +1,107 @@
+"""
+This plugin implements the `XEP-0027`_ “Current Jabber OpenPGP Usage”.
+
+This is a plugin used to encrypt one-to-one conversation using the PGP
+encryption method. You can use it if you want really good privacy. Without this
+encryption, your messages are encrypted **at least** from your client (poezio) to
+your server. The message is decrypted by your server and you cannot control the
+encryption method of your messages from your server to your contact’s server
+(unless you are your own server’s administrator), nor from your contact’s
+server to your contact’s client.
+
+This plugin does end-to-end encryption. This means that **only** your contact can
+decrypt your messages, and it is fully encrypted during **all** its travel
+through the internet.
+
+Note that if you are having an encrypted conversation with a contact, you can
+**not** send XHTML-IM messages to him. They will be removed and be replaced by
+plain text messages.
+
+Installation and configuration
+------------------------------
+
+You should autoload this plugin, as it will send your signed presence directly
+on login, making it easier for your contact’s clients to know that you are
+supporting GPG encryption. To do that, use the :term:`plugins_autoload` configuration
+option.
+
+You need to create a plugin configuration file. Create a file named :file:`gpg.cfg`
+into your plugins configuration directory (:file:`~/.config/poezio/plugins` by
+default), and fill it like this:
+
+.. code-block:: ini
+
+ [gpg]
+ keyid = 091F9C78
+ passphrase = your OPTIONAL passphrase
+
+ [keys]
+ example@jabber.org = E3CFCDE2
+ juliet@xmpp.org = EF27ABCD
+
+The ``gpg`` section is about your key. You need to specify the keyid, for the
+key you want to use. You can as well provide a passphrase. If you don’t, you
+should use a gpg agent or something like that that will ask your passphrase
+whenever you need it.
+
+The ``keys`` section contains your contact’s id keys. For each contact you want
+to have encrypted conversations with, add her/his JID associated with the keyid
+of his/her key.
+
+And that’s it, now you need to talk directly to the **full** jid of your
+contacts. Poezio doesn’t let you encrypt messages whom recipients is a bare
+JID.
+
+Additionnal information on GnuPG
+--------------------------------
+
+Create a key
+~~~~~~~~~~~~
+
+To create a personal key, use
+
+.. code-block:: bash
+
+ gpg --gen-key
+
+and follow the instructions.
+
+Keyid
+~~~~~
+The keyid (required in the gpg.cfg configuration file) is a 8 character-long
+key. You can get the ones you created or imported by using the command
+
+.. code-block:: bash
+
+ gpg --list-keys
+
+You will get something like
+
+.. code-block:: none
+
+ pub 4096R/01234567 2011-11-11
+ uid Your Name Here (comment) <email@example.org>
+ sub 4096R/AAFFBBCC 2011-11-11
+
+ pub 2048R/12345678 2011-11-12 [expire: 2011-11-22]
+ uid A contact’s name (comment) <fake@fake.fr>
+ sub 2048R/FFBBAACC 2011-11-12 [expire: 2011-11-22]
+
+In this example, the keyids are ``01234567`` and ``12345678``.
+
+Share your key
+~~~~~~~~~~~~~~
+Use:
+
+.. code-block:: bash
+
+ gpg --send-keys --keyserver pgp.mit.edu <keyid>
+
+to upload you public key on a public server.
+
+.. _XEP-0027: http://xmpp.org/extensions/xep-0027.html
+
+"""
from gpg import gnupg
from sleekxmpp.xmlstream.stanzabase import JID
diff --git a/plugins/iq_show.py b/plugins/iq_show.py
index 06d06d8e..69bd2722 100644
--- a/plugins/iq_show.py
+++ b/plugins/iq_show.py
@@ -1,3 +1,16 @@
+"""
+Show the exchanged IQs (useful for debugging).
+
+Installation
+------------
+
+Load the plugin:
+
+.. code-block:: none
+
+ /load iq_show
+
+"""
from plugin import BasePlugin
from sleekxmpp.xmlstream.matcher import StanzaPath
from sleekxmpp.xmlstream.handler import Callback
diff --git a/plugins/link.py b/plugins/link.py
index 9e8b6f97..a51a8bef 100644
--- a/plugins/link.py
+++ b/plugins/link.py
@@ -1,6 +1,80 @@
-# A plugin that adds the /link command, letting you open links that are pasted
-# in the conversation, without having to click them.
+"""
+Opens links in a browser.
+Installation
+------------
+
+First use case: local use
+~~~~~~~~~~~~~~~~~~~~~~~~~
+If you use poezio on your workstation, this is for you.
+You only have to load the plugin: ::
+
+ /load link
+
+Second use case: remote use
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
+If you use poezio through SSH, this is for you.
+
+.. note:: Small explanation: Poezio will create a `Unix FIFO`_ and send the commands in,
+ and you will have to run a dæmon locally with ssh, to get those commands.
+
+First, set the :term:`exec_remote` option in the config file to ``true``. Then select
+the directory you want to put the fifo in (default is the current
+directory, :file:`./`), the :file:`poezio.fifo` file will be created there.
+
+After that, load the plugin: ::
+
+ /load link
+
+And open a link with :term:`/link` (as described below), this will create the FIFO.
+
+You need to grab poezio’s sources on your client computer, or at least the `daemon.py`_
+file.
+
+Finally, on your client computer, run the ssh command:
+
+.. code-block:: bash
+
+ ssh toto@example.org "cat ~/poezio/poezio.fifo" | python3 daemon.py
+
+Usage
+-----
+
+.. glossary::
+
+ /link
+ **Usage:** ``/link [num]``
+
+ This plugin adds a :term:`/link` command that will open the links in ``firefox``. If
+ you want to use another browser, you can use the :term:`/set` command to change the
+ :term:`browser` option.
+
+
+ :term:`/link` without argument will open the last received link, if any is found.
+ If an integer argument is given, /link will go back gradually in the buffer
+ to open the previous link, and so on.
+
+
+ If you are scrolling in the buffer, poezio will open the links starting from
+ the first you can see. (although there are some problems with multiline
+ messages).
+
+Options
+-------
+
+:term:`exec_remote`
+
+ To execute the command on your client
+
+.. glossary::
+
+ browser
+ Set the default browser started by the plugin
+
+.. _Unix FIFO: https://en.wikipedia.org/wiki/Named_pipe
+.. _daemon.py: http://gitweb.louiz.org/?p=poezio;a=blob_plain;f=src/daemon.py;hb=HEAD
+
+"""
import re
from plugin import BasePlugin
diff --git a/plugins/mpd_client.py b/plugins/mpd_client.py
index 09a2e5d2..5991422c 100644
--- a/plugins/mpd_client.py
+++ b/plugins/mpd_client.py
@@ -1,4 +1,53 @@
-# a plugin adding a command to manipulate an MPD instance
+"""
+This plugin is here to send what you are listening to in a chat tab.
+
+
+
+Installation
+------------
+
+You need `python-mpd`_, in its python3 version.
+
+Then you can load the plugin.
+
+.. code-block:: none
+
+ /load mpd_client
+
+
+Configuration
+-------------
+
+You have to put the following into :file:`mpd_client.cfg`, as explained in
+the :ref:`plugin-configuration` section.
+
+.. note:: If you do not put anything, the plugin will try to connect to
+ :file:`localhost:6600` with no password.
+
+.. code-block:: ini
+
+ [mpd_client]
+ host = the_mpd_host
+ port = 6600
+ password = password if necessary
+
+
+Usage
+-----
+
+.. glossary::
+
+ /mpd
+ **Usage:** ``/mpd [full]``
+
+ The bare command will show the current song, artist, and album
+
+ ``/mpd full`` will show the current song, artist, and album,
+ plus a nice progress bar in color.
+
+.. _python-mpd: https://github.com/Mic92/python-mpd2
+
+"""
from plugin import BasePlugin
from common import shell_split
diff --git a/plugins/otr.py b/plugins/otr.py
index 4e900b84..9014a4c6 100644
--- a/plugins/otr.py
+++ b/plugins/otr.py
@@ -1,3 +1,98 @@
+"""
+
+.. warning:: THE OTR LIB IS IN AN EXPERIMENTAL STATE AND SHOULD NOT BE
+ CONSIDERED AS ENTIRELY RELIABLE
+
+This plugin implements `Off The Record messaging`_.
+
+This is a plugin used to encrypt one-to-one conversation using the OTR
+encryption method. You can use it if you want good privacy, deniability,
+authentication, and strong secrecy. Without this
+encryption, your messages are encrypted **at least** from your client (poezio) to
+your server. The message is decrypted by your server and you cannot control the
+encryption method of your messages from your server to your contact’s server
+(unless you are your own server’s administrator), nor from your contact’s
+server to your contact’s client.
+
+This plugin does end-to-end encryption. This means that **only** your contact can
+decrypt your messages, and it is fully encrypted during **all** its travel
+through the internet.
+
+Note that if you are having an encrypted conversation with a contact, you can
+**not** send XHTML-IM messages to him. They will be removed and be replaced by
+plain text messages.
+
+Installation and configuration
+------------------------------
+
+To use the OTR plugin, you must first install libopenotr.
+
+If you use Archlinux, there is a `libopenotr-git`_ package on the AUR.
+
+If not, then you will have to install it by hand.
+
+First, clone the repo and go inside the created directory:
+
+.. code-block:: bash
+
+ git clone https://github.com/teisenbe/libopenotr.git
+ cd libopenotr
+
+Then run autogen.sh and configure
+
+.. code-block:: bash
+
+ sh autogen.sh
+ ./configure --enable-gaping-security-hole
+
+(as of now, you *should* have been warned enough that the library is not finished)
+
+Then compile & install the lib:
+
+.. code-block:: bash
+
+ make
+ sudo make install
+
+Finally, install the python module:
+
+.. code-block:: bash
+
+ python3 setup.py build
+ sudo python3 setup.py install
+
+Usage
+-----
+
+To use OTR, make sure the plugin is loaded (if not, then do ``/load otr``).
+
+Once you are in a private conversation, you have to do a:
+
+
+.. code-block:: none
+
+ /otr start
+
+The status of the OTR encryption should appear in the bar between the chat and
+the input as ``OTR: encrypted``.
+
+
+Once you’re done, end the OTR session with
+
+.. code-block:: none
+
+ /otr end
+
+Known problems
+--------------
+
+Empty messages send when changing status.
+
+.. _Off The Record messaging: http://wiki.xmpp.org/web/OTR
+.. _libopenotr-git: https://aur.archlinux.org/packages.php?ID=57957
+
+"""
+
import pyotr
from sleekxmpp.xmlstream.stanzabase import JID
diff --git a/plugins/pacokick.py b/plugins/pacokick.py
index 358df013..bd285db8 100644
--- a/plugins/pacokick.py
+++ b/plugins/pacokick.py
@@ -1,3 +1,25 @@
+"""
+This plugin adds a :term:`/pacokick` command, which is a random kick.
+
+Installation
+------------
+You only have to load the plugin.
+
+.. code-block:: none
+
+ /load pacokick
+
+Usage
+-----
+
+.. glossary::
+
+ /pacokick
+
+ Run the command in a room where you are a moderator to
+ kick someone randomly.
+"""
+
from random import choice
from tabs import MucTab
diff --git a/plugins/ping.py b/plugins/ping.py
index faf3e97d..c4f56c81 100644
--- a/plugins/ping.py
+++ b/plugins/ping.py
@@ -1,3 +1,35 @@
+"""
+This plugin allows you to ping an entity.
+
+Installation
+------------
+You only have to load the plugin.
+
+.. code-block:: none
+
+ /load ping
+
+Command
+-------
+
+.. glossary::
+
+ /ping
+ **Usage (globally):** ``/ping <jid>``
+
+ **Usage (in a MUC tab):** ``/ping <jid or nick>``
+
+ **Usage (in a conversation tab):** ``/ping [jid]``
+
+ Globally, you can do ``/ping jid@example.com`` to get a ping.
+
+ In a MUC, you can either do it to a JID or a nick (``/ping nick`` or ``/ping
+ jid@example.com``).
+
+ In a private or a direct conversation, you can do ``/ping`` to ping
+ the current interlocutor.
+"""
+
from plugin import BasePlugin
from roster import roster
from common import safeJID
diff --git a/plugins/quote.py b/plugins/quote.py
index 9b1fd9ad..829f251e 100644
--- a/plugins/quote.py
+++ b/plugins/quote.py
@@ -1,3 +1,33 @@
+"""
+This plugin allows you to quote messages easily.
+
+Installation
+------------
+You only have to load the plugin.
+
+.. code-block:: none
+
+ /load quote
+
+Usage
+-------
+
+.. glossary::
+
+ /quote
+ **Usage:** ``/quote <timestamp>``
+
+ Timestamp is in ``HH:MM:SS`` format, and can be completed with [tab].
+
+ Example:
+
+ .. code-block:: none
+
+ /quote 21:12:23
+
+ If there is a message at 21:12:23, it will be put in the input. If there
+ isn’t, you will get a warning.
+"""
from plugin import BasePlugin
from xhtml import clean_text
import common
diff --git a/plugins/rainbow.py b/plugins/rainbow.py
index 4a188b33..0937eeb7 100644
--- a/plugins/rainbow.py
+++ b/plugins/rainbow.py
@@ -1,3 +1,26 @@
+"""
+This plugin colors each character of a message with a random color.
+
+Installation
+------------
+
+You only have to load the plugin.
+
+.. code-block:: none
+
+ /load rainbow
+
+Usage
+-----
+
+.. glossary::
+
+ /rainbow
+
+ Say something in a Chat tab.
+
+.. note:: Can create fun things when used with :ref:`The figlet plugin <figlet-plugin>`.
+"""
from plugin import BasePlugin
import xhtml
import random
diff --git a/plugins/reminder.py b/plugins/reminder.py
index 16a3f710..eb2f9801 100644
--- a/plugins/reminder.py
+++ b/plugins/reminder.py
@@ -1,3 +1,60 @@
+"""
+Installation
+------------
+You only have to load the plugin:
+
+.. code-block:: none
+
+ /load reminder
+
+Usage
+-----
+
+This plugin defines three new global commands: :term:`/remind`,
+:term:`/done`, and :term:`/tasks`.
+
+.. glossary::
+
+ /remind
+ **Usage:** ``/remind <time> <todo>``
+
+ This command will remind you to do ``todo`` every ``time``.
+
+ /done
+ **Usage:** ``/done <id>``
+ Remove a reminder.
+
+ The ``id`` is found using :term:`/tasks`.
+
+
+ /tasks
+
+ Print a list of the tasks, their ids, and their frequency, into the
+ information buffer.
+
+Time format
+-----------
+
+In seconds:
+
+.. code-block:: none
+
+ /remind 600 Work!
+
+Will remind you to work every 10 minutes.
+
+Defining the time in seconds is not really practical, so you can describe it
+with days, hours, and minutes, in a time-string, e.g:
+
+.. code-block:: python
+
+ /remind 1h23m "Get up"
+
+Will remind you to get up every 1 hour 23 minutes.
+
+
+"""
+
from plugin import BasePlugin
import curses
import common
diff --git a/plugins/replace.py b/plugins/replace.py
index abf79648..5f1e33d1 100644
--- a/plugins/replace.py
+++ b/plugins/replace.py
@@ -1,7 +1,65 @@
"""
-Replace a pattern from a message you're about to send, by the result of a
-function. For example you can insert the current time in your sentence by
-writing %time% in it.
+Replace some patterns in a message before sending it.
+
+
+Installation
+------------
+You only have to load the plugin.
+
+.. code-block:: none
+
+ /load replace
+
+Usage
+-----
+Insert a pattern in the form
+
+.. code-block:: none
+
+ %pattern%
+
+in your message, and it will be replaced by the corresponding text.
+
+The list of provided patterns is:
+
+- **time**: Insert the current time
+- **date**: Insert the current date
+- **datetime**: Insert the current date and time
+- **random_nick**: Insert a random nick from the current MUC
+- **dice**: Insert a random number between 1 and 6
+
+Add your own pattern
+--------------------
+
+You can easily edit this plugin to add your own patterns. For example if
+don’t want to search for an insult everytime you’re angry, you can create a
+curse pattern this way:
+
+- In the init(self) method of the Plugin class, add something like
+
+.. code-block:: python
+
+ self.patterns['curse'] = replace_curse
+
+- then define a function (not a method of the Plugin class) at the bottom
+ of the file. For example:
+
+
+.. code-block:: python
+
+ def replace_curse(message, tab):
+ return random.choice(['dumb shit', 'idiot', 'moron'])
+
+and you can now use something like
+
+.. code-block:: none
+
+ Shut up, %curse%!
+
+in your everyday-conversations.
+
+For more convenience, you can read your nice words from a file, do whatever
+you want in that function, as long as it returns a string.
"""
from plugin import BasePlugin
diff --git a/plugins/revstr.py b/plugins/revstr.py
index 27141969..4d5720dc 100644
--- a/plugins/revstr.py
+++ b/plugins/revstr.py
@@ -1,3 +1,17 @@
+"""
+Reverse everything you say.
+
+Installation
+------------
+
+You only have to load the plugin:
+
+.. code-block:: none
+
+ /load revstr
+
+
+"""
from plugin import BasePlugin
class Plugin(BasePlugin):
diff --git a/plugins/screen_detach.py b/plugins/screen_detach.py
index 6ee96896..2cc55cd6 100644
--- a/plugins/screen_detach.py
+++ b/plugins/screen_detach.py
@@ -1,3 +1,15 @@
+"""
+This plugin will set your status to **away** if you detach your screen.
+
+Installation
+------------
+You only have to load the plugin.
+
+.. code-block:: none
+
+ /load screen_detach
+
+"""
from plugin import BasePlugin
import os
import stat
diff --git a/plugins/shuffle.py b/plugins/shuffle.py
index edf13083..55f5cad2 100644
--- a/plugins/shuffle.py
+++ b/plugins/shuffle.py
@@ -1,3 +1,17 @@
+"""
+Shuffle the words in every message you send in a :ref:`muctab`
+(may confuse the reader).
+
+Installation
+------------
+
+You only have to load the plugin:
+
+.. code-block:: none
+
+ /load shuffle
+
+"""
from plugin import BasePlugin
from random import shuffle
diff --git a/plugins/simple_notify.py b/plugins/simple_notify.py
index 62b1f81a..a44a6902 100644
--- a/plugins/simple_notify.py
+++ b/plugins/simple_notify.py
@@ -1,3 +1,69 @@
+"""
+This plugin lets you execute a command, to notify you from new important
+messages.
+
+Installation and configuration
+------------------------------
+
+You need to create a plugin configuration file. Create a file named :file:`simple_notify.cfg`
+into your plugins configuration directory (:file:`~/.config/poezio/plugins` by
+default), and fill it like this:
+
+First example:
+
+.. code-block:: ini
+
+ [simple_notify]
+ command = notify-send -i /path/to/poezio/data/poezio_80.png "New message from %(from)s" "%(body)s"
+
+Second example:
+
+.. code-block:: ini
+
+ [simple_notify]
+ command = echo \\<%{from}s\\> %{body}s >> some.fifo
+ delay = 3
+ after_command = echo >> some.fifo
+
+You can put any command, instead of these ones. You can also use the
+special keywords ``%(from)s`` and ``%(body)s`` that will be replaced
+directly in the command line by the author of the message, and the body.
+
+The first example shown above will display something like this:
+
+.. figure:: ../images/simple_notify_example.png
+ :alt: Simple notify example
+
+The second example will first write the author and the message in a
+fifo, that fifo can locally be read by some other program (was tested
+with the xmobar PipeReader command, which displays what is read from a
+fifo into a status bar. Be careful, you have two different fifos in
+that case, don’t get confused). The :term:`delay` and :term:`after_command` options
+are used to erase/delete/kill the notification after a certain
+delay. In our example it is used to display an empty message in our
+xmobar, erasing the notification after 3 seconds.
+
+.. note:: If you set the :term:`exec_remote` option to ``true`` into the
+ main configuration file, the command will be executed remotely
+ (as explained in the :ref:`link-plugin` plugin help).
+
+Options defined
+---------------
+
+.. glossary::
+ :sorted:
+
+ command
+ The command to execute (with special keywords ``%{from}s`` and ``${body}s``)
+
+ delay
+ Delay after which :term:`after_command` must be executed.
+
+ after_command
+ Command to run after :term:`delay`. You probably want to clean up things.
+
+"""
+
from plugin import BasePlugin
from xhtml import clean_text, get_body_from_message_stanza
from timed_events import DelayedEvent
diff --git a/plugins/status.py b/plugins/status.py
index c3e0aa7b..9926ffc8 100644
--- a/plugins/status.py
+++ b/plugins/status.py
@@ -1,3 +1,38 @@
+"""
+This plugin adds several aliases, to shorten status changes.
+
+Installation
+------------
+You only have to load the plugin.
+
+.. code-block:: none
+
+ /load status
+
+Aliases
+-------
+
+.. glossary::
+ :sorted:
+
+ /afk
+ /away
+ Set your status to ``away``
+
+ /dnd
+ /busy
+ Set your status to ``dnd``
+
+ /available
+ Set your status to ``available``
+
+ /chat
+ Set your status to ``chat``
+
+ /xa
+ Set your status to ``xa``
+
+"""
from plugin import BasePlugin
class Plugin(BasePlugin):
diff --git a/plugins/time_marker.py b/plugins/time_marker.py
index 2801ff47..b26a6ae7 100644
--- a/plugins/time_marker.py
+++ b/plugins/time_marker.py
@@ -1,5 +1,7 @@
"""
-A plugin that helps you identify the times of a conversation. For example
+Display the time between two messages.
+
+Helps you identify the times of a conversation. For example
if you disable the timestamps, and remove the join/quit notifications in a
MUC, you can’t really distinguish when a conversation stopped and when a new
one started, because you don’t have a visual separation between the two.
@@ -9,6 +11,31 @@ passed between two messages, if the time is bigger than X minutes
(configurable, of course. Default is 15 minutes). This way you know how many time elapsed between
them, letting you understand more easily what is going on without any visual
clutter.
+
+Installation
+------------
+
+You only have to load the plugin.
+
+.. code-block:: none
+
+ /load time_marker
+
+Configuration
+-------------
+
+You can configure the minimum delay between two messages, to display the time marker, in seconds. The default is 10 minutes (aka 600 seconds).
+
+.. code-block:: ini
+
+ [time_marker]
+ delay = 600
+
+Usage
+-----
+
+Messages like “2 hours, 25 minutes passed…” are automatically displayed into the converstation. You don’t need to (and can’t) do anything.
+
"""
from plugin import BasePlugin
diff --git a/plugins/uptime.py b/plugins/uptime.py
index cc47b46f..6138063e 100644
--- a/plugins/uptime.py
+++ b/plugins/uptime.py
@@ -1,3 +1,25 @@
+"""
+This plugin retrieves the uptime of a server.
+
+Installation
+------------
+You only have to load the plugin.
+
+.. code-block:: none
+
+ /load uptime
+
+
+Command
+-------
+
+.. glossary::
+
+ /uptime
+ **Usage:** ``/uptime <jid>``
+
+ Retrieve the uptime of the server of ``jid``.
+"""
from plugin import BasePlugin
import tabs
from common import parse_secs_to_str, safeJID