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 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
|
<!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 Links</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 Links</h1>
<div class="contents topic" id="contents">
<p class="topic-title first">Contents</p>
<ul class="simple">
<li><a href="#articles-and-documentation" class="reference internal" id="id1">Articles and Documentation</a></li>
<li><a href="#open-source-projects" class="reference internal" id="id2">Open Source Projects</a></li>
</ul>
</div>
<p>If you have a link you'd like added to this page, please submit a bug
report with the link and title at <a href="https://sourceforge.net/p/sqlobject/bugs/" class="reference external">bug tracker</a> or send pull requests at
<a href="https://github.com/sqlobject/sqlobject" class="reference external">GitHub</a>).</p>
<div class="section" id="articles-and-documentation">
<h1><a href="#id1" class="toc-backref">Articles and Documentation</a></h1>
<ul class="simple">
<li><a href="http://www.ibm.com/developerworks/library/os-pythonsqlo/index.html" class="reference external">Connecting databases to Python with SQLObject</a>;
an article at DeveloperWorks.</li>
<li><a href="http://www.algorithm.co.il/blogs/index.php/programming/python/simple-sqlobject-db-migration-how-to/" class="reference external">DB migration using sqlobject-admin how-to</a>.</li>
<li><a href="http://www.psychicorigami.com/2007/12/16/using-raw-sql-with-sqlobject-and-keeping-the-object-y-goodness/" class="reference external">Using raw SQL with SQLObject and keeping the object-y goodness</a>.</li>
<li><a href="https://github.com/RhubarbSin/example-sqlobject-webpy" class="reference external">Example of using SQLObject with web.py under mod_wsgi</a>.</li>
</ul>
</div>
<div class="section" id="open-source-projects">
<h1><a href="#id2" class="toc-backref">Open Source Projects</a></h1>
<ul class="simple">
<li><a href="http://turbogears.org/" class="reference external">TurboGears</a> Web Framework: also integrates
with SQLObject.</li>
<li><a href="http://turbogears.org/1.0/docs/Catwalk.html" class="reference external">Catwalk</a> is a
web-based SQLObject browser and object editor (included in
TurboGears).</li>
<li><a href="http://www.crummy.com/software/UltraGleeper/" class="reference external">Ultra Gleeper</a>, a
Recommendation Engine for Web Pages.</li>
<li><a href="http://guten.sourceforge.net/" class="reference external">Guten</a>; an application for
browsing, reading, and managing books from <a href="https://www.gutenberg.org/" class="reference external">Project Gutenberg</a>.</li>
<li><a href="http://inigo.katxi.org/devel/mynewspaper/" class="reference external">My Newspaper</a>, a
personal RSS Aggregator and Reader.</li>
</ul>
<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>
<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>
|