source: mailjam/docs/src/_build/html/search.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.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>Search &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 <script type="text/javascript" src="_static/searchtools.js"></script>
29 <link rel="top" title="Postman 0.1.0 documentation" href="index.html" />
30 <script type="text/javascript">
31 jQuery(function() { Search.loadIndex("searchindex.js"); });
32 </script>
33
34
35 </head>
36 <body>
37 <div class="related">
38 <h3>Navigation</h3>
39 <ul>
40 <li class="right" style="margin-right: 10px">
41 <a href="genindex.html" title="General Index"
42 accesskey="I">index</a></li>
43 <li><a href="index.html">Postman 0.1.0 documentation</a> &raquo;</li>
44 </ul>
45 </div>
46
47 <div class="document">
48 <div class="documentwrapper">
49 <div class="bodywrapper">
50 <div class="body">
51
52 <h1 id="search-documentation">Search</h1>
53 <div id="fallback" class="admonition warning">
54 <script type="text/javascript">$('#fallback').hide();</script>
55 <p>
56 Please activate JavaScript to enable the search
57 functionality.
58 </p>
59 </div>
60 <p>
61 From here you can search these documents. Enter your search
62 words into the box below and click "search". Note that the search
63 function will automatically search for all of the words. Pages
64 containing fewer words won't appear in the result list.
65 </p>
66 <form action="" method="get">
67 <input type="text" name="q" value="" />
68 <input type="submit" value="search" />
69 <span id="search-progress" style="padding-left: 10px"></span>
70 </form>
71
72 <div id="search-results">
73
74 </div>
75
76 </div>
77 </div>
78 </div>
79 <div class="sphinxsidebar">
80 <div class="sphinxsidebarwrapper">
81 </div>
82 </div>
83 <div class="clearer"></div>
84 </div>
85 <div class="related">
86 <h3>Navigation</h3>
87 <ul>
88 <li class="right" style="margin-right: 10px">
89 <a href="genindex.html" title="General Index"
90 >index</a></li>
91 <li><a href="index.html">Postman 0.1.0 documentation</a> &raquo;</li>
92 </ul>
93 </div>
94 <div class="footer">
95 &copy; Copyright 2012, Soluciones Informaticas Codigo23 S.L.U..
96 Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.2.
97 </div>
98 </body>
99</html>
Note: See TracBrowser for help on using the repository browser.