source: mailjam/docs/src/_build/html/development.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: 3.7 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>Developers documentation &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="prev" title="Some examples" href="examples.html" />
30 </head>
31 <body>
32 <div class="related">
33 <h3>Navigation</h3>
34 <ul>
35 <li class="right" style="margin-right: 10px">
36 <a href="genindex.html" title="General Index"
37 accesskey="I">index</a></li>
38 <li class="right" >
39 <a href="examples.html" title="Some examples"
40 accesskey="P">previous</a> |</li>
41 <li><a href="index.html">Postman 0.1.0 documentation</a> &raquo;</li>
42 </ul>
43 </div>
44
45 <div class="document">
46 <div class="documentwrapper">
47 <div class="bodywrapper">
48 <div class="body">
49
50 <div class="section" id="developers-documentation">
51<h1><a class="toc-backref" href="#id1">Developers documentation</a><a class="headerlink" href="#developers-documentation" title="Permalink to this headline"></a></h1>
52<div class="contents topic" id="contents">
53<p class="topic-title first">Contents</p>
54<ul class="simple">
55<li><a class="reference internal" href="#developers-documentation" id="id1">Developers documentation</a></li>
56</ul>
57</div>
58</div>
59
60
61 </div>
62 </div>
63 </div>
64 <div class="sphinxsidebar">
65 <div class="sphinxsidebarwrapper">
66 <h4>Previous topic</h4>
67 <p class="topless"><a href="examples.html"
68 title="previous chapter">Some examples</a></p>
69 <h3>This Page</h3>
70 <ul class="this-page-menu">
71 <li><a href="_sources/development.txt"
72 rel="nofollow">Show Source</a></li>
73 </ul>
74<div id="searchbox" style="display: none">
75 <h3>Quick search</h3>
76 <form class="search" action="search.html" method="get">
77 <input type="text" name="q" />
78 <input type="submit" value="Go" />
79 <input type="hidden" name="check_keywords" value="yes" />
80 <input type="hidden" name="area" value="default" />
81 </form>
82 <p class="searchtip" style="font-size: 90%">
83 Enter search terms or a module, class or function name.
84 </p>
85</div>
86<script type="text/javascript">$('#searchbox').show(0);</script>
87 </div>
88 </div>
89 <div class="clearer"></div>
90 </div>
91 <div class="related">
92 <h3>Navigation</h3>
93 <ul>
94 <li class="right" style="margin-right: 10px">
95 <a href="genindex.html" title="General Index"
96 >index</a></li>
97 <li class="right" >
98 <a href="examples.html" title="Some examples"
99 >previous</a> |</li>
100 <li><a href="index.html">Postman 0.1.0 documentation</a> &raquo;</li>
101 </ul>
102 </div>
103 <div class="footer">
104 &copy; Copyright 2012, Soluciones Informaticas Codigo23 S.L.U..
105 Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.2.
106 </div>
107 </body>
108</html>
Note: See TracBrowser for help on using the repository browser.