source: mailjam/docs/src/_build/html/running.html@ 13:f1f11159dbed

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

Added first version of the project documentation. Inside docs/src there is
the sphinx [1] project we use to manage the docs. Inside docs/html there is
a copy of the docs in html format.

Fixed some typos in the INSTALL file

Added two new parameters to the postman.conf file (both the example config
file inside conf/ and the one used for testing in postman/tests/). These
parameters do nothing yet (they are related to ssl stuff) but we do talk
about them in the docs.

Added a new method to the XMLRPC list of methods related to members.

[1] http://sphinx.pocoo.org

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>Running Postman &mdash; Postman 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="Postman 0.1.0 documentation" href="index.html" />
29 <link rel="next" title="Some examples" href="examples.html" />
30 <link rel="prev" title="Configuration" href="configuration.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="examples.html" title="Some examples"
41 accesskey="N">next</a> |</li>
42 <li class="right" >
43 <a href="configuration.html" title="Configuration"
44 accesskey="P">previous</a> |</li>
45 <li><a href="index.html">Postman 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="running-postman">
55<h1><a class="toc-backref" href="#id1">Running Postman</a><a class="headerlink" href="#running-postman" 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="#running-postman" id="id1">Running Postman</a></li>
60</ul>
61</div>
62</div>
63
64
65 </div>
66 </div>
67 </div>
68 <div class="sphinxsidebar">
69 <div class="sphinxsidebarwrapper">
70 <h4>Previous topic</h4>
71 <p class="topless"><a href="configuration.html"
72 title="previous chapter">Configuration</a></p>
73 <h4>Next topic</h4>
74 <p class="topless"><a href="examples.html"
75 title="next chapter">Some examples</a></p>
76 <h3>This Page</h3>
77 <ul class="this-page-menu">
78 <li><a href="_sources/running.txt"
79 rel="nofollow">Show Source</a></li>
80 </ul>
81<div id="searchbox" style="display: none">
82 <h3>Quick search</h3>
83 <form class="search" action="search.html" method="get">
84 <input type="text" name="q" />
85 <input type="submit" value="Go" />
86 <input type="hidden" name="check_keywords" value="yes" />
87 <input type="hidden" name="area" value="default" />
88 </form>
89 <p class="searchtip" style="font-size: 90%">
90 Enter search terms or a module, class or function name.
91 </p>
92</div>
93<script type="text/javascript">$('#searchbox').show(0);</script>
94 </div>
95 </div>
96 <div class="clearer"></div>
97 </div>
98 <div class="related">
99 <h3>Navigation</h3>
100 <ul>
101 <li class="right" style="margin-right: 10px">
102 <a href="genindex.html" title="General Index"
103 >index</a></li>
104 <li class="right" >
105 <a href="examples.html" title="Some examples"
106 >next</a> |</li>
107 <li class="right" >
108 <a href="configuration.html" title="Configuration"
109 >previous</a> |</li>
110 <li><a href="index.html">Postman 0.1.0 documentation</a> &raquo;</li>
111 </ul>
112 </div>
113 <div class="footer">
114 &copy; Copyright 2012, Soluciones Informaticas Codigo23 S.L.U..
115 Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.2.
116 </div>
117 </body>
118</html>
Note: See TracBrowser for help on using the repository browser.