| 1 | <?xml version="1.0"?> |
|---|
| 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
|---|
| 3 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|---|
| 4 | |
|---|
| 5 | <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> |
|---|
| 6 | <head> |
|---|
| 7 | <title>Twisted Documentation: </title> |
|---|
| 8 | <link type="text/css" rel="stylesheet" href="stylesheet.css" /> |
|---|
| 9 | <!-- Google analytics. --> |
|---|
| 10 | <script type="text/javascript"> |
|---|
| 11 | var _gaq = _gaq || []; |
|---|
| 12 | _gaq.push(['_setAccount', 'UA-99018-6']); |
|---|
| 13 | _gaq.push(['_trackPageview']); |
|---|
| 14 | |
|---|
| 15 | (function() { |
|---|
| 16 | var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
|---|
| 17 | ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
|---|
| 18 | var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
|---|
| 19 | })(); |
|---|
| 20 | </script> |
|---|
| 21 | </head> |
|---|
| 22 | |
|---|
| 23 | <body bgcolor="white"> |
|---|
| 24 | <span style="display: none" id="current-docs-container"> |
|---|
| 25 | <em> |
|---|
| 26 | <a id="current-docs-link"> |
|---|
| 27 | Go to the latest version of this document. |
|---|
| 28 | </a> |
|---|
| 29 | </em> |
|---|
| 30 | </span> |
|---|
| 31 | |
|---|
| 32 | <h1 class="title"></h1> |
|---|
| 33 | <div class="toc"></div> |
|---|
| 34 | <div class="body"> |
|---|
| 35 | |
|---|
| 36 | </div> |
|---|
| 37 | |
|---|
| 38 | <p><a href="index.html">Index</a></p> |
|---|
| 39 | <span class="version">Version: </span> |
|---|
| 40 | |
|---|
| 41 | <div> |
|---|
| 42 | <!-- If the documentation isn't current, insert a current link. --> |
|---|
| 43 | <script type="text/javascript"> |
|---|
| 44 | if (window.location.pathname.indexOf('/current/') == -1) { |
|---|
| 45 | <!-- Give the user a link to this page, but in the current version of the docs. --> |
|---|
| 46 | var link = document.getElementById('current-docs-link'); |
|---|
| 47 | link.href = window.location.pathname.replace(/\/\d+\.\d+\.\d+/, '/current'); |
|---|
| 48 | <!-- And make it visible --> |
|---|
| 49 | var container = document.getElementById('current-docs-container'); |
|---|
| 50 | container.style.display = ''; |
|---|
| 51 | delete link; |
|---|
| 52 | delete container; |
|---|
| 53 | } |
|---|
| 54 | </script> |
|---|
| 55 | <!-- Site Meter --> |
|---|
| 56 | <script type="text/javascript" src="http://sm7.sitemeter.com/js/counter.js?site=sm7twistedmatrix"> |
|---|
| 57 | </script> |
|---|
| 58 | <noscript> |
|---|
| 59 | <a href="http://sm7.sitemeter.com/stats.asp?site=sm7twistedmatrix" target="_top"> |
|---|
| 60 | <img src="http://sm7.sitemeter.com/meter.asp?site=sm7twistedmatrix" alt="Site Meter" border="0"/></a> |
|---|
| 61 | </noscript> |
|---|
| 62 | <!-- Copyright (c)2006 Site Meter --> |
|---|
| 63 | </div> |
|---|
| 64 | |
|---|
| 65 | </body> |
|---|
| 66 | </html> |
|---|