Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
poezio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
178
Issues
178
List
Boards
Labels
Service Desk
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
poezio
poezio
Commits
1d18f4f8
Commit
1d18f4f8
authored
Apr 10, 2013
by
mathieui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add the separate accounts page
parent
4c2553bb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
26 additions
and
17 deletions
+26
-17
doc/source/commands.rst
doc/source/commands.rst
+1
-3
doc/source/dev/index.rst
doc/source/dev/index.rst
+1
-0
doc/source/misc/index.rst
doc/source/misc/index.rst
+3
-14
doc/source/misc/separate.rst
doc/source/misc/separate.rst
+21
-0
No files found.
doc/source/commands.rst
View file @
1d18f4f8
...
...
@@ -7,9 +7,7 @@ you can use the **"** character to surround this argument.
The commands described in this page are shown like this:
.. code-block::
/command <mandatory argument> [optional argument]
``/command <mandatory argument> [optional argument]``
You can get the same help as below from inside poezio with the **/help** command.
...
...
doc/source/dev/index.rst
View file @
1d18f4f8
...
...
@@ -16,4 +16,5 @@ Contents:
timed_events
common
sleek
theming
doc/source/misc/index.rst
View file @
1d18f4f8
Miscellaneous
topics
============
========
Other
topics
============
Contents:
.. toctree::
:maxdepth: 2
separate
correct
ssl
..
configure
ssl
usage
themes
keys
plugins
misc
xep
dev
doc/source/misc/separate.rst
0 → 100644
View file @
1d18f4f8
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:
.. code-block:: bash
./launch.sh -f separate_config.cfg
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.
Those options are detailed in the *configuration page*.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment