summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-03-03 03:10:15 +0100
committerKali Kaneko (leap communications) <kali@leap.se>2017-03-05 00:12:14 +0100
commit80f154e9f8f6a786170fe39f521a6d620a0d760b (patch)
tree62c31794652b007f76b935750889656baedf4499
parentc6d8d1d96331de14f62178d6948a66ad9a3ac4b1 (diff)
[docs] add note about pixelated packaging
-rw-r--r--docs/conf.py2
-rw-r--r--docs/mail/index.rst8
2 files changed, 9 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 04651b00..f9e32a1c 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -59,7 +59,7 @@ author = u'LEAP Encryption Access Project'
# built documents.
#
# The short X.Y version.
-version = u'0.9.4'
+version = u'0.9.5'
# The full version, including alpha/beta/rc tags.
release = u'0.9.4'
diff --git a/docs/mail/index.rst b/docs/mail/index.rst
index 22bdcf4d..0345830f 100644
--- a/docs/mail/index.rst
+++ b/docs/mail/index.rst
@@ -74,6 +74,14 @@ Authentication
Currently, IMAP and SMTP are twisted services that are binded to ``localhost``. These services be initialized by the bitmask.core daemon, but they are not tied to any user session. When an use attempts to log in to those services, a ``twisted.cred`` pluggable authentication plugin will try to lookup a ``mail token`` that is stored inside the soledad encrypted storage.
+Pixelated user agent
+----------------------
+From the 0.9.5 release, bundles are shipping the Pixelated User Agent. Until
+some merge requests (dealing with packaging of the js resources) are merged
+upstream, you will need to install pixelated user agent from kali's repo::
+
+ pip install pixelated_www pixelated_user_agent --find-links https://devpi.net/kali/dev
+
Mail development resources