source: mailjam/docs/src/_build/html/examples.html@ 27:b1d527287347

Last change on this file since 27:b1d527287347 was 27:b1d527287347, checked in by Borja Lopez <borja@…>, 12 years ago

Added more information to the README file

Updated the architecture scheme so it fits the renaming of the project
to mailjam

Fixed the search path for configuration files. Now it searches on /etc
first, /usr/local/etc then.

Added more docs regarding the installation, configuration and running
of each component

File size: 4.1 KB
Line 
1
2
3<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
6
7<html xmlns="http://www.w3.org/1999/xhtml">
8 <head>
9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10
11 <title>Some examples &mdash; Mailjam 0.1.0 documentation</title>
12
13 <link rel="stylesheet" href="_static/default.css" type="text/css" />
14 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
15
16 <script type="text/javascript">
17 var DOCUMENTATION_OPTIONS = {
18 URL_ROOT: '',
19 VERSION: '0.1.0',
20 COLLAPSE_INDEX: false,
21 FILE_SUFFIX: '.html',
22 HAS_SOURCE: true
23 };
24 </script>
25 <script type="text/javascript" src="_static/jquery.js"></script>
26 <script type="text/javascript" src="_static/underscore.js"></script>
27 <script type="text/javascript" src="_static/doctools.js"></script>
28 <link rel="top" title="Mailjam 0.1.0 documentation" href="index.html" />
29 <link rel="next" title="Developers documentation" href="development.html" />
30 <link rel="prev" title="Running Mailjam" href="running.html" />
31 </head>
32 <body>
33 <div class="related">
34 <h3>Navigation</h3>
35 <ul>
36 <li class="right" style="margin-right: 10px">
37 <a href="genindex.html" title="General Index"
38 accesskey="I">index</a></li>
39 <li class="right" >
40 <a href="development.html" title="Developers documentation"
41 accesskey="N">next</a> |</li>
42 <li class="right" >
43 <a href="running.html" title="Running Mailjam"
44 accesskey="P">previous</a> |</li>
45 <li><a href="index.html">Mailjam 0.1.0 documentation</a> &raquo;</li>
46 </ul>
47 </div>
48
49 <div class="document">
50 <div class="documentwrapper">
51 <div class="bodywrapper">
52 <div class="body">
53
54 <div class="section" id="some-examples">
55<h1><a class="toc-backref" href="#id1">Some examples</a><a class="headerlink" href="#some-examples" title="Permalink to this headline"></a></h1>
56<div class="contents topic" id="contents">
57<p class="topic-title first">Contents</p>
58<ul class="simple">
59<li><a class="reference internal" href="#some-examples" id="id1">Some examples</a></li>
60</ul>
61</div>
62<p>TBW</p>
63</div>
64
65
66 </div>
67 </div>
68 </div>
69 <div class="sphinxsidebar">
70 <div class="sphinxsidebarwrapper">
71 <h4>Previous topic</h4>
72 <p class="topless"><a href="running.html"
73 title="previous chapter">Running Mailjam</a></p>
74 <h4>Next topic</h4>
75 <p class="topless"><a href="development.html"
76 title="next chapter">Developers documentation</a></p>
77 <h3>This Page</h3>
78 <ul class="this-page-menu">
79 <li><a href="_sources/examples.txt"
80 rel="nofollow">Show Source</a></li>
81 </ul>
82<div id="searchbox" style="display: none">
83 <h3>Quick search</h3>
84 <form class="search" action="search.html" method="get">
85 <input type="text" name="q" />
86 <input type="submit" value="Go" />
87 <input type="hidden" name="check_keywords" value="yes" />
88 <input type="hidden" name="area" value="default" />
89 </form>
90 <p class="searchtip" style="font-size: 90%">
91 Enter search terms or a module, class or function name.
92 </p>
93</div>
94<script type="text/javascript">$('#searchbox').show(0);</script>
95 </div>
96 </div>
97 <div class="clearer"></div>
98 </div>
99 <div class="related">
100 <h3>Navigation</h3>
101 <ul>
102 <li class="right" style="margin-right: 10px">
103 <a href="genindex.html" title="General Index"
104 >index</a></li>
105 <li class="right" >
106 <a href="development.html" title="Developers documentation"
107 >next</a> |</li>
108 <li class="right" >
109 <a href="running.html" title="Running Mailjam"
110 >previous</a> |</li>
111 <li><a href="index.html">Mailjam 0.1.0 documentation</a> &raquo;</li>
112 </ul>
113 </div>
114 <div class="footer">
115 &copy; Copyright 2012, Soluciones Informaticas Codigo23 S.L.U..
116 Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.2.
117 </div>
118 </body>
119</html>
Note: See TracBrowser for help on using the repository browser.