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

« back to all changes in this revision

Viewing changes to doc/upgrades/2.0/split.html

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-01-17 14:52:35 UTC
  • mfrom: (1.1.5 upstream) (2.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20070117145235-btmig6qfmqfen0om
Tags: 2.5.0-0ubuntu1
New upstream version, compatible with python2.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
python2.3-twisted-core, python2.3-twisted-conch,
22
22
python2.3-twisted-names, and so on.
23
23
</p><h2>Where can I find information about the individual projects?<a name="auto3"></a></h2><p>
24
 
http://twistedmatrix.com/projects/<em>PROJECTNAME</em>, where
25
 
<em>PROJECTNAME</em> is what comes after &quot;twisted.&quot; in the python
26
 
package name. For example, Twisted Web's web site will be <a href="http://twistedmatrix.com/projects/web">http://twistedmatrix.com/projects/web</a>.
27
 
</p><h2>What are the new packages?<a name="auto4"></a></h2><p><ul><li><a href="http://twistedmatrix.com/projects/core/">Twisted
 
24
A list of <a href="http://twistedmatrix.com/trac/wiki/TwistedProjects">Twisted
 
25
projects</a> is available on the website.  The list includes maintainer
 
26
information and links to project-specific pages with more detailed
 
27
information.
 
28
</p><h2>What are the new packages?<a name="auto4"></a></h2><p><ul><li><a href="http://twistedmatrix.com/trac/wiki/TwistedCore">Twisted
28
29
      Core</a> - This contains twisted.application, twisted.cred,
29
30
      twisted.enterprise, twisted.internet, twisted.manhole,
30
31
      twisted.persisted, twisted.protocols<sup><a href="#protocols">[1]</a></sup>, twisted.python, twisted.spread,
31
 
      twisted.trial</li><li><a href="http://twistedmatrix.com/projects/conch/">Twisted
32
 
      Conch</a> - This contains twisted.conch.</li><li><a href="http://twistedmatrix.com/projects/flow/">Twisted
33
 
      Flow</a> - This contains twisted.flow</li><li><a href="http://twistedmatrix.com/projects/lore/">Twisted
34
 
      Lore</a> - This contains twisted.lore</li><li><a href="http://twistedmatrix.com/projects/mail/">Twisted
 
32
      twisted.trial</li><li><a href="http://twistedmatrix.com/trac/wiki/TwistedConch">Twisted
 
33
      Conch</a> - This contains twisted.conch.</li><li><a href="http://twistedmatrix.com/trac/wiki/TwistedFlow">Twisted
 
34
      Flow</a> - This contains twisted.flow (deprecated).</li><li><a href="http://twistedmatrix.com/trac/wiki/TwistedLore">Twisted
 
35
      Lore</a> - This contains twisted.lore</li><li><a href="http://twistedmatrix.com/trac/wiki/TwistedMail">Twisted
35
36
      Mail</a> - This contains twisted.mail; NOTE the mail protocols
36
37
      that were in twisted.protocols.(imap4,pop3,smtp) were moved to
37
 
      twisted.mail.</li><li><a href="http://twistedmatrix.com/projects/names/">Twisted
 
38
      twisted.mail.</li><li><a href="http://twistedmatrix.com/trac/wiki/TwistedNames">Twisted
38
39
      Names</a> - This contains twisted.names; NOTE
39
 
      twisted.protocols.dns was moved to twisted.names.dns.</li><li><a href="http://twistedmatrix.com/projects/news/">Twisted
 
40
      twisted.protocols.dns was moved to twisted.names.dns.</li><li><a href="http://twistedmatrix.com/trac/wiki/TwistedNews">Twisted
40
41
      News</a> - This contains twisted.news; NOTE
41
 
      twisted.protocols.nntp was moved to twisted.news.nntp</li><li><a href="http://twistedmatrix.com/projects/pair/">Twisted
 
42
      twisted.protocols.nntp was moved to twisted.news.nntp</li><li><a href="http://twistedmatrix.com/trac/wiki/TwistedPair">Twisted
42
43
      Pair</a> - This contains twisted.pair; NOTE ethernet, ip, raw,
43
44
      and rawudp protocol support was moved from twisted.protocols to
44
 
      twisted.pair.</li><li><a href="http://twistedmatrix.com/projects/runner/">Twisted
45
 
      Runner</a> - This contains twisted.runner.</li><li><a href="http://twistedmatrix.com/projects/web/">Twisted
 
45
      twisted.pair. (deprecated)</li><li><a href="http://twistedmatrix.com/trac/wiki/TwistedRunner">Twisted
 
46
      Runner</a> - This contains twisted.runner.</li><li><a href="http://twistedmatrix.com/trac/wiki/TwistedWeb">Twisted
46
47
      Web</a> - This contains twisted.web; NOTE that
47
 
      twisted.protocols.http was moved to twisted.web.http.</li><li><a href="http://twistedmatrix.com/projects/xish/">Twisted
48
 
      Xish</a> - This contains twisted.xish.</li><li><a href="http://twistedmatrix.com/projects/words/">Twisted
49
 
      Words</a> - This contains twisted.words; NOTE that twisted.im
50
 
      was moved to twisted.words.im, AND the chat protocols (irc, msn,
51
 
      jabber, toc, oscar) were moved to twisted.words.protocols.</li></ul></p><p><a name="protocols">[1]</a>: twisted.protocols is very stripped
 
48
      twisted.protocols.http was moved to twisted.web.http.</li><li><a href="http://twistedmatrix.com/trac/wiki/TwistedWords">Twisted
 
49
      Words</a> - This contains twisted.words; NOTE that twisted.im was
 
50
      moved to twisted.words.im, twisted.xish was moved to
 
51
      twisted.words.xish, AND the chat protocols (irc, msn, jabber, toc,
 
52
      oscar) were moved to twisted.words.protocols.</li></ul></p><p><a name="protocols">[1]</a>: twisted.protocols is very stripped
52
53
down now; it only includes the protocols that didn't belong anywhere
53
54
else. It still contains the simple protocols, the helper utilities,
54
55
and, ahem, FTP.</p><h2>Will I have to rewrite my code? What API changes are there?<a name="auto5"></a></h2><p>
91
92
doc/<em>subproject</em>/ instead of everything at the top-level of
92
93
doc/. Everything is still in the same repository and everyone still
93
94
has the same access levels they used to.
94
 
</p></div><p><a href="../../howto/index.html">Index</a></p><span class="version">Version: 2.4.0</span></body></html>
 
 
b'\\ No newline at end of file'
 
95
</p></div><p><a href="../../howto/index.html">Index</a></p><span class="version">Version: 2.5.0</span></body></html>
 
 
b'\\ No newline at end of file'