Index: docs/src/_build/html/install.html
===================================================================
--- docs/src/_build/html/install.html	(revision 13)
+++ docs/src/_build/html/install.html	(revision 16)
@@ -9,5 +9,5 @@
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     
-    <title>Installation instructions &mdash; Postman 0.1.0 documentation</title>
+    <title>Installation instructions &mdash; Mailjam 0.1.0 documentation</title>
     
     <link rel="stylesheet" href="_static/default.css" type="text/css" />
@@ -26,7 +26,7 @@
     <script type="text/javascript" src="_static/underscore.js"></script>
     <script type="text/javascript" src="_static/doctools.js"></script>
-    <link rel="top" title="Postman 0.1.0 documentation" href="index.html" />
+    <link rel="top" title="Mailjam 0.1.0 documentation" href="index.html" />
     <link rel="next" title="Configuration" href="configuration.html" />
-    <link rel="prev" title="Overview of postman’s architecture" href="overview.html" /> 
+    <link rel="prev" title="Overview of mailjam’s architecture" href="overview.html" /> 
   </head>
   <body>
@@ -41,7 +41,7 @@
              accesskey="N">next</a> |</li>
         <li class="right" >
-          <a href="overview.html" title="Overview of postman’s architecture"
+          <a href="overview.html" title="Overview of mailjam’s architecture"
              accesskey="P">previous</a> |</li>
-        <li><a href="index.html">Postman 0.1.0 documentation</a> &raquo;</li> 
+        <li><a href="index.html">Mailjam 0.1.0 documentation</a> &raquo;</li> 
       </ul>
     </div>  
@@ -59,5 +59,5 @@
 <li><a class="reference internal" href="#installation-instructions" id="id3">Installation instructions</a><ul>
 <li><a class="reference internal" href="#first-install-dependencies" id="id4">First, install dependencies</a></li>
-<li><a class="reference internal" href="#second-install-postman" id="id5">Second, install Postman</a><ul>
+<li><a class="reference internal" href="#second-install-mailjam" id="id5">Second, install Mailjam</a><ul>
 <li><a class="reference internal" href="#installing-using-pip" id="id6">Installing using pip</a></li>
 <li><a class="reference internal" href="#installing-using-easy-install" id="id7">Installing using easy_install</a></li>
@@ -70,6 +70,6 @@
 </ul>
 </li>
-<li><a class="reference internal" href="#setting-up-postman" id="id12">Setting up Postman</a></li>
-<li><a class="reference internal" href="#running-postman" id="id13">Running Postman</a></li>
+<li><a class="reference internal" href="#setting-up-mailjam" id="id12">Setting up Mailjam</a></li>
+<li><a class="reference internal" href="#running-mailjam" id="id13">Running Mailjam</a></li>
 <li><a class="reference internal" href="#running-tests-developers-only" id="id14">Running tests (developers only)</a></li>
 </ul>
@@ -79,31 +79,31 @@
 <div class="section" id="first-install-dependencies">
 <span id="install-dependencies"></span><h2><a class="toc-backref" href="#id4">First, install dependencies</a><a class="headerlink" href="#first-install-dependencies" title="Permalink to this headline">¶</a></h2>
-<p>So far, the only dependency you will need in order to run postman is <a class="reference external" href="http://python.org">Python</a></p>
-<p>Postman has been tested with python <em>2.7.x</em>, but it should work with versions
+<p>So far, the only dependency you will need in order to run mailjam is <a class="reference external" href="http://python.org">Python</a></p>
+<p>Mailjam has been tested with python <em>2.7.x</em>, but it should work with versions
 <em>2.6.x</em> too.</p>
 <p>Please, refer to your operating system package system documentation to learn
 more about how to install python.</p>
 </div>
-<div class="section" id="second-install-postman">
-<span id="install-postman"></span><h2><a class="toc-backref" href="#id5">Second, install Postman</a><a class="headerlink" href="#second-install-postman" title="Permalink to this headline">¶</a></h2>
+<div class="section" id="second-install-mailjam">
+<span id="install-mailjam"></span><h2><a class="toc-backref" href="#id5">Second, install Mailjam</a><a class="headerlink" href="#second-install-mailjam" title="Permalink to this headline">¶</a></h2>
 <div class="section" id="installing-using-pip">
 <span id="install-with-pip"></span><h3><a class="toc-backref" href="#id6">Installing using pip</a><a class="headerlink" href="#installing-using-pip" title="Permalink to this headline">¶</a></h3>
-<p>You can install Postman using <a class="reference external" href="http://www.pip-installer.org/en/latest/index.html">pip</a>:</p>
-<div class="highlight-python"><pre>pip install -e https://bitbucket.org/codigo23/postman#egg=postman</pre>
+<p>You can install Mailjam using <a class="reference external" href="http://www.pip-installer.org/en/latest/index.html">pip</a>:</p>
+<div class="highlight-python"><pre>pip install -e https://bitbucket.org/codigo23/mailjam#egg=mailjam</pre>
 </div>
 <div class="admonition note">
 <p class="first admonition-title">Note</p>
-<p class="last">Postman has not been recorded/uploaded to <a class="reference external" href="http://pypi.python.org/pypi">pypi</a> yet, so, in order to install
-it using pip you will have to provide the URL for the public Postman repo.</p>
+<p class="last">Mailjam has not been recorded/uploaded to <a class="reference external" href="http://pypi.python.org/pypi">pypi</a> yet, so, in order to install
+it using pip you will have to provide the URL for the public Mailjam repo.</p>
 </div>
 </div>
 <div class="section" id="installing-using-easy-install">
 <span id="install-with-easy-install"></span><h3><a class="toc-backref" href="#id7">Installing using easy_install</a><a class="headerlink" href="#installing-using-easy-install" title="Permalink to this headline">¶</a></h3>
-<p>You can not install Postman using <a class="reference external" href="http://peak.telecommunity.com/DevCenter/EasyInstall">easy_install</a> yet (until we do record/upload
+<p>You can not install Mailjam using <a class="reference external" href="http://peak.telecommunity.com/DevCenter/EasyInstall">easy_install</a> yet (until we do record/upload
 it to pypi)</p>
 </div>
 <div class="section" id="installing-inside-a-virtualenv">
 <span id="install-inside-virtualenv"></span><h3><a class="toc-backref" href="#id8">Installing inside a virtualenv</a><a class="headerlink" href="#installing-inside-a-virtualenv" title="Permalink to this headline">¶</a></h3>
-<p>You can install Postman inside a <a class="reference external" href="http://www.virtualenv.org/en/latest/index.html">virtualenv</a>. Just create a virtualenv:</p>
+<p>You can install Mailjam inside a <a class="reference external" href="http://www.virtualenv.org/en/latest/index.html">virtualenv</a>. Just create a virtualenv:</p>
 <div class="highlight-python"><div class="highlight"><pre><span class="n">virtualenv</span> <span class="o">/</span><span class="n">path</span><span class="o">/</span><span class="n">to</span><span class="o">/</span><span class="n">your</span><span class="o">/</span><span class="n">env</span>
 </pre></div>
@@ -121,6 +121,6 @@
 </div>
 </div>
-<p>And, once the environment has been activated, use pip to install Postman:</p>
-<div class="highlight-python"><pre>env$ pip install -e https://bitbucket.org/codigo23/postman#egg=postman</pre>
+<p>And, once the environment has been activated, use pip to install Mailjam:</p>
+<div class="highlight-python"><pre>env$ pip install -e https://bitbucket.org/codigo23/mailjam#egg=mailjam</pre>
 </div>
 </div>
@@ -136,10 +136,10 @@
 <div class="section" id="from-repository">
 <span id="install-from-repository"></span><h4><a class="toc-backref" href="#id11">From repository</a><a class="headerlink" href="#from-repository" title="Permalink to this headline">¶</a></h4>
-<p>The source code of Postman is hosted in <a class="reference external" href="https://bitbucket.org">bitbucket</a> <a class="footnote-reference" href="#id2" id="id1">[1]</a>. In order to grab
+<p>The source code of Mailjam is hosted in <a class="reference external" href="https://bitbucket.org">bitbucket</a> <a class="footnote-reference" href="#id2" id="id1">[1]</a>. In order to grab
 the latest sources you need <a class="reference external" href="http://mercurial.selenic.com">Mercurial</a>.</p>
 <p>To get a copy of the sources, just <em>clone</em> the repository:</p>
-<div class="highlight-python"><pre>hg clone https://bitbucket.org/codigo23/postman postman-repo</pre>
-</div>
-<p>Then, go inside the <em>postman-repo</em> directory and run:</p>
+<div class="highlight-python"><pre>hg clone https://bitbucket.org/codigo23/mailjam mailjam-repo</pre>
+</div>
+<p>Then, go inside the <em>mailjam-repo</em> directory and run:</p>
 <div class="highlight-python"><pre>python setup.py install</pre>
 </div>
@@ -157,10 +157,10 @@
 </div>
 </div>
-<div class="section" id="setting-up-postman">
-<span id="install-setting-up-postman"></span><h2><a class="toc-backref" href="#id12">Setting up Postman</a><a class="headerlink" href="#setting-up-postman" title="Permalink to this headline">¶</a></h2>
+<div class="section" id="setting-up-mailjam">
+<span id="install-setting-up-mailjam"></span><h2><a class="toc-backref" href="#id12">Setting up Mailjam</a><a class="headerlink" href="#setting-up-mailjam" title="Permalink to this headline">¶</a></h2>
 <p>TBW</p>
 </div>
-<div class="section" id="running-postman">
-<span id="install-running-postman"></span><h2><a class="toc-backref" href="#id13">Running Postman</a><a class="headerlink" href="#running-postman" title="Permalink to this headline">¶</a></h2>
+<div class="section" id="running-mailjam">
+<span id="install-running-mailjam"></span><h2><a class="toc-backref" href="#id13">Running Mailjam</a><a class="headerlink" href="#running-mailjam" title="Permalink to this headline">¶</a></h2>
 <p>TBW</p>
 </div>
@@ -171,5 +171,5 @@
 <colgroup><col class="label" /><col /></colgroup>
 <tbody valign="top">
-<tr><td class="label"><a class="fn-backref" href="#id1">[1]</a></td><td><a class="reference external" href="https://bitbucket.org/codigo23/postman">https://bitbucket.org/codigo23/postman</a></td></tr>
+<tr><td class="label"><a class="fn-backref" href="#id1">[1]</a></td><td><a class="reference external" href="https://bitbucket.org/codigo23/mailjam">https://bitbucket.org/codigo23/mailjam</a></td></tr>
 </tbody>
 </table>
@@ -187,5 +187,5 @@
 <li><a class="reference internal" href="#">Installation instructions</a><ul>
 <li><a class="reference internal" href="#first-install-dependencies">First, install dependencies</a></li>
-<li><a class="reference internal" href="#second-install-postman">Second, install Postman</a><ul>
+<li><a class="reference internal" href="#second-install-mailjam">Second, install Mailjam</a><ul>
 <li><a class="reference internal" href="#installing-using-pip">Installing using pip</a></li>
 <li><a class="reference internal" href="#installing-using-easy-install">Installing using easy_install</a></li>
@@ -198,6 +198,6 @@
 </ul>
 </li>
-<li><a class="reference internal" href="#setting-up-postman">Setting up Postman</a></li>
-<li><a class="reference internal" href="#running-postman">Running Postman</a></li>
+<li><a class="reference internal" href="#setting-up-mailjam">Setting up Mailjam</a></li>
+<li><a class="reference internal" href="#running-mailjam">Running Mailjam</a></li>
 <li><a class="reference internal" href="#running-tests-developers-only">Running tests (developers only)</a></li>
 </ul>
@@ -207,5 +207,5 @@
   <h4>Previous topic</h4>
   <p class="topless"><a href="overview.html"
-                        title="previous chapter">Overview of postman&#8217;s architecture</a></p>
+                        title="previous chapter">Overview of mailjam&#8217;s architecture</a></p>
   <h4>Next topic</h4>
   <p class="topless"><a href="configuration.html"
@@ -243,7 +243,7 @@
              >next</a> |</li>
         <li class="right" >
-          <a href="overview.html" title="Overview of postman’s architecture"
+          <a href="overview.html" title="Overview of mailjam’s architecture"
              >previous</a> |</li>
-        <li><a href="index.html">Postman 0.1.0 documentation</a> &raquo;</li> 
+        <li><a href="index.html">Mailjam 0.1.0 documentation</a> &raquo;</li> 
       </ul>
     </div>
