Ignore:
Timestamp:
May 22, 2012, 9:31:15 AM (12 years ago)
Author:
Borja Lopez <borja@…>
Branch:
default
Phase:
public
Message:

Renamed the project to Mailjam

File:
1 edited

Legend:

Unmodified
Added
Removed
  • docs/src/_build/html/overview.html

    r13 r16  
    99    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    1010   
    11     <title>Overview of postman’s architecture &mdash; Postman 0.1.0 documentation</title>
     11    <title>Overview of mailjam’s architecture &mdash; Mailjam 0.1.0 documentation</title>
    1212   
    1313    <link rel="stylesheet" href="_static/default.css" type="text/css" />
     
    2626    <script type="text/javascript" src="_static/underscore.js"></script>
    2727    <script type="text/javascript" src="_static/doctools.js"></script>
    28     <link rel="top" title="Postman 0.1.0 documentation" href="index.html" />
     28    <link rel="top" title="Mailjam 0.1.0 documentation" href="index.html" />
    2929    <link rel="next" title="Installation instructions" href="install.html" />
    30     <link rel="prev" title="Postman official documentation" href="index.html" />
     30    <link rel="prev" title="Mailjam official documentation" href="index.html" />
    3131  </head>
    3232  <body>
     
    4141             accesskey="N">next</a> |</li>
    4242        <li class="right" >
    43           <a href="index.html" title="Postman official documentation"
     43          <a href="index.html" title="Mailjam official documentation"
    4444             accesskey="P">previous</a> |</li>
    45         <li><a href="index.html">Postman 0.1.0 documentation</a> &raquo;</li>
     45        <li><a href="index.html">Mailjam 0.1.0 documentation</a> &raquo;</li>
    4646      </ul>
    4747    </div> 
     
    5252          <div class="body">
    5353           
    54   <div class="section" id="overview-of-postman-s-architecture">
    55 <h1><a class="toc-backref" href="#id1">Overview of postman&#8217;s architecture</a><a class="headerlink" href="#overview-of-postman-s-architecture" title="Permalink to this headline">¶</a></h1>
     54  <div class="section" id="overview-of-mailjam-s-architecture">
     55<h1><a class="toc-backref" href="#id1">Overview of mailjam&#8217;s architecture</a><a class="headerlink" href="#overview-of-mailjam-s-architecture" title="Permalink to this headline">¶</a></h1>
    5656<div class="contents topic" id="contents">
    5757<p class="topic-title first">Contents</p>
    5858<ul class="simple">
    59 <li><a class="reference internal" href="#overview-of-postman-s-architecture" id="id1">Overview of postman&#8217;s architecture</a><ul>
     59<li><a class="reference internal" href="#overview-of-mailjam-s-architecture" id="id1">Overview of mailjam&#8217;s architecture</a><ul>
    6060<li><a class="reference internal" href="#introduction" id="id2">Introduction</a></li>
    61 <li><a class="reference internal" href="#postman-daemon" id="id3">Postman daemon</a></li>
     61<li><a class="reference internal" href="#mailjam-daemon" id="id3">Mailjam daemon</a></li>
    6262<li><a class="reference internal" href="#mta-client" id="id4">MTA client</a></li>
    6363<li><a class="reference internal" href="#cli-client" id="id5">CLI client</a></li>
     
    6969<div class="section" id="introduction">
    7070<h2><a class="toc-backref" href="#id2">Introduction</a><a class="headerlink" href="#introduction" title="Permalink to this headline">¶</a></h2>
    71 <p>Postman has been designed following a <strong>multi-component structure</strong>. There is
     71<p>Mailjam has been designed following a <strong>multi-component structure</strong>. There is
    7272<strong>a daemon</strong> that manage the mailing lists and members information in a storage
    7373backend and there are <strong>different kinds of clients</strong> (currently, three of them)
    7474that <strong>interact with the daemon using a XMLRPC link</strong>.</p>
    7575<p>This is the scheme of the architecture:</p>
    76 <img alt="Scheme of the architecture behind Postman" class="open-fancybox" src="_images/postman_architecture.png" />
     76<img alt="Scheme of the architecture behind Mailjam" class="open-fancybox" src="_images/mailjam_architecture.png" />
    7777</div>
    78 <div class="section" id="postman-daemon">
    79 <span id="overview-postman-daemon"></span><h2><a class="toc-backref" href="#id3">Postman daemon</a><a class="headerlink" href="#postman-daemon" title="Permalink to this headline">¶</a></h2>
     78<div class="section" id="mailjam-daemon">
     79<span id="overview-mailjam-daemon"></span><h2><a class="toc-backref" href="#id3">Mailjam daemon</a><a class="headerlink" href="#mailjam-daemon" title="Permalink to this headline">¶</a></h2>
    8080<p>The daemon will perform all the operations regarding the management of the
    8181mailing lists and members. The daemon will save information of a given
     
    8686</div>
    8787<div class="section" id="mta-client">
    88 <span id="overview-postman-mta-client"></span><h2><a class="toc-backref" href="#id4">MTA client</a><a class="headerlink" href="#mta-client" title="Permalink to this headline">¶</a></h2>
     88<span id="overview-mailjam-mta-client"></span><h2><a class="toc-backref" href="#id4">MTA client</a><a class="headerlink" href="#mta-client" title="Permalink to this headline">¶</a></h2>
    8989<p>This client is attached to a given MTA, and is called but the MTA itself when
    9090emails for a mailing lists are received. The client performs some checks on the
     
    9292</div>
    9393<div class="section" id="cli-client">
    94 <span id="overview-postman-cli-client"></span><h2><a class="toc-backref" href="#id5">CLI client</a><a class="headerlink" href="#cli-client" title="Permalink to this headline">¶</a></h2>
     94<span id="overview-mailjam-cli-client"></span><h2><a class="toc-backref" href="#id5">CLI client</a><a class="headerlink" href="#cli-client" title="Permalink to this headline">¶</a></h2>
    9595<p>This is a shell-like interface that can be used to add mailing lists to a given
    96 Postman server, edit such mailing lists information, add members, etc.</p>
     96Mailjam server, edit such mailing lists information, add members, etc.</p>
    9797</div>
    9898<div class="section" id="web-client">
    99 <span id="overview-postman-web-client"></span><h2><a class="toc-backref" href="#id6">Web client</a><a class="headerlink" href="#web-client" title="Permalink to this headline">¶</a></h2>
     99<span id="overview-mailjam-web-client"></span><h2><a class="toc-backref" href="#id6">Web client</a><a class="headerlink" href="#web-client" title="Permalink to this headline">¶</a></h2>
    100100<p>This is a small <em>webapp</em> that can be used to perform the same management
    101101operations you can achieve using the
    102 <a class="reference internal" href="#overview-postman-cli-client"><em>CLI client</em></a>.</p>
     102<a class="reference internal" href="#overview-mailjam-cli-client"><em>CLI client</em></a>.</p>
    103103</div>
    104104</div>
     
    112112  <h3><a href="index.html">Table Of Contents</a></h3>
    113113  <ul>
    114 <li><a class="reference internal" href="#">Overview of postman&#8217;s architecture</a><ul>
     114<li><a class="reference internal" href="#">Overview of mailjam&#8217;s architecture</a><ul>
    115115<li><a class="reference internal" href="#introduction">Introduction</a></li>
    116 <li><a class="reference internal" href="#postman-daemon">Postman daemon</a></li>
     116<li><a class="reference internal" href="#mailjam-daemon">Mailjam daemon</a></li>
    117117<li><a class="reference internal" href="#mta-client">MTA client</a></li>
    118118<li><a class="reference internal" href="#cli-client">CLI client</a></li>
     
    124124  <h4>Previous topic</h4>
    125125  <p class="topless"><a href="index.html"
    126                         title="previous chapter">Postman official documentation</a></p>
     126                        title="previous chapter">Mailjam official documentation</a></p>
    127127  <h4>Next topic</h4>
    128128  <p class="topless"><a href="install.html"
     
    160160             >next</a> |</li>
    161161        <li class="right" >
    162           <a href="index.html" title="Postman official documentation"
     162          <a href="index.html" title="Mailjam official documentation"
    163163             >previous</a> |</li>
    164         <li><a href="index.html">Postman 0.1.0 documentation</a> &raquo;</li>
     164        <li><a href="index.html">Mailjam 0.1.0 documentation</a> &raquo;</li>
    165165      </ul>
    166166    </div>
Note: See TracChangeset for help on using the changeset viewer.