~ntt-pf-lab/nova/monkey_patch_notification

« back to all changes in this revision

Viewing changes to vendor/Twisted-10.0.0/doc/conch/examples/index.html

  • Committer: Jesse Andrews
  • Date: 2010-05-28 06:05:26 UTC
  • Revision ID: git-v1:bf6e6e718cdc7488e2da87b21e258ccc065fe499
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?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">
 
2
  <head>
 
3
<title>Twisted Documentation: Twisted.Conch code examples</title>
 
4
<link href="../howto/stylesheet.css" rel="stylesheet" type="text/css"/>
 
5
  </head>
 
6
 
 
7
  <body bgcolor="white">
 
8
    <h1 class="title">Twisted.Conch code examples</h1>
 
9
    <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>
 
10
    <div class="content">
 
11
    <span/>
 
12
 
 
13
    <h2>Simple SSH server and client<a name="auto0"/></h2>
 
14
    <ul>
 
15
        <li><a href="sshsimpleclient.py" shape="rect">sshsimpleclient.py</a></li>
 
16
        <li><a href="sshsimpleserver.py" shape="rect">sshsimpleserver.py</a></li>
 
17
    </ul>
 
18
 
 
19
    <h2>Simple telnet server<a name="auto1"/></h2>
 
20
    <ul>
 
21
        <li><a href="telnet_echo.tac" shape="rect">A telnet server which echoes data and events back to the client</a></li>
 
22
    </ul>
 
23
 
 
24
 
 
25
    <h2>twisted.conch.insults examples<a name="auto2"/></h2>
 
26
    <ul>
 
27
      <li><a href="demo.tac" shape="rect">demo.tac</a> Nearly pointless demonstration of the manhole interactive interpreter</li>
 
28
      <li><a href="demo_draw.tac" shape="rect">demo_draw.tac</a> A trivial drawing application</li>
 
29
      <li><a href="demo_insults.tac" shape="rect">demo_insults.tac</a> Various simple terminal manipulations using the insults module</li>
 
30
      <li><a href="demo_recvline.tac" shape="rect">demo_recvline.tac</a> Demonstrates line-at-a-time handling with basic line-editing support</li>
 
31
      <li><a href="demo_scroll.tac" shape="rect">demo_scroll.tac</a> Simple echo-ish server that uses the scroll-region</li>
 
32
      <li><a href="demo_manhole.tac" shape="rect">demo_manhole.tac</a> An interactive Python interpreter with syntax coloring</li>
 
33
      <li><a href="window.tac" shape="rect">window.tac</a> An example of various widgets</li>
 
34
    </ul>
 
35
</div>
 
36
 
 
37
    <p><a href="../howto/index.html">Index</a></p>
 
38
    <span class="version">Version: 10.0.0</span>
 
39
  </body>
 
40
</html>
 
 
b'\\ No newline at end of file'