Newer
Older
postorius / doc / _build / html / acknowledgements.html
  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. <html xmlns="http://www.w3.org/1999/xhtml">
  7. <head>
  8. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  9. <title>Acknowledgements &mdash; mailman_django v0.1 documentation</title>
  10. <link rel="stylesheet" href="_static/default.css" type="text/css" />
  11. <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
  12. <script type="text/javascript">
  13. var DOCUMENTATION_OPTIONS = {
  14. URL_ROOT: '',
  15. VERSION: '0.1',
  16. COLLAPSE_INDEX: false,
  17. FILE_SUFFIX: '.html',
  18. HAS_SOURCE: true
  19. };
  20. </script>
  21. <script type="text/javascript" src="_static/jquery.js"></script>
  22. <script type="text/javascript" src="_static/underscore.js"></script>
  23. <script type="text/javascript" src="_static/doctools.js"></script>
  24. <link rel="top" title="mailman_django v0.1 documentation" href="index.html" />
  25. <link rel="next" title="Contributions:" href="license.html" />
  26. <link rel="prev" title="Using the Django App - Developers Resource" href="using.html" />
  27. </head>
  28. <body>
  29. <div class="related">
  30. <h3>Navigation</h3>
  31. <ul>
  32. <li class="right" style="margin-right: 10px">
  33. <a href="genindex.html" title="General Index"
  34. accesskey="I">index</a></li>
  35. <li class="right" >
  36. <a href="py-modindex.html" title="Python Module Index"
  37. >modules</a> |</li>
  38. <li class="right" >
  39. <a href="license.html" title="Contributions:"
  40. accesskey="N">next</a> |</li>
  41. <li class="right" >
  42. <a href="using.html" title="Using the Django App - Developers Resource"
  43. accesskey="P">previous</a> |</li>
  44. <li><a href="index.html">mailman_django v0.1 documentation</a> &raquo;</li>
  45. </ul>
  46. </div>
  47.  
  48. <div class="document">
  49. <div class="documentwrapper">
  50. <div class="bodywrapper">
  51. <div class="body">
  52. <div class="section" id="acknowledgements">
  53. <h1>Acknowledgements<a class="headerlink" href="#acknowledgements" title="Permalink to this headline"></a></h1>
  54. <div class="section" id="test-server">
  55. <h2>Test Server<a class="headerlink" href="#test-server" title="Permalink to this headline"></a></h2>
  56. <p>We&#8217;re proud to provide you a development server which is sponsered by XXX #Todo
  57. Feel free to change anything you like, we can simply rest the DB from Time to Time.</p>
  58. </div>
  59. <div class="section" id="missing-functionality">
  60. <h2>Missing Functionality<a class="headerlink" href="#missing-functionality" title="Permalink to this headline"></a></h2>
  61. <ul>
  62. <li><dl class="first docutils">
  63. <dt>Delete Domain</dt>
  64. <dd><ul class="first last simple">
  65. <li>missing in REST</li>
  66. <li>implemented in mailman3 a8</li>
  67. </ul>
  68. </dd>
  69. </dl>
  70. </li>
  71. <li><p class="first">Show a List of all subscribed users</p>
  72. </li>
  73. </ul>
  74. </div>
  75. <div class="section" id="acl">
  76. <h2>ACL<a class="headerlink" href="#acl" title="Permalink to this headline"></a></h2>
  77. <ul>
  78. <li><p class="first">Middleware</p>
  79. <blockquote>
  80. <p>We don&#8217;t have the Middleware which is required to work with users and it&#8217;s permissions yet. For this reason we had to tweak some functions to be a hardcoded Demo object.</p>
  81. <ul>
  82. <li><dl class="first docutils">
  83. <dt>Login Check</dt>
  84. <dd><p class="first last">At the moment we&#8217;re using a hardcoded List of allowed usernames and Passwords which are all stored in Plain within the AuthBackends Source File.</p>
  85. </dd>
  86. </dl>
  87. </li>
  88. <li><dl class="first docutils">
  89. <dt>has_perm Decorator</dt>
  90. <dd><p class="first last">As we don&#8217;t have a middleware to check for users and it&#8217;s permissions we do only use one permission at the moment. The permission site domain_admin is hardcoded to user.username == &#8220;<a class="reference external" href="mailto:james&#37;&#52;&#48;example&#46;com">james<span>&#64;</span>example<span>&#46;</span>com</a>&#8220;</p>
  91. </dd>
  92. </dl>
  93. </li>
  94. </ul>
  95. </blockquote>
  96. </li>
  97. </ul>
  98. </div>
  99. <div class="section" id="ideas">
  100. <h2>Ideas<a class="headerlink" href="#ideas" title="Permalink to this headline"></a></h2>
  101. <ul class="simple">
  102. <li>ContactPage</li>
  103. <li></li>
  104. </ul>
  105. </div>
  106. </div>
  107.  
  108.  
  109. </div>
  110. </div>
  111. </div>
  112. <div class="sphinxsidebar">
  113. <div class="sphinxsidebarwrapper">
  114. <h3><a href="index.html">Table Of Contents</a></h3>
  115. <ul>
  116. <li><a class="reference internal" href="#">Acknowledgements</a><ul>
  117. <li><a class="reference internal" href="#test-server">Test Server</a></li>
  118. <li><a class="reference internal" href="#missing-functionality">Missing Functionality</a></li>
  119. <li><a class="reference internal" href="#acl">ACL</a></li>
  120. <li><a class="reference internal" href="#ideas">Ideas</a></li>
  121. </ul>
  122. </li>
  123. </ul>
  124.  
  125. <h4>Previous topic</h4>
  126. <p class="topless"><a href="using.html"
  127. title="previous chapter">Using the Django App - Developers Resource</a></p>
  128. <h4>Next topic</h4>
  129. <p class="topless"><a href="license.html"
  130. title="next chapter">Contributions:</a></p>
  131. <h3>This Page</h3>
  132. <ul class="this-page-menu">
  133. <li><a href="_sources/acknowledgements.txt"
  134. rel="nofollow">Show Source</a></li>
  135. </ul>
  136. <div id="searchbox" style="display: none">
  137. <h3>Quick search</h3>
  138. <form class="search" action="search.html" method="get">
  139. <input type="text" name="q" size="18" />
  140. <input type="submit" value="Go" />
  141. <input type="hidden" name="check_keywords" value="yes" />
  142. <input type="hidden" name="area" value="default" />
  143. </form>
  144. <p class="searchtip" style="font-size: 90%">
  145. Enter search terms or a module, class or function name.
  146. </p>
  147. </div>
  148. <script type="text/javascript">$('#searchbox').show(0);</script>
  149. </div>
  150. </div>
  151. <div class="clearer"></div>
  152. </div>
  153. <div class="related">
  154. <h3>Navigation</h3>
  155. <ul>
  156. <li class="right" style="margin-right: 10px">
  157. <a href="genindex.html" title="General Index"
  158. >index</a></li>
  159. <li class="right" >
  160. <a href="py-modindex.html" title="Python Module Index"
  161. >modules</a> |</li>
  162. <li class="right" >
  163. <a href="license.html" title="Contributions:"
  164. >next</a> |</li>
  165. <li class="right" >
  166. <a href="using.html" title="Using the Django App - Developers Resource"
  167. >previous</a> |</li>
  168. <li><a href="index.html">mailman_django v0.1 documentation</a> &raquo;</li>
  169. </ul>
  170. </div>
  171. <div class="footer">
  172. &copy; Copyright 2011, Benedict Stein.
  173. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
  174. </div>
  175. </body>
  176. </html>