diff options
Diffstat (limited to 'hyperkitty/doc/_build/html/news.html')
-rw-r--r-- | hyperkitty/doc/_build/html/news.html | 142 |
1 files changed, 142 insertions, 0 deletions
diff --git a/hyperkitty/doc/_build/html/news.html b/hyperkitty/doc/_build/html/news.html new file mode 100644 index 0000000..db5323c --- /dev/null +++ b/hyperkitty/doc/_build/html/news.html @@ -0,0 +1,142 @@ + + +<!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>News / Changelog — HyperKitty v0.1 documentation</title> + <link rel="stylesheet" href="_static/default.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', + COLLAPSE_INDEX: false, + FILE_SUFFIX: '.html', + HAS_SOURCE: true + }; + </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="top" title="HyperKitty v0.1 documentation" href="index.html" /> + <link rel="next" title="Development" href="development.html" /> + <link rel="prev" title="Welcome to HyperKitty’s documentation!" href="index.html" /> + </head> + <body> + <div class="related"> + <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="development.html" title="Development" + accesskey="N">next</a> |</li> + <li class="right" > + <a href="index.html" title="Welcome to HyperKitty’s documentation!" + accesskey="P">previous</a> |</li> + <li><a href="index.html">HyperKitty v0.1 documentation</a> »</li> + </ul> + </div> + + <div class="document"> + <div class="documentwrapper"> + <div class="bodywrapper"> + <div class="body"> + + <div class="section" id="news-changelog"> +<h1>News / Changelog<a class="headerlink" href="#news-changelog" title="Permalink to this headline">¶</a></h1> +<p>Copyright (C) 2012 by the Free Software Foundation, Inc.</p> +<p>The HyperKitty Django app provides a web interface to access GNU Mailman v3 +Archives.</p> +<p>HyperKitty is free software: you can redistribute it and/or +modify it under the terms of the GNU General Public License as +published by the Free Software Foundation, version 3 of the License.</p> +<p>HyperKitty is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser +General Public License for more details.</p> +<p>You should have received a copy of the GNU Lesser General Public License +along with HyperKitty. If not, see <<a class="reference external" href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>>.</p> +<div class="section" id="alpha-1"> +<h2>0.1 alpha 1<a class="headerlink" href="#alpha-1" title="Permalink to this headline">¶</a></h2> +<p>(2012-XX-XX)</p> +<p>Initial release of HyperKitty.</p> +<ul class="simple"> +<li>login using django user account / browserid / google openid / yahoo openid</li> +<li>rate messages</li> +<li>use bootstrap.css for stylesheets</li> +<li>show basic list info and metrics</li> +<li>show basic user profile</li> +<li>Add tags to message threads</li> +</ul> +</div> +</div> + + + </div> + </div> + </div> + <div class="sphinxsidebar"> + <div class="sphinxsidebarwrapper"> + <h3><a href="index.html">Table Of Contents</a></h3> + <ul> +<li><a class="reference internal" href="#">News / Changelog</a><ul> +<li><a class="reference internal" href="#alpha-1">0.1 alpha 1</a></li> +</ul> +</li> +</ul> + + <h4>Previous topic</h4> + <p class="topless"><a href="index.html" + title="previous chapter">Welcome to HyperKitty’s documentation!</a></p> + <h4>Next topic</h4> + <p class="topless"><a href="development.html" + title="next chapter">Development</a></p> + <h3>This Page</h3> + <ul class="this-page-menu"> + <li><a href="_sources/news.txt" + rel="nofollow">Show Source</a></li> + </ul> +<div id="searchbox" style="display: none"> + <h3>Quick search</h3> + <form class="search" action="search.html" method="get"> + <input type="text" name="q" size="18" /> + <input type="submit" value="Go" /> + <input type="hidden" name="check_keywords" value="yes" /> + <input type="hidden" name="area" value="default" /> + </form> + <p class="searchtip" style="font-size: 90%"> + Enter search terms or a module, class or function name. + </p> +</div> +<script type="text/javascript">$('#searchbox').show(0);</script> + </div> + </div> + <div class="clearer"></div> + </div> + <div class="related"> + <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="development.html" title="Development" + >next</a> |</li> + <li class="right" > + <a href="index.html" title="Welcome to HyperKitty’s documentation!" + >previous</a> |</li> + <li><a href="index.html">HyperKitty v0.1 documentation</a> »</li> + </ul> + </div> + <div class="footer"> + © Copyright 2012, Mailman Coders. + Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7. + </div> + </body> +</html>
\ No newline at end of file |