nova/vendor/Twisted-10.0.0/doc/conch/examples/index.html
2010-05-27 23:05:26 -07:00

40 lines
2.2 KiB
HTML

<?xml version="1.0" encoding="utf-8"?><!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'><html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Twisted Documentation: Twisted.Conch code examples</title>
<link href="../howto/stylesheet.css" rel="stylesheet" type="text/css"/>
</head>
<body bgcolor="white">
<h1 class="title">Twisted.Conch code examples</h1>
<div class="toc"><ol><li><a href="#auto0">Simple SSH server and client</a></li><li><a href="#auto1">Simple telnet server</a></li><li><a href="#auto2">twisted.conch.insults examples</a></li></ol></div>
<div class="content">
<span/>
<h2>Simple SSH server and client<a name="auto0"/></h2>
<ul>
<li><a href="sshsimpleclient.py" shape="rect">sshsimpleclient.py</a></li>
<li><a href="sshsimpleserver.py" shape="rect">sshsimpleserver.py</a></li>
</ul>
<h2>Simple telnet server<a name="auto1"/></h2>
<ul>
<li><a href="telnet_echo.tac" shape="rect">A telnet server which echoes data and events back to the client</a></li>
</ul>
<h2>twisted.conch.insults examples<a name="auto2"/></h2>
<ul>
<li><a href="demo.tac" shape="rect">demo.tac</a> Nearly pointless demonstration of the manhole interactive interpreter</li>
<li><a href="demo_draw.tac" shape="rect">demo_draw.tac</a> A trivial drawing application</li>
<li><a href="demo_insults.tac" shape="rect">demo_insults.tac</a> Various simple terminal manipulations using the insults module</li>
<li><a href="demo_recvline.tac" shape="rect">demo_recvline.tac</a> Demonstrates line-at-a-time handling with basic line-editing support</li>
<li><a href="demo_scroll.tac" shape="rect">demo_scroll.tac</a> Simple echo-ish server that uses the scroll-region</li>
<li><a href="demo_manhole.tac" shape="rect">demo_manhole.tac</a> An interactive Python interpreter with syntax coloring</li>
<li><a href="window.tac" shape="rect">window.tac</a> An example of various widgets</li>
</ul>
</div>
<p><a href="../howto/index.html">Index</a></p>
<span class="version">Version: 10.0.0</span>
</body>
</html>