forked from twisted/twisted
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Author: mesozoic Reviewer: jesstess Fixes: twisted#5429 Add an index page to the documentation tree and make references to "Twisted Products" within the documentation more consistent. git-svn-id: svn://svn.twistedmatrix.com/svn/Twisted/trunk@33398 bbbe8e31-12d6-0310-92fd-ac37d47ddeeb
mesozoic
committed
Dec 21, 2011
1 parent
83335d2
commit 2266ced
Showing
19 changed files
with
337 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,115 @@ | ||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Twisted Documentation Index</title></head><body> | ||
<h1>Twisted Documentation Index</h1> | ||
|
||
<ul> | ||
<li> | ||
<a href="core/index.xhtml">Twisted Core</a> | ||
<ul> | ||
<li> | ||
<a href="core/howto/index.xhtml">Developer guides</a> | ||
</li> | ||
<li> | ||
<a href="core/examples/index.xhtml">Twisted code examples</a> | ||
</li> | ||
<li> | ||
<a href="core/specifications/index.xhtml">Specifications</a> | ||
</li> | ||
<li> | ||
<a href="core/development/index.xhtml">Development of Twisted</a> | ||
</li> | ||
<li> | ||
<a href="http://twistedmatrix.com/documents/current/api/">API reference</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li> | ||
<a href="conch/index.xhtml">Twisted Conch</a> | ||
<ul> | ||
<li> | ||
<a href="conch/howto/index.xhtml">Twisted Conch documentation</a> | ||
</li> | ||
<li> | ||
<a href="conch/examples/index.xhtml">Twisted Conch code examples</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li> | ||
<a href="lore/index.xhtml">Twisted Lore</a> | ||
<ul> | ||
<li> | ||
<a href="lore/howto/index.xhtml">Twisted Lore documentation</a> | ||
</li> | ||
<li> | ||
<a href="lore/examples/index.xhtml">Twisted Lore examples</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li> | ||
<a href="mail/index.xhtml">Twisted Mail</a> | ||
<ul> | ||
<li> | ||
<a href="mail/tutorial/smtpclient/smtpclient.xhtml">Twisted Mail tutorial</a> | ||
</li> | ||
<li> | ||
<a href="mail/examples/index.xhtml">Twisted Mail code examples</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li> | ||
<a href="names/index.xhtml">Twisted Names</a> | ||
<ul> | ||
<li> | ||
<a href="names/howto/index.xhtml">Twisted Names documentation</a> | ||
</li> | ||
<li> | ||
<a href="names/examples/index.xhtml">Twisted Names code examples</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li> | ||
<a href="pair/index.xhtml">Twisted Pair</a> | ||
<ul> | ||
<li> | ||
<a href="pair/howto/index.xhtml">Twisted Pair documentation</a> | ||
</li> | ||
<li> | ||
<a href="pair/examples/index.xhtml">Twisted Pair code examples</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li> | ||
<a href="web/index.xhtml">Twisted Web</a> | ||
<ul> | ||
<li> | ||
<a href="web/howto/index.xhtml">Twisted Web documentation</a> | ||
</li> | ||
<li> | ||
<a href="web/examples/index.xhtml">Twisted Web code examples</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li> | ||
<a href="words/index.xhtml">Twisted Words</a> | ||
<ul> | ||
<li> | ||
<a href="words/howto/index.xhtml">Twisted Words documentation</a> | ||
</li> | ||
<li> | ||
<a href="words/examples/index.xhtml">Twisted Words code examples</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li> | ||
<a href="historic/index.xhtml">Historical Documents</a> | ||
<ul> | ||
<li> | ||
<a href="historic/index.xhtml#id1">2003</a> | ||
</li> | ||
<li> | ||
<a href="historic/index.xhtml#previously">Previously</a> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
|
||
</body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.