1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type">
<title>SQLObject Community</title>
<link href="layout.css" type="text/css" rel="stylesheet">
</head>
<body>
<div id="page">
<h1 class="doc-title"><a></a></h1>
<div id="navcontainer">
<ul id="navlist">
<li class="pagenav">
<ul>
<li class="page_item">
<a href="index.html" title="Project Home / Index">SQLObject</a>
</li>
<li class="page_item">
<a href="module-index.html" title="sqlobject package and module reference">Modules</a>
</li>
<li>
<a href="community.html" title="Mailing List">Discuss</a>
</li>
<li>
<a href="SQLObject.html">Documentation</a>
</li>
</ul>
</li>
</ul>
</div>
<hr>
<div id="content"><div class="rst-doc">
<h1 class="pudge-member-page-heading">SQLObject Community</h1>
<p>SQLObject questions and discussion happens on the <a href="https://lists.sourceforge.net/mailman/listinfo/sqlobject-discuss" class="reference external">sqlobject-discuss
mailing list</a>.
<a href="http://www.gmane.org/" class="reference external">Gmane</a> also has the list in
gmane.comp.python.sqlobject accessible by
<a href="http://news.gmane.org/gmane.comp.python.sqlobject" class="reference external">HTTP</a>,
<a href="http://blog.gmane.org/gmane.comp.python.sqlobject" class="reference external">HTTP (blog format)</a>
and <a href="news://news.gmane.org/gmane.comp.python.sqlobject" class="reference external">News</a>.</p>
<p>Bugs should be submitted to the <a href="https://sourceforge.net/p/sqlobject/bugs/" class="reference external">bug tracker at SourceForge</a> or <a href="https://github.com/sqlobject/sqlobject/issues" class="reference external">GitHub</a>, and
<a href="https://sourceforge.net/p/sqlobject/patches/" class="reference external">patches to the patch tracker</a> (or send pull requests
at GitHub).</p>
<p>Development takes place in the <a href="download.html#repositories" class="reference external">git repositories</a>. There are <a href="/devel/" class="reference external">development docs</a>. If you are
interested in contributing you should read the <a href="DeveloperGuide.html" class="reference external">Developer Guide</a>. There also exists <tt class="docutils literal">##sqlobject</tt> on the
<a href="https://freenode.net/" class="reference external">Freenode IRC Network</a> for development discussions.</p>
<p>The <a href="Authors.html" class="reference external">Author List</a> tries to list all the major
contributors.</p>
<p>One can also contribute to <a href="https://sites.google.com/site/sqlobject/" class="reference external">community-editable recipe/documentation site</a>.</p>
<a href="https://sourceforge.net/projects/sqlobject" class="reference external image-reference"><img src="https://sourceforge.net/sflogo.php?group_id=74338&type=10" alt="Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads" style="width: 80px; height: 15px;" class="noborder align-center"></a>
</div></div>
<div id="footer">
<p style="float: left;">
built with
<a href="http://lesscode.org/projects/pudge/">pudge/0.1.3</a> |
original design by
<a href="http://blog.ratterobert.com/">ratter / robert</a>
</p>
<div>
<br> <!--
<a name="search">
<form method="get" id="searchform"
action="http://lesscode.org/blog/index.php">
<div>
<input type="text" value="" name="s" id="s" />
<input type="submit" id="searchsubmit" value="Search" />
</div>
</form>
</a> -->
<br>
</div>
</div>
</div>
</body>
</html>
|