I&#39;ve been short on time lately so will post these in batches. Also it will give folks a chance to comment on the direction taken before I go too far. Each of these should be encapsulated in some overview prose. Also it&#39;s a good opportunity to link to external documentation such as related blog posts, projects, etc.<br>
<br>Some of these are obvious and nearly mirror the current Howto indexes, not sure if that&#39;s desired.<br>(Though some indexes point to some very old stuff, like woven)<br><br>If you have provided feedback and do not see it reflected yet, don&#39;t worry. I&#39;m still formulating how to work it in.<br>
Any further guidance or criticism will be appreciated.<br><br>----<br><br>* So, you want to learn the basics of Twisted<br><br><a href="http://twistedmatrix.com/projects/core/documentation/howto/async.html">http://twistedmatrix.com/projects/core/documentation/howto/async.html</a><br>
<a href="http://twistedmatrix.com/projects/core/documentation/howto/reactor-basics.html">http://twistedmatrix.com/projects/core/documentation/howto/reactor-basics.html</a><br><a href="http://twistedmatrix.com/projects/core/documentation/examples/#auto0">http://twistedmatrix.com/projects/core/documentation/examples/#auto0</a><br>
<a href="http://twistedmatrix.com/projects/core/documentation/examples/#auto1">http://twistedmatrix.com/projects/core/documentation/examples/#auto1</a><br><a href="http://twistedmatrix.com/projects/core/documentation/howto/defer.html">http://twistedmatrix.com/projects/core/documentation/howto/defer.html</a><br>
<a href="http://twistedmatrix.com/projects/core/documentation/howto/application.html">http://twistedmatrix.com/projects/core/documentation/howto/application.html</a><br><a href="http://twistedmatrix.com/projects/core/documentation/howto/design.html">http://twistedmatrix.com/projects/core/documentation/howto/design.html</a><br>
<br>* So, you want to write unittests for your Twisted code<br><br><a href="http://twistedmatrix.com/projects/core/documentation/howto/testing.html">http://twistedmatrix.com/projects/core/documentation/howto/testing.html</a><br>
<br>* So, you want to drive processes with Twisted<br><br><a href="http://twistedmatrix.com/projects/core/documentation/howto/process.html">http://twistedmatrix.com/projects/core/documentation/howto/process.html</a><br><a href="http://unpythonic.blogspot.com/2007/08/spawning-subprocess-with-pygtk-using.html">http://unpythonic.blogspot.com/2007/08/spawning-subprocess-with-pygtk-using.html</a><br>
<br>* So, you want to use Twisted to develop a custom protocol<br><br><a href="http://twistedmatrix.com/projects/core/documentation/howto/servers.html">http://twistedmatrix.com/projects/core/documentation/howto/servers.html</a><br>
<a href="http://twistedmatrix.com/projects/core/documentation/howto/clients.html">http://twistedmatrix.com/projects/core/documentation/howto/clients.html</a><br><a href="http://twistedmatrix.com/projects/core/documentation/howto/udp.html">http://twistedmatrix.com/projects/core/documentation/howto/udp.html</a><br>
<a href="http://twistedmatrix.com/projects/core/documentation/examples/#auto2">http://twistedmatrix.com/projects/core/documentation/examples/#auto2</a><br><br>* So, you want to use threads with Twisted<br><br><a href="http://twistedmatrix.com/projects/core/documentation/howto/threading.html">http://twistedmatrix.com/projects/core/documentation/howto/threading.html</a><br>
<br>* So, you want to persist data in a Twisted application<br><br><a href="http://divmod.org/trac/wiki/DivmodAxiom/Tutorial">http://divmod.org/trac/wiki/DivmodAxiom/Tutorial</a><br><a href="http://twistedmatrix.com/projects/core/documentation/howto/dirdbm.html">http://twistedmatrix.com/projects/core/documentation/howto/dirdbm.html</a><br>
<a href="http://twistedmatrix.com/projects/core/documentation/howto/rdbms.html">http://twistedmatrix.com/projects/core/documentation/howto/rdbms.html</a><br><br>* So, you want to do task scheduling in Twisted<br><br><a href="http://twistedmatrix.com/projects/core/documentation/howto/time.html">http://twistedmatrix.com/projects/core/documentation/howto/time.html</a><br>
<a href="http://divmod.org/trac/wiki/DivmodAxiom/Tutorial#UsingtheSchedulerBuildYourOwnclowHHHron">http://divmod.org/trac/wiki/DivmodAxiom/Tutorial#UsingtheSchedulerBuildYourOwnclowHHHron</a><br><br>
* So, you want to write a web application with Twisted<br><br><a href="http://twistedmatrix.com/projects/web/documentation/howto/using-twistedweb.html">http://twistedmatrix.com/projects/web/documentation/howto/using-twistedweb.html</a><br>
<a href="http://twistedmatrix.com/projects/web/documentation/howto/web-development.html">http://twistedmatrix.com/projects/web/documentation/howto/web-development.html</a><br><a href="http://divmod.org/trac/wiki/DivmodNevow/Tutorial">http://divmod.org/trac/wiki/DivmodNevow/Tutorial</a><br>
<a href="http://divmod.org/trac/wiki/DivmodNevow/Athena">http://divmod.org/trac/wiki/DivmodNevow/Athena</a><br><a href="http://divmod.org/trac/wiki/MantissaHowTo">http://divmod.org/trac/wiki/MantissaHowTo</a><br><a href="http://blog.dreid.org/2009/03/twisted-django-it-wont-burn-down-your.html">http://blog.dreid.org/2009/03/twisted-django-it-wont-burn-down-your.html</a><br>
<br>
* So, you want to deploy a plugin for Twisted<br><br><a href="http://twistedmatrix.com/projects/core/documentation/howto/plugin.html">http://twistedmatrix.com/projects/core/documentation/howto/plugin.html</a><br>