--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/src/build/html/pyams_content.interfaces.html Sun Jan 14 11:48:51 2018 +0100
@@ -0,0 +1,209 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>pyams_content.interfaces package — PyAMS User Guide 0.1.0 documentation</title>
+ <link rel="stylesheet" href="_static/pyramid.css" type="text/css" />
+ <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
+ <script type="text/javascript">
+ var DOCUMENTATION_OPTIONS = {
+ URL_ROOT: './',
+ VERSION: '0.1.0',
+ COLLAPSE_INDEX: false,
+ FILE_SUFFIX: '.html',
+ HAS_SOURCE: true,
+ SOURCELINK_SUFFIX: '.txt'
+ };
+ </script>
+ <script type="text/javascript" src="_static/jquery.js"></script>
+ <script type="text/javascript" src="_static/underscore.js"></script>
+ <script type="text/javascript" src="_static/doctools.js"></script>
+ <link rel="index" title="Index" href="genindex.html" />
+ <link rel="search" title="Search" href="search.html" />
+<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Neuton&subset=latin" type="text/css" media="screen" charset="utf-8" />
+<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" />
+<!--[if lte IE 6]>
+<link rel="stylesheet" href="_static/ie6.css" type="text/css" media="screen" charset="utf-8" />
+<![endif]-->
+
+ </head>
+ <body>
+
+ <div class="related" role="navigation" aria-label="related navigation">
+ <h3>Navigation</h3>
+ <ul>
+ <li class="right" style="margin-right: 10px">
+ <a href="genindex.html" title="General Index"
+ accesskey="I">index</a></li>
+ <li class="right" >
+ <a href="py-modindex.html" title="Python Module Index"
+ >modules</a> |</li>
+ <li class="nav-item nav-item-0"><a href="index.html">PyAMS User Guide 0.1.0 documentation</a> »</li>
+ </ul>
+ </div>
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+ <div class="body" role="main">
+
+ <div class="section" id="pyams-content-interfaces-package">
+<h1>pyams_content.interfaces package<a class="headerlink" href="#pyams-content-interfaces-package" title="Permalink to this headline">¶</a></h1>
+<div class="section" id="submodules">
+<h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this headline">¶</a></h2>
+</div>
+<div class="section" id="module-pyams_content.interfaces.container">
+<span id="pyams-content-interfaces-container-module"></span><h2>pyams_content.interfaces.container module<a class="headerlink" href="#module-pyams_content.interfaces.container" title="Permalink to this headline">¶</a></h2>
+</div>
+<div class="section" id="module-pyams_content.interfaces">
+<span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-pyams_content.interfaces" title="Permalink to this headline">¶</a></h2>
+<dl class="data">
+<dt id="pyams_content.interfaces.COMMENT_CONTENT_PERMISSION">
+<code class="descclassname">pyams_content.interfaces.</code><code class="descname">COMMENT_CONTENT_PERMISSION</code><em class="property"> = 'pyams.CommentContent'</em><a class="headerlink" href="#pyams_content.interfaces.COMMENT_CONTENT_PERMISSION" title="Permalink to this definition">¶</a></dt>
+<dd><p>Permission required to add comments on an existing content</p>
+</dd></dl>
+
+<dl class="data">
+<dt id="pyams_content.interfaces.CONTRIBUTOR_ROLE">
+<code class="descclassname">pyams_content.interfaces.</code><code class="descname">CONTRIBUTOR_ROLE</code><em class="property"> = 'pyams.Contributor'</em><a class="headerlink" href="#pyams_content.interfaces.CONTRIBUTOR_ROLE" title="Permalink to this definition">¶</a></dt>
+<dd><p>Contributor role is allowed to create new contents</p>
+</dd></dl>
+
+<dl class="data">
+<dt id="pyams_content.interfaces.CREATE_CONTENT_PERMISSION">
+<code class="descclassname">pyams_content.interfaces.</code><code class="descname">CREATE_CONTENT_PERMISSION</code><em class="property"> = 'pyams.CreateContent'</em><a class="headerlink" href="#pyams_content.interfaces.CREATE_CONTENT_PERMISSION" title="Permalink to this definition">¶</a></dt>
+<dd><p>Permission required to create a new content</p>
+</dd></dl>
+
+<dl class="data">
+<dt id="pyams_content.interfaces.CREATE_VERSION_PERMISSION">
+<code class="descclassname">pyams_content.interfaces.</code><code class="descname">CREATE_VERSION_PERMISSION</code><em class="property"> = 'pyams.CreateVersion'</em><a class="headerlink" href="#pyams_content.interfaces.CREATE_VERSION_PERMISSION" title="Permalink to this definition">¶</a></dt>
+<dd><p>Permission required to create a new version of an existing content</p>
+</dd></dl>
+
+<dl class="data">
+<dt id="pyams_content.interfaces.GUEST_ROLE">
+<code class="descclassname">pyams_content.interfaces.</code><code class="descname">GUEST_ROLE</code><em class="property"> = 'pyams.Guest'</em><a class="headerlink" href="#pyams_content.interfaces.GUEST_ROLE" title="Permalink to this definition">¶</a></dt>
+<dd><p>Guest role is allowed to view contents</p>
+</dd></dl>
+
+<dl class="data">
+<dt id="pyams_content.interfaces.MANAGER_ROLE">
+<code class="descclassname">pyams_content.interfaces.</code><code class="descname">MANAGER_ROLE</code><em class="property"> = 'pyams.Manager'</em><a class="headerlink" href="#pyams_content.interfaces.MANAGER_ROLE" title="Permalink to this definition">¶</a></dt>
+<dd><p>Manager role is allowed to manage contents workflow</p>
+</dd></dl>
+
+<dl class="data">
+<dt id="pyams_content.interfaces.MANAGE_CONTENT_PERMISSION">
+<code class="descclassname">pyams_content.interfaces.</code><code class="descname">MANAGE_CONTENT_PERMISSION</code><em class="property"> = 'pyams.ManageContent'</em><a class="headerlink" href="#pyams_content.interfaces.MANAGE_CONTENT_PERMISSION" title="Permalink to this definition">¶</a></dt>
+<dd><p>Permission required to manager properties of an existing content</p>
+</dd></dl>
+
+<dl class="data">
+<dt id="pyams_content.interfaces.MANAGE_SITE_PERMISSION">
+<code class="descclassname">pyams_content.interfaces.</code><code class="descname">MANAGE_SITE_PERMISSION</code><em class="property"> = 'pyams.ManageSite'</em><a class="headerlink" href="#pyams_content.interfaces.MANAGE_SITE_PERMISSION" title="Permalink to this definition">¶</a></dt>
+<dd><p>Permission required to manager inner site or blog properties</p>
+</dd></dl>
+
+<dl class="data">
+<dt id="pyams_content.interfaces.MANAGE_SITE_ROOT_PERMISSION">
+<code class="descclassname">pyams_content.interfaces.</code><code class="descname">MANAGE_SITE_ROOT_PERMISSION</code><em class="property"> = 'pyams.ManageSiteRoot'</em><a class="headerlink" href="#pyams_content.interfaces.MANAGE_SITE_ROOT_PERMISSION" title="Permalink to this definition">¶</a></dt>
+<dd><p>Permission required to manage main site root properties</p>
+</dd></dl>
+
+<dl class="data">
+<dt id="pyams_content.interfaces.MANAGE_TOOL_PERMISSION">
+<code class="descclassname">pyams_content.interfaces.</code><code class="descname">MANAGE_TOOL_PERMISSION</code><em class="property"> = 'pyams.ManageTool'</em><a class="headerlink" href="#pyams_content.interfaces.MANAGE_TOOL_PERMISSION" title="Permalink to this definition">¶</a></dt>
+<dd><p>Permission required to manager shared tool properties</p>
+</dd></dl>
+
+<dl class="data">
+<dt id="pyams_content.interfaces.OPERATOR_ROLE">
+<code class="descclassname">pyams_content.interfaces.</code><code class="descname">OPERATOR_ROLE</code><em class="property"> = 'pyams.Operator'</em><a class="headerlink" href="#pyams_content.interfaces.OPERATOR_ROLE" title="Permalink to this definition">¶</a></dt>
+<dd><p>Operator role is allowed to access management interface</p>
+</dd></dl>
+
+<dl class="data">
+<dt id="pyams_content.interfaces.OWNER_ROLE">
+<code class="descclassname">pyams_content.interfaces.</code><code class="descname">OWNER_ROLE</code><em class="property"> = 'pyams.Owner'</em><a class="headerlink" href="#pyams_content.interfaces.OWNER_ROLE" title="Permalink to this definition">¶</a></dt>
+<dd><p>Content owner role is allowed to manage content properties until publication</p>
+</dd></dl>
+
+<dl class="data">
+<dt id="pyams_content.interfaces.PILOT_ROLE">
+<code class="descclassname">pyams_content.interfaces.</code><code class="descname">PILOT_ROLE</code><em class="property"> = 'pyams.Pilot'</em><a class="headerlink" href="#pyams_content.interfaces.PILOT_ROLE" title="Permalink to this definition">¶</a></dt>
+<dd><p>Pilot role is allowed to manage tools configuration and permissions</p>
+</dd></dl>
+
+<dl class="data">
+<dt id="pyams_content.interfaces.PUBLISH_CONTENT_PERMISSION">
+<code class="descclassname">pyams_content.interfaces.</code><code class="descname">PUBLISH_CONTENT_PERMISSION</code><em class="property"> = 'pyams.PublishContent'</em><a class="headerlink" href="#pyams_content.interfaces.PUBLISH_CONTENT_PERMISSION" title="Permalink to this definition">¶</a></dt>
+<dd><p>Permission required to publish or retire an existing content</p>
+</dd></dl>
+
+<dl class="data">
+<dt id="pyams_content.interfaces.READER_ROLE">
+<code class="descclassname">pyams_content.interfaces.</code><code class="descname">READER_ROLE</code><em class="property"> = 'pyams.Reader'</em><a class="headerlink" href="#pyams_content.interfaces.READER_ROLE" title="Permalink to this definition">¶</a></dt>
+<dd><p>Reader role is allowed to read and comment contents while still in draft state</p>
+</dd></dl>
+
+<dl class="data">
+<dt id="pyams_content.interfaces.WEBMASTER_ROLE">
+<code class="descclassname">pyams_content.interfaces.</code><code class="descname">WEBMASTER_ROLE</code><em class="property"> = 'pyams.Webmaster'</em><a class="headerlink" href="#pyams_content.interfaces.WEBMASTER_ROLE" title="Permalink to this definition">¶</a></dt>
+<dd><p>Webmaster role has all permissions on all contents</p>
+</dd></dl>
+
+</div>
+</div>
+
+
+ </div>
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+ <h3><a href="index.html">Table Of Contents</a></h3>
+ <ul>
+<li><a class="reference internal" href="#">pyams_content.interfaces package</a><ul>
+<li><a class="reference internal" href="#submodules">Submodules</a></li>
+<li><a class="reference internal" href="#module-pyams_content.interfaces.container">pyams_content.interfaces.container module</a></li>
+<li><a class="reference internal" href="#module-pyams_content.interfaces">Module contents</a></li>
+</ul>
+</li>
+</ul>
+
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <form class="search" action="search.html" method="get">
+ <div><input type="text" name="q" /></div>
+ <div><input type="submit" value="Go" /></div>
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="related" role="navigation" aria-label="related navigation">
+ <h3>Navigation</h3>
+ <ul>
+ <li class="right" style="margin-right: 10px">
+ <a href="genindex.html" title="General Index"
+ >index</a></li>
+ <li class="right" >
+ <a href="py-modindex.html" title="Python Module Index"
+ >modules</a> |</li>
+ <li class="nav-item nav-item-0"><a href="index.html">PyAMS User Guide 0.1.0 documentation</a> »</li>
+ </ul>
+ </div>
+ <div class="footer" role="contentinfo">
+ © Copyright 2017, Thierry Florac.
+ Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.5.
+ </div>
+ </body>
+</html>
\ No newline at end of file