summaryrefslogtreecommitdiff
path: root/doc/source/plugins/index.rst
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2013-05-11 18:38:12 +0200
committermathieui <mathieui@mathieui.net>2013-05-11 18:38:12 +0200
commit1a349efeb17ede2e744eb94c4217081a384af8b2 (patch)
treeae97f1d2d7bf6fdd8a5786af1d282949cee37655 /doc/source/plugins/index.rst
parentdde153e85b257de453c9587a09881af0649b5c16 (diff)
downloadpoezio-1a349efeb17ede2e744eb94c4217081a384af8b2.tar.gz
poezio-1a349efeb17ede2e744eb94c4217081a384af8b2.tar.bz2
poezio-1a349efeb17ede2e744eb94c4217081a384af8b2.tar.xz
poezio-1a349efeb17ede2e744eb94c4217081a384af8b2.zip
Update the documentation
(do not encourage people to copy the plugins)
Diffstat (limited to 'doc/source/plugins/index.rst')
-rw-r--r--doc/source/plugins/index.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/source/plugins/index.rst b/doc/source/plugins/index.rst
index 80fb6f9a..5fbbfdc2 100644
--- a/doc/source/plugins/index.rst
+++ b/doc/source/plugins/index.rst
@@ -8,12 +8,16 @@ Here is a quick howto and a plugin index.
Setting up plugins
------------------
+
Poezio seeks the plugins in the :file:`~/.local/share/poezio/plugins/` dir (more
generally, the :file:`$XDG_DATA_HOME/poezio/plugins/` dir), but that can be changed
by setting the :term:`plugins_dir` option to the directory where you want to
put your plugins.
-This means that if you want to use a plugin, you have to copy it (the .py file or the directory) into :term:`plugins_dir`.
+By default, poezio will also seek the plugins in :file:`../plugins`, in the source
+directory, in order to always load the latest versions. You should put a plugin
+in :file:`$XDG_DATA_HOME/poezio/plugins` only if you have a custom version (that
+will override the one in :file:`../plugins`), or if it is a plugin you made.
Plugin autoload