~certify-web-dev/twisted/certify-trunk

« back to all changes in this revision

Viewing changes to doc/howto/tutorial/library.html

  • Committer: Bazaar Package Importer
  • Author(s): Free Ekanayaka
  • Date: 2010-03-09 13:32:00 UTC
  • mfrom: (2.2.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100309133200-xs2rrzwnn9k86sbx
Tags: 10.0.0-2
* Include changes from 9.0.0-2 which got skipped
* python-twisted depends on version >= 10.0 of other packages

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8"?>
2
 
<!DOCTYPE html
3
 
  PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN'
4
 
  'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
5
 
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
 
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">
6
2
  <head>
7
3
<title>Twisted Documentation: The Evolution of Finger: making a finger library</title>
8
4
<link href="../stylesheet.css" rel="stylesheet" type="text/css"/>
19
15
 
20
16
<p> This is the tenth part of the Twisted tutorial <a href="index.html" shape="rect">Twisted from Scratch, or The Evolution of Finger</a>.</p>
21
17
 
22
 
<p>In this part, we separate the application code that launches a finger
23
 
service from the library code which defines a finger service, placing the
24
 
application in a Twisted Application Configuration (.tac) file. We also move
25
 
configuration (such as HTML templates) into separate files.</p>
 
18
<p>In this part, we separate the application code that launches a finger service
 
19
from the library code which defines a finger service, placing the application in
 
20
a Twisted Application Configuration (.tac) file. We also move configuration
 
21
(such as HTML templates) into separate files. Configuration and deployment with
 
22
.tac and twistd are introduced in <a href="../application.html" shape="rect">Using the
 
23
Twisted Application Framework</a>.</p>
26
24
 
27
25
<h2>Organization<a name="auto1"/></h2>
28
26
 
266
264
</div>
267
265
 
268
266
    <p><a href="../index.html">Index</a></p>
269
 
    <span class="version">Version: 9.0.0</span>
 
267
    <span class="version">Version: 10.0.0</span>
270
268
  </body>
271
269
</html>
 
 
b'\\ No newline at end of file'