|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
|
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
3 |
|
4 |
|
5 <html xmlns="http://www.w3.org/1999/xhtml"> |
|
6 <head> |
|
7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
8 |
|
9 <title>Welcome to PyAMS_utils’s documentation! — PyAMS_utils 0.1.4 documentation</title> |
|
10 |
|
11 <link rel="stylesheet" href="_static/pyramid.css" type="text/css" /> |
|
12 <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> |
|
13 |
|
14 <script type="text/javascript"> |
|
15 var DOCUMENTATION_OPTIONS = { |
|
16 URL_ROOT: './', |
|
17 VERSION: '0.1.4', |
|
18 COLLAPSE_INDEX: false, |
|
19 FILE_SUFFIX: '.html', |
|
20 HAS_SOURCE: true |
|
21 }; |
|
22 </script> |
|
23 <script type="text/javascript" src="_static/jquery.js"></script> |
|
24 <script type="text/javascript" src="_static/underscore.js"></script> |
|
25 <script type="text/javascript" src="_static/doctools.js"></script> |
|
26 <link rel="index" title="Index" href="genindex.html" /> |
|
27 <link rel="search" title="Search" href="search.html" /> |
|
28 <link rel="top" title="PyAMS_utils 0.1.4 documentation" href="#" /> |
|
29 <link rel="next" title="Installing PyAMS" href="install.html" /> |
|
30 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Neuton&subset=latin" type="text/css" media="screen" charset="utf-8" /> |
|
31 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nobile:regular,italic,bold,bolditalic&subset=latin" type="text/css" media="screen" charset="utf-8" /> |
|
32 <!--[if lte IE 6]> |
|
33 <link rel="stylesheet" href="_static/ie6.css" type="text/css" media="screen" charset="utf-8" /> |
|
34 <![endif]--> |
|
35 |
|
36 </head> |
|
37 <body role="document"> |
|
38 |
|
39 <div class="related" role="navigation" aria-label="related navigation"> |
|
40 <h3>Navigation</h3> |
|
41 <ul> |
|
42 <li class="right" style="margin-right: 10px"> |
|
43 <a href="genindex.html" title="General Index" |
|
44 accesskey="I">index</a></li> |
|
45 <li class="right" > |
|
46 <a href="py-modindex.html" title="Python Module Index" |
|
47 >modules</a> |</li> |
|
48 <li class="right" > |
|
49 <a href="install.html" title="Installing PyAMS" |
|
50 accesskey="N">next</a> |</li> |
|
51 <li class="nav-item nav-item-0"><a href="#">PyAMS_utils 0.1.4 documentation</a> »</li> |
|
52 </ul> |
|
53 </div> |
|
54 |
|
55 <div class="document"> |
|
56 <div class="documentwrapper"> |
|
57 <div class="bodywrapper"> |
|
58 <div class="body" role="main"> |
|
59 |
|
60 <p id="index"><strong>WARNING</strong>: this is a “work-in-progress” documentation. All elements described here are not publicly available yet!!!</p> |
|
61 <div class="section" id="welcome-to-pyams-utils-s-documentation"> |
|
62 <h1>Welcome to PyAMS_utils’s documentation!<a class="headerlink" href="#welcome-to-pyams-utils-s-documentation" title="Permalink to this headline">¶</a></h1> |
|
63 <p>At first, PyAMS was “Pyramid Application Management Skin”. Actually, it’s not only a simple skin but a whole “Suite” of |
|
64 applications and content management tools.</p> |
|
65 <p>PyAMS_utils is a multipurpose utilities package, providing tools including:</p> |
|
66 <blockquote> |
|
67 <div><ul class="simple"> |
|
68 <li>custom interfaces</li> |
|
69 <li>custom ZCA registry annotations</li> |
|
70 <li>local registry support</li> |
|
71 <li>network protocols utilities (for HTTP and XML-RPC)</li> |
|
72 <li>custom utilities</li> |
|
73 <li>a command line script to handle database upgrade process</li> |
|
74 </ul> |
|
75 </div></blockquote> |
|
76 <div class="toctree-wrapper compound"> |
|
77 <ul> |
|
78 <li class="toctree-l1"><a class="reference internal" href="install.html">Installing PyAMS</a><ul> |
|
79 <li class="toctree-l2"><a class="reference internal" href="install.html#creating-initial-buildout">Creating initial buildout</a></li> |
|
80 <li class="toctree-l2"><a class="reference internal" href="install.html#environment-settings">Environment settings</a></li> |
|
81 <li class="toctree-l2"><a class="reference internal" href="install.html#initializing-the-database">Initializing the database</a></li> |
|
82 </ul> |
|
83 </li> |
|
84 <li class="toctree-l1"><a class="reference internal" href="zca.html">Managing ZCA with PyAMS</a><ul> |
|
85 <li class="toctree-l2"><a class="reference internal" href="zca.html#local-utilities">Local utilities</a></li> |
|
86 <li class="toctree-l2"><a class="reference internal" href="zca.html#defining-site-root">Defining site root</a></li> |
|
87 <li class="toctree-l2"><a class="reference internal" href="zca.html#registering-global-utilities">Registering global utilities</a></li> |
|
88 <li class="toctree-l2"><a class="reference internal" href="zca.html#registering-local-utilities">Registering local utilities</a></li> |
|
89 <li class="toctree-l2"><a class="reference internal" href="zca.html#looking-for-utilities">Looking for utilities</a></li> |
|
90 <li class="toctree-l2"><a class="reference internal" href="zca.html#registering-adapters">Registering adapters</a></li> |
|
91 <li class="toctree-l2"><a class="reference internal" href="zca.html#registering-vocabularies">Registering vocabularies</a></li> |
|
92 </ul> |
|
93 </li> |
|
94 <li class="toctree-l1"><a class="reference internal" href="site.html">PyAMS site management</a><ul> |
|
95 <li class="toctree-l2"><a class="reference internal" href="site.html#pyams-upgrade-command-line-script"><em>pyams_upgrade</em> command line script</a></li> |
|
96 </ul> |
|
97 </li> |
|
98 <li class="toctree-l1"><a class="reference internal" href="traverser.html">PyAMS namespace traverser</a></li> |
|
99 <li class="toctree-l1"><a class="reference internal" href="tales.html">Custom TALES extensions</a></li> |
|
100 <li class="toctree-l1"><a class="reference internal" href="utilities.html">Custom PyAMS utilities</a><ul> |
|
101 <li class="toctree-l2"><a class="reference internal" href="utilities.html#server-timezone">Server timezone</a></li> |
|
102 <li class="toctree-l2"><a class="reference internal" href="utilities.html#zeo-connection">ZEO connection</a></li> |
|
103 </ul> |
|
104 </li> |
|
105 </ul> |
|
106 </div> |
|
107 <div class="section" id="indices-and-tables"> |
|
108 <h2>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline">¶</a></h2> |
|
109 <ul class="simple"> |
|
110 <li><a class="reference internal" href="genindex.html"><span class="std std-ref">Index</span></a></li> |
|
111 <li><a class="reference internal" href="py-modindex.html"><span class="std std-ref">Module Index</span></a></li> |
|
112 <li><a class="reference internal" href="search.html"><span class="std std-ref">Search Page</span></a></li> |
|
113 </ul> |
|
114 </div> |
|
115 </div> |
|
116 |
|
117 |
|
118 </div> |
|
119 </div> |
|
120 </div> |
|
121 <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> |
|
122 <div class="sphinxsidebarwrapper"> |
|
123 <h3><a href="#">Table Of Contents</a></h3> |
|
124 <ul> |
|
125 <li><a class="reference internal" href="#">Welcome to PyAMS_utils’s documentation!</a><ul> |
|
126 <li><a class="reference internal" href="#indices-and-tables">Indices and tables</a></li> |
|
127 </ul> |
|
128 </li> |
|
129 </ul> |
|
130 |
|
131 <h4>Next topic</h4> |
|
132 <p class="topless"><a href="install.html" |
|
133 title="next chapter">Installing PyAMS</a></p> |
|
134 <div id="searchbox" style="display: none" role="search"> |
|
135 <h3>Quick search</h3> |
|
136 <form class="search" action="search.html" method="get"> |
|
137 <div><input type="text" name="q" /></div> |
|
138 <div><input type="submit" value="Go" /></div> |
|
139 <input type="hidden" name="check_keywords" value="yes" /> |
|
140 <input type="hidden" name="area" value="default" /> |
|
141 </form> |
|
142 </div> |
|
143 <script type="text/javascript">$('#searchbox').show(0);</script> |
|
144 </div> |
|
145 </div> |
|
146 <div class="clearer"></div> |
|
147 </div> |
|
148 <div class="related" role="navigation" aria-label="related navigation"> |
|
149 <h3>Navigation</h3> |
|
150 <ul> |
|
151 <li class="right" style="margin-right: 10px"> |
|
152 <a href="genindex.html" title="General Index" |
|
153 >index</a></li> |
|
154 <li class="right" > |
|
155 <a href="py-modindex.html" title="Python Module Index" |
|
156 >modules</a> |</li> |
|
157 <li class="right" > |
|
158 <a href="install.html" title="Installing PyAMS" |
|
159 >next</a> |</li> |
|
160 <li class="nav-item nav-item-0"><a href="#">PyAMS_utils 0.1.4 documentation</a> »</li> |
|
161 </ul> |
|
162 </div> |
|
163 <div class="footer" role="contentinfo"> |
|
164 © Copyright 2016, Thierry Florac <tflorac@ulthar.net>. |
|
165 Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.8. |
|
166 </div> |
|
167 </body> |
|
168 </html> |