source: mailjam/docs/src/_build/html/genindex.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: 2.7 KB
Line 
1
2
3
4
5<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
6 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
7
8
9<html xmlns="http://www.w3.org/1999/xhtml">
10 <head>
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
12
13 <title>Index &mdash; Postman 0.1.0 documentation</title>
14
15 <link rel="stylesheet" href="_static/default.css" type="text/css" />
16 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
17
18 <script type="text/javascript">
19 var DOCUMENTATION_OPTIONS = {
20 URL_ROOT: '',
21 VERSION: '0.1.0',
22 COLLAPSE_INDEX: false,
23 FILE_SUFFIX: '.html',
24 HAS_SOURCE: true
25 };
26 </script>
27 <script type="text/javascript" src="_static/jquery.js"></script>
28 <script type="text/javascript" src="_static/underscore.js"></script>
29 <script type="text/javascript" src="_static/doctools.js"></script>
30 <link rel="top" title="Postman 0.1.0 documentation" href="index.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="#" title="General Index"
38 accesskey="I">index</a></li>
39 <li><a href="index.html">Postman 0.1.0 documentation</a> &raquo;</li>
40 </ul>
41 </div>
42
43 <div class="document">
44 <div class="documentwrapper">
45 <div class="bodywrapper">
46 <div class="body">
47
48
49<h1 id="index">Index</h1>
50
51<div class="genindex-jumpbox">
52
53</div>
54
55
56 </div>
57 </div>
58 </div>
59 <div class="sphinxsidebar">
60 <div class="sphinxsidebarwrapper">
61
62
63
64<div id="searchbox" style="display: none">
65 <h3>Quick search</h3>
66 <form class="search" action="search.html" method="get">
67 <input type="text" name="q" />
68 <input type="submit" value="Go" />
69 <input type="hidden" name="check_keywords" value="yes" />
70 <input type="hidden" name="area" value="default" />
71 </form>
72 <p class="searchtip" style="font-size: 90%">
73 Enter search terms or a module, class or function name.
74 </p>
75</div>
76<script type="text/javascript">$('#searchbox').show(0);</script>
77 </div>
78 </div>
79 <div class="clearer"></div>
80 </div>
81 <div class="related">
82 <h3>Navigation</h3>
83 <ul>
84 <li class="right" style="margin-right: 10px">
85 <a href="#" title="General Index"
86 >index</a></li>
87 <li><a href="index.html">Postman 0.1.0 documentation</a> &raquo;</li>
88 </ul>
89 </div>
90 <div class="footer">
91 &copy; Copyright 2012, Soluciones Informaticas Codigo23 S.L.U..
92 Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.2.
93 </div>
94 </body>
95</html>
Note: See TracBrowser for help on using the repository browser.