You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

modules.html 21 KiB

14 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>Project Modules &mdash; WNFramework v1.8 documentation</title>
  7. <link rel="stylesheet" href="_static/default.css" type="text/css" />
  8. <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
  9. <script type="text/javascript">
  10. var DOCUMENTATION_OPTIONS = {
  11. URL_ROOT: '',
  12. VERSION: '1.8',
  13. COLLAPSE_INDEX: false,
  14. FILE_SUFFIX: '.html',
  15. HAS_SOURCE: true
  16. };
  17. </script>
  18. <script type="text/javascript" src="_static/jquery.js"></script>
  19. <script type="text/javascript" src="_static/underscore.js"></script>
  20. <script type="text/javascript" src="_static/doctools.js"></script>
  21. <link rel="top" title="WNFramework v1.8 documentation" href="index.html" />
  22. </head>
  23. <body>
  24. <div class="related">
  25. <h3>Navigation</h3>
  26. <ul>
  27. <li class="right" style="margin-right: 10px">
  28. <a href="genindex.html" title="General Index"
  29. accesskey="I">index</a></li>
  30. <li class="right" >
  31. <a href="py-modindex.html" title="Python Module Index"
  32. >modules</a> |</li>
  33. <li><a href="index.html">WNFramework v1.8 documentation</a> &raquo;</li>
  34. </ul>
  35. </div>
  36. <div class="document">
  37. <div class="documentwrapper">
  38. <div class="bodywrapper">
  39. <div class="body">
  40. <div class="section" id="project-modules">
  41. <h1>Project Modules<a class="headerlink" href="#project-modules" title="Permalink to this headline">¶</a></h1>
  42. <div class="toctree-wrapper compound">
  43. <ul>
  44. <li class="toctree-l1"><a class="reference internal" href="core.html">core Package</a><ul>
  45. <li class="toctree-l2"><a class="reference internal" href="core.html#subpackages">Subpackages</a><ul>
  46. <li class="toctree-l3"><a class="reference internal" href="core.doctype.html">doctype Package</a><ul>
  47. <li class="toctree-l4"><a class="reference internal" href="core.doctype.html#subpackages">Subpackages</a><ul>
  48. <li class="toctree-l5"><a class="reference internal" href="core.doctype.control_panel.html">control_panel Package</a><ul>
  49. <li class="toctree-l6"><a class="reference internal" href="core.doctype.control_panel.html#control-panel-module"><tt class="docutils literal"><span class="pre">control_panel</span></tt> Module</a></li>
  50. </ul>
  51. </li>
  52. <li class="toctree-l5"><a class="reference internal" href="core.doctype.custom_field.html">custom_field Package</a><ul>
  53. <li class="toctree-l6"><a class="reference internal" href="core.doctype.custom_field.html#custom-field-module"><tt class="docutils literal"><span class="pre">custom_field</span></tt> Module</a></li>
  54. </ul>
  55. </li>
  56. <li class="toctree-l5"><a class="reference internal" href="core.doctype.doctype.html">doctype Package</a><ul>
  57. <li class="toctree-l6"><a class="reference internal" href="core.doctype.doctype.html#doctype-module"><tt class="docutils literal"><span class="pre">doctype</span></tt> Module</a></li>
  58. </ul>
  59. </li>
  60. <li class="toctree-l5"><a class="reference internal" href="core.doctype.doctype_mapper.html">doctype_mapper Package</a><ul>
  61. <li class="toctree-l6"><a class="reference internal" href="core.doctype.doctype_mapper.html#doctype-mapper-module"><tt class="docutils literal"><span class="pre">doctype_mapper</span></tt> Module</a></li>
  62. </ul>
  63. </li>
  64. <li class="toctree-l5"><a class="reference internal" href="core.doctype.letter_head.html">letter_head Package</a><ul>
  65. <li class="toctree-l6"><a class="reference internal" href="core.doctype.letter_head.html#letter-head-module"><tt class="docutils literal"><span class="pre">letter_head</span></tt> Module</a></li>
  66. </ul>
  67. </li>
  68. <li class="toctree-l5"><a class="reference internal" href="core.doctype.module_def.html">module_def Package</a><ul>
  69. <li class="toctree-l6"><a class="reference internal" href="core.doctype.module_def.html#module-def-module"><tt class="docutils literal"><span class="pre">module_def</span></tt> Module</a></li>
  70. </ul>
  71. </li>
  72. <li class="toctree-l5"><a class="reference internal" href="core.doctype.page.html">page Package</a><ul>
  73. <li class="toctree-l6"><a class="reference internal" href="core.doctype.page.html#module-core.doctype.page.page"><tt class="docutils literal"><span class="pre">page</span></tt> Module</a></li>
  74. </ul>
  75. </li>
  76. <li class="toctree-l5"><a class="reference internal" href="core.doctype.page_template.html">page_template Package</a><ul>
  77. <li class="toctree-l6"><a class="reference internal" href="core.doctype.page_template.html#module-core.doctype.page_template.page_template"><tt class="docutils literal"><span class="pre">page_template</span></tt> Module</a></li>
  78. </ul>
  79. </li>
  80. <li class="toctree-l5"><a class="reference internal" href="core.doctype.profile.html">profile Package</a><ul>
  81. <li class="toctree-l6"><a class="reference internal" href="core.doctype.profile.html#profile-module"><tt class="docutils literal"><span class="pre">profile</span></tt> Module</a></li>
  82. </ul>
  83. </li>
  84. <li class="toctree-l5"><a class="reference internal" href="core.doctype.property_setter.html">property_setter Package</a><ul>
  85. <li class="toctree-l6"><a class="reference internal" href="core.doctype.property_setter.html#module-core.doctype.property_setter.property_setter"><tt class="docutils literal"><span class="pre">property_setter</span></tt> Module</a></li>
  86. </ul>
  87. </li>
  88. <li class="toctree-l5"><a class="reference internal" href="core.doctype.search_criteria.html">search_criteria Package</a><ul>
  89. <li class="toctree-l6"><a class="reference internal" href="core.doctype.search_criteria.html#search-criteria-module"><tt class="docutils literal"><span class="pre">search_criteria</span></tt> Module</a></li>
  90. </ul>
  91. </li>
  92. <li class="toctree-l5"><a class="reference internal" href="core.doctype.stylesheet.html">stylesheet Package</a><ul>
  93. <li class="toctree-l6"><a class="reference internal" href="core.doctype.stylesheet.html#module-core.doctype.stylesheet.stylesheet"><tt class="docutils literal"><span class="pre">stylesheet</span></tt> Module</a></li>
  94. </ul>
  95. </li>
  96. <li class="toctree-l5"><a class="reference internal" href="core.doctype.system_console.html">system_console Package</a><ul>
  97. <li class="toctree-l6"><a class="reference internal" href="core.doctype.system_console.html#system-console-module"><tt class="docutils literal"><span class="pre">system_console</span></tt> Module</a></li>
  98. </ul>
  99. </li>
  100. </ul>
  101. </li>
  102. </ul>
  103. </li>
  104. <li class="toctree-l3"><a class="reference internal" href="core.page.html">page Package</a><ul>
  105. <li class="toctree-l4"><a class="reference internal" href="core.page.html#subpackages">Subpackages</a><ul class="simple">
  106. </ul>
  107. </li>
  108. </ul>
  109. </li>
  110. </ul>
  111. </li>
  112. </ul>
  113. </li>
  114. <li class="toctree-l1"><a class="reference internal" href="webnotes.html">webnotes Package</a><ul>
  115. <li class="toctree-l2"><a class="reference internal" href="webnotes.html#id1"><tt class="docutils literal"><span class="pre">webnotes</span></tt> Package</a></li>
  116. <li class="toctree-l2"><a class="reference internal" href="webnotes.html#module-webnotes.auth"><tt class="docutils literal"><span class="pre">auth</span></tt> Module</a></li>
  117. <li class="toctree-l2"><a class="reference internal" href="webnotes.html#module-webnotes.db"><tt class="docutils literal"><span class="pre">db</span></tt> Module</a></li>
  118. <li class="toctree-l2"><a class="reference internal" href="webnotes.html#module-webnotes.defs"><tt class="docutils literal"><span class="pre">defs</span></tt> Module</a></li>
  119. <li class="toctree-l2"><a class="reference internal" href="webnotes.html#module-webnotes.defs_template"><tt class="docutils literal"><span class="pre">defs_template</span></tt> Module</a></li>
  120. <li class="toctree-l2"><a class="reference internal" href="webnotes.html#module-webnotes.handler"><tt class="docutils literal"><span class="pre">handler</span></tt> Module</a></li>
  121. <li class="toctree-l2"><a class="reference internal" href="webnotes.html#module-webnotes.profile"><tt class="docutils literal"><span class="pre">profile</span></tt> Module</a></li>
  122. <li class="toctree-l2"><a class="reference internal" href="webnotes.html#module-webnotes.session_cache"><tt class="docutils literal"><span class="pre">session_cache</span></tt> Module</a></li>
  123. <li class="toctree-l2"><a class="reference internal" href="webnotes.html#module-webnotes.tests"><tt class="docutils literal"><span class="pre">tests</span></tt> Module</a></li>
  124. <li class="toctree-l2"><a class="reference internal" href="webnotes.html#subpackages">Subpackages</a><ul>
  125. <li class="toctree-l3"><a class="reference internal" href="webnotes.install_lib.html">install_lib Package</a><ul>
  126. <li class="toctree-l4"><a class="reference internal" href="webnotes.install_lib.html#module-webnotes.install_lib.db_init"><tt class="docutils literal"><span class="pre">db_init</span></tt> Module</a></li>
  127. <li class="toctree-l4"><a class="reference internal" href="webnotes.install_lib.html#module-webnotes.install_lib.install"><tt class="docutils literal"><span class="pre">install</span></tt> Module</a></li>
  128. </ul>
  129. </li>
  130. <li class="toctree-l3"><a class="reference internal" href="webnotes.model.html">model Package</a><ul>
  131. <li class="toctree-l4"><a class="reference internal" href="webnotes.model.html#id1"><tt class="docutils literal"><span class="pre">model</span></tt> Package</a></li>
  132. <li class="toctree-l4"><a class="reference internal" href="webnotes.model.html#module-webnotes.model.code"><tt class="docutils literal"><span class="pre">code</span></tt> Module</a></li>
  133. <li class="toctree-l4"><a class="reference internal" href="webnotes.model.html#module-webnotes.model.db_schema"><tt class="docutils literal"><span class="pre">db_schema</span></tt> Module</a></li>
  134. <li class="toctree-l4"><a class="reference internal" href="webnotes.model.html#module-webnotes.model.doc"><tt class="docutils literal"><span class="pre">doc</span></tt> Module</a></li>
  135. <li class="toctree-l4"><a class="reference internal" href="webnotes.model.html#module-webnotes.model.doclist"><tt class="docutils literal"><span class="pre">doclist</span></tt> Module</a></li>
  136. <li class="toctree-l4"><a class="reference internal" href="webnotes.model.html#module-webnotes.model.doctype"><tt class="docutils literal"><span class="pre">doctype</span></tt> Module</a><ul>
  137. <li class="toctree-l5"><a class="reference internal" href="webnotes.model.html#id2">DocType module</a></li>
  138. </ul>
  139. </li>
  140. <li class="toctree-l4"><a class="reference internal" href="webnotes.model.html#module-webnotes.model.import_docs"><tt class="docutils literal"><span class="pre">import_docs</span></tt> Module</a></li>
  141. <li class="toctree-l4"><a class="reference internal" href="webnotes.model.html#module-webnotes.model.meta"><tt class="docutils literal"><span class="pre">meta</span></tt> Module</a></li>
  142. <li class="toctree-l4"><a class="reference internal" href="webnotes.model.html#module-webnotes.model.modules"><tt class="docutils literal"><span class="pre">modules</span></tt> Module</a></li>
  143. <li class="toctree-l4"><a class="reference internal" href="webnotes.model.html#module-webnotes.model.triggers"><tt class="docutils literal"><span class="pre">triggers</span></tt> Module</a></li>
  144. </ul>
  145. </li>
  146. <li class="toctree-l3"><a class="reference internal" href="webnotes.modules.html">modules Package</a><ul>
  147. <li class="toctree-l4"><a class="reference internal" href="webnotes.modules.html#id1"><tt class="docutils literal"><span class="pre">modules</span></tt> Package</a></li>
  148. <li class="toctree-l4"><a class="reference internal" href="webnotes.modules.html#module-webnotes.modules.compress"><tt class="docutils literal"><span class="pre">compress</span></tt> Module</a></li>
  149. <li class="toctree-l4"><a class="reference internal" href="webnotes.modules.html#module-webnotes.modules.export_module"><tt class="docutils literal"><span class="pre">export_module</span></tt> Module</a></li>
  150. <li class="toctree-l4"><a class="reference internal" href="webnotes.modules.html#module-webnotes.modules.import_module"><tt class="docutils literal"><span class="pre">import_module</span></tt> Module</a></li>
  151. <li class="toctree-l4"><a class="reference internal" href="webnotes.modules.html#module-webnotes.modules.module_manager"><tt class="docutils literal"><span class="pre">module_manager</span></tt> Module</a></li>
  152. <li class="toctree-l4"><a class="reference internal" href="webnotes.modules.html#module-webnotes.modules.patch"><tt class="docutils literal"><span class="pre">patch</span></tt> Module</a></li>
  153. </ul>
  154. </li>
  155. <li class="toctree-l3"><a class="reference internal" href="webnotes.multi_tenant.html">multi_tenant Package</a><ul>
  156. <li class="toctree-l4"><a class="reference internal" href="webnotes.multi_tenant.html#id1"><tt class="docutils literal"><span class="pre">multi_tenant</span></tt> Package</a></li>
  157. <li class="toctree-l4"><a class="reference internal" href="webnotes.multi_tenant.html#query-parser-module"><tt class="docutils literal"><span class="pre">query_parser</span></tt> Module</a></li>
  158. <li class="toctree-l4"><a class="reference internal" href="webnotes.multi_tenant.html#module-webnotes.multi_tenant.setup"><tt class="docutils literal"><span class="pre">setup</span></tt> Module</a></li>
  159. </ul>
  160. </li>
  161. <li class="toctree-l3"><a class="reference internal" href="webnotes.utils.html">utils Package</a><ul>
  162. <li class="toctree-l4"><a class="reference internal" href="webnotes.utils.html#id1"><tt class="docutils literal"><span class="pre">utils</span></tt> Package</a></li>
  163. <li class="toctree-l4"><a class="reference internal" href="webnotes.utils.html#archive-module"><tt class="docutils literal"><span class="pre">archive</span></tt> Module</a></li>
  164. <li class="toctree-l4"><a class="reference internal" href="webnotes.utils.html#backups-module"><tt class="docutils literal"><span class="pre">backups</span></tt> Module</a></li>
  165. <li class="toctree-l4"><a class="reference internal" href="webnotes.utils.html#module-webnotes.utils.cache"><tt class="docutils literal"><span class="pre">cache</span></tt> Module</a></li>
  166. <li class="toctree-l4"><a class="reference internal" href="webnotes.utils.html#module-webnotes.utils.encrypt"><tt class="docutils literal"><span class="pre">encrypt</span></tt> Module</a></li>
  167. <li class="toctree-l4"><a class="reference internal" href="webnotes.utils.html#module-webnotes.utils.file_manager"><tt class="docutils literal"><span class="pre">file_manager</span></tt> Module</a></li>
  168. <li class="toctree-l4"><a class="reference internal" href="webnotes.utils.html#module-webnotes.utils.jsmin"><tt class="docutils literal"><span class="pre">jsmin</span></tt> Module</a></li>
  169. <li class="toctree-l4"><a class="reference internal" href="webnotes.utils.html#module-webnotes.utils.nestedset"><tt class="docutils literal"><span class="pre">nestedset</span></tt> Module</a></li>
  170. <li class="toctree-l4"><a class="reference internal" href="webnotes.utils.html#module-webnotes.utils.scheduler"><tt class="docutils literal"><span class="pre">scheduler</span></tt> Module</a><ul>
  171. <li class="toctree-l5"><a class="reference internal" href="webnotes.utils.html#to-install">To install:</a></li>
  172. <li class="toctree-l5"><a class="reference internal" href="webnotes.utils.html#in-cron">In cron:</a></li>
  173. </ul>
  174. </li>
  175. <li class="toctree-l4"><a class="reference internal" href="webnotes.utils.html#module-webnotes.utils.sitemap"><tt class="docutils literal"><span class="pre">sitemap</span></tt> Module</a></li>
  176. <li class="toctree-l4"><a class="reference internal" href="webnotes.utils.html#module-webnotes.utils.transfer"><tt class="docutils literal"><span class="pre">transfer</span></tt> Module</a></li>
  177. <li class="toctree-l4"><a class="reference internal" href="webnotes.utils.html#module-webnotes.utils.webservice"><tt class="docutils literal"><span class="pre">webservice</span></tt> Module</a></li>
  178. <li class="toctree-l4"><a class="reference internal" href="webnotes.utils.html#subpackages">Subpackages</a><ul>
  179. <li class="toctree-l5"><a class="reference internal" href="webnotes.utils.email_lib.html">email_lib Package</a><ul>
  180. <li class="toctree-l6"><a class="reference internal" href="webnotes.utils.email_lib.html#id1"><tt class="docutils literal"><span class="pre">email_lib</span></tt> Package</a></li>
  181. <li class="toctree-l6"><a class="reference internal" href="webnotes.utils.email_lib.html#module-webnotes.utils.email_lib.form_email"><tt class="docutils literal"><span class="pre">form_email</span></tt> Module</a></li>
  182. <li class="toctree-l6"><a class="reference internal" href="webnotes.utils.email_lib.html#module-webnotes.utils.email_lib.html2text"><tt class="docutils literal"><span class="pre">html2text</span></tt> Module</a></li>
  183. <li class="toctree-l6"><a class="reference internal" href="webnotes.utils.email_lib.html#module-webnotes.utils.email_lib.receive"><tt class="docutils literal"><span class="pre">receive</span></tt> Module</a></li>
  184. <li class="toctree-l6"><a class="reference internal" href="webnotes.utils.email_lib.html#module-webnotes.utils.email_lib.send"><tt class="docutils literal"><span class="pre">send</span></tt> Module</a></li>
  185. </ul>
  186. </li>
  187. </ul>
  188. </li>
  189. </ul>
  190. </li>
  191. <li class="toctree-l3"><a class="reference internal" href="webnotes.widgets.html">widgets Package</a><ul>
  192. <li class="toctree-l4"><a class="reference internal" href="webnotes.widgets.html#module-webnotes.widgets.auto_master"><tt class="docutils literal"><span class="pre">auto_master</span></tt> Module</a></li>
  193. <li class="toctree-l4"><a class="reference internal" href="webnotes.widgets.html#module-webnotes.widgets.event"><tt class="docutils literal"><span class="pre">event</span></tt> Module</a></li>
  194. <li class="toctree-l4"><a class="reference internal" href="webnotes.widgets.html#module-webnotes.widgets.follow"><tt class="docutils literal"><span class="pre">follow</span></tt> Module</a></li>
  195. <li class="toctree-l4"><a class="reference internal" href="webnotes.widgets.html#module-webnotes.widgets.form"><tt class="docutils literal"><span class="pre">form</span></tt> Module</a></li>
  196. <li class="toctree-l4"><a class="reference internal" href="webnotes.widgets.html#module-webnotes.widgets.menus"><tt class="docutils literal"><span class="pre">menus</span></tt> Module</a></li>
  197. <li class="toctree-l4"><a class="reference internal" href="webnotes.widgets.html#module-webnotes.widgets.page"><tt class="docutils literal"><span class="pre">page</span></tt> Module</a></li>
  198. <li class="toctree-l4"><a class="reference internal" href="webnotes.widgets.html#module-webnotes.widgets.page_body"><tt class="docutils literal"><span class="pre">page_body</span></tt> Module</a></li>
  199. <li class="toctree-l4"><a class="reference internal" href="webnotes.widgets.html#module-webnotes.widgets.query_builder"><tt class="docutils literal"><span class="pre">query_builder</span></tt> Module</a></li>
  200. <li class="toctree-l4"><a class="reference internal" href="webnotes.widgets.html#module-webnotes.widgets.search"><tt class="docutils literal"><span class="pre">search</span></tt> Module</a></li>
  201. <li class="toctree-l4"><a class="reference internal" href="webnotes.widgets.html#module-webnotes.widgets.tags"><tt class="docutils literal"><span class="pre">tags</span></tt> Module</a></li>
  202. <li class="toctree-l4"><a class="reference internal" href="webnotes.widgets.html#module-webnotes.widgets.todo"><tt class="docutils literal"><span class="pre">todo</span></tt> Module</a></li>
  203. </ul>
  204. </li>
  205. </ul>
  206. </li>
  207. </ul>
  208. </li>
  209. </ul>
  210. </div>
  211. </div>
  212. </div>
  213. </div>
  214. </div>
  215. <div class="sphinxsidebar">
  216. <div class="sphinxsidebarwrapper">
  217. <p class="logo"><a href="index.html">
  218. <img class="logo" src="_static/wnflogo200.gif" alt="Logo"/>
  219. </a></p>
  220. <h3>This Page</h3>
  221. <ul class="this-page-menu">
  222. <li><a href="_sources/modules.txt"
  223. rel="nofollow">Show Source</a></li>
  224. </ul>
  225. <div id="searchbox" style="display: none">
  226. <h3>Quick search</h3>
  227. <form class="search" action="search.html" method="get">
  228. <input type="text" name="q" size="18" />
  229. <input type="submit" value="Go" />
  230. <input type="hidden" name="check_keywords" value="yes" />
  231. <input type="hidden" name="area" value="default" />
  232. </form>
  233. <p class="searchtip" style="font-size: 90%">
  234. Enter search terms or a module, class or function name.
  235. </p>
  236. </div>
  237. <script type="text/javascript">$('#searchbox').show(0);</script>
  238. </div>
  239. </div>
  240. <div class="clearer"></div>
  241. </div>
  242. <div class="related">
  243. <h3>Navigation</h3>
  244. <ul>
  245. <li class="right" style="margin-right: 10px">
  246. <a href="genindex.html" title="General Index"
  247. >index</a></li>
  248. <li class="right" >
  249. <a href="py-modindex.html" title="Python Module Index"
  250. >modules</a> |</li>
  251. <li><a href="index.html">WNFramework v1.8 documentation</a> &raquo;</li>
  252. </ul>
  253. </div>
  254. <div class="footer">
  255. &copy; Copyright 2011, Rushabh Mehta, Web Notes Technologies.
  256. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7.
  257. </div>
  258. </body>
  259. </html>