Changeset 16:cd4170142d87 in mailjam for docs/src/_build/html/overview.html
- Timestamp:
- May 22, 2012, 9:31:15 AM (13 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/src/_build/html/overview.html
r13 r16 9 9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 10 10 11 <title>Overview of postman’s architecture — Postman0.1.0 documentation</title>11 <title>Overview of mailjam’s architecture — Mailjam 0.1.0 documentation</title> 12 12 13 13 <link rel="stylesheet" href="_static/default.css" type="text/css" /> … … 26 26 <script type="text/javascript" src="_static/underscore.js"></script> 27 27 <script type="text/javascript" src="_static/doctools.js"></script> 28 <link rel="top" title=" Postman0.1.0 documentation" href="index.html" />28 <link rel="top" title="Mailjam 0.1.0 documentation" href="index.html" /> 29 29 <link rel="next" title="Installation instructions" href="install.html" /> 30 <link rel="prev" title=" Postmanofficial documentation" href="index.html" />30 <link rel="prev" title="Mailjam official documentation" href="index.html" /> 31 31 </head> 32 32 <body> … … 41 41 accesskey="N">next</a> |</li> 42 42 <li class="right" > 43 <a href="index.html" title=" Postmanofficial documentation"43 <a href="index.html" title="Mailjam official documentation" 44 44 accesskey="P">previous</a> |</li> 45 <li><a href="index.html"> Postman0.1.0 documentation</a> »</li>45 <li><a href="index.html">Mailjam 0.1.0 documentation</a> »</li> 46 46 </ul> 47 47 </div> … … 52 52 <div class="body"> 53 53 54 <div class="section" id="overview-of- postman-s-architecture">55 <h1><a class="toc-backref" href="#id1">Overview of postman’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’s architecture</a><a class="headerlink" href="#overview-of-mailjam-s-architecture" title="Permalink to this headline">¶</a></h1> 56 56 <div class="contents topic" id="contents"> 57 57 <p class="topic-title first">Contents</p> 58 58 <ul class="simple"> 59 <li><a class="reference internal" href="#overview-of- postman-s-architecture" id="id1">Overview of postman’s architecture</a><ul>59 <li><a class="reference internal" href="#overview-of-mailjam-s-architecture" id="id1">Overview of mailjam’s architecture</a><ul> 60 60 <li><a class="reference internal" href="#introduction" id="id2">Introduction</a></li> 61 <li><a class="reference internal" href="# postman-daemon" id="id3">Postmandaemon</a></li>61 <li><a class="reference internal" href="#mailjam-daemon" id="id3">Mailjam daemon</a></li> 62 62 <li><a class="reference internal" href="#mta-client" id="id4">MTA client</a></li> 63 63 <li><a class="reference internal" href="#cli-client" id="id5">CLI client</a></li> … … 69 69 <div class="section" id="introduction"> 70 70 <h2><a class="toc-backref" href="#id2">Introduction</a><a class="headerlink" href="#introduction" title="Permalink to this headline">¶</a></h2> 71 <p> Postmanhas been designed following a <strong>multi-component structure</strong>. There is71 <p>Mailjam has been designed following a <strong>multi-component structure</strong>. There is 72 72 <strong>a daemon</strong> that manage the mailing lists and members information in a storage 73 73 backend and there are <strong>different kinds of clients</strong> (currently, three of them) 74 74 that <strong>interact with the daemon using a XMLRPC link</strong>.</p> 75 75 <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" /> 77 77 </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> 80 80 <p>The daemon will perform all the operations regarding the management of the 81 81 mailing lists and members. The daemon will save information of a given … … 86 86 </div> 87 87 <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> 89 89 <p>This client is attached to a given MTA, and is called but the MTA itself when 90 90 emails for a mailing lists are received. The client performs some checks on the … … 92 92 </div> 93 93 <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> 95 95 <p>This is a shell-like interface that can be used to add mailing lists to a given 96 Postmanserver, edit such mailing lists information, add members, etc.</p>96 Mailjam server, edit such mailing lists information, add members, etc.</p> 97 97 </div> 98 98 <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> 100 100 <p>This is a small <em>webapp</em> that can be used to perform the same management 101 101 operations 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> 103 103 </div> 104 104 </div> … … 112 112 <h3><a href="index.html">Table Of Contents</a></h3> 113 113 <ul> 114 <li><a class="reference internal" href="#">Overview of postman’s architecture</a><ul>114 <li><a class="reference internal" href="#">Overview of mailjam’s architecture</a><ul> 115 115 <li><a class="reference internal" href="#introduction">Introduction</a></li> 116 <li><a class="reference internal" href="# postman-daemon">Postmandaemon</a></li>116 <li><a class="reference internal" href="#mailjam-daemon">Mailjam daemon</a></li> 117 117 <li><a class="reference internal" href="#mta-client">MTA client</a></li> 118 118 <li><a class="reference internal" href="#cli-client">CLI client</a></li> … … 124 124 <h4>Previous topic</h4> 125 125 <p class="topless"><a href="index.html" 126 title="previous chapter"> Postmanofficial documentation</a></p>126 title="previous chapter">Mailjam official documentation</a></p> 127 127 <h4>Next topic</h4> 128 128 <p class="topless"><a href="install.html" … … 160 160 >next</a> |</li> 161 161 <li class="right" > 162 <a href="index.html" title=" Postmanofficial documentation"162 <a href="index.html" title="Mailjam official documentation" 163 163 >previous</a> |</li> 164 <li><a href="index.html"> Postman0.1.0 documentation</a> »</li>164 <li><a href="index.html">Mailjam 0.1.0 documentation</a> »</li> 165 165 </ul> 166 166 </div>
Note:
See TracChangeset
for help on using the changeset viewer.