index.html 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <meta name="generator" content="Docutils 0.4: http://docutils.sourceforge.net/" />
  7. <title>Documentation for processing-0.52</title>
  8. <meta name="author" content="R Oudkerk" />
  9. <link rel="stylesheet" href="html4css1.css" type="text/css" />
  10. </head>
  11. <body>
  12. <div class="header">
  13. <a class="reference" href="index.html">Prev</a> &nbsp; &nbsp; &nbsp; &nbsp; <a class="reference" href="index.html">Up</a> &nbsp; &nbsp; &nbsp; &nbsp; <a class="reference" href="intro.html">Next</a>
  14. <hr class="header"/>
  15. </div>
  16. <div class="document" id="documentation-for-processing-version">
  17. <h1 class="title">Documentation for processing-0.52</h1>
  18. <table class="docinfo" frame="void" rules="none">
  19. <col class="docinfo-name" />
  20. <col class="docinfo-content" />
  21. <tbody valign="top">
  22. <tr><th class="docinfo-name">Author:</th>
  23. <td>R Oudkerk</td></tr>
  24. <tr><th class="docinfo-name">Contact:</th>
  25. <td>roudkerk at users.berlios.de</td></tr>
  26. <tr class="field"><th class="docinfo-name">Url:</th><td class="field-body"><a class="reference" href="http://developer.berlios.de/projects/pyprocessing">http://developer.berlios.de/projects/pyprocessing</a></td>
  27. </tr>
  28. <tr class="field"><th class="docinfo-name">Licence:</th><td class="field-body">BSD Licence</td>
  29. </tr>
  30. </tbody>
  31. </table>
  32. <div class="section">
  33. <h1><a id="contents" name="contents">Contents</a></h1>
  34. <ul>
  35. <li><p class="first"><a class="reference" href="intro.html">Introduction</a></p>
  36. </li>
  37. <li><dl class="first docutils">
  38. <dt><a class="reference" href="processing-ref.html">Package reference</a></dt>
  39. <dd><ul class="first last simple">
  40. <li><a class="reference" href="process-objects.html">Process objects</a></li>
  41. <li><a class="reference" href="queue-objects.html">Queue objects</a></li>
  42. <li><a class="reference" href="connection-objects.html">Connection objects</a></li>
  43. <li><a class="reference" href="manager-objects.html">Manager objects</a></li>
  44. <li><a class="reference" href="proxy-objects.html">Proxy objects</a></li>
  45. <li><a class="reference" href="pool-objects.html">Pool objects</a></li>
  46. <li><a class="reference" href="sharedctypes.html">Shared ctypes objects</a></li>
  47. <li><a class="reference" href="connection-ref.html">Listeners and Clients</a></li>
  48. </ul>
  49. </dd>
  50. </dl>
  51. </li>
  52. <li><p class="first"><a class="reference" href="programming-guidelines.html">Programming guidelines</a></p>
  53. </li>
  54. <li><p class="first"><a class="reference" href="tests.html">Tests and examples</a></p>
  55. </li>
  56. </ul>
  57. </div>
  58. <div class="section">
  59. <h1><a id="see-also" name="see-also">See also</a></h1>
  60. <ul class="simple">
  61. <li><a class="reference" href="INSTALL.html">Installation instructions</a></li>
  62. <li><a class="reference" href="CHANGES.html">Changelog</a></li>
  63. <li><a class="reference" href="THANKS.html">Acknowledgments</a></li>
  64. <li><a class="reference" href="COPYING.html">Licence</a></li>
  65. </ul>
  66. </div>
  67. </div>
  68. <div class="footer">
  69. <hr class="footer" />
  70. <a class="reference" href="index.html">Prev</a> &nbsp; &nbsp; &nbsp; &nbsp; <a class="reference" href="index.html">Up</a> &nbsp; &nbsp; &nbsp; &nbsp; <a class="reference" href="intro.html">Next</a>
  71. </div>
  72. </body>
  73. </html>