summaryrefslogtreecommitdiff
path: root/doc/en/misc
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2013-04-08 18:52:35 +0200
committermathieui <mathieui@mathieui.net>2013-04-08 18:52:35 +0200
commitbd8d38d711e15d42ac8e797723af5242e4c3f4fb (patch)
treed3ea6da641be1c7e67a3123071cb816933436502 /doc/en/misc
parente5f219d43edbb4b05c8890f81f2f93b90e215a10 (diff)
downloadpoezio-bd8d38d711e15d42ac8e797723af5242e4c3f4fb.tar.gz
poezio-bd8d38d711e15d42ac8e797723af5242e4c3f4fb.tar.bz2
poezio-bd8d38d711e15d42ac8e797723af5242e4c3f4fb.tar.xz
poezio-bd8d38d711e15d42ac8e797723af5242e4c3f4fb.zip
Beginning of the migration to reST documentation
Diffstat (limited to 'doc/en/misc')
-rw-r--r--doc/en/misc/correct.txt21
-rw-r--r--doc/en/misc/index.txt9
-rw-r--r--doc/en/misc/separate.txt20
3 files changed, 0 insertions, 50 deletions
diff --git a/doc/en/misc/correct.txt b/doc/en/misc/correct.txt
deleted file mode 100644
index eadcde2b..00000000
--- a/doc/en/misc/correct.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-Message Correction
-==================
-
-Poezio implements the link:http://xmpp.org/extensions/xep-0308.html[XEP-0308]
-which allows the correction of the last message sent.
-
-The corrections are signalled with a number append to the nick of the user, in
-a different color.
-
-image::../../images/correct.png["Corrected message", title="A corrected message"]
-
-The *9* here represents the number of times this message has been corrected.
-
-
-You can show the revisions of a message by loading the
-link:../plugins/display_corrections.html[display_corrections] plugin, and you
-can correct your own messages with the */correct* command.
-
-
-NOTE: Please do not abuse of this feature, as it will simply be displayed as
-another message in the other clients.
diff --git a/doc/en/misc/index.txt b/doc/en/misc/index.txt
deleted file mode 100644
index 7eaecf5f..00000000
--- a/doc/en/misc/index.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-Other topics
-============
-
-Available pages in this topic
------------------------------
-
-
-* link:correct.html[Message Correction]
-* link:separate.html[Using several accounts]
diff --git a/doc/en/misc/separate.txt b/doc/en/misc/separate.txt
deleted file mode 100644
index 76db8877..00000000
--- a/doc/en/misc/separate.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-Using several accounts
-======================
-
-Poezio does not support multi-accounts, and we do not plan to do so in a
-foreseeable future. However, you can run several poezio instances (e.g. with
-tmux or screen) to have similar functionnality.
-
-You can specify a different configuration file than the default with:
-
-[source, bash]
- ./launch.sh -f separate_config.cfg
-
-
-The relevant options for a separate config are the following:
-
-* *plugins_dir*: A different directory for the plugin sources (not _that_ useful)
-* *log_dir*: A different directory for logs
-* *plugins_conf_dir*: A different directory for plugin configurations ; useful for the GPG plugin, for example.
-
-Those options are detailed in the link:../configure.html[configuration page].