summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Blakey-Milner <nbm@FreeBSD.org>2003-11-21 15:45:44 +0000
committerNeil Blakey-Milner <nbm@FreeBSD.org>2003-11-21 15:45:44 +0000
commited74dba3e14565886d1de6f2ec4e47119c738d38 (patch)
tree525066af789d5d1f9a1e25499f03772ceb1b7f39
parent* Update to 0.50 (diff)
Upgrade to Twisted 1.1.0!
Also take over maintainership from Johann with his permission.
Notes
Notes: svn path=/head/; revision=94658
-rw-r--r--devel/py-twisted/Makefile10
-rw-r--r--devel/py-twisted/distinfo2
-rw-r--r--devel/py-twisted/pkg-plist12994
3 files changed, 8719 insertions, 4287 deletions
diff --git a/devel/py-twisted/Makefile b/devel/py-twisted/Makefile
index 7aaa28c847ee..1329b61f47c9 100644
--- a/devel/py-twisted/Makefile
+++ b/devel/py-twisted/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= twisted
-PORTVERSION= 1.0.6
+PORTVERSION= 1.1.0
CATEGORIES= devel net python
MASTER_SITES= http://twisted.sourceforge.net/ \
http://twistedmatrix.com/downloads/
@@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Twisted-${PORTVERSION}
-MAINTAINER= wjv@FreeBSD.org
+MAINTAINER= nbm@FreeBSD.org
COMMENT= An event-based Python framework for internet applications
# - Note that Twisted ships with some graphical examples and clients that
@@ -25,7 +25,9 @@ COMMENT= An event-based Python framework for internet applications
USE_BZIP2= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
-MAN1= im.1 manhole.1 mktap.1 t-im.1 tapconvert.1 twistd.1
+MAN1= ckeygen.1 conch.1 im.1 lore.1 mailmail.1 manhole.1 \
+ mktap.1 t-im.1 tap2deb.1 tap2rpm.1 tapconvert.1 \
+ tkconch.1 tkmktap.1 trial.1 twistd.1 websetroot.1
pre-install:
@ ${SH} ${PKGREQ} INSTALL
@@ -42,7 +44,7 @@ post-install:
.for docfile in CREDITS ChangeLog README
@ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
.endfor
-.for htmlman in ${MAN1:S/.1/-man.xhtml/}
+.for htmlman in ${MAN1:S/.1/-man.html/}
@ ${INSTALL_DATA} ${WRKSRC}/doc/man/${htmlman} ${DOCSDIR}/man
.endfor
@ cd ${WRKSRC}/doc && \
diff --git a/devel/py-twisted/distinfo b/devel/py-twisted/distinfo
index 2c2f416ab77b..f175aac2d07c 100644
--- a/devel/py-twisted/distinfo
+++ b/devel/py-twisted/distinfo
@@ -1 +1 @@
-MD5 (Twisted-1.0.6.tar.bz2) = ff59478f4101aa05a923a318de8eb741
+MD5 (Twisted-1.1.0.tar.bz2) = 6b70008ca711f2b3463a06d9750c202a
diff --git a/devel/py-twisted/pkg-plist b/devel/py-twisted/pkg-plist
index 323e828c17e4..1a073cccb09b 100644
--- a/devel/py-twisted/pkg-plist
+++ b/devel/py-twisted/pkg-plist
@@ -2,6 +2,7 @@ bin/ckeygen
bin/conch
bin/im
bin/lore
+bin/mailmail
bin/manhole
bin/mktap
bin/t-im
@@ -9,52 +10,30 @@ bin/tap2deb
bin/tapconvert
bin/tkconch
bin/tkmktap
-bin/tktwistd
bin/trial
bin/twistd
bin/websetroot
lib/%%PYTHON_VERSION%%/site-packages/twisted/__init__.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/__init__.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/__init__.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/__init__.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/__init__.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/__init__.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/app.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/app.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/app.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/coil.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/coil.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/coil.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/__init__.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/__init__.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/__init__.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/ftp.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/ftp.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/ftp.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/mail.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/mail.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/mail.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/manhole.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/manhole.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/manhole.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/portforward.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/portforward.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/portforward.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/socks.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/socks.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/socks.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/telnet.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/telnet.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/telnet.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/web.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/web.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/web.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/words.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/words.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/words.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/web.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/web.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/web.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/application/__init__.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/application/__init__.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/application/__init__.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/application/app.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/application/app.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/application/app.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/application/compat.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/application/compat.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/application/compat.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/application/internet.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/application/internet.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/application/internet.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/application/service.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/application/service.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/application/service.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/application/strports.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/application/strports.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/application/strports.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/conch/__init__.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/conch/__init__.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/conch/__init__.pyo
@@ -82,6 +61,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/conch/insults/client.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/conch/insults/colors.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/conch/insults/colors.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/conch/insults/colors.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/conch/pamauth.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/conch/pamauth.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/conch/pamauth.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/conch/realm.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/conch/realm.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/conch/realm.pyo
@@ -109,9 +91,6 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/conch/ssh/forwarding.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/conch/ssh/keys.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/conch/ssh/keys.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/conch/ssh/keys.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/conch/ssh/pamauth.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/conch/ssh/pamauth.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/conch/ssh/pamauth.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/conch/ssh/primes.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/conch/ssh/primes.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/conch/ssh/primes.pyo
@@ -187,9 +166,6 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/enterprise/dbcred.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/enterprise/dbgadgets.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/enterprise/dbgadgets.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/enterprise/dbgadgets.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/enterprise/dbpassport.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/enterprise/dbpassport.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/enterprise/dbpassport.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/enterprise/reflector.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/enterprise/reflector.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/enterprise/reflector.pyo
@@ -217,6 +193,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/flow/controller.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/flow/flow.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/flow/flow.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/flow/flow.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/flow/pipe.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/flow/pipe.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/flow/pipe.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/flow/protocol.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/flow/protocol.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/flow/protocol.pyo
@@ -226,6 +205,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/flow/stage.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/flow/threads.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/flow/threads.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/flow/threads.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/flow/web.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/flow/web.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/flow/web.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/flow/wrap.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/flow/wrap.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/flow/wrap.pyo
@@ -290,7 +272,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/app.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/base.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/base.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/base.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/cReactor.so
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/cfreactor.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/cfreactor.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/cfreactor.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/default.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/default.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/default.pyo
@@ -430,6 +414,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/lore/tree.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/mail/__init__.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/mail/__init__.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/mail/__init__.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/mail/alias.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/mail/alias.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/mail/alias.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/mail/bounce.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/mail/bounce.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/mail/bounce.pyo
@@ -503,6 +490,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/names/hosts.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/names/resolve.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/names/resolve.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/names/resolve.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/names/root.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/names/root.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/names/root.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/names/server.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/names/server.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/names/server.pyo
@@ -536,9 +526,6 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted/crefutil.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted/dirdbm.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted/dirdbm.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted/dirdbm.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted/filepile.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted/filepile.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted/filepile.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted/journal/__init__.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted/journal/__init__.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted/journal/__init__.pyo
@@ -554,28 +541,17 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted/journal/rowjournal.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted/marmalade.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted/marmalade.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted/marmalade.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted/sob.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted/sob.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted/sob.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted/styles.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted/styles.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted/styles.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/plugins.tml
-lib/%%PYTHON_VERSION%%/site-packages/twisted/popsicle/__init__.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/popsicle/__init__.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/popsicle/__init__.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/popsicle/freezer.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/popsicle/freezer.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/popsicle/freezer.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/popsicle/mailsicle.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/popsicle/mailsicle.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/popsicle/mailsicle.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/popsicle/picklesicle.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/popsicle/picklesicle.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/popsicle/picklesicle.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/popsicle/repos.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/popsicle/repos.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/popsicle/repos.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/__init__.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/__init__.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/__init__.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/_c_urlarg.so
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/basic.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/basic.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/basic.pyo
@@ -594,9 +570,6 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/finger.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/ftp.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/ftp.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/ftp.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/gnutella.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/gnutella.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/gnutella.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/gps/__init__.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/gps/__init__.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/gps/__init__.pyo
@@ -621,6 +594,21 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/ip.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/irc.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/irc.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/irc.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/jabber/__init__.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/jabber/__init__.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/jabber/__init__.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/jabber/client.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/jabber/client.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/jabber/client.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/jabber/component.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/jabber/component.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/jabber/component.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/jabber/jid.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/jabber/jid.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/jabber/jid.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/jabber/jstrports.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/jabber/jstrports.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/jabber/jstrports.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/loopback.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/loopback.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/loopback.pyo
@@ -651,6 +639,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/pop3.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/portforward.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/portforward.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/portforward.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/postfix.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/postfix.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/postfix.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/raw.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/raw.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/raw.pyo
@@ -681,6 +672,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/toc.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/wire.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/wire.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/wire.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/xmlstream.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/xmlstream.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/xmlstream.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/__init__.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/__init__.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/__init__.pyo
@@ -693,6 +687,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/python/components.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/context.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/context.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/context.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/python/dir.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/python/dir.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/python/dir.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/dispatch.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/dispatch.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/dispatch.pyo
@@ -705,6 +702,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/python/dxprofile.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/failure.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/failure.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/failure.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/python/filepath.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/python/filepath.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/python/filepath.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/finalize.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/finalize.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/finalize.pyo
@@ -729,9 +729,6 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/python/mutablestring.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/mvc.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/mvc.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/mvc.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/python/observable.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/python/observable.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/python/observable.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/otp.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/otp.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/otp.pyo
@@ -771,6 +768,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/python/threadpool.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/timeoutqueue.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/timeoutqueue.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/timeoutqueue.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/python/urlpath.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/python/urlpath.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/python/urlpath.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/usage.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/usage.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/usage.pyo
@@ -780,6 +780,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/python/util.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/win32.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/win32.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/win32.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/python/zipstream.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/python/zipstream.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/python/zipstream.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/runner/__init__.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/runner/__init__.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/runner/__init__.pyo
@@ -796,6 +799,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/runner/portmap.so
lib/%%PYTHON_VERSION%%/site-packages/twisted/runner/procmon.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/runner/procmon.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/runner/procmon.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/runner/procutils.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/runner/procutils.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/runner/procutils.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/__init__.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/__init__.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/__init__.pyo
@@ -805,9 +811,6 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/bookify.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/ckeygen.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/ckeygen.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/ckeygen.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/coil.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/coil.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/coil.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/conch.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/conch.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/conch.pyo
@@ -817,6 +820,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/im.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/lore.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/lore.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/lore.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/mailmail.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/mailmail.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/mailmail.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/manhole.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/manhole.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/manhole.pyo
@@ -838,39 +844,21 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/tkconch.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/tkmktap.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/tkmktap.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/tkmktap.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/tktwistd.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/tktwistd.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/tktwistd.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/tkunzip.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/tkunzip.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/tkunzip.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/trial.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/trial.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/trial.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/twistd.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/twistd.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/twistd.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/twistw.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/twistw.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/twistw.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/websetroot.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/websetroot.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/websetroot.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/sibling/__init__.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/sibling/__init__.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/sibling/__init__.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/sibling/loginserv.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/sibling/loginserv.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/sibling/loginserv.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/sibling/motherserv.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/sibling/motherserv.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/sibling/motherserv.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/sibling/parentap.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/sibling/parentap.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/sibling/parentap.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/sibling/parentserv.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/sibling/parentserv.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/sibling/parentserv.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/sibling/siblingserv.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/sibling/siblingserv.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/sibling/siblingserv.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/sibling/sibtap.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/sibling/sibtap.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/sibling/sibtap.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/spread/__init__.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/spread/__init__.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/spread/__init__.pyo
@@ -924,9 +912,6 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/spread/util.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/__init__.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/__init__.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/__init__.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/coil.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/coil.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/coil.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/conch.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/conch.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/conch.pyo
@@ -942,15 +927,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/news.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/portforward.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/portforward.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/portforward.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/procmon.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/procmon.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/procmon.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/socks.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/socks.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/socks.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/ssh.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/ssh.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/ssh.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/telnet.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/telnet.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/telnet.pyo
@@ -993,20 +972,26 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/test/process_tester.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/process_twisted.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/process_twisted.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/process_twisted.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/proto_helpers.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/proto_helpers.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/proto_helpers.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/rfc822.message
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/server.pem
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/ssl_helpers.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/ssl_helpers.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/ssl_helpers.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_app.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_app.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_app.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_application.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_application.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_application.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_banana.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_banana.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_banana.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_bounce.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_bounce.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_bounce.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_coil.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_coil.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_coil.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_compat.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_compat.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_compat.pyo
@@ -1040,9 +1025,15 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_doc.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_domhelpers.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_domhelpers.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_domhelpers.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_domish.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_domish.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_domish.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_enterprise.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_enterprise.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_enterprise.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_error.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_error.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_error.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_ethernet.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_ethernet.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_ethernet.pyo
@@ -1055,9 +1046,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_factories.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_failure.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_failure.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_failure.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_filepile.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_filepile.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_filepile.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_finger.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_finger.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_finger.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_flow.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_flow.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_flow.pyo
@@ -1067,9 +1058,6 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_formmethod.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_ftp.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_ftp.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_ftp.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_hashless.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_hashless.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_hashless.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_hook.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_hook.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_hook.pyo
@@ -1097,6 +1085,12 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_irc.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_iutils.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_iutils.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_iutils.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_jabbercomponent.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_jabbercomponent.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_jabbercomponent.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_jabberjid.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_jabberjid.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_jabberjid.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_jelly.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_jelly.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_jelly.pyo
@@ -1112,6 +1106,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_logfile.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_loopback.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_loopback.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_loopback.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_mail.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_mail.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_mail.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_manhole.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_manhole.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_manhole.pyo
@@ -1139,9 +1136,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_nmea.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_nntp.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_nntp.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_nntp.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_observable.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_observable.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_observable.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_paths.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_paths.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_paths.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_pb.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_pb.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_pb.pyo
@@ -1160,12 +1157,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_policies.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_pop3.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_pop3.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_pop3.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_popsicle.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_popsicle.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_popsicle.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_postinstall.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_postinstall.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_postinstall.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_postfix.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_postfix.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_postfix.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_process.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_process.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_process.pyo
@@ -1181,6 +1175,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_rebuild.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_reflect.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_reflect.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_reflect.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_rootresolve.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_rootresolve.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_rootresolve.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_roots.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_roots.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_roots.pyo
@@ -1190,21 +1187,24 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_setup.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_shortcut.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_shortcut.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_shortcut.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_sibling.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_sibling.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_sibling.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_sip.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_sip.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_sip.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_smtp.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_smtp.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_smtp.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_sob.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_sob.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_sob.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_spread.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_spread.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_spread.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_ssl.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_ssl.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_ssl.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_strports.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_strports.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_strports.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_tcp.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_tcp.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_tcp.pyo
@@ -1247,21 +1247,33 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_util.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_web.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_web.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_web.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_webclient.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_webclient.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_webclient.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_words.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_words.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_words.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_world.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_world.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_world.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_woven.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_woven.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_woven.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_xishutil.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_xishutil.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_xishutil.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_xml.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_xml.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_xml.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_xmlrpc.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_xmlrpc.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_xmlrpc.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_xmlstream.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_xmlstream.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_xmlstream.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_xpath.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_xpath.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_xpath.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_zipstream.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_zipstream.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_zipstream.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/testutils.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/testutils.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/testutils.pyo
@@ -1346,9 +1358,6 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/web/server.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/soap.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/soap.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/soap.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/web/spider.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/web/spider.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/web/spider.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/static.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/static.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/static.pyo
@@ -1385,6 +1394,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/web/woven/__init__.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/woven/controller.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/woven/controller.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/woven/controller.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/web/woven/dirlist.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/web/woven/dirlist.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/web/woven/dirlist.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/woven/flashconduit.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/woven/flashconduit.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/woven/flashconduit.pyo
@@ -1406,6 +1418,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/web/woven/model.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/woven/page.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/woven/page.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/woven/page.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/web/woven/simpleguard.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/web/woven/simpleguard.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/web/woven/simpleguard.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/woven/tapestry.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/woven/tapestry.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/woven/tapestry.pyo
@@ -1442,4116 +1457,8473 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/words/tendril.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/words/webwords.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/words/webwords.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/words/webwords.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/world/__init__.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/world/__init__.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/world/__init__.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/world/allocator.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/world/allocator.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/world/allocator.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/world/compound.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/world/compound.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/world/compound.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/world/database.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/world/database.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/world/database.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/world/fileutils.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/world/fileutils.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/world/fileutils.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/world/hashless.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/world/hashless.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/world/hashless.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/world/storable.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/world/storable.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/world/storable.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/world/structfile.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/world/structfile.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/world/structfile.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/world/typemap.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/world/typemap.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/world/typemap.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/world/util.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/world/util.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/world/util.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/world/wovenhack.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/world/wovenhack.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/world/wovenhack.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/zoot/AFactory.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/zoot/AFactory.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/zoot/AFactory.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/zoot/__init__.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/zoot/__init__.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/zoot/__init__.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/zoot/pingertap.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/zoot/pingertap.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/zoot/pingertap.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/zoot/pongertap.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/zoot/pongertap.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/zoot/pongertap.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/zoot/zoot.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/zoot/zoot.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/zoot/zoot.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/zoot/zoottap.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/zoot/zoottap.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/zoot/zoottap.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/xish/__init__.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/xish/__init__.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/xish/__init__.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/xish/domish.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/xish/domish.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/xish/domish.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/xish/utility.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/xish/utility.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/xish/utility.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/xish/xpath.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/xish/xpath.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/xish/xpath.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/xish/xpathparser.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/xish/xpathparser.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/xish/xpathparser.pyo
%%PORTDOCS%%share/doc/twisted/CREDITS
%%PORTDOCS%%share/doc/twisted/ChangeLog
%%PORTDOCS%%share/doc/twisted/README
+%%PORTDOCS%%share/doc/twisted/api/README
%%PORTDOCS%%share/doc/twisted/api/epydoc.css
+%%PORTDOCS%%share/doc/twisted/api/frames.html
+%%PORTDOCS%%share/doc/twisted/api/help.html
%%PORTDOCS%%share/doc/twisted/api/index.html
-%%PORTDOCS%%share/doc/twisted/api/private/Queue.Queue.html
-%%PORTDOCS%%share/doc/twisted/api/private/UserDict.IterableUserDict.html
-%%PORTDOCS%%share/doc/twisted/api/private/UserDict.UserDict.html
-%%PORTDOCS%%share/doc/twisted/api/private/UserList.UserList.html
-%%PORTDOCS%%share/doc/twisted/api/private/__builtin__.file.html
-%%PORTDOCS%%share/doc/twisted/api/private/__builtin__.object.html
-%%PORTDOCS%%share/doc/twisted/api/private/__builtin__.str.html
-%%PORTDOCS%%share/doc/twisted/api/private/__builtin__.type.html
-%%PORTDOCS%%share/doc/twisted/api/private/__main__.NonMetaInterface.html
-%%PORTDOCS%%share/doc/twisted/api/private/codecs.Codec.html
-%%PORTDOCS%%share/doc/twisted/api/private/codecs.StreamReader.html
-%%PORTDOCS%%share/doc/twisted/api/private/codecs.StreamWriter.html
-%%PORTDOCS%%share/doc/twisted/api/private/epydoc.css
-%%PORTDOCS%%share/doc/twisted/api/private/exceptions.AssertionError.html
-%%PORTDOCS%%share/doc/twisted/api/private/exceptions.EnvironmentError.html
-%%PORTDOCS%%share/doc/twisted/api/private/exceptions.Exception.html
-%%PORTDOCS%%share/doc/twisted/api/private/exceptions.IOError.html
-%%PORTDOCS%%share/doc/twisted/api/private/exceptions.KeyError.html
-%%PORTDOCS%%share/doc/twisted/api/private/exceptions.LookupError.html
-%%PORTDOCS%%share/doc/twisted/api/private/exceptions.NotImplementedError.html
-%%PORTDOCS%%share/doc/twisted/api/private/exceptions.RuntimeError.html
-%%PORTDOCS%%share/doc/twisted/api/private/exceptions.StandardError.html
-%%PORTDOCS%%share/doc/twisted/api/private/exceptions.ValueError.html
-%%PORTDOCS%%share/doc/twisted/api/private/frames.html
-%%PORTDOCS%%share/doc/twisted/api/private/help.html
-%%PORTDOCS%%share/doc/twisted/api/private/index.html
-%%PORTDOCS%%share/doc/twisted/api/private/indices.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-everything.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.coil.app.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.coil.coil.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.coil.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.coil.plugins.ftp.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.coil.plugins.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.coil.plugins.mail.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.coil.plugins.manhole.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.coil.plugins.portforward.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.coil.plugins.socks.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.coil.plugins.telnet.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.coil.plugins.web.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.coil.plugins.words.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.coil.web.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.conch.authorizer.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.conch.checkers.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.conch.credentials.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.conch.error.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.conch.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.conch.identity.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.conch.insults.client.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.conch.insults.colors.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.conch.insults.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.conch.realm.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.conch.ssh.asn1.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.conch.ssh.channel.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.conch.ssh.common.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.conch.ssh.connection.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.conch.ssh.factory.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.conch.ssh.forwarding.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.conch.ssh.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.conch.ssh.keys.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.conch.ssh.pamauth.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.conch.ssh.primes.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.conch.ssh.service.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.conch.ssh.session.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.conch.ssh.sexpy.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.conch.ssh.transport.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.conch.ssh.ttymodes.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.conch.ssh.userauth.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.conch.ui.ansi.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.conch.ui.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.conch.ui.tkvt100.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.copyright.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.cred.authorizer.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.cred.checkers.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.cred.credentials.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.cred.error.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.cred.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.cred.identity.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.cred.perspective.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.cred.portal.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.cred.service.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.cred.util.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.enterprise.adbapi.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.enterprise.dbcred.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.enterprise.dbgadgets.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.enterprise.dbpassport.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.enterprise.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.enterprise.reflector.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.enterprise.row.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.enterprise.sqlreflector.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.enterprise.util.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.enterprise.xmlreflector.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.flow.base.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.flow.controller.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.flow.flow.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.flow.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.flow.protocol.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.flow.stage.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.flow.threads.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.flow.wrap.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.im.baseaccount.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.im.basechat.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.im.basesupport.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.im.gtkaccount.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.im.gtkchat.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.im.gtkcommon.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.im.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.im.interfaces.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.im.ircsupport.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.im.jyaccount.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.im.jychat.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.im.locals.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.im.pbsupport.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.im.proxyui.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.im.tap.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.im.tocsupport.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.internet.abstract.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.internet.app.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.internet.base.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.internet.default.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.internet.defer.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.internet.error.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.internet.fdesc.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.internet.gladereactor.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.internet.gtk2reactor.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.internet.gtkreactor.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.internet.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.internet.interfaces.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.internet.javareactor.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.internet.kqreactor.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.internet.main.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.internet.pollreactor.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.internet.process.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.internet.protocol.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.internet.pyuisupport.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.internet.qtreactor.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.internet.serialport.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.internet.serialport.javaserialport.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.internet.serialport.posixserialport.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.internet.serialport.serialport.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.internet.serialport.win32serialport.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.internet.ssl.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.internet.stdio.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.internet.task.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.internet.tcp.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.internet.threads.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.internet.tksupport.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.internet.udp.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.internet.unix.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.internet.utils.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.internet.win32eventreactor.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.internet.wxsupport.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.lore.book.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.lore.default.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.lore.docbook.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.lore.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.lore.latex.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.lore.lint.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.lore.lmath.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.lore.man2lore.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.lore.process.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.lore.slides.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.lore.texi.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.lore.tree.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.mail.bounce.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.mail.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.mail.mail.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.mail.maildir.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.mail.pb.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.mail.protocols.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.mail.relay.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.mail.relaymanager.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.mail.tap.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.manhole.explorer.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.manhole.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.manhole.service.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.manhole.telnet.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.manhole.ui.gtk2manhole.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.manhole.ui.gtkmanhole.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.manhole.ui.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.manhole.ui.pywidgets.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.manhole.ui.spelunk_gnome.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.names.authority.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.names.cache.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.names.client.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.names.common.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.names.hosts.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.names.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.names.resolve.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.names.server.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.names.tap.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.news.database.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.news.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.news.news.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.pair.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.pair.tuntap.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.persisted.aot.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.persisted.crefutil.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.persisted.dirdbm.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.persisted.filepile.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.persisted.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.persisted.journal.base.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.persisted.journal.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.persisted.journal.picklelog.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.persisted.journal.rowjournal.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.persisted.marmalade.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.persisted.styles.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.popsicle.freezer.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.popsicle.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.popsicle.mailsicle.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.popsicle.picklesicle.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.popsicle.repos.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.protocols.basic.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.protocols.dict.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.protocols.dns.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.protocols.ethernet.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.protocols.finger.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.protocols.ftp.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.protocols.gnutella.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.protocols.gps.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.protocols.gps.nmea.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.protocols.gps.rockwell.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.protocols.htb.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.protocols.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.protocols.http.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.protocols.imap4.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.protocols.ip.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.protocols.irc.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.protocols.loopback.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.protocols.mice.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.protocols.mice.mouseman.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.protocols.msn.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.protocols.nntp.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.protocols.oscar.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.protocols.pcp.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.protocols.policies.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.protocols.pop3.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.protocols.portforward.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.protocols.raw.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.protocols.rawudp.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.protocols.shoutcast.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.protocols.sip.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.protocols.smtp.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.protocols.socks.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.protocols.sux.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.protocols.telnet.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.protocols.toc.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.protocols.wire.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.python.compat.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.python.components.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.python.context.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.python.dispatch.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.python.domhelpers.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.python.dxprofile.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.python.failure.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.python.finalize.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.python.formmethod.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.python.hook.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.python.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.python.htmlizer.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.python.log.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.python.logfile.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.python.mutablestring.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.python.mvc.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.python.observable.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.python.otp.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.python.plugin.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.python.rebuild.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.python.reflect.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.python.register.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.python.roots.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.python.runtime.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.python.shortcut.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.python.syslog.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.python.text.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.python.threadable.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.python.threadpool.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.python.timeoutqueue.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.python.usage.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.python.util.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.python.win32.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.runner.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.runner.inetd.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.runner.inetdconf.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.runner.inetdtap.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.runner.procmon.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.scripts.bookify.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.scripts.ckeygen.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.scripts.coil.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.scripts.conch.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.scripts.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.scripts.im.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.scripts.lore.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.scripts.manhole.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.scripts.mktap.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.scripts.tap2deb.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.scripts.tap2rpm.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.scripts.tapconvert.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.scripts.tkconch.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.scripts.tkmktap.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.scripts.tktwistd.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.scripts.trial.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.scripts.twistd.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.scripts.websetroot.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.sibling.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.sibling.loginserv.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.sibling.motherserv.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.sibling.parentap.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.sibling.parentserv.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.sibling.siblingserv.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.sibling.sibtap.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.spread.banana.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.spread.flavors.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.spread.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.spread.interfaces.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.spread.jelly.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.spread.newjelly.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.spread.pb.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.spread.publish.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.spread.refpath.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.spread.sturdy.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.spread.ui.gtk2util.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.spread.ui.gtkutil.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.spread.ui.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.spread.ui.tktree.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.spread.ui.tkutil.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.spread.util.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.tap.coil.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.tap.conch.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.tap.ftp.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.tap.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.tap.manhole.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.tap.news.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.tap.portforward.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.tap.procmon.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.tap.socks.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.tap.ssh.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.tap.telnet.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.tap.toc.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.tap.web.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.tap.words.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.test.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.trial.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.trial.remote.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.trial.reporter.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.trial.runner.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.trial.unittest.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.trial.util.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.client.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.distrib.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.domhandlers.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.domhelpers.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.dominput.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.domtemplate.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.domwidgets.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.error.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.google.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.guard.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.html.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.microdom.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.monitor.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.proxy.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.resource.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.rewrite.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.script.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.server.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.soap.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.spider.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.static.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.test.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.trp.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.twcgi.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.util.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.vhost.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.widgets.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.wmvc.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.woven.controller.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.woven.flashconduit.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.woven.form.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.woven.guard.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.woven.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.woven.input.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.woven.interfaces.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.woven.model.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.woven.page.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.woven.tapestry.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.woven.template.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.woven.utils.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.woven.view.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.woven.widgets.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.web.xmlrpc.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.words.botbot.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.words.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.words.ircservice.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.words.service.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.words.tendril.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.words.webwords.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.world.allocator.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.world.compound.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.world.database.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.world.fileutils.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.world.hashless.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.world.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.world.storable.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.world.structfile.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.world.typemap.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.world.util.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.world.wovenhack.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.zoot.AFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.zoot.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.zoot.pingertap.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.zoot.pongertap.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.zoot.zoot.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc-twisted.zoot.zoottap.html
-%%PORTDOCS%%share/doc/twisted/api/private/toc.html
-%%PORTDOCS%%share/doc/twisted/api/private/trees.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.app.ApplicationConfig.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.app.ConnectorCollection.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.app.PortCollection.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.app.ServiceCollection.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.app.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.coil.CollectionWrapper.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.coil.ConfigCollection.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.coil.Configurator.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.coil.DispenserStorage.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.coil.ICollection.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.coil.IConfigCollection.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.coil.IConfigurator.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.coil.IStaticCollection.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.coil.InvalidConfiguration.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.coil.StaticCollection.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.coil.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.plugins.ftp.FTPConfigurator.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.plugins.ftp.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.plugins.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.plugins.mail.MailConfigurator.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.plugins.mail.MaildirDBMConfigurator.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.plugins.mail.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.plugins.manhole.ManholeConfigurator.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.plugins.manhole.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.plugins.portforward.ProxyConfigurator.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.plugins.portforward.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.plugins.socks.SOCKSConfigurator.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.plugins.socks.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.plugins.telnet.ShellFactoryConfigurator.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.plugins.telnet.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.plugins.web.MimeTypeCollection.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.plugins.web.ReverseProxyConfigurator.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.plugins.web.SiteConfigurator.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.plugins.web.StaticConfigurator.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.plugins.web.TestConfigurator.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.plugins.web.VirtualHostConfigurator.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.plugins.web.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.plugins.words.WordsConfigurator.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.plugins.words.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.web.AppConfiguratorPage.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.web.CollectionForm.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.web.ConfigForm.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.web.ConfigRoot.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.web.ImmutableCollectionDeleteForm.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.web.ImmutableCollectionForm.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.web.PluginLoader.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.coil.web.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.authorizer.OpenSSHConchAuthorizer.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.authorizer.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.checkers.SSHProtocolChecker.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.checkers.SSHPublicKeyDatabase.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.checkers.UNIXPasswordDatabase.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.checkers.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.credentials.ISSHPrivateKey.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.credentials.SSHPrivateKey.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.credentials.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.error.ConchError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.error.IgnoreAuthentication.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.error.NotEnoughAuthentication.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.error.ValidPublicKey.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.error.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.identity.ConchIdentity.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.identity.OpenSSHConchIdentity.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.identity.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.insults.client.InsultsClient.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.insults.client.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.insults.colors.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.insults.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.realm.ISSHUser.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.realm.UnixSSHRealm.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.realm.UnixSSHUser.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.realm.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ssh.asn1.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ssh.channel.SSHChannel.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ssh.channel.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ssh.common.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ssh.connection.SSHConnection.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ssh.connection.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ssh.factory.OpenSSHFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ssh.factory.SSHFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ssh.factory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ssh.forwarding.SSHConnectForwardingChannel.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ssh.forwarding.SSHForwardingClient.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ssh.forwarding.SSHListenClientForwardingChannel.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ssh.forwarding.SSHListenForwardingChannel.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ssh.forwarding.SSHListenForwardingFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ssh.forwarding.SSHListenServerForwardingChannel.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ssh.forwarding.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ssh.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ssh.keys.BadKeyError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ssh.keys.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ssh.pamauth.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ssh.primes.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ssh.service.SSHService.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ssh.service.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ssh.session.SSHSession.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ssh.session.SSHSessionClient.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ssh.session.SSHSessionProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ssh.session.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ssh.sexpy.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ssh.transport.SSHCiphers.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ssh.transport.SSHClientTransport.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ssh.transport.SSHServerTransport.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ssh.transport.SSHTransportBase.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ssh.transport.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ssh.ttymodes.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ssh.userauth.SSHUserAuthClient.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ssh.userauth.SSHUserAuthServer.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ssh.userauth.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ui.ansi.AnsiParser.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ui.ansi.ColorText.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ui.ansi.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ui.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.conch.ui.tkvt100.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.copyright.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.cred.authorizer.Authorizer.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.cred.authorizer.DefaultAuthorizer.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.cred.authorizer.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.cred.checkers.AllowAnonymousAccess.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.cred.checkers.ICredentialsChecker.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.cred.checkers.InMemoryUsernamePasswordDatabaseDontUse.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.cred.checkers.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.cred.credentials.Anonymous.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.cred.credentials.IAnonymous.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.cred.credentials.ICredentials.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.cred.credentials.IUsernamePassword.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.cred.credentials.SimpleMD5ChallengeResponse.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.cred.credentials.UsernamePassword.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.cred.credentials.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.cred.error.DuplicateIdentity.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.cred.error.KeyNotFound.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.cred.error.LoginFailed.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.cred.error.Unauthorized.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.cred.error.UnauthorizedLogin.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.cred.error.UnhandledCredentials.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.cred.error.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.cred.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.cred.identity.Identity.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.cred.identity.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.cred.perspective.IPerspective.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.cred.perspective.Perspective.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.cred.perspective.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.cred.portal.IRealm.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.cred.portal.Portal.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.cred.portal.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.cred.service.IService.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.cred.service.Service.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.cred.service.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.cred.util.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.enterprise.adbapi.Augmentation.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.enterprise.adbapi.ConnectionPool.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.enterprise.adbapi.Transaction.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.enterprise.adbapi.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.enterprise.dbcred.DatabaseAuthorizer.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.enterprise.dbcred.IdentityRow.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.enterprise.dbcred.PerspectiveRow.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.enterprise.dbcred.ReflectorAuthorizer.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.enterprise.dbcred.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.enterprise.dbgadgets.ChangePasswordForm.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.enterprise.dbgadgets.IdentitiesGadget.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.enterprise.dbgadgets.NewIdentityForm.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.enterprise.dbgadgets.NewPerspectiveForm.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.enterprise.dbgadgets.PerspectivesGadget.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.enterprise.dbgadgets.RemoveIdentityForm.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.enterprise.dbgadgets.RemovePerspectiveForm.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.enterprise.dbgadgets.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.enterprise.dbpassport.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.enterprise.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.enterprise.reflector.Reflector.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.enterprise.reflector.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.enterprise.row.KeyFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.enterprise.row.RowObject.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.enterprise.row.StatementBatch.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.enterprise.row.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.enterprise.sqlreflector.SQLReflector.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.enterprise.sqlreflector.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.enterprise.util.DBError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.enterprise.util._TableInfo.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.enterprise.util._TableRelationship.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.enterprise.util.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.enterprise.xmlreflector.XMLReflector.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.enterprise.xmlreflector.XMLRowProxy.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.enterprise.xmlreflector.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.flow.base.CallLater.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.flow.base.Controller.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.flow.base.Cooperate.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.flow.base.Instruction.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.flow.base.NotReadyError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.flow.base.Stage.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.flow.base.Unsupported.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.flow.base.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.flow.controller.Block.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.flow.controller.Deferred.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.flow.controller.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.flow.flow.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.flow.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.flow.protocol._Protocol.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.flow.protocol.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.flow.stage.Callback.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.flow.stage.Concurrent.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.flow.stage.Filter.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.flow.stage.Instruction.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.flow.stage.Map.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.flow.stage.Merge.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.flow.stage.Zip.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.flow.stage.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.flow.threads.Instruction.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.flow.threads.QueryIterator.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.flow.threads.Threaded.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.flow.threads.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.flow.wrap.Instruction.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.flow.wrap._Deferred.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.flow.wrap._Iterable.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.flow.wrap._List.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.flow.wrap._String.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.flow.wrap.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.baseaccount.AccountManager.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.baseaccount.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.basechat.ChatUI.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.basechat.ContactsList.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.basechat.Conversation.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.basechat.GroupConversation.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.basechat.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.basesupport.AbstractAccount.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.basesupport.AbstractClientMixin.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.basesupport.AbstractGroup.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.basesupport.AbstractPerson.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.basesupport.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.gtkaccount.AccountManager.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.gtkaccount.DummyAccountForm.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.gtkaccount.IRCAccountForm.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.gtkaccount.NewAccount.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.gtkaccount.PBAccountForm.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.gtkaccount.TOCAccountForm.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.gtkaccount.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.gtkchat.ContactsList.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.gtkchat.Conversation.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.gtkchat.GroupConversation.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.gtkchat.GtkChatClientUI.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.gtkchat.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.gtkcommon.InputOutputWindow.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.gtkcommon.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.interfaces.IAccount.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.interfaces.IChatUI.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.interfaces.IClient.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.interfaces.IConversation.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.interfaces.IGroup.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.interfaces.IGroupConversation.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.interfaces.IPerson.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.interfaces.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.ircsupport.IRCAccount.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.ircsupport.IRCGroup.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.ircsupport.IRCPerson.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.ircsupport.IRCProto.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.ircsupport.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.jyaccount.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.jychat.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.locals.Enum.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.locals.OfflineError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.locals.StatusEnum.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.locals.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.pbsupport.PBAccount.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.pbsupport.TwistedWordsClient.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.pbsupport.TwistedWordsGroup.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.pbsupport.TwistedWordsPerson.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.pbsupport.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.proxyui.IRCUIFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.proxyui.IRCUserInterface.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.proxyui.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.tap.Options.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.tap.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.tocsupport.TOCAccount.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.tocsupport.TOCGroup.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.tocsupport.TOCPerson.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.tocsupport.TOCProto.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.im.tocsupport.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.abstract.FileDescriptor.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.abstract.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.app.Application.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.app.ApplicationService.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.app.DependentMultiService.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.app.MultiService.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.app.PortCollection.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.app.ServiceCollection.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.app._AbstractServiceCollection.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.app.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.base.BCFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.base.BaseConnector.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.base.BasePort.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.base.DelayedCall.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.base.ReactorBase.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.base.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.default.PosixReactorBase.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.default.SelectReactor.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.default._UnixWaker.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.default._Win32Waker.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.default.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.defer.AlreadyArmedError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.defer.AlreadyCalledError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.defer.Deferred.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.defer.DeferredList.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.defer.TimeoutError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.defer._nothing.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.defer.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.error.AlreadyCalled.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.error.AlreadyCancelled.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.error.BadFileError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.error.BindError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.error.CannotListenError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.error.ConnectBindError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.error.ConnectError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.error.ConnectionDone.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.error.ConnectionFdescWentAway.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.error.ConnectionLost.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.error.ConnectionRefusedError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.error.DNSLookupError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.error.MessageLengthError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.error.NoRouteError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.error.NotConnectingError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.error.NotListeningError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.error.ProcessDone.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.error.ProcessTerminated.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.error.SSLError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.error.ServiceNameUnknownError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.error.TCPTimedOutError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.error.TimeoutError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.error.UnknownHostError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.error.UserError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.error.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.fdesc.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.gladereactor.GladeReactor.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.gladereactor.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.gtk2reactor.Gtk2Reactor.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.gtk2reactor.PortableGtkReactor.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.gtk2reactor.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.gtkreactor.GtkReactor.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.gtkreactor.PortableGtkReactor.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.gtkreactor.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.interfaces.IConnector.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.interfaces.IConsumer.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.interfaces.IDelayedCall.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.interfaces.IFileDescriptor.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.interfaces.IFinishableConsumer.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.interfaces.IListeningPort.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.interfaces.IMulticastTransport.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.interfaces.IProcessTransport.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.interfaces.IProducer.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.interfaces.IProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.interfaces.IProtocolFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.interfaces.IPullProducer.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.interfaces.IPushProducer.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.interfaces.IReactorArbitrary.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.interfaces.IReactorCore.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.interfaces.IReactorFDSet.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.interfaces.IReactorMulticast.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.interfaces.IReactorPluggableResolver.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.interfaces.IReactorProcess.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.interfaces.IReactorSSL.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.interfaces.IReactorTCP.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.interfaces.IReactorThreads.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.interfaces.IReactorTime.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.interfaces.IReactorUDP.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.interfaces.IReactorUNIX.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.interfaces.IReadDescriptor.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.interfaces.IReadWriteDescriptor.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.interfaces.IResolver.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.interfaces.IResolverSimple.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.interfaces.ISSLTransport.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.interfaces.IServiceCollection.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.interfaces.ITCPTransport.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.interfaces.ITLSTransport.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.interfaces.ITransport.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.interfaces.IUDPConnectedTransport.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.interfaces.IUDPTransport.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.interfaces.IWriteDescriptor.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.interfaces.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.javareactor.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.kqreactor.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.main.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.pollreactor.PollReactor.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.pollreactor.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.process.PTYProcess.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.process.Process.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.process.ProcessError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.process.ProcessExitedAlready.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.process.ProcessWriter.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.process.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.protocol.AbstractDatagramProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.protocol.BaseProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.protocol.ClientCreator.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.protocol.ClientFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.protocol.ConnectedDatagramProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.protocol.ConsumerToProtocolAdapter.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.protocol.DatagramProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.protocol.Factory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.protocol.FileWrapper.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.protocol.ProcessProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.protocol.Protocol.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.protocol.ProtocolToConsumerAdapter.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.protocol.ReconnectingClientFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.protocol.ServerFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.protocol._InstanceFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.protocol.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.pyuisupport.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.qtreactor.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.serialport.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.serialport.javaserialport.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.serialport.posixserialport.SerialPort.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.serialport.posixserialport.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.serialport.serialport.BaseSerialPort.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.serialport.serialport.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.serialport.win32serialport.SerialPort.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.serialport.win32serialport.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.ssl.Client.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.ssl.ClientContextFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.ssl.Connector.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.ssl.ContextFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.ssl.DefaultOpenSSLContextFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.ssl.Port.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.ssl.Server.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.ssl.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.stdio.StandardIO.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.stdio.StandardIOWriter.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.stdio.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.task.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.tcp.BaseClient.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.tcp.Client.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.tcp.Connection.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.tcp.Connector.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.tcp.Port.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.tcp.Server.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.tcp._TLSMixin.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.tcp.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.threads.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.tksupport.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.udp.ConnectedMulticastPort.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.udp.ConnectedPort.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.udp.MulticastMixin.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.udp.MulticastPort.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.udp.Port.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.udp.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.unix.Client.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.unix.Connector.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.unix.Port.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.unix.Server.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.unix.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.utils.SRVConnector.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.utils._BackRelay.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.utils._SRVConnector_ClientFactoryWrapper.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.utils._ValueGetter.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.utils.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.win32eventreactor.Process.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.win32eventreactor.Win32Reactor.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.win32eventreactor.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.wxsupport.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.internet.wxsupport.wxRunner.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.lore.book.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.lore.default.ProcessingFunctionFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.lore.default.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.lore.docbook.DocbookSpitter.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.lore.docbook.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.lore.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.lore.latex.BaseLatexSpitter.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.lore.latex.BookLatexSpitter.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.lore.latex.ChapterLatexSpitter.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.lore.latex.FootnoteLatexSpitter.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.lore.latex.HeadingLatexSpitter.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.lore.latex.LatexSpitter.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.lore.latex.SectionLatexSpitter.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.lore.latex.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.lore.lint.DefaultTagChecker.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.lore.lint.TagChecker.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.lore.lint.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.lore.lmath.MathLatexSpitter.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.lore.lmath.ProcessingFunctionFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.lore.lmath.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.lore.man2lore.ManConverter.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.lore.man2lore.ProcessingFunctionFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.lore.man2lore.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.lore.process.NoProcessorError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.lore.process.NullReportingWalker.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.lore.process.PlainReportingWalker.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.lore.process.ProcessingFailure.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.lore.process.Walker.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.lore.process.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.lore.slides.HTMLSlide.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.lore.slides.MagicpointOutput.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.lore.slides.PagebreakLatex.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.lore.slides.ProsperSlides.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.lore.slides.SlidesProcessingFunctionFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.lore.slides.TwoPagebreakLatex.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.lore.slides.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.lore.texi.TexiSpitter.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.lore.texi.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.lore.tree.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.mail.bounce.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.mail.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.mail.mail.BounceDomain.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.mail.mail.DomainWithDefaultDict.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.mail.mail.FileMessage.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.mail.mail.IDomain.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.mail.mail.MailService.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.mail.mail.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.mail.maildir.AbstractMaildirDomain.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.mail.maildir.DirdbmDatabase.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.mail.maildir.MaildirDirdbmDomain.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.mail.maildir.MaildirMailbox.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.mail.maildir.StringListMailbox.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.mail.maildir._MaildirNameGenerator.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.mail.maildir.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.mail.pb.Maildir.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.mail.pb.MaildirBroker.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.mail.pb.MaildirClient.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.mail.pb.MaildirCollection.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.mail.pb.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.mail.protocols.DomainSMTP.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.mail.protocols.POP3Factory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.mail.protocols.SMTPFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.mail.protocols.SSLContextFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.mail.protocols.VirtualPOP3.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.mail.protocols.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.mail.relay.DomainQueuer.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.mail.relay.SMTPRelayer.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.mail.relay.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.mail.relaymanager.MXCalculator.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.mail.relaymanager.Queue.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.mail.relaymanager.RelayStateHelper.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.mail.relaymanager.SMTPManagedRelayer.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.mail.relaymanager.SMTPManagedRelayerFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.mail.relaymanager.SmartHostSMTPRelayingManager.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.mail.relaymanager.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.mail.tap.Options.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.mail.tap.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.manhole.explorer.CRUFT_WatchyThingie.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.manhole.explorer.Explorer.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.manhole.explorer.ExplorerBuiltin.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.manhole.explorer.ExplorerClass.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.manhole.explorer.ExplorerFunction.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.manhole.explorer.ExplorerGeneric.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.manhole.explorer.ExplorerImmutable.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.manhole.explorer.ExplorerInstance.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.manhole.explorer.ExplorerMapping.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.manhole.explorer.ExplorerMethod.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.manhole.explorer.ExplorerModule.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.manhole.explorer.ExplorerSequence.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.manhole.explorer.Pool.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.manhole.explorer.Signature.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.manhole.explorer._MonkeysSetattrMixin.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.manhole.explorer._WatchMonkey.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.manhole.explorer.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.manhole.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.manhole.service.FakeStdIO.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.manhole.service.IManholeClient.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.manhole.service.Perspective.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.manhole.service.Service.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.manhole.service.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.manhole.telnet.Shell.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.manhole.telnet.ShellFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.manhole.telnet.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.manhole.ui.gtk2manhole.ConsoleInput.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.manhole.ui.gtk2manhole.ConsoleOutput.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.manhole.ui.gtk2manhole.ManholeClient.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.manhole.ui.gtk2manhole.ManholeWindow.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.manhole.ui.gtk2manhole.OfflineError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.manhole.ui.gtk2manhole._Notafile.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.manhole.ui.gtk2manhole.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.manhole.ui.gtkmanhole.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.manhole.ui.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.manhole.ui.pywidgets.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.manhole.ui.spelunk_gnome.PairList.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.manhole.ui.spelunk_gnome.SillyModule.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.manhole.ui.spelunk_gnome.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.names.authority.BindAuthority.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.names.authority.FileAuthority.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.names.authority.PySourceAuthority.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.names.authority.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.names.cache.CacheResolver.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.names.cache.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.names.client.DNSClientFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.names.client.Resolver.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.names.client.ThreadedResolver.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.names.client.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.names.common.ResolverBase.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.names.common.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.names.hosts.Resolver.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.names.hosts.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.names.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.names.resolve.FailureHandler.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.names.resolve.ResolverChain.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.names.resolve.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.names.server.DNSServerFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.names.server.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.names.tap.Options.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.names.tap.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.news.database.Article.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.news.database.Group.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.news.database.NewsServerError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.news.database.NewsShelf.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.news.database.NewsStorage.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.news.database.NewsStorageAugmentation.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.news.database.PickleStorage.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.news.database.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.news.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.news.news.NNTPFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.news.news.UsenetClientFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.news.news.UsenetServerFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.news.news.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.pair.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.pair.tuntap.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.aot.AOTJellier.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.aot.AOTUnjellier.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.aot.Class.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.aot.Copyreg.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.aot.Deref.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.aot.Function.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.aot.Instance.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.aot.InstanceMethod.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.aot.Module.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.aot.Named.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.aot.NonFormattableDict.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.aot.Ref.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.aot._NoStateObj.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.aot.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.crefutil.NotKnown.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.crefutil._Catcher.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.crefutil._Defer.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.crefutil._Dereference.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.crefutil._DictKeyAndValue.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.crefutil._InstanceMethod.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.crefutil._Tuple.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.crefutil.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.dirdbm.DirDBM.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.dirdbm.Shelf.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.dirdbm.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.filepile.FilePile.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.filepile.FilePileIterator.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.filepile.LenientIntCompare.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.filepile._FilePileStackEntry.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.filepile._b.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.filepile.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.journal.base.ICommand.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.journal.base.ICommandLog.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.journal.base.Journal.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.journal.base.LoadingService.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.journal.base.MemoryJournal.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.journal.base.ServiceWrapperCommand.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.journal.base.Wrappable.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.journal.base.WrapperCommand.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.journal.base.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.journal.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.journal.picklelog.DirDBMLog.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.journal.picklelog.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.journal.rowjournal.RowJournal.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.journal.rowjournal.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.marmalade.DOMJellier.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.marmalade.DOMJellyable.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.marmalade.DOMUnjellier.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.marmalade.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.styles.Ephemeral.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.styles.Versioned.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.persisted.styles.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.popsicle.freezer.Freezer.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.popsicle.freezer.ISaver.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.popsicle.freezer.PersistentReference.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.popsicle.freezer.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.popsicle.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.popsicle.mailsicle.DefaultSaver.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.popsicle.mailsicle.IHeaderSaver.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.popsicle.mailsicle.IdentitySaver.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.popsicle.mailsicle.Mailsicle.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.popsicle.mailsicle.MailsicleAuthorizer.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.popsicle.mailsicle.MailsicleService.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.popsicle.mailsicle.PerspectiveSaver.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.popsicle.mailsicle.QueryResults.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.popsicle.mailsicle.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.popsicle.picklesicle.Picklesicle.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.popsicle.picklesicle.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.popsicle.repos.DirectoryRepository.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.popsicle.repos.OIDNotFound.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.popsicle.repos.Repository.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.popsicle.repos.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.basic.FileSender.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.basic.Int16StringReceiver.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.basic.Int32StringReceiver.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.basic.LineReceiver.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.basic.NetstringParseError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.basic.NetstringReceiver.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.basic.SafeNetstringReceiver.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.basic.StatefulStringProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.basic.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.dict.Definition.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.dict.DictClient.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.dict.DictLookup.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.dict.DictLookupFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.dict.InvalidResponse.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.dict.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.dns.AuthoritativeDomainError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.dns.DNSDatagramProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.dns.DNSProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.dns.DNSQueryTimeoutError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.dns.DomainError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.dns.IEncodable.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.dns.Message.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.dns.Name.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.dns.Query.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.dns.RRHeader.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.dns.Record_A.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.dns.Record_A6.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.dns.Record_AAAA.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.dns.Record_AFSDB.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.dns.Record_CNAME.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.dns.Record_DNAME.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.dns.Record_HINFO.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.dns.Record_MB.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.dns.Record_MD.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.dns.Record_MF.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.dns.Record_MG.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.dns.Record_MINFO.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.dns.Record_MR.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.dns.Record_MX.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.dns.Record_NS.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.dns.Record_NULL.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.dns.Record_PTR.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.dns.Record_RP.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.dns.Record_SOA.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.dns.Record_SRV.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.dns.Record_TXT.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.dns.Record_WKS.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.dns.SimpleRecord.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.dns.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.ethernet.EthernetHeader.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.ethernet.EthernetProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.ethernet.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.finger.Finger.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.finger.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.ftp.BadResponse.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.ftp.CommandFailed.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.ftp.ConnectionLost.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.ftp.DTP.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.ftp.DTPFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.ftp.FTP.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.ftp.FTPClient.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.ftp.FTPCommand.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.ftp.FTPDataPortFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.ftp.FTPError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.ftp.FTPFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.ftp.FTPFileListProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.ftp.ProtocolWrapper.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.ftp.SendFileTransfer.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.ftp.SenderProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.ftp.UnexpectedResponse.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.ftp.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.gnutella.GnutellaPinger.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.gnutella.GnutellaPonger.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.gnutella.GnutellaRouter.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.gnutella.GnutellaTalker.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.gnutella.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.gps.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.gps.nmea.InvalidChecksum.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.gps.nmea.InvalidSentence.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.gps.nmea.NMEAReceiver.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.gps.nmea.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.gps.rockwell.Zodiac.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.gps.rockwell.ZodiacParseError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.gps.rockwell.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.htb.Bucket.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.htb.FilterByHost.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.htb.FilterByServer.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.htb.HierarchicalBucketFilter.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.htb.IBucketFilter.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.htb.ShapedConsumer.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.htb.ShapedProtocolFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.htb.ShapedTransport.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.htb.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.http.HTTPChannel.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.http.HTTPClient.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.http.HTTPFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.http.Request.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.http.StringTransport.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.http.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.imap4.Command.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.imap4.CramMD5ClientAuthenticator.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.imap4.CramMD5Identity.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.imap4.CramMD5ServerAuthenticator.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.imap4.IAccount.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.imap4.IClientAuthentication.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.imap4.IMAP4Client.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.imap4.IMAP4Exception.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.imap4.IMAP4Server.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.imap4.IMailbox.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.imap4.IMailboxListener.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.imap4.IServerAuthentication.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.imap4.IllegalClientResponse.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.imap4.IllegalIdentifierError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.imap4.IllegalMailboxEncoding.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.imap4.IllegalOperation.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.imap4.IllegalQueryError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.imap4.IllegalServerResponse.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.imap4.MailboxCollision.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.imap4.MailboxException.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.imap4.MemoryAccount.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.imap4.MessageSet.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.imap4.MismatchedNesting.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.imap4.MismatchedQuoting.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.imap4.NegativeResponse.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.imap4.NoSuchMailbox.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.imap4.NoSupportedAuthentication.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.imap4.ReadOnlyMailbox.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.imap4.StreamReader.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.imap4.StreamWriter.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.imap4.UnhandledResponse.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.imap4.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.ip.IPHeader.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.ip.IPProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.ip.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.irc.DccChat.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.irc.DccChatFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.irc.DccFileReceive.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.irc.DccFileReceiveBasic.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.irc.DccSendFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.irc.DccSendProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.irc.IRC.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.irc.IRCBadMessage.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.irc.IRCClient.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.irc.IRCPasswordMismatch.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.irc.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.loopback.LoopbackClientFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.loopback.LoopbackRelay.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.loopback.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.mice.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.mice.mouseman.MouseMan.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.mice.mouseman.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.msn.MSNContact.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.msn.MSNContactList.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.msn.MSNDispatchClient.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.msn.MSNEventBase.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.msn.MSNFileReceive.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.msn.MSNFileSend.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.msn.MSNMessage.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.msn.MSNNotificationClient.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.msn.MSNProtocolError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.msn.MSNSwitchboardClient.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.msn.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.nntp.NNTPClient.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.nntp.NNTPError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.nntp.NNTPServer.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.nntp.UsenetClientProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.nntp.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.oscar.BOSConnection.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.oscar.ChatNavService.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.oscar.ChatService.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.oscar.OSCARService.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.oscar.OSCARUser.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.oscar.OscarAuthenticator.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.oscar.OscarConnection.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.oscar.SNACBased.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.oscar.SSIBuddy.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.oscar.SSIGroup.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.oscar.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.pcp.BasicProducerConsumerProxy.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.pcp.ProducerConsumerProxy.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.pcp.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.policies.LimitConnectionsByPeer.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.policies.LimitConnectionsByPeerProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.policies.ProtocolWrapper.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.policies.SpewingFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.policies.SpewingProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.policies.ThrottlingFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.policies.ThrottlingProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.policies.TimeoutFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.policies.TimeoutMixin.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.policies.TimeoutProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.policies.WrappingFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.policies.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.pop3.APOPCredentials.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.pop3.IMailbox.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.pop3.Mailbox.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.pop3.POP3.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.pop3.POP3Client.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.pop3.POP3Error.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.pop3.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.portforward.Proxy.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.portforward.ProxyClient.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.portforward.ProxyClientFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.portforward.ProxyFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.portforward.ProxyServer.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.portforward.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.raw.IRawDatagramProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.raw.IRawPacketProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.raw.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.rawudp.RawUDPProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.rawudp.UDPHeader.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.rawudp.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.shoutcast.ShoutcastClient.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.shoutcast.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.sip.BaseSIP.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.sip.Message.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.sip.MessagesParser.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.sip.Request.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.sip.Response.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.sip.URL.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.sip.Via.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.sip.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.smtp.Address.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.smtp.AddressError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.smtp.ESMTP.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.smtp.ESMTPClient.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.smtp.IMessage.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.smtp.SMTP.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.smtp.SMTPAddressError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.smtp.SMTPBadRcpt.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.smtp.SMTPBadSender.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.smtp.SMTPClient.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.smtp.SMTPClientError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.smtp.SMTPConnectError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.smtp.SMTPDeliveryError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.smtp.SMTPError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.smtp.SMTPFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.smtp.SMTPProtocolError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.smtp.SMTPSender.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.smtp.SMTPSenderFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.smtp.SMTPServerError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.smtp.User.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.smtp.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.socks.SOCKSv4.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.socks.SOCKSv4Factory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.socks.SOCKSv4Incoming.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.socks.SOCKSv4IncomingFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.socks.SOCKSv4Outgoing.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.socks.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.sux.ParseError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.sux.XMLParser.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.sux.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.telnet.Telnet.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.telnet.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.toc.Chatroom.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.toc.GetFileTransfer.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.toc.SavedUser.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.toc.SendFileTransfer.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.toc.TOC.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.toc.TOCClient.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.toc.TOCFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.toc.TOCParseError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.toc.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.wire.Chargen.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.wire.Daytime.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.wire.Discard.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.wire.Echo.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.wire.QOTD.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.wire.Time.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.wire.Who.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.protocols.wire.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.compat.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.components.Adapter.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.components.AdapterRegistry.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.components.CannotAdapt.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.components.Componentized.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.components.MetaInterface.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.components._NoImplementor.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.components._Nothing.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.components._ThingWithTwoSlots.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.components.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.context.ContextTracker.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.context.ThreadedContextTracker.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.context.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.dispatch.EventDispatcher.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.dispatch.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.domhelpers.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.dxprofile.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.failure.DefaultException.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.failure.Failure.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.failure.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.finalize.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.formmethod.Argument.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.formmethod.Boolean.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.formmethod.CheckGroup.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.formmethod.Choice.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.formmethod.Date.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.formmethod.Flags.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.formmethod.Float.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.formmethod.FormException.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.formmethod.FormMethod.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.formmethod.Hidden.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.formmethod.InputError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.formmethod.Integer.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.formmethod.MethodSignature.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.formmethod.Password.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.formmethod.PresentationHint.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.formmethod.RadioGroup.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.formmethod.String.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.formmethod.Submit.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.formmethod.Text.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.formmethod.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.hook.HookError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.hook.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.htmlizer.HTMLWriter.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.htmlizer.TokenPrinter.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.htmlizer.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.log.DefaultObserver.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.log.EscapeFromTheMeaninglessConfinesOfCapital.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.log.FileLogObserver.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.log.ILogContext.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.log.LogPublisher.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.log.Logger.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.log.NullFile.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.log.StdioOnnaStick.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.log.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.logfile.BaseLogFile.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.logfile.DailyLogFile.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.logfile.LogFile.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.logfile.LogReader.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.logfile.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.mutablestring.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.mvc.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.observable.Delegator.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.observable.Dynamic.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.observable.EventSource.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.observable.Hash.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.observable.Observable.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.observable.Publisher.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.observable.Subscriber.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.observable.WhenMethodSubscription.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.observable._DontTell.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.observable._Gone.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.observable.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.otp.OTP.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.otp.OTPAuthenticator.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.otp.Unauthorized.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.otp.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.plugin.DropIn.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.plugin.PlugIn.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.plugin.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.rebuild.Sensitive.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.rebuild.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.reflect.Accessor.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.reflect.AccessorType.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.reflect.Promise.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.reflect.QueueMethod.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.reflect.SRE_Pattern.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.reflect.Settable.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.reflect.Summer.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.reflect.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.register.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.roots.Collection.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.roots.Constrained.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.roots.ConstraintViolation.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.roots.Entity.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.roots.Homogenous.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.roots.Locked.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.roots.NotSupportedError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.roots.Request.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.roots.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.runtime.Platform.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.runtime.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.shortcut.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.syslog.SyslogLogger.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.syslog.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.text.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.threadable.ThreadableError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.threadable._ThreadedWaiter.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.threadable._Waiter.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.threadable._XLock.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.threadable.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.threadpool.ThreadPool.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.threadpool.ThreadSafeList.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.threadpool.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.timeoutqueue.TimedOut.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.timeoutqueue.TimeoutQueue.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.timeoutqueue.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.usage.Options.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.usage.UsageError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.usage.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.util.InsensitiveDict.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.util.LineLog.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.util.OrderedDict.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.util.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.python.win32.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.runner.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.runner.inetd.InetdFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.runner.inetd.InetdProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.runner.inetd.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.runner.inetdconf.InetdConf.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.runner.inetdconf.InetdService.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.runner.inetdconf.InvalidConfError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.runner.inetdconf.InvalidInetdConfError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.runner.inetdconf.InvalidRPCServicesConfError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.runner.inetdconf.InvalidServicesConfError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.runner.inetdconf.RPCServicesConf.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.runner.inetdconf.ServicesConf.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.runner.inetdconf.SimpleConfFile.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.runner.inetdconf.UnknownService.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.runner.inetdconf.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.runner.inetdtap.Options.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.runner.inetdtap.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.runner.procmon.DummyTransport.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.runner.procmon.LineLogger.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.runner.procmon.LoggingProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.runner.procmon.ProcessMonitor.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.runner.procmon.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.bookify.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.ckeygen.GeneralOptions.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.ckeygen.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.coil.Options.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.coil.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.conch.GeneralOptions.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.conch.SSHClientFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.conch.SSHClientTransport.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.conch.SSHConnectForwardingChannel.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.conch.SSHConnection.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.conch.SSHListenClientForwardingChannel.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.conch.SSHSession.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.conch.SSHUnixChannel.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.conch.SSHUnixClientFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.conch.SSHUnixClientProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.conch.SSHUnixServerFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.conch.SSHUnixServerProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.conch.SSHUserAuthClient.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.conch.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.im.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.lore.Options.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.lore.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.manhole.NoToolkitError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.manhole.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.mktap.FirstPassOptions.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.mktap.GeneralOptions.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.mktap.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.tap2deb.MyOptions.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.tap2deb.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.tap2rpm.MyOptions.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.tap2rpm.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.tapconvert.ConvertOptions.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.tapconvert.EverythingEphemeral.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.tapconvert.LoaderCommon.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.tapconvert.LoaderPython.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.tapconvert.LoaderSource.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.tapconvert.LoaderTap.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.tapconvert.LoaderXML.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.tapconvert.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.tkconch.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.tkmktap.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.tktwistd.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.trial.Options.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.trial.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.twistd.ServerOptions.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.twistd.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.websetroot.Options.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.scripts.websetroot.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.sibling.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.sibling.loginserv.LoginService.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.sibling.loginserv.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.sibling.motherserv.MotherService.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.sibling.motherserv.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.sibling.parentap.Options.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.sibling.parentap.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.sibling.parentserv.MotherService.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.sibling.parentserv.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.sibling.siblingserv.SiblingMotherClient.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.sibling.siblingserv.SiblingService.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.sibling.siblingserv.TicketAuthorizer.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.sibling.siblingserv.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.sibling.sibtap.Options.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.sibling.sibtap.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.banana.BananaError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.banana.Canana.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.banana.Pynana.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.banana.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.flavors.Cacheable.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.flavors.Copyable.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.flavors.Referenceable.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.flavors.RemoteCache.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.flavors.RemoteCacheMethod.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.flavors.RemoteCacheObserver.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.flavors.RemoteCopy.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.flavors.Root.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.flavors.Serializable.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.flavors.ViewPoint.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.flavors.Viewable.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.flavors.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.interfaces.IJellyable.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.interfaces.IUnjellyable.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.interfaces.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.jelly.DummySecurityOptions.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.jelly.InsecureJelly.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.jelly.Jellyable.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.jelly.SecurityOptions.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.jelly.Unjellyable.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.jelly.Unpersistable.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.jelly._Dummy.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.jelly._Jellier.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.jelly._Unjellier.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.jelly.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.newjelly.DummySecurityOptions.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.newjelly.InsecureJelly.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.newjelly.Jellyable.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.newjelly.NullReference.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.newjelly.SecurityOptions.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.newjelly.Unjellyable.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.newjelly.Unpersistable.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.newjelly._Dummy.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.newjelly._Jellier.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.newjelly._Unjellier.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.newjelly.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.pb.AsReferenceable.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.pb.AuthChallenger.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.pb.AuthRoot.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.pb.AuthServ.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.pb.Broker.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.pb.BrokerClientFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.pb.BrokerFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.pb.CopiedFailure.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.pb.CopyableFailure.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.pb.DeadReferenceError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.pb.Error.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.pb.IdentityConnector.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.pb.IdentityWrapper.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.pb.Local.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.pb.PBConnectionLost.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.pb.Perspective.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.pb.ProtocolError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.pb.RemoteMethod.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.pb.RemoteReference.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.pb.Service.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.pb._Detacher.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.pb._ObjectRetrieval.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.pb._RemoteCacheDummy.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.pb.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.publish.Publishable.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.publish.RemotePublished.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.publish.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.refpath.PathReference.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.refpath.PathReferenceContext.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.refpath.PathReferenceContextDirectory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.refpath.PathReferenceDirectory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.refpath.PathViewContextDirectory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.refpath.PathViewDirectory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.refpath.RemotePathReference.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.refpath.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.sturdy.PerspectiveConnector.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.sturdy.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.ui.gtk2util.GladeKeeper.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.ui.gtk2util.LoginDialog.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.ui.gtk2util.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.ui.gtkutil.ButtonBar.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.ui.gtkutil.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.ui.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.ui.tktree.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.ui.tkutil.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.util.CallbackPageCollector.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.util.LocalAsRemote.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.util.LocalAsyncForwarder.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.util.LocalMethod.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.util.Pager.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.util.StringPager.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.spread.util.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.tap.coil.Options.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.tap.coil.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.tap.conch.Options.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.tap.conch.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.tap.ftp.Options.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.tap.ftp.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.tap.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.tap.manhole.Options.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.tap.manhole.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.tap.news.DBOptions.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.tap.news.Options.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.tap.news.PickleOptions.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.tap.news.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.tap.portforward.Options.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.tap.portforward.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.tap.procmon.Options.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.tap.procmon.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.tap.socks.Options.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.tap.socks.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.tap.ssh.Options.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.tap.ssh.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.tap.telnet.Options.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.tap.telnet.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.tap.toc.Options.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.tap.toc.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.tap.web.Options.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.tap.web.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.tap.words.Options.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.tap.words.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.test.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.trial.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.trial.remote.DecodeReport.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.trial.remote.DemoRemoteReporter.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.trial.remote.IRemoteReporter.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.trial.remote.JellyReporter.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.trial.remote.NullTransport.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.trial.remote.OneWayBanana.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.trial.remote.TrialProcessProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.trial.remote._Demo.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.trial.remote.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.trial.reporter.MinimalReporter.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.trial.reporter.Reporter.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.trial.reporter.TextReporter.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.trial.reporter.TimingTextReporter.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.trial.reporter.TreeReporter.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.trial.reporter.VerboseTextReporter.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.trial.reporter.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.trial.runner.ITestRunner.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.trial.runner.SingletonRunner.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.trial.runner.TestClassRunner.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.trial.runner.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.trial.unittest.FailTest.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.trial.unittest.SkipTest.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.trial.unittest.TestCase.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.trial.unittest.TestSuite.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.trial.unittest.Tester.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.trial.unittest.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.trial.util.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.client.HTTPClientFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.client.HTTPDownloader.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.client.HTTPPageDownloader.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.client.HTTPPageGetter.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.client.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.distrib.Issue.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.distrib.Request.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.distrib.ResourcePublisher.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.distrib.ResourceSubscription.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.distrib.UserDirectory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.distrib._ReferenceableProducerWrapper.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.distrib.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.domhandlers.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.domhelpers.NodeLookupError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.domhelpers.RawText.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.domhelpers.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.dominput.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.domtemplate.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.domwidgets.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.error.Error.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.error.ErrorPage.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.error.ForbiddenResource.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.error.NoResource.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.error.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.google.GoogleChecker.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.google.GoogleCheckerFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.google.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.guard.AuthForm.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.guard.AuthPage.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.guard.ResourceGuard.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.guard.WidgetGuard.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.guard._Detacher.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.guard.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.html.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.microdom.CDATASection.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.microdom.CharacterData.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.microdom.Comment.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.microdom.Document.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.microdom.Element.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.microdom.EntityReference.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.microdom.MicroDOMParser.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.microdom.MismatchedTags.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.microdom.Node.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.microdom.Text.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.microdom._Attr.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.microdom.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.microdom.lmx.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.monitor.BaseChangeNotified.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.monitor.ChangeChecker.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.monitor.IChangeNotified.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.monitor.ProxyChangeChecker.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.monitor.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.proxy.Proxy.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.proxy.ProxyClient.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.proxy.ProxyClientFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.proxy.ProxyRequest.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.proxy.ReverseProxy.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.proxy.ReverseProxyRequest.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.proxy.ReverseProxyResource.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.proxy.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.resource.IResource.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.resource.Resource.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.resource.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.rewrite.RewriterResource.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.rewrite.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.script.AlreadyCached.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.script.CacheScanner.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.script.PythonScript.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.script.ResourceScriptDirectory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.script.ResourceScriptWrapper.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.script.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.server.Request.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.server.Session.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.server.Site.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.server.UnsupportedMethod.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.server._RemoteProducerWrapper.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.server.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.soap.SOAPPublisher.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.soap.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.spider.DummyParser.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.spider.HTTPDownloader.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.spider.SpiderSender.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.spider.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.static.ASISProcessor.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.static.Data.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.static.DirectoryListing.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.static.File.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.static.FileTransfer.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.static.Redirect.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.static.Registry.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.static.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.test.FunkyForm.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.test.Test.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.test.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.trp.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.twcgi.CGIDirectory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.twcgi.CGIProcessProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.twcgi.CGIScript.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.twcgi.FilteredScript.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.twcgi.PHP3Script.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.twcgi.PHPScript.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.twcgi.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.util.Redirect.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.util.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.vhost.NameVirtualHost.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.vhost.VHostMonsterResource.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.vhost.VirtualHostCollection.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.vhost._HostResource.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.vhost.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.widgets.Container.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.widgets.DataWidget.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.widgets.Form.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.widgets.FormInputError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.widgets.Gadget.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.widgets.Page.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.widgets.Presentation.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.widgets.Reloader.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.widgets.RenderSession.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.widgets.Sentinel.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.widgets.Sidebar.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.widgets.StreamWidget.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.widgets.Time.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.widgets.TitleBox.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.widgets.Widget.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.widgets.WidgetMixin.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.widgets.WidgetPage.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.widgets.WidgetResource.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.widgets._RequestDeferral.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.widgets.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.wmvc.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.controller.BlankPage.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.controller.Controller.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.controller.LiveController.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.controller.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.flashconduit.FlashConduit.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.flashconduit.FlashConduitFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.flashconduit.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.form.FormDisplayModel.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.form.FormErrorModel.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.form.FormErrorWidget.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.form.FormFillerWidget.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.form.FormProcessor.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.form.ThankYou.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.form.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.guard.GuardSession.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.guard.PerspectiveWrapper.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.guard.SessionWrapper.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.guard.UsernamePasswordWrapper.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.guard.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.input.Anything.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.input.DefaultHandler.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.input.DictAggregator.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.input.Float.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.input.InputHandler.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.input.Integer.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.input.List.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.input.ListAggregator.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.input.SingleValue.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.input.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.interfaces.IController.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.interfaces.IModel.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.interfaces.IView.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.interfaces.IWovenLivePage.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.interfaces.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.model.AttributeModel.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.model.AttributeWrapper.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.model.DeferredWrapper.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.model.DictionaryModel.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.model.Link.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.model.ListModel.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.model.MethodModel.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.model.Model.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.model.ObjectWrapper.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.model.StringModel.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.model.UnsafeObjectWrapper.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.model.Wrapper.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.model.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.page.LivePage.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.page.Page.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.page.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.tapestry.ModelLoader.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.tapestry.Tapestry.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.tapestry.TapestryView.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.tapestry._ChildJuggler.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.tapestry.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.template.DOMController.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.template.DOMTemplate.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.template.INodeMutator.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.template.NodeMutator.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.template.NodeNodeMutator.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.template.NoneNodeMutator.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.template.StringNodeMutator.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.template.WebWidgetNodeMutator.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.template.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.utils.GetFunction.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.utils.Script.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.utils.SetId.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.utils.Stack.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.utils.WovenLivePage.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.utils.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.view.LiveView.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.view.View.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.view.ViewNodeMutator.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.view.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.widgets.Anchor.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.widgets.Attributes.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.widgets.Bold.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.widgets.Br.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.widgets.Button.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.widgets.Cell.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.widgets.CheckBox.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.widgets.ColumnList.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.widgets.DefaultWidget.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.widgets.DirectoryAnchor.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.widgets.Div.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.widgets.Dummy.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.widgets.Error.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.widgets.ExpandMacro.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.widgets.File.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.widgets.Hidden.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.widgets.Image.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.widgets.Input.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.widgets.InputText.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.widgets.KeyedList.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.widgets.Link.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.widgets.List.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.widgets.Option.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.widgets.ParagraphText.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.widgets.PasswordText.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.widgets.RadioButton.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.widgets.RawText.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.widgets.RootRelativeLink.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.widgets.Row.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.widgets.Select.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.widgets.Span.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.widgets.SubAnchor.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.widgets.Table.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.widgets.Text.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.widgets.Widget.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.woven.widgets.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.xmlrpc.Handler.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.xmlrpc.NoSuchFunction.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.xmlrpc.Proxy.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.xmlrpc.QueryFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.xmlrpc.QueryProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.xmlrpc.XMLRPC.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.web.xmlrpc.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.words.botbot.BotBot.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.words.botbot.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.words.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.words.ircservice.IRCChatter.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.words.ircservice.IRCGateway.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.words.ircservice.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.words.service.Group.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.words.service.IWordsClient.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.words.service.IWordsPolicy.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.words.service.NormalPolicy.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.words.service.NotInCollectionError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.words.service.NotInGroupError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.words.service.Participant.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.words.service.Service.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.words.service.Transcript.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.words.service.UserNonexistantError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.words.service.WordsClient.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.words.service.WordsError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.words.service.WrongStatusError.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.words.service.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.words.tendril.ProxiedParticipant.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.words.tendril.TendrilFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.words.tendril.TendrilIRC.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.words.tendril.TendrilWords.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.words.tendril.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.words.webwords.AccountCreationWidget.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.words.webwords.Page.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.words.webwords.ParticipantInfoWidget.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.words.webwords.ParticipantListWidget.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.words.webwords.WebWordsAdminSite.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.words.webwords.WordsGadget.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.words.webwords.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.world.allocator.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.world.compound.StorableDictionaryFacade.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.world.compound._Nothing.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.world.compound.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.world.database.Database.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.world.database.Table.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.world.database.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.world.fileutils.WhyCantIHaveWeakReferencesToFilesGoddamnit.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.world.fileutils.WindowCheckingFile.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.world.fileutils.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.world.hashless.HashlessDictionary.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.world.hashless.HashlessWeakKeyDictionary.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.world.hashless.HashlessWeakValueDictionary.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.world.hashless.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.world.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.world.storable.MetaStorable.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.world.storable.Ref.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.world.storable.RefCache.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.world.storable.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.world.structfile.FixedSizeString.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.world.structfile.StructuredFile.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.world.structfile.StructuredFileSlice.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.world.structfile.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.world.typemap.AbstractTypeMapper.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.world.typemap.EnumTypeMapper.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.world.typemap.ITypeMapper.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.world.typemap.NoneTypeMapper.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.world.typemap.ObjectTypeMapper.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.world.typemap.StorableDictionaryTypeMapper.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.world.typemap.StorableListTypeMapper.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.world.typemap.TupleTypeMapper.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.world.typemap.TypeMapperMapper.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.world.typemap.TypeMapperRegistry.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.world.typemap.TypeTypeMapper.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.world.typemap.Varchar.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.world.typemap.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.world.util.Backwards.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.world.util.BoundProxy.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.world.util.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.world.wovenhack.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.zoot.AFactory.AClientFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.zoot.AFactory.AFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.zoot.AFactory.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.zoot.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.zoot.pingertap.Options.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.zoot.pingertap.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.zoot.pongertap.Options.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.zoot.pongertap.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.zoot.zoot.Zoot.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.zoot.zoot.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.zoot.zoottap.Options.html
-%%PORTDOCS%%share/doc/twisted/api/private/twisted.zoot.zoottap.html
-%%PORTDOCS%%share/doc/twisted/api/private/types.instance.html
-%%PORTDOCS%%share/doc/twisted/api/public/Queue.Queue.html
-%%PORTDOCS%%share/doc/twisted/api/public/UserDict.IterableUserDict.html
-%%PORTDOCS%%share/doc/twisted/api/public/UserDict.UserDict.html
-%%PORTDOCS%%share/doc/twisted/api/public/UserList.UserList.html
-%%PORTDOCS%%share/doc/twisted/api/public/__builtin__.file.html
-%%PORTDOCS%%share/doc/twisted/api/public/__builtin__.object.html
-%%PORTDOCS%%share/doc/twisted/api/public/__builtin__.str.html
-%%PORTDOCS%%share/doc/twisted/api/public/__builtin__.type.html
-%%PORTDOCS%%share/doc/twisted/api/public/__main__.NonMetaInterface.html
-%%PORTDOCS%%share/doc/twisted/api/public/epydoc.css
-%%PORTDOCS%%share/doc/twisted/api/public/exceptions.AssertionError.html
-%%PORTDOCS%%share/doc/twisted/api/public/exceptions.EnvironmentError.html
-%%PORTDOCS%%share/doc/twisted/api/public/exceptions.Exception.html
-%%PORTDOCS%%share/doc/twisted/api/public/exceptions.IOError.html
-%%PORTDOCS%%share/doc/twisted/api/public/exceptions.KeyError.html
-%%PORTDOCS%%share/doc/twisted/api/public/exceptions.LookupError.html
-%%PORTDOCS%%share/doc/twisted/api/public/exceptions.NotImplementedError.html
-%%PORTDOCS%%share/doc/twisted/api/public/exceptions.RuntimeError.html
-%%PORTDOCS%%share/doc/twisted/api/public/exceptions.StandardError.html
-%%PORTDOCS%%share/doc/twisted/api/public/exceptions.ValueError.html
-%%PORTDOCS%%share/doc/twisted/api/public/frames.html
-%%PORTDOCS%%share/doc/twisted/api/public/help.html
-%%PORTDOCS%%share/doc/twisted/api/public/index.html
-%%PORTDOCS%%share/doc/twisted/api/public/indices.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-everything.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.coil.app.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.coil.coil.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.coil.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.coil.plugins.ftp.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.coil.plugins.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.coil.plugins.mail.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.coil.plugins.manhole.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.coil.plugins.portforward.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.coil.plugins.socks.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.coil.plugins.telnet.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.coil.plugins.web.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.coil.plugins.words.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.coil.web.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.conch.authorizer.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.conch.checkers.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.conch.credentials.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.conch.error.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.conch.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.conch.identity.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.conch.insults.client.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.conch.insults.colors.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.conch.insults.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.conch.realm.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.conch.ssh.asn1.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.conch.ssh.channel.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.conch.ssh.common.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.conch.ssh.connection.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.conch.ssh.factory.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.conch.ssh.forwarding.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.conch.ssh.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.conch.ssh.keys.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.conch.ssh.pamauth.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.conch.ssh.primes.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.conch.ssh.service.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.conch.ssh.session.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.conch.ssh.sexpy.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.conch.ssh.transport.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.conch.ssh.ttymodes.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.conch.ssh.userauth.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.conch.ui.ansi.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.conch.ui.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.conch.ui.tkvt100.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.copyright.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.cred.authorizer.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.cred.checkers.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.cred.credentials.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.cred.error.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.cred.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.cred.identity.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.cred.perspective.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.cred.portal.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.cred.service.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.cred.util.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.enterprise.adbapi.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.enterprise.dbcred.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.enterprise.dbgadgets.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.enterprise.dbpassport.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.enterprise.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.enterprise.reflector.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.enterprise.row.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.enterprise.sqlreflector.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.enterprise.util.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.enterprise.xmlreflector.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.flow.base.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.flow.controller.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.flow.flow.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.flow.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.flow.protocol.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.flow.stage.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.flow.threads.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.flow.wrap.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.im.baseaccount.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.im.basechat.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.im.basesupport.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.im.gtkaccount.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.im.gtkchat.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.im.gtkcommon.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.im.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.im.interfaces.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.im.ircsupport.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.im.jyaccount.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.im.jychat.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.im.locals.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.im.pbsupport.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.im.proxyui.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.im.tap.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.im.tocsupport.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.internet.abstract.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.internet.app.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.internet.base.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.internet.default.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.internet.defer.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.internet.error.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.internet.fdesc.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.internet.gladereactor.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.internet.gtk2reactor.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.internet.gtkreactor.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.internet.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.internet.interfaces.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.internet.javareactor.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.internet.kqreactor.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.internet.main.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.internet.pollreactor.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.internet.process.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.internet.protocol.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.internet.pyuisupport.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.internet.qtreactor.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.internet.serialport.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.internet.serialport.javaserialport.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.internet.serialport.posixserialport.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.internet.serialport.serialport.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.internet.serialport.win32serialport.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.internet.ssl.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.internet.stdio.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.internet.task.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.internet.tcp.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.internet.threads.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.internet.tksupport.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.internet.udp.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.internet.unix.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.internet.utils.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.internet.win32eventreactor.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.internet.wxsupport.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.lore.book.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.lore.default.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.lore.docbook.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.lore.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.lore.latex.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.lore.lint.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.lore.lmath.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.lore.man2lore.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.lore.process.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.lore.slides.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.lore.texi.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.lore.tree.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.mail.bounce.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.mail.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.mail.mail.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.mail.maildir.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.mail.pb.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.mail.protocols.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.mail.relay.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.mail.relaymanager.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.mail.tap.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.manhole.explorer.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.manhole.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.manhole.service.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.manhole.telnet.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.manhole.ui.gtk2manhole.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.manhole.ui.gtkmanhole.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.manhole.ui.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.manhole.ui.pywidgets.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.manhole.ui.spelunk_gnome.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.names.authority.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.names.cache.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.names.client.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.names.common.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.names.hosts.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.names.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.names.resolve.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.names.server.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.names.tap.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.news.database.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.news.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.news.news.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.pair.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.pair.tuntap.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.persisted.aot.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.persisted.crefutil.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.persisted.dirdbm.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.persisted.filepile.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.persisted.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.persisted.journal.base.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.persisted.journal.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.persisted.journal.picklelog.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.persisted.journal.rowjournal.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.persisted.marmalade.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.persisted.styles.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.popsicle.freezer.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.popsicle.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.popsicle.mailsicle.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.popsicle.picklesicle.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.popsicle.repos.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.protocols.basic.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.protocols.dict.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.protocols.dns.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.protocols.ethernet.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.protocols.finger.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.protocols.ftp.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.protocols.gnutella.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.protocols.gps.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.protocols.gps.nmea.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.protocols.gps.rockwell.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.protocols.htb.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.protocols.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.protocols.http.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.protocols.imap4.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.protocols.ip.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.protocols.irc.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.protocols.loopback.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.protocols.mice.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.protocols.mice.mouseman.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.protocols.msn.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.protocols.nntp.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.protocols.oscar.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.protocols.pcp.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.protocols.policies.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.protocols.pop3.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.protocols.portforward.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.protocols.raw.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.protocols.rawudp.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.protocols.shoutcast.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.protocols.sip.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.protocols.smtp.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.protocols.socks.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.protocols.sux.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.protocols.telnet.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.protocols.toc.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.protocols.wire.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.python.compat.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.python.components.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.python.context.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.python.dispatch.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.python.domhelpers.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.python.dxprofile.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.python.failure.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.python.finalize.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.python.formmethod.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.python.hook.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.python.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.python.htmlizer.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.python.log.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.python.logfile.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.python.mutablestring.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.python.mvc.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.python.observable.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.python.otp.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.python.plugin.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.python.rebuild.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.python.reflect.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.python.register.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.python.roots.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.python.runtime.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.python.shortcut.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.python.syslog.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.python.text.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.python.threadable.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.python.threadpool.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.python.timeoutqueue.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.python.usage.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.python.util.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.python.win32.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.runner.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.runner.inetd.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.runner.inetdconf.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.runner.inetdtap.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.runner.procmon.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.scripts.bookify.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.scripts.ckeygen.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.scripts.coil.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.scripts.conch.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.scripts.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.scripts.im.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.scripts.lore.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.scripts.manhole.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.scripts.mktap.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.scripts.tap2deb.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.scripts.tap2rpm.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.scripts.tapconvert.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.scripts.tkconch.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.scripts.tkmktap.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.scripts.tktwistd.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.scripts.trial.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.scripts.twistd.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.scripts.websetroot.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.sibling.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.sibling.loginserv.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.sibling.motherserv.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.sibling.parentap.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.sibling.parentserv.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.sibling.siblingserv.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.sibling.sibtap.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.spread.banana.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.spread.flavors.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.spread.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.spread.interfaces.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.spread.jelly.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.spread.newjelly.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.spread.pb.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.spread.publish.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.spread.refpath.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.spread.sturdy.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.spread.ui.gtk2util.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.spread.ui.gtkutil.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.spread.ui.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.spread.ui.tktree.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.spread.ui.tkutil.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.spread.util.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.tap.coil.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.tap.conch.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.tap.ftp.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.tap.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.tap.manhole.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.tap.news.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.tap.portforward.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.tap.procmon.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.tap.socks.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.tap.ssh.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.tap.telnet.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.tap.toc.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.tap.web.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.tap.words.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.test.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.trial.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.trial.remote.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.trial.reporter.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.trial.runner.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.trial.unittest.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.trial.util.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.client.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.distrib.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.domhandlers.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.domhelpers.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.dominput.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.domtemplate.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.domwidgets.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.error.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.google.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.guard.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.html.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.microdom.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.monitor.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.proxy.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.resource.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.rewrite.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.script.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.server.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.soap.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.spider.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.static.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.test.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.trp.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.twcgi.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.util.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.vhost.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.widgets.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.wmvc.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.woven.controller.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.woven.flashconduit.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.woven.form.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.woven.guard.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.woven.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.woven.input.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.woven.interfaces.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.woven.model.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.woven.page.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.woven.tapestry.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.woven.template.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.woven.utils.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.woven.view.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.woven.widgets.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.web.xmlrpc.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.words.botbot.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.words.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.words.ircservice.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.words.service.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.words.tendril.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.words.webwords.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.world.allocator.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.world.compound.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.world.database.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.world.fileutils.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.world.hashless.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.world.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.world.storable.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.world.structfile.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.world.typemap.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.world.util.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.world.wovenhack.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.zoot.AFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.zoot.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.zoot.pingertap.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.zoot.pongertap.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.zoot.zoot.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc-twisted.zoot.zoottap.html
-%%PORTDOCS%%share/doc/twisted/api/public/toc.html
-%%PORTDOCS%%share/doc/twisted/api/public/trees.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.app.ApplicationConfig.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.app.ConnectorCollection.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.app.PortCollection.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.app.ServiceCollection.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.app.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.coil.CollectionWrapper.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.coil.ConfigCollection.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.coil.Configurator.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.coil.DispenserStorage.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.coil.ICollection.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.coil.IConfigCollection.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.coil.IConfigurator.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.coil.IStaticCollection.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.coil.InvalidConfiguration.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.coil.StaticCollection.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.coil.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.plugins.ftp.FTPConfigurator.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.plugins.ftp.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.plugins.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.plugins.mail.MailConfigurator.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.plugins.mail.MaildirDBMConfigurator.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.plugins.mail.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.plugins.manhole.ManholeConfigurator.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.plugins.manhole.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.plugins.portforward.ProxyConfigurator.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.plugins.portforward.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.plugins.socks.SOCKSConfigurator.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.plugins.socks.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.plugins.telnet.ShellFactoryConfigurator.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.plugins.telnet.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.plugins.web.MimeTypeCollection.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.plugins.web.ReverseProxyConfigurator.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.plugins.web.SiteConfigurator.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.plugins.web.StaticConfigurator.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.plugins.web.TestConfigurator.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.plugins.web.VirtualHostConfigurator.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.plugins.web.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.plugins.words.WordsConfigurator.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.plugins.words.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.web.AppConfiguratorPage.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.web.CollectionForm.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.web.ConfigForm.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.web.ConfigRoot.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.web.ImmutableCollectionDeleteForm.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.web.ImmutableCollectionForm.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.web.PluginLoader.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.coil.web.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.authorizer.OpenSSHConchAuthorizer.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.authorizer.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.checkers.SSHProtocolChecker.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.checkers.SSHPublicKeyDatabase.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.checkers.UNIXPasswordDatabase.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.checkers.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.credentials.ISSHPrivateKey.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.credentials.SSHPrivateKey.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.credentials.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.error.ConchError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.error.IgnoreAuthentication.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.error.NotEnoughAuthentication.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.error.ValidPublicKey.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.error.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.identity.ConchIdentity.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.identity.OpenSSHConchIdentity.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.identity.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.insults.client.InsultsClient.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.insults.client.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.insults.colors.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.insults.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.realm.ISSHUser.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.realm.UnixSSHRealm.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.realm.UnixSSHUser.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.realm.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ssh.asn1.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ssh.channel.SSHChannel.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ssh.channel.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ssh.common.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ssh.connection.SSHConnection.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ssh.connection.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ssh.factory.OpenSSHFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ssh.factory.SSHFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ssh.factory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ssh.forwarding.SSHConnectForwardingChannel.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ssh.forwarding.SSHForwardingClient.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ssh.forwarding.SSHListenClientForwardingChannel.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ssh.forwarding.SSHListenForwardingChannel.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ssh.forwarding.SSHListenForwardingFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ssh.forwarding.SSHListenServerForwardingChannel.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ssh.forwarding.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ssh.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ssh.keys.BadKeyError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ssh.keys.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ssh.pamauth.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ssh.primes.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ssh.service.SSHService.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ssh.service.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ssh.session.SSHSession.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ssh.session.SSHSessionClient.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ssh.session.SSHSessionProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ssh.session.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ssh.sexpy.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ssh.transport.SSHCiphers.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ssh.transport.SSHClientTransport.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ssh.transport.SSHServerTransport.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ssh.transport.SSHTransportBase.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ssh.transport.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ssh.ttymodes.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ssh.userauth.SSHUserAuthClient.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ssh.userauth.SSHUserAuthServer.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ssh.userauth.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ui.ansi.AnsiParser.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ui.ansi.ColorText.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ui.ansi.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ui.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.conch.ui.tkvt100.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.copyright.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.cred.authorizer.Authorizer.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.cred.authorizer.DefaultAuthorizer.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.cred.authorizer.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.cred.checkers.AllowAnonymousAccess.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.cred.checkers.ICredentialsChecker.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.cred.checkers.InMemoryUsernamePasswordDatabaseDontUse.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.cred.checkers.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.cred.credentials.Anonymous.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.cred.credentials.IAnonymous.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.cred.credentials.ICredentials.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.cred.credentials.IUsernamePassword.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.cred.credentials.SimpleMD5ChallengeResponse.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.cred.credentials.UsernamePassword.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.cred.credentials.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.cred.error.DuplicateIdentity.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.cred.error.KeyNotFound.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.cred.error.LoginFailed.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.cred.error.Unauthorized.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.cred.error.UnauthorizedLogin.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.cred.error.UnhandledCredentials.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.cred.error.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.cred.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.cred.identity.Identity.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.cred.identity.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.cred.perspective.IPerspective.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.cred.perspective.Perspective.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.cred.perspective.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.cred.portal.IRealm.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.cred.portal.Portal.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.cred.portal.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.cred.service.IService.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.cred.service.Service.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.cred.service.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.cred.util.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.enterprise.adbapi.Augmentation.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.enterprise.adbapi.ConnectionPool.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.enterprise.adbapi.Transaction.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.enterprise.adbapi.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.enterprise.dbcred.DatabaseAuthorizer.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.enterprise.dbcred.IdentityRow.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.enterprise.dbcred.PerspectiveRow.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.enterprise.dbcred.ReflectorAuthorizer.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.enterprise.dbcred.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.enterprise.dbgadgets.ChangePasswordForm.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.enterprise.dbgadgets.IdentitiesGadget.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.enterprise.dbgadgets.NewIdentityForm.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.enterprise.dbgadgets.NewPerspectiveForm.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.enterprise.dbgadgets.PerspectivesGadget.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.enterprise.dbgadgets.RemoveIdentityForm.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.enterprise.dbgadgets.RemovePerspectiveForm.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.enterprise.dbgadgets.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.enterprise.dbpassport.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.enterprise.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.enterprise.reflector.Reflector.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.enterprise.reflector.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.enterprise.row.KeyFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.enterprise.row.RowObject.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.enterprise.row.StatementBatch.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.enterprise.row.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.enterprise.sqlreflector.SQLReflector.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.enterprise.sqlreflector.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.enterprise.util.DBError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.enterprise.util.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.enterprise.xmlreflector.XMLReflector.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.enterprise.xmlreflector.XMLRowProxy.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.enterprise.xmlreflector.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.flow.base.CallLater.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.flow.base.Controller.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.flow.base.Cooperate.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.flow.base.Instruction.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.flow.base.NotReadyError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.flow.base.Stage.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.flow.base.Unsupported.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.flow.base.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.flow.controller.Block.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.flow.controller.Deferred.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.flow.controller.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.flow.flow.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.flow.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.flow.protocol.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.flow.stage.Callback.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.flow.stage.Concurrent.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.flow.stage.Filter.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.flow.stage.Instruction.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.flow.stage.Map.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.flow.stage.Merge.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.flow.stage.Zip.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.flow.stage.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.flow.threads.Instruction.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.flow.threads.QueryIterator.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.flow.threads.Threaded.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.flow.threads.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.flow.wrap.Instruction.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.flow.wrap.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.baseaccount.AccountManager.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.baseaccount.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.basechat.ChatUI.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.basechat.ContactsList.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.basechat.Conversation.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.basechat.GroupConversation.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.basechat.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.basesupport.AbstractAccount.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.basesupport.AbstractClientMixin.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.basesupport.AbstractGroup.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.basesupport.AbstractPerson.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.basesupport.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.gtkaccount.AccountManager.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.gtkaccount.DummyAccountForm.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.gtkaccount.IRCAccountForm.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.gtkaccount.NewAccount.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.gtkaccount.PBAccountForm.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.gtkaccount.TOCAccountForm.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.gtkaccount.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.gtkchat.ContactsList.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.gtkchat.Conversation.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.gtkchat.GroupConversation.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.gtkchat.GtkChatClientUI.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.gtkchat.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.gtkcommon.InputOutputWindow.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.gtkcommon.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.interfaces.IAccount.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.interfaces.IChatUI.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.interfaces.IClient.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.interfaces.IConversation.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.interfaces.IGroup.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.interfaces.IGroupConversation.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.interfaces.IPerson.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.interfaces.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.ircsupport.IRCAccount.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.ircsupport.IRCGroup.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.ircsupport.IRCPerson.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.ircsupport.IRCProto.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.ircsupport.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.jyaccount.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.jychat.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.locals.Enum.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.locals.OfflineError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.locals.StatusEnum.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.locals.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.pbsupport.PBAccount.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.pbsupport.TwistedWordsClient.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.pbsupport.TwistedWordsGroup.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.pbsupport.TwistedWordsPerson.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.pbsupport.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.proxyui.IRCUIFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.proxyui.IRCUserInterface.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.proxyui.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.tap.Options.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.tap.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.tocsupport.TOCAccount.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.tocsupport.TOCGroup.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.tocsupport.TOCPerson.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.tocsupport.TOCProto.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.im.tocsupport.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.abstract.FileDescriptor.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.abstract.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.app.Application.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.app.ApplicationService.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.app.MultiService.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.app.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.base.ReactorBase.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.base.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.default.PosixReactorBase.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.default.SelectReactor.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.default.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.defer.AlreadyCalledError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.defer.Deferred.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.defer.DeferredList.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.defer.TimeoutError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.defer.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.error.AlreadyCalled.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.error.AlreadyCancelled.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.error.BadFileError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.error.BindError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.error.CannotListenError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.error.ConnectBindError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.error.ConnectError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.error.ConnectionDone.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.error.ConnectionFdescWentAway.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.error.ConnectionLost.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.error.ConnectionRefusedError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.error.DNSLookupError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.error.MessageLengthError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.error.NoRouteError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.error.NotConnectingError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.error.NotListeningError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.error.ProcessDone.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.error.ProcessTerminated.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.error.SSLError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.error.ServiceNameUnknownError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.error.TCPTimedOutError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.error.TimeoutError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.error.UnknownHostError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.error.UserError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.error.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.fdesc.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.gladereactor.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.gtk2reactor.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.gtkreactor.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.interfaces.IConnector.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.interfaces.IConsumer.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.interfaces.IDelayedCall.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.interfaces.IFileDescriptor.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.interfaces.IFinishableConsumer.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.interfaces.IListeningPort.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.interfaces.IMulticastTransport.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.interfaces.IProcessTransport.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.interfaces.IProducer.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.interfaces.IProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.interfaces.IProtocolFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.interfaces.IPullProducer.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.interfaces.IPushProducer.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.interfaces.IReactorArbitrary.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.interfaces.IReactorCore.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.interfaces.IReactorFDSet.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.interfaces.IReactorMulticast.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.interfaces.IReactorPluggableResolver.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.interfaces.IReactorProcess.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.interfaces.IReactorSSL.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.interfaces.IReactorTCP.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.interfaces.IReactorThreads.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.interfaces.IReactorTime.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.interfaces.IReactorUDP.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.interfaces.IReactorUNIX.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.interfaces.IReadDescriptor.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.interfaces.IReadWriteDescriptor.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.interfaces.IResolver.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.interfaces.IResolverSimple.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.interfaces.ISSLTransport.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.interfaces.IServiceCollection.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.interfaces.ITCPTransport.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.interfaces.ITLSTransport.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.interfaces.ITransport.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.interfaces.IUDPConnectedTransport.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.interfaces.IUDPTransport.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.interfaces.IWriteDescriptor.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.interfaces.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.javareactor.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.kqreactor.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.main.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.pollreactor.PollReactor.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.pollreactor.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.process.PTYProcess.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.process.Process.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.process.ProcessError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.process.ProcessExitedAlready.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.process.ProcessWriter.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.process.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.protocol.ClientCreator.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.protocol.ClientFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.protocol.ConnectedDatagramProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.protocol.DatagramProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.protocol.Factory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.protocol.FileWrapper.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.protocol.ProcessProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.protocol.Protocol.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.protocol.ReconnectingClientFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.protocol.ServerFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.protocol.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.pyuisupport.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.qtreactor.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.serialport.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.serialport.javaserialport.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.serialport.posixserialport.SerialPort.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.serialport.posixserialport.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.serialport.serialport.BaseSerialPort.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.serialport.serialport.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.serialport.win32serialport.SerialPort.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.serialport.win32serialport.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.ssl.ClientContextFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.ssl.ContextFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.ssl.DefaultOpenSSLContextFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.ssl.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.stdio.StandardIO.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.stdio.StandardIOWriter.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.stdio.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.task.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.tcp.BaseClient.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.tcp.Client.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.tcp.Connection.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.tcp.Connector.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.tcp.Port.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.tcp.Server.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.tcp.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.threads.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.tksupport.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.udp.ConnectedMulticastPort.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.udp.ConnectedPort.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.udp.MulticastMixin.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.udp.MulticastPort.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.udp.Port.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.udp.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.unix.Client.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.unix.Connector.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.unix.Port.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.unix.Server.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.unix.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.utils.SRVConnector.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.utils.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.win32eventreactor.Win32Reactor.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.win32eventreactor.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.internet.wxsupport.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.lore.book.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.lore.default.ProcessingFunctionFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.lore.default.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.lore.docbook.DocbookSpitter.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.lore.docbook.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.lore.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.lore.latex.BaseLatexSpitter.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.lore.latex.BookLatexSpitter.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.lore.latex.ChapterLatexSpitter.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.lore.latex.FootnoteLatexSpitter.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.lore.latex.HeadingLatexSpitter.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.lore.latex.LatexSpitter.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.lore.latex.SectionLatexSpitter.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.lore.latex.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.lore.lint.DefaultTagChecker.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.lore.lint.TagChecker.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.lore.lint.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.lore.lmath.MathLatexSpitter.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.lore.lmath.ProcessingFunctionFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.lore.lmath.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.lore.man2lore.ManConverter.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.lore.man2lore.ProcessingFunctionFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.lore.man2lore.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.lore.process.NoProcessorError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.lore.process.NullReportingWalker.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.lore.process.PlainReportingWalker.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.lore.process.ProcessingFailure.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.lore.process.Walker.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.lore.process.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.lore.slides.HTMLSlide.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.lore.slides.MagicpointOutput.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.lore.slides.PagebreakLatex.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.lore.slides.ProsperSlides.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.lore.slides.SlidesProcessingFunctionFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.lore.slides.TwoPagebreakLatex.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.lore.slides.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.lore.texi.TexiSpitter.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.lore.texi.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.lore.tree.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.mail.bounce.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.mail.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.mail.mail.BounceDomain.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.mail.mail.DomainWithDefaultDict.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.mail.mail.FileMessage.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.mail.mail.IDomain.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.mail.mail.MailService.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.mail.mail.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.mail.maildir.AbstractMaildirDomain.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.mail.maildir.DirdbmDatabase.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.mail.maildir.MaildirDirdbmDomain.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.mail.maildir.MaildirMailbox.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.mail.maildir.StringListMailbox.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.mail.maildir.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.mail.pb.Maildir.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.mail.pb.MaildirBroker.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.mail.pb.MaildirClient.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.mail.pb.MaildirCollection.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.mail.pb.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.mail.protocols.DomainSMTP.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.mail.protocols.POP3Factory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.mail.protocols.SMTPFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.mail.protocols.SSLContextFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.mail.protocols.VirtualPOP3.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.mail.protocols.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.mail.relay.DomainQueuer.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.mail.relay.SMTPRelayer.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.mail.relay.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.mail.relaymanager.MXCalculator.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.mail.relaymanager.Queue.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.mail.relaymanager.RelayStateHelper.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.mail.relaymanager.SMTPManagedRelayer.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.mail.relaymanager.SMTPManagedRelayerFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.mail.relaymanager.SmartHostSMTPRelayingManager.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.mail.relaymanager.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.mail.tap.Options.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.mail.tap.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.manhole.explorer.CRUFT_WatchyThingie.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.manhole.explorer.Explorer.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.manhole.explorer.ExplorerBuiltin.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.manhole.explorer.ExplorerClass.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.manhole.explorer.ExplorerFunction.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.manhole.explorer.ExplorerGeneric.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.manhole.explorer.ExplorerImmutable.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.manhole.explorer.ExplorerInstance.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.manhole.explorer.ExplorerMapping.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.manhole.explorer.ExplorerMethod.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.manhole.explorer.ExplorerModule.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.manhole.explorer.ExplorerSequence.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.manhole.explorer.Pool.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.manhole.explorer.Signature.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.manhole.explorer.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.manhole.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.manhole.service.FakeStdIO.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.manhole.service.IManholeClient.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.manhole.service.Perspective.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.manhole.service.Service.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.manhole.service.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.manhole.telnet.Shell.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.manhole.telnet.ShellFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.manhole.telnet.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.manhole.ui.gtk2manhole.ConsoleInput.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.manhole.ui.gtk2manhole.ConsoleOutput.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.manhole.ui.gtk2manhole.ManholeClient.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.manhole.ui.gtk2manhole.ManholeWindow.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.manhole.ui.gtk2manhole.OfflineError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.manhole.ui.gtk2manhole.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.manhole.ui.gtkmanhole.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.manhole.ui.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.manhole.ui.pywidgets.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.manhole.ui.spelunk_gnome.PairList.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.manhole.ui.spelunk_gnome.SillyModule.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.manhole.ui.spelunk_gnome.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.names.authority.BindAuthority.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.names.authority.FileAuthority.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.names.authority.PySourceAuthority.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.names.authority.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.names.cache.CacheResolver.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.names.cache.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.names.client.DNSClientFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.names.client.Resolver.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.names.client.ThreadedResolver.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.names.client.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.names.common.ResolverBase.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.names.common.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.names.hosts.Resolver.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.names.hosts.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.names.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.names.resolve.FailureHandler.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.names.resolve.ResolverChain.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.names.resolve.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.names.server.DNSServerFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.names.server.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.names.tap.Options.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.names.tap.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.news.database.Article.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.news.database.Group.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.news.database.NewsServerError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.news.database.NewsShelf.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.news.database.NewsStorage.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.news.database.NewsStorageAugmentation.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.news.database.PickleStorage.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.news.database.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.news.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.news.news.NNTPFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.news.news.UsenetClientFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.news.news.UsenetServerFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.news.news.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.pair.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.pair.tuntap.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.aot.AOTJellier.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.aot.AOTUnjellier.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.aot.Class.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.aot.Copyreg.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.aot.Deref.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.aot.Function.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.aot.Instance.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.aot.InstanceMethod.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.aot.Module.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.aot.Named.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.aot.NonFormattableDict.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.aot.Ref.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.aot.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.crefutil.NotKnown.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.crefutil.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.dirdbm.DirDBM.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.dirdbm.Shelf.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.dirdbm.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.filepile.FilePile.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.filepile.FilePileIterator.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.filepile.LenientIntCompare.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.filepile.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.journal.base.ICommand.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.journal.base.ICommandLog.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.journal.base.Journal.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.journal.base.LoadingService.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.journal.base.MemoryJournal.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.journal.base.ServiceWrapperCommand.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.journal.base.Wrappable.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.journal.base.WrapperCommand.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.journal.base.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.journal.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.journal.picklelog.DirDBMLog.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.journal.picklelog.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.journal.rowjournal.RowJournal.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.journal.rowjournal.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.marmalade.DOMJellier.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.marmalade.DOMJellyable.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.marmalade.DOMUnjellier.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.marmalade.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.styles.Ephemeral.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.styles.Versioned.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.persisted.styles.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.popsicle.freezer.Freezer.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.popsicle.freezer.ISaver.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.popsicle.freezer.PersistentReference.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.popsicle.freezer.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.popsicle.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.popsicle.mailsicle.DefaultSaver.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.popsicle.mailsicle.IHeaderSaver.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.popsicle.mailsicle.IdentitySaver.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.popsicle.mailsicle.Mailsicle.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.popsicle.mailsicle.MailsicleAuthorizer.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.popsicle.mailsicle.MailsicleService.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.popsicle.mailsicle.PerspectiveSaver.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.popsicle.mailsicle.QueryResults.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.popsicle.mailsicle.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.popsicle.picklesicle.Picklesicle.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.popsicle.picklesicle.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.popsicle.repos.DirectoryRepository.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.popsicle.repos.OIDNotFound.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.popsicle.repos.Repository.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.popsicle.repos.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.basic.FileSender.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.basic.Int16StringReceiver.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.basic.Int32StringReceiver.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.basic.LineReceiver.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.basic.NetstringParseError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.basic.NetstringReceiver.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.basic.SafeNetstringReceiver.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.basic.StatefulStringProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.basic.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.dict.Definition.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.dict.DictClient.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.dict.DictLookup.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.dict.DictLookupFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.dict.InvalidResponse.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.dict.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.dns.AuthoritativeDomainError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.dns.DNSDatagramProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.dns.DNSProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.dns.DNSQueryTimeoutError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.dns.DomainError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.dns.IEncodable.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.dns.Message.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.dns.Name.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.dns.Query.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.dns.RRHeader.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.dns.Record_A.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.dns.Record_A6.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.dns.Record_AAAA.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.dns.Record_AFSDB.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.dns.Record_CNAME.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.dns.Record_DNAME.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.dns.Record_HINFO.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.dns.Record_MB.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.dns.Record_MD.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.dns.Record_MF.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.dns.Record_MG.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.dns.Record_MINFO.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.dns.Record_MR.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.dns.Record_MX.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.dns.Record_NS.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.dns.Record_NULL.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.dns.Record_PTR.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.dns.Record_RP.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.dns.Record_SOA.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.dns.Record_SRV.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.dns.Record_TXT.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.dns.Record_WKS.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.dns.SimpleRecord.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.dns.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.ethernet.EthernetHeader.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.ethernet.EthernetProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.ethernet.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.finger.Finger.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.finger.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.ftp.BadResponse.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.ftp.CommandFailed.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.ftp.ConnectionLost.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.ftp.DTP.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.ftp.DTPFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.ftp.FTP.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.ftp.FTPClient.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.ftp.FTPCommand.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.ftp.FTPDataPortFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.ftp.FTPError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.ftp.FTPFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.ftp.FTPFileListProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.ftp.ProtocolWrapper.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.ftp.SendFileTransfer.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.ftp.SenderProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.ftp.UnexpectedResponse.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.ftp.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.gnutella.GnutellaPinger.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.gnutella.GnutellaPonger.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.gnutella.GnutellaRouter.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.gnutella.GnutellaTalker.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.gnutella.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.gps.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.gps.nmea.InvalidChecksum.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.gps.nmea.InvalidSentence.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.gps.nmea.NMEAReceiver.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.gps.nmea.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.gps.rockwell.Zodiac.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.gps.rockwell.ZodiacParseError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.gps.rockwell.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.htb.Bucket.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.htb.FilterByHost.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.htb.FilterByServer.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.htb.HierarchicalBucketFilter.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.htb.IBucketFilter.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.htb.ShapedConsumer.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.htb.ShapedProtocolFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.htb.ShapedTransport.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.htb.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.http.HTTPChannel.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.http.HTTPClient.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.http.HTTPFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.http.Request.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.http.StringTransport.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.http.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.imap4.CramMD5ClientAuthenticator.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.imap4.CramMD5ServerAuthenticator.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.imap4.IAccount.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.imap4.IClientAuthentication.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.imap4.IMAP4Client.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.imap4.IMAP4Exception.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.imap4.IMAP4Server.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.imap4.IMailbox.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.imap4.IMailboxListener.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.imap4.IServerAuthentication.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.imap4.IllegalClientResponse.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.imap4.IllegalIdentifierError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.imap4.IllegalMailboxEncoding.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.imap4.IllegalOperation.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.imap4.IllegalQueryError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.imap4.IllegalServerResponse.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.imap4.MailboxCollision.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.imap4.MailboxException.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.imap4.MemoryAccount.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.imap4.MismatchedNesting.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.imap4.MismatchedQuoting.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.imap4.NegativeResponse.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.imap4.NoSuchMailbox.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.imap4.NoSupportedAuthentication.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.imap4.ReadOnlyMailbox.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.imap4.UnhandledResponse.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.imap4.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.ip.IPHeader.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.ip.IPProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.ip.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.irc.DccChat.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.irc.DccChatFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.irc.DccFileReceive.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.irc.DccFileReceiveBasic.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.irc.DccSendFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.irc.DccSendProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.irc.IRC.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.irc.IRCBadMessage.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.irc.IRCClient.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.irc.IRCPasswordMismatch.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.irc.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.loopback.LoopbackClientFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.loopback.LoopbackRelay.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.loopback.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.mice.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.mice.mouseman.MouseMan.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.mice.mouseman.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.msn.MSNContact.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.msn.MSNContactList.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.msn.MSNDispatchClient.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.msn.MSNEventBase.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.msn.MSNFileReceive.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.msn.MSNFileSend.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.msn.MSNMessage.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.msn.MSNNotificationClient.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.msn.MSNProtocolError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.msn.MSNSwitchboardClient.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.msn.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.nntp.NNTPClient.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.nntp.NNTPError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.nntp.NNTPServer.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.nntp.UsenetClientProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.nntp.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.oscar.BOSConnection.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.oscar.ChatNavService.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.oscar.ChatService.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.oscar.OSCARService.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.oscar.OSCARUser.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.oscar.OscarAuthenticator.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.oscar.OscarConnection.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.oscar.SNACBased.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.oscar.SSIBuddy.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.oscar.SSIGroup.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.oscar.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.pcp.BasicProducerConsumerProxy.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.pcp.ProducerConsumerProxy.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.pcp.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.policies.LimitConnectionsByPeer.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.policies.LimitConnectionsByPeerProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.policies.ProtocolWrapper.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.policies.SpewingFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.policies.SpewingProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.policies.ThrottlingFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.policies.ThrottlingProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.policies.TimeoutFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.policies.TimeoutMixin.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.policies.TimeoutProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.policies.WrappingFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.policies.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.pop3.APOPCredentials.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.pop3.IMailbox.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.pop3.Mailbox.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.pop3.POP3.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.pop3.POP3Client.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.pop3.POP3Error.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.pop3.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.portforward.Proxy.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.portforward.ProxyClient.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.portforward.ProxyClientFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.portforward.ProxyFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.portforward.ProxyServer.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.portforward.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.raw.IRawDatagramProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.raw.IRawPacketProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.raw.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.rawudp.RawUDPProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.rawudp.UDPHeader.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.rawudp.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.shoutcast.ShoutcastClient.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.shoutcast.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.sip.BaseSIP.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.sip.Message.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.sip.MessagesParser.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.sip.Request.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.sip.Response.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.sip.URL.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.sip.Via.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.sip.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.smtp.Address.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.smtp.AddressError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.smtp.ESMTP.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.smtp.ESMTPClient.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.smtp.IMessage.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.smtp.SMTP.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.smtp.SMTPAddressError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.smtp.SMTPBadRcpt.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.smtp.SMTPBadSender.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.smtp.SMTPClient.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.smtp.SMTPClientError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.smtp.SMTPConnectError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.smtp.SMTPDeliveryError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.smtp.SMTPError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.smtp.SMTPFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.smtp.SMTPProtocolError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.smtp.SMTPSender.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.smtp.SMTPSenderFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.smtp.SMTPServerError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.smtp.User.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.smtp.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.socks.SOCKSv4.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.socks.SOCKSv4Factory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.socks.SOCKSv4Incoming.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.socks.SOCKSv4IncomingFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.socks.SOCKSv4Outgoing.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.socks.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.sux.ParseError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.sux.XMLParser.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.sux.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.telnet.Telnet.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.telnet.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.toc.Chatroom.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.toc.GetFileTransfer.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.toc.SavedUser.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.toc.SendFileTransfer.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.toc.TOC.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.toc.TOCClient.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.toc.TOCFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.toc.TOCParseError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.toc.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.wire.Chargen.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.wire.Daytime.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.wire.Discard.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.wire.Echo.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.wire.QOTD.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.wire.Time.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.wire.Who.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.protocols.wire.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.compat.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.components.AdapterRegistry.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.components.Componentized.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.components.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.context.ContextTracker.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.context.ThreadedContextTracker.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.context.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.dispatch.EventDispatcher.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.dispatch.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.domhelpers.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.dxprofile.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.failure.DefaultException.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.failure.Failure.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.failure.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.finalize.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.formmethod.Argument.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.formmethod.Boolean.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.formmethod.CheckGroup.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.formmethod.Choice.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.formmethod.Date.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.formmethod.Flags.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.formmethod.Float.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.formmethod.FormException.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.formmethod.FormMethod.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.formmethod.Hidden.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.formmethod.InputError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.formmethod.Integer.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.formmethod.MethodSignature.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.formmethod.Password.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.formmethod.PresentationHint.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.formmethod.RadioGroup.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.formmethod.String.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.formmethod.Submit.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.formmethod.Text.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.formmethod.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.hook.HookError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.hook.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.htmlizer.HTMLWriter.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.htmlizer.TokenPrinter.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.htmlizer.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.log.DefaultObserver.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.log.EscapeFromTheMeaninglessConfinesOfCapital.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.log.FileLogObserver.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.log.ILogContext.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.log.LogPublisher.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.log.Logger.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.log.NullFile.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.log.StdioOnnaStick.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.log.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.logfile.BaseLogFile.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.logfile.DailyLogFile.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.logfile.LogFile.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.logfile.LogReader.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.logfile.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.mutablestring.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.mvc.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.observable.Delegator.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.observable.Dynamic.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.observable.EventSource.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.observable.Hash.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.observable.Observable.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.observable.Publisher.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.observable.Subscriber.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.observable.WhenMethodSubscription.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.observable.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.otp.OTP.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.otp.OTPAuthenticator.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.otp.Unauthorized.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.otp.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.plugin.DropIn.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.plugin.PlugIn.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.plugin.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.rebuild.Sensitive.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.rebuild.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.reflect.Accessor.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.reflect.AccessorType.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.reflect.Promise.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.reflect.QueueMethod.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.reflect.SRE_Pattern.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.reflect.Settable.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.reflect.Summer.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.reflect.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.register.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.roots.Collection.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.roots.Constrained.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.roots.ConstraintViolation.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.roots.Entity.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.roots.Homogenous.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.roots.Locked.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.roots.NotSupportedError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.roots.Request.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.roots.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.runtime.Platform.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.runtime.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.shortcut.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.syslog.SyslogLogger.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.syslog.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.text.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.threadable.ThreadableError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.threadable.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.threadpool.ThreadPool.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.threadpool.ThreadSafeList.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.threadpool.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.timeoutqueue.TimedOut.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.timeoutqueue.TimeoutQueue.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.timeoutqueue.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.usage.Options.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.usage.UsageError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.usage.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.util.LineLog.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.util.OrderedDict.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.util.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.python.win32.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.runner.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.runner.inetd.InetdFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.runner.inetd.InetdProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.runner.inetd.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.runner.inetdconf.InetdConf.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.runner.inetdconf.InetdService.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.runner.inetdconf.InvalidConfError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.runner.inetdconf.InvalidInetdConfError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.runner.inetdconf.InvalidRPCServicesConfError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.runner.inetdconf.InvalidServicesConfError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.runner.inetdconf.RPCServicesConf.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.runner.inetdconf.ServicesConf.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.runner.inetdconf.SimpleConfFile.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.runner.inetdconf.UnknownService.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.runner.inetdconf.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.runner.inetdtap.Options.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.runner.inetdtap.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.runner.procmon.DummyTransport.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.runner.procmon.LineLogger.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.runner.procmon.LoggingProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.runner.procmon.ProcessMonitor.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.runner.procmon.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.bookify.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.ckeygen.GeneralOptions.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.ckeygen.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.coil.Options.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.coil.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.conch.GeneralOptions.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.conch.SSHClientFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.conch.SSHClientTransport.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.conch.SSHConnectForwardingChannel.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.conch.SSHConnection.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.conch.SSHListenClientForwardingChannel.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.conch.SSHSession.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.conch.SSHUnixChannel.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.conch.SSHUnixClientFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.conch.SSHUnixClientProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.conch.SSHUnixServerFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.conch.SSHUnixServerProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.conch.SSHUserAuthClient.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.conch.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.im.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.lore.Options.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.lore.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.manhole.NoToolkitError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.manhole.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.mktap.FirstPassOptions.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.mktap.GeneralOptions.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.mktap.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.tap2deb.MyOptions.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.tap2deb.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.tap2rpm.MyOptions.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.tap2rpm.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.tapconvert.ConvertOptions.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.tapconvert.EverythingEphemeral.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.tapconvert.LoaderCommon.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.tapconvert.LoaderPython.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.tapconvert.LoaderSource.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.tapconvert.LoaderTap.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.tapconvert.LoaderXML.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.tapconvert.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.tkconch.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.tkmktap.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.tktwistd.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.trial.Options.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.trial.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.twistd.ServerOptions.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.twistd.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.websetroot.Options.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.scripts.websetroot.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.sibling.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.sibling.loginserv.LoginService.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.sibling.loginserv.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.sibling.motherserv.MotherService.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.sibling.motherserv.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.sibling.parentap.Options.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.sibling.parentap.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.sibling.parentserv.MotherService.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.sibling.parentserv.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.sibling.siblingserv.SiblingMotherClient.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.sibling.siblingserv.SiblingService.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.sibling.siblingserv.TicketAuthorizer.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.sibling.siblingserv.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.sibling.sibtap.Options.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.sibling.sibtap.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.banana.BananaError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.banana.Canana.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.banana.Pynana.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.banana.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.flavors.Cacheable.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.flavors.Copyable.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.flavors.Referenceable.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.flavors.RemoteCache.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.flavors.RemoteCacheMethod.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.flavors.RemoteCacheObserver.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.flavors.RemoteCopy.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.flavors.Root.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.flavors.Serializable.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.flavors.ViewPoint.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.flavors.Viewable.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.flavors.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.interfaces.IJellyable.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.interfaces.IUnjellyable.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.interfaces.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.jelly.DummySecurityOptions.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.jelly.InsecureJelly.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.jelly.Jellyable.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.jelly.SecurityOptions.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.jelly.Unjellyable.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.jelly.Unpersistable.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.jelly.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.newjelly.DummySecurityOptions.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.newjelly.InsecureJelly.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.newjelly.Jellyable.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.newjelly.NullReference.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.newjelly.SecurityOptions.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.newjelly.Unjellyable.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.newjelly.Unpersistable.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.newjelly.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.pb.AsReferenceable.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.pb.AuthChallenger.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.pb.AuthRoot.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.pb.AuthServ.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.pb.Broker.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.pb.BrokerClientFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.pb.BrokerFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.pb.CopiedFailure.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.pb.CopyableFailure.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.pb.DeadReferenceError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.pb.Error.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.pb.IdentityConnector.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.pb.IdentityWrapper.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.pb.Local.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.pb.PBConnectionLost.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.pb.Perspective.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.pb.ProtocolError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.pb.RemoteMethod.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.pb.RemoteReference.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.pb.Service.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.pb.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.publish.Publishable.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.publish.RemotePublished.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.publish.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.refpath.PathReference.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.refpath.PathReferenceContext.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.refpath.PathReferenceContextDirectory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.refpath.PathReferenceDirectory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.refpath.PathViewContextDirectory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.refpath.PathViewDirectory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.refpath.RemotePathReference.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.refpath.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.sturdy.PerspectiveConnector.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.sturdy.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.ui.gtk2util.GladeKeeper.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.ui.gtk2util.LoginDialog.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.ui.gtk2util.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.ui.gtkutil.ButtonBar.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.ui.gtkutil.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.ui.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.ui.tktree.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.ui.tkutil.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.util.CallbackPageCollector.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.util.LocalAsRemote.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.util.LocalAsyncForwarder.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.util.LocalMethod.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.util.Pager.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.util.StringPager.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.spread.util.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.tap.coil.Options.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.tap.coil.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.tap.conch.Options.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.tap.conch.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.tap.ftp.Options.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.tap.ftp.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.tap.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.tap.manhole.Options.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.tap.manhole.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.tap.news.DBOptions.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.tap.news.Options.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.tap.news.PickleOptions.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.tap.news.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.tap.portforward.Options.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.tap.portforward.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.tap.procmon.Options.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.tap.procmon.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.tap.socks.Options.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.tap.socks.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.tap.ssh.Options.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.tap.ssh.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.tap.telnet.Options.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.tap.telnet.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.tap.toc.Options.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.tap.toc.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.tap.web.Options.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.tap.web.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.tap.words.Options.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.tap.words.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.test.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.trial.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.trial.remote.DecodeReport.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.trial.remote.DemoRemoteReporter.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.trial.remote.IRemoteReporter.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.trial.remote.JellyReporter.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.trial.remote.NullTransport.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.trial.remote.OneWayBanana.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.trial.remote.TrialProcessProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.trial.remote.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.trial.reporter.MinimalReporter.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.trial.reporter.Reporter.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.trial.reporter.TextReporter.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.trial.reporter.TimingTextReporter.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.trial.reporter.TreeReporter.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.trial.reporter.VerboseTextReporter.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.trial.reporter.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.trial.runner.ITestRunner.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.trial.runner.SingletonRunner.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.trial.runner.TestClassRunner.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.trial.runner.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.trial.unittest.FailTest.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.trial.unittest.SkipTest.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.trial.unittest.TestCase.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.trial.unittest.TestSuite.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.trial.unittest.Tester.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.trial.unittest.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.trial.util.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.client.HTTPClientFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.client.HTTPDownloader.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.client.HTTPPageDownloader.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.client.HTTPPageGetter.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.client.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.distrib.Issue.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.distrib.Request.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.distrib.ResourcePublisher.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.distrib.ResourceSubscription.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.distrib.UserDirectory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.distrib.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.domhandlers.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.domhelpers.NodeLookupError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.domhelpers.RawText.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.domhelpers.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.dominput.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.domtemplate.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.domwidgets.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.error.Error.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.error.ErrorPage.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.error.ForbiddenResource.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.error.NoResource.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.error.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.google.GoogleChecker.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.google.GoogleCheckerFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.google.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.guard.AuthForm.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.guard.AuthPage.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.guard.ResourceGuard.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.guard.WidgetGuard.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.guard.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.html.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.microdom.CDATASection.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.microdom.CharacterData.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.microdom.Comment.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.microdom.Document.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.microdom.Element.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.microdom.EntityReference.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.microdom.MicroDOMParser.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.microdom.MismatchedTags.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.microdom.Node.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.microdom.Text.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.microdom.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.microdom.lmx.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.monitor.BaseChangeNotified.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.monitor.ChangeChecker.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.monitor.IChangeNotified.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.monitor.ProxyChangeChecker.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.monitor.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.proxy.Proxy.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.proxy.ProxyClient.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.proxy.ProxyClientFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.proxy.ProxyRequest.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.proxy.ReverseProxy.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.proxy.ReverseProxyRequest.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.proxy.ReverseProxyResource.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.proxy.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.resource.IResource.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.resource.Resource.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.resource.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.rewrite.RewriterResource.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.rewrite.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.script.AlreadyCached.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.script.CacheScanner.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.script.PythonScript.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.script.ResourceScriptDirectory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.script.ResourceScriptWrapper.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.script.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.server.Request.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.server.Session.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.server.Site.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.server.UnsupportedMethod.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.server.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.soap.SOAPPublisher.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.soap.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.spider.DummyParser.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.spider.HTTPDownloader.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.spider.SpiderSender.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.spider.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.static.ASISProcessor.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.static.Data.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.static.DirectoryListing.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.static.File.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.static.FileTransfer.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.static.Redirect.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.static.Registry.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.static.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.test.FunkyForm.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.test.Test.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.test.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.trp.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.twcgi.CGIDirectory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.twcgi.CGIProcessProtocol.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.twcgi.CGIScript.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.twcgi.FilteredScript.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.twcgi.PHP3Script.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.twcgi.PHPScript.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.twcgi.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.util.Redirect.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.util.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.vhost.NameVirtualHost.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.vhost.VHostMonsterResource.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.vhost.VirtualHostCollection.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.vhost.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.widgets.Container.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.widgets.DataWidget.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.widgets.Form.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.widgets.FormInputError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.widgets.Gadget.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.widgets.Page.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.widgets.Presentation.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.widgets.Reloader.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.widgets.RenderSession.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.widgets.Sentinel.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.widgets.Sidebar.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.widgets.StreamWidget.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.widgets.Time.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.widgets.TitleBox.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.widgets.Widget.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.widgets.WidgetMixin.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.widgets.WidgetPage.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.widgets.WidgetResource.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.widgets.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.wmvc.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.controller.BlankPage.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.controller.Controller.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.controller.LiveController.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.controller.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.flashconduit.FlashConduit.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.flashconduit.FlashConduitFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.flashconduit.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.form.FormDisplayModel.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.form.FormErrorModel.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.form.FormErrorWidget.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.form.FormFillerWidget.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.form.FormProcessor.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.form.ThankYou.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.form.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.guard.GuardSession.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.guard.PerspectiveWrapper.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.guard.SessionWrapper.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.guard.UsernamePasswordWrapper.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.guard.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.input.Anything.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.input.DefaultHandler.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.input.DictAggregator.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.input.Float.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.input.InputHandler.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.input.Integer.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.input.List.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.input.ListAggregator.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.input.SingleValue.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.input.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.interfaces.IController.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.interfaces.IModel.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.interfaces.IView.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.interfaces.IWovenLivePage.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.interfaces.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.model.AttributeModel.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.model.AttributeWrapper.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.model.DeferredWrapper.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.model.DictionaryModel.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.model.Link.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.model.ListModel.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.model.MethodModel.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.model.Model.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.model.ObjectWrapper.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.model.StringModel.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.model.UnsafeObjectWrapper.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.model.Wrapper.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.model.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.page.LivePage.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.page.Page.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.page.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.tapestry.ModelLoader.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.tapestry.Tapestry.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.tapestry.TapestryView.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.tapestry.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.template.DOMController.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.template.DOMTemplate.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.template.INodeMutator.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.template.NodeMutator.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.template.NodeNodeMutator.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.template.NoneNodeMutator.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.template.StringNodeMutator.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.template.WebWidgetNodeMutator.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.template.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.utils.GetFunction.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.utils.Script.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.utils.SetId.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.utils.Stack.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.utils.WovenLivePage.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.utils.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.view.LiveView.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.view.View.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.view.ViewNodeMutator.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.view.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.widgets.Anchor.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.widgets.Attributes.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.widgets.Bold.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.widgets.Br.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.widgets.Button.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.widgets.Cell.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.widgets.CheckBox.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.widgets.ColumnList.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.widgets.DefaultWidget.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.widgets.DirectoryAnchor.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.widgets.Div.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.widgets.Dummy.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.widgets.Error.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.widgets.ExpandMacro.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.widgets.File.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.widgets.Hidden.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.widgets.Image.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.widgets.Input.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.widgets.InputText.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.widgets.KeyedList.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.widgets.Link.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.widgets.List.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.widgets.Option.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.widgets.ParagraphText.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.widgets.PasswordText.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.widgets.RadioButton.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.widgets.RawText.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.widgets.RootRelativeLink.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.widgets.Row.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.widgets.Select.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.widgets.Span.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.widgets.SubAnchor.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.widgets.Table.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.widgets.Text.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.widgets.Widget.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.woven.widgets.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.xmlrpc.Handler.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.xmlrpc.NoSuchFunction.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.xmlrpc.Proxy.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.xmlrpc.XMLRPC.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.web.xmlrpc.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.words.botbot.BotBot.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.words.botbot.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.words.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.words.ircservice.IRCChatter.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.words.ircservice.IRCGateway.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.words.ircservice.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.words.service.Group.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.words.service.IWordsClient.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.words.service.IWordsPolicy.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.words.service.NormalPolicy.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.words.service.NotInCollectionError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.words.service.NotInGroupError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.words.service.Participant.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.words.service.Service.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.words.service.Transcript.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.words.service.UserNonexistantError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.words.service.WordsClient.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.words.service.WordsError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.words.service.WrongStatusError.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.words.service.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.words.tendril.ProxiedParticipant.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.words.tendril.TendrilFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.words.tendril.TendrilIRC.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.words.tendril.TendrilWords.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.words.tendril.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.words.webwords.AccountCreationWidget.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.words.webwords.Page.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.words.webwords.ParticipantInfoWidget.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.words.webwords.ParticipantListWidget.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.words.webwords.WebWordsAdminSite.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.words.webwords.WordsGadget.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.words.webwords.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.world.allocator.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.world.compound.StorableDictionaryFacade.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.world.compound.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.world.database.Database.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.world.database.Table.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.world.database.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.world.fileutils.WhyCantIHaveWeakReferencesToFilesGoddamnit.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.world.fileutils.WindowCheckingFile.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.world.fileutils.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.world.hashless.HashlessDictionary.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.world.hashless.HashlessWeakKeyDictionary.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.world.hashless.HashlessWeakValueDictionary.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.world.hashless.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.world.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.world.storable.MetaStorable.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.world.storable.Ref.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.world.storable.RefCache.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.world.storable.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.world.structfile.FixedSizeString.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.world.structfile.StructuredFile.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.world.structfile.StructuredFileSlice.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.world.structfile.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.world.typemap.AbstractTypeMapper.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.world.typemap.EnumTypeMapper.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.world.typemap.ITypeMapper.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.world.typemap.NoneTypeMapper.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.world.typemap.ObjectTypeMapper.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.world.typemap.StorableDictionaryTypeMapper.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.world.typemap.StorableListTypeMapper.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.world.typemap.TupleTypeMapper.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.world.typemap.TypeMapperMapper.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.world.typemap.TypeMapperRegistry.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.world.typemap.TypeTypeMapper.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.world.typemap.Varchar.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.world.typemap.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.world.util.Backwards.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.world.util.BoundProxy.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.world.util.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.world.wovenhack.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.zoot.AFactory.AClientFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.zoot.AFactory.AFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.zoot.AFactory.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.zoot.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.zoot.pingertap.Options.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.zoot.pingertap.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.zoot.pongertap.Options.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.zoot.pongertap.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.zoot.zoot.Zoot.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.zoot.zoot.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.zoot.zoottap.Options.html
-%%PORTDOCS%%share/doc/twisted/api/public/twisted.zoot.zoottap.html
-%%PORTDOCS%%share/doc/twisted/api/public/types.instance.html
+%%PORTDOCS%%share/doc/twisted/api/indices.html
+%%PORTDOCS%%share/doc/twisted/api/toc-everything.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.application.app.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.application.compat.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.application.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.application.internet.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.application.service.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.application.strports.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.conch.authorizer.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.conch.checkers.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.conch.credentials.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.conch.error.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.conch.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.conch.identity.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.conch.insults.client.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.conch.insults.colors.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.conch.insults.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.conch.pamauth.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.conch.realm.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.conch.ssh.asn1.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.conch.ssh.channel.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.conch.ssh.common.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.conch.ssh.connection.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.conch.ssh.factory.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.conch.ssh.forwarding.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.conch.ssh.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.conch.ssh.keys.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.conch.ssh.primes.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.conch.ssh.service.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.conch.ssh.session.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.conch.ssh.sexpy.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.conch.ssh.transport.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.conch.ssh.ttymodes.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.conch.ssh.userauth.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.conch.ui.ansi.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.conch.ui.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.conch.ui.tkvt100.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.copyright.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.cred.authorizer.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.cred.checkers.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.cred.credentials.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.cred.error.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.cred.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.cred.identity.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.cred.perspective.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.cred.portal.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.cred.service.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.cred.util.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.enterprise.adbapi.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.enterprise.dbcred.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.enterprise.dbgadgets.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.enterprise.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.enterprise.reflector.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.enterprise.row.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.enterprise.sqlreflector.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.enterprise.util.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.enterprise.xmlreflector.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.flow.base.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.flow.controller.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.flow.flow.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.flow.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.flow.pipe.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.flow.protocol.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.flow.stage.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.flow.threads.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.flow.web.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.flow.wrap.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.im.baseaccount.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.im.basechat.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.im.basesupport.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.im.gtkaccount.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.im.gtkchat.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.im.gtkcommon.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.im.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.im.interfaces.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.im.ircsupport.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.im.jyaccount.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.im.jychat.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.im.locals.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.im.pbsupport.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.im.proxyui.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.im.tap.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.im.tocsupport.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.internet.abstract.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.internet.app.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.internet.base.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.internet.cfreactor.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.internet.default.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.internet.defer.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.internet.error.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.internet.fdesc.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.internet.gladereactor.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.internet.gtk2reactor.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.internet.gtkreactor.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.internet.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.internet.interfaces.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.internet.javareactor.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.internet.kqreactor.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.internet.main.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.internet.pollreactor.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.internet.process.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.internet.protocol.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.internet.pyuisupport.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.internet.qtreactor.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.internet.serialport.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.internet.serialport.javaserialport.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.internet.serialport.posixserialport.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.internet.serialport.serialport.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.internet.serialport.win32serialport.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.internet.ssl.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.internet.stdio.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.internet.task.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.internet.tcp.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.internet.threads.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.internet.tksupport.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.internet.udp.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.internet.unix.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.internet.utils.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.internet.win32eventreactor.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.internet.wxsupport.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.lore.book.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.lore.default.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.lore.docbook.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.lore.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.lore.latex.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.lore.lint.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.lore.lmath.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.lore.man2lore.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.lore.process.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.lore.slides.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.lore.texi.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.lore.tree.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.mail.alias.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.mail.bounce.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.mail.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.mail.mail.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.mail.maildir.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.mail.pb.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.mail.protocols.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.mail.relay.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.mail.relaymanager.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.mail.tap.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.manhole.explorer.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.manhole.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.manhole.service.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.manhole.telnet.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.manhole.ui.gtk2manhole.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.manhole.ui.gtkmanhole.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.manhole.ui.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.manhole.ui.pywidgets.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.manhole.ui.spelunk_gnome.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.names.authority.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.names.cache.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.names.client.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.names.common.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.names.hosts.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.names.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.names.resolve.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.names.root.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.names.server.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.names.tap.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.news.database.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.news.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.news.news.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.pair.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.pair.tuntap.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.persisted.aot.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.persisted.crefutil.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.persisted.dirdbm.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.persisted.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.persisted.journal.base.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.persisted.journal.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.persisted.journal.picklelog.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.persisted.journal.rowjournal.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.persisted.marmalade.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.persisted.sob.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.persisted.styles.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.basic.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.dict.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.dns.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.ethernet.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.finger.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.ftp.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.gps.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.gps.nmea.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.gps.rockwell.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.htb.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.http.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.imap4.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.ip.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.irc.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.jabber.client.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.jabber.component.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.jabber.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.jabber.jid.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.jabber.jstrports.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.loopback.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.mice.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.mice.mouseman.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.msn.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.nntp.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.oscar.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.pcp.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.policies.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.pop3.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.portforward.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.postfix.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.raw.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.rawudp.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.shoutcast.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.sip.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.smtp.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.socks.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.sux.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.telnet.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.toc.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.wire.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.protocols.xmlstream.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.python.compat.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.python.components.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.python.context.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.python.dir.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.python.dispatch.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.python.domhelpers.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.python.dxprofile.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.python.failure.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.python.filepath.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.python.finalize.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.python.formmethod.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.python.hook.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.python.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.python.htmlizer.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.python.log.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.python.logfile.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.python.mutablestring.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.python.mvc.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.python.otp.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.python.plugin.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.python.rebuild.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.python.reflect.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.python.register.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.python.roots.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.python.runtime.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.python.shortcut.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.python.syslog.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.python.text.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.python.threadable.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.python.threadpool.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.python.timeoutqueue.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.python.urlpath.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.python.usage.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.python.util.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.python.win32.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.python.zipstream.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.runner.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.runner.inetd.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.runner.inetdconf.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.runner.inetdtap.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.runner.procmon.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.runner.procutils.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.scripts.bookify.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.scripts.ckeygen.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.scripts.conch.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.scripts.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.scripts.im.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.scripts.lore.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.scripts.mailmail.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.scripts.manhole.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.scripts.mktap.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.scripts.tap2deb.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.scripts.tap2rpm.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.scripts.tapconvert.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.scripts.tkconch.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.scripts.tkmktap.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.scripts.tkunzip.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.scripts.trial.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.scripts.twistd.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.scripts.twistw.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.scripts.websetroot.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.spread.banana.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.spread.flavors.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.spread.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.spread.interfaces.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.spread.jelly.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.spread.newjelly.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.spread.pb.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.spread.publish.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.spread.refpath.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.spread.sturdy.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.spread.ui.gtk2util.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.spread.ui.gtkutil.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.spread.ui.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.spread.ui.tktree.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.spread.ui.tkutil.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.spread.util.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.tap.conch.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.tap.ftp.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.tap.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.tap.manhole.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.tap.news.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.tap.portforward.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.tap.socks.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.tap.telnet.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.tap.toc.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.tap.web.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.tap.words.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.crash_test_dummy.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.myrebuilder1.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.myrebuilder2.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.process_echoer.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.process_tester.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.proto_helpers.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.ssl_helpers.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_app.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_application.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_banana.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_bounce.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_compat.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_context.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_cred.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_defer.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_dict.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_dirdbm.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_doc.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_domhelpers.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_domish.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_enterprise.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_error.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_ethernet.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_explorer.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_factories.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_failure.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_finger.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_flow.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_formmethod.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_ftp.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_hook.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_htb.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_http.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_imap.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_import.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_internet.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_ip.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_irc.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_iutils.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_jabbercomponent.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_jabberjid.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_jelly.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_journal.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_log.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_logfile.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_loopback.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_mail.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_manhole.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_msn.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_mvc.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_names.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_newcred.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_newjelly.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_news.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_nmea.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_nntp.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_paths.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_pb.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_pbfailure.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_pcp.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_persisted.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_policies.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_pop3.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_postfix.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_process.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_protocols.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_rawudp.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_rebuild.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_reflect.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_rootresolve.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_roots.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_setup.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_shortcut.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_sip.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_sob.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_spread.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_ssl.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_strports.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_tcp.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_tendril.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_text.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_threadpool.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_threads.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_timeoutqueue.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_toc.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_tpfile.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_trial.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_udp.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_unix.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_usage.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_util.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_web.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_webclient.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_words.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_woven.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_xishutil.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_xml.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_xmlrpc.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_xmlstream.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_xpath.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.test_zipstream.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.test.testutils.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.trial.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.trial.remote.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.trial.reporter.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.trial.runner.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.trial.unittest.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.trial.util.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.client.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.distrib.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.domhandlers.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.domhelpers.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.dominput.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.domtemplate.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.domwidgets.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.error.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.google.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.guard.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.html.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.microdom.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.monitor.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.proxy.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.resource.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.rewrite.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.script.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.server.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.soap.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.static.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.test.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.trp.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.twcgi.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.util.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.vhost.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.widgets.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.wmvc.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.woven.controller.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.woven.dirlist.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.woven.flashconduit.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.woven.form.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.woven.guard.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.woven.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.woven.input.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.woven.interfaces.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.woven.model.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.woven.page.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.woven.simpleguard.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.woven.tapestry.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.woven.template.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.woven.utils.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.woven.view.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.woven.widgets.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.web.xmlrpc.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.words.botbot.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.words.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.words.ircservice.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.words.service.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.words.tendril.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.words.webwords.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.xish.domish.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.xish.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.xish.utility.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.xish.xpath.html
+%%PORTDOCS%%share/doc/twisted/api/toc-twisted.xish.xpathparser.html
+%%PORTDOCS%%share/doc/twisted/api/toc.html
+%%PORTDOCS%%share/doc/twisted/api/trees.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.app.ServerOptions.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.app.ServerOptions.opt_spew.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.app.ServerOptions.parseOptions.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.app.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat.IOldApplication.addService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat.IOldApplication.connectSSL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat.IOldApplication.connectTCP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat.IOldApplication.connectUDP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat.IOldApplication.connectUNIX.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat.IOldApplication.connectWith.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat.IOldApplication.getServiceNamed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat.IOldApplication.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat.IOldApplication.listenSSL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat.IOldApplication.listenTCP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat.IOldApplication.listenUDP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat.IOldApplication.listenUNIX.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat.IOldApplication.listenWith.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat.IOldApplication.removeService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat.IOldApplication.unlistenSSL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat.IOldApplication.unlistenTCP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat.IOldApplication.unlistenUDP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat.IOldApplication.unlistenUNIX.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat.IOldApplication.unlistenWith.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat._NewService.__cmp__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat._NewService.__hash__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat._NewService.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat._NewService.disownServiceParent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat._NewService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat._NewService.privilegedStartService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat._NewService.setName.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat._NewService.setServiceParent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat._NewService.startService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat._NewService.stopService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat._ServiceNetwork.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat._ServiceNetwork.addService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat._ServiceNetwork.connectSSL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat._ServiceNetwork.connectTCP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat._ServiceNetwork.connectUDP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat._ServiceNetwork.connectUNIX.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat._ServiceNetwork.connectWith.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat._ServiceNetwork.getServiceNamed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat._ServiceNetwork.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat._ServiceNetwork.listenSSL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat._ServiceNetwork.listenTCP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat._ServiceNetwork.listenUDP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat._ServiceNetwork.listenUNIX.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat._ServiceNetwork.listenWith.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat._ServiceNetwork.removeService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat._ServiceNetwork.unlistenSSL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat._ServiceNetwork.unlistenTCP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat._ServiceNetwork.unlistenUDP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat._ServiceNetwork.unlistenUNIX.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat._ServiceNetwork.unlistenWith.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.compat.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.internet.GenericClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.internet.GenericServer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.internet.MulticastClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.internet.MulticastServer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.internet.SSLClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.internet.SSLServer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.internet.TCPClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.internet.TCPServer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.internet.TimerService.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.internet.TimerService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.internet.TimerService.startService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.internet.TimerService.stopService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.internet.UDPClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.internet.UDPServer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.internet.UNIXClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.internet.UNIXDatagramClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.internet.UNIXDatagramServer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.internet.UNIXServer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.internet._AbstractClient.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.internet._AbstractClient._getConnection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.internet._AbstractClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.internet._AbstractClient.startService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.internet._AbstractClient.stopService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.internet._AbstractServer.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.internet._AbstractServer._getPort.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.internet._AbstractServer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.internet._AbstractServer.privilegedStartService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.internet._AbstractServer.startService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.internet._AbstractServer.stopService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.internet._VolatileDataService.__getstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.internet._VolatileDataService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.internet.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.service.IProcess.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.service.IService.disownServiceParent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.service.IService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.service.IService.privilegedStartService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.service.IService.setName.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.service.IService.setServiceParent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.service.IService.startService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.service.IService.stopService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.service.IServiceCollection.__iter__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.service.IServiceCollection.addService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.service.IServiceCollection.getServiceNamed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.service.IServiceCollection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.service.IServiceCollection.removeService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.service.MultiService.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.service.MultiService.__iter__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.service.MultiService.addService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.service.MultiService.getServiceNamed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.service.MultiService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.service.MultiService.privilegedStartService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.service.MultiService.removeService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.service.MultiService.startService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.service.MultiService.stopService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.service.Process.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.service.Process.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.service.Service.__getstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.service.Service.disownServiceParent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.service.Service.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.service.Service.privilegedStartService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.service.Service.setName.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.service.Service.setServiceParent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.service.Service.startService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.service.Service.stopService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.service.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.application.strports.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.authorizer.OpenSSHConchAuthorizer.getIdentityRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.authorizer.OpenSSHConchAuthorizer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.authorizer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.checkers.PluggableAuthenticationModulesChecker.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.checkers.PluggableAuthenticationModulesChecker.requestAvatarId.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.checkers.SSHProtocolChecker._cbGoodAuthentication.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.checkers.SSHProtocolChecker.areDone.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.checkers.SSHProtocolChecker.get_credentialInterfaces.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.checkers.SSHProtocolChecker.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.checkers.SSHProtocolChecker.registerChecker.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.checkers.SSHProtocolChecker.requestAvatarId.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.checkers.SSHPublicKeyDatabase.checkKey.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.checkers.SSHPublicKeyDatabase.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.checkers.SSHPublicKeyDatabase.requestAvatarId.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.checkers.UNIXPasswordDatabase.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.checkers.UNIXPasswordDatabase.requestAvatarId.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.checkers.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.credentials.IPluggableAuthenticationModules.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.credentials.ISSHPrivateKey.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.credentials.PluggableAuthenticationModules.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.credentials.PluggableAuthenticationModules.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.credentials.SSHPrivateKey.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.credentials.SSHPrivateKey.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.credentials.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.error.ConchError.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.error.ConchError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.error.IgnoreAuthentication.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.error.NotEnoughAuthentication.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.error.ValidPublicKey.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.error.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.identity.ConchIdentity.addClientForService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.identity.ConchIdentity.addServiceForSelf.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.identity.ConchIdentity.getHomeDir.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.identity.ConchIdentity.getShell.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.identity.ConchIdentity.getUserGroupID.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.identity.ConchIdentity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.identity.ConchIdentity.validatePublicKey.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.identity.OpenSSHConchIdentity.getHomeDir.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.identity.OpenSSHConchIdentity.getShell.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.identity.OpenSSHConchIdentity.getUserGroupID.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.identity.OpenSSHConchIdentity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.identity.OpenSSHConchIdentity.validatePublicKey.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.identity.OpenSSHConchIdentity.verifyPlainPassword.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.identity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.insults.client.InsultsClient.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.insults.client.InsultsClient.clearScreen.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.insults.client.InsultsClient.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.insults.client.InsultsClient.endEscape.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.insults.client.InsultsClient.eraseToLine.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.insults.client.InsultsClient.eraseToScreen.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.insults.client.InsultsClient.gotoXY.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.insults.client.InsultsClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.insults.client.InsultsClient.initScreen.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.insults.client.InsultsClient.keyReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.insults.client.InsultsClient.refresh.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.insults.client.InsultsClient.setAttributes.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.insults.client.InsultsClient.setSize.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.insults.client.InsultsClient.windowSizeChanged.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.insults.client.InsultsClient.writeCh.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.insults.client.InsultsClient.writeStr.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.insults.client.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.insults.colors.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.insults.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.pamauth.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.realm.ISSHUser.getHomeDir.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.realm.ISSHUser.getShell.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.realm.ISSHUser.getUserGroupId.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.realm.ISSHUser.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.realm.UnixSSHRealm.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.realm.UnixSSHRealm.requestAvatar.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.realm.UnixSSHUser.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.realm.UnixSSHUser.getHomeDir.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.realm.UnixSSHUser.getShell.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.realm.UnixSSHUser.getUserGroupId.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.realm.UnixSSHUser.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.realm.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.asn1.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.channel.SSHChannel.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.channel.SSHChannel.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.channel.SSHChannel.addWindowBytes.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.channel.SSHChannel.channelOpen.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.channel.SSHChannel.closed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.channel.SSHChannel.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.channel.SSHChannel.eofReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.channel.SSHChannel.extReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.channel.SSHChannel.getHost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.channel.SSHChannel.getPeer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.channel.SSHChannel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.channel.SSHChannel.loseConnection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.channel.SSHChannel.openFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.channel.SSHChannel.requestReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.channel.SSHChannel.startWriting.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.channel.SSHChannel.stopWriting.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.channel.SSHChannel.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.channel.SSHChannel.writeExtended.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.channel.SSHChannel.writeSequence.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.channel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.common.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.SSHConnection.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.SSHConnection._cbChannelRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.SSHConnection._ebChannelRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.SSHConnection.adjustWindow.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.SSHConnection.channel_direct_tcpip.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.SSHConnection.channel_forwarded_tcp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.SSHConnection.channel_session.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.SSHConnection.getChannel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.SSHConnection.global_cancel_tcpip_forward.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.SSHConnection.global_tcpip_forward.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.SSHConnection.gotGlobalRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.SSHConnection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.SSHConnection.openChannel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.SSHConnection.sendClose.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.SSHConnection.sendData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.SSHConnection.sendEOF.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.SSHConnection.sendExtendedData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.SSHConnection.sendGlobalRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.SSHConnection.sendRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.SSHConnection.serviceStopped.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.SSHConnection.ssh_CHANNEL_CLOSE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.SSHConnection.ssh_CHANNEL_DATA.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.SSHConnection.ssh_CHANNEL_EOF.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.SSHConnection.ssh_CHANNEL_EXTENDED_DATA.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.SSHConnection.ssh_CHANNEL_FAILURE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.SSHConnection.ssh_CHANNEL_OPEN.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.SSHConnection.ssh_CHANNEL_OPEN_CONFIRMATION.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.SSHConnection.ssh_CHANNEL_OPEN_FAILURE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.SSHConnection.ssh_CHANNEL_REQUEST.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.SSHConnection.ssh_CHANNEL_SUCCESS.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.SSHConnection.ssh_CHANNEL_WINDOW_ADJUST.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.SSHConnection.ssh_GLOBAL_REQUEST.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.SSHConnection.ssh_REQUEST_FAILURE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.SSHConnection.ssh_REQUEST_SUCCESS.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.factory.OpenSSHFactory.getPrimes.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.factory.OpenSSHFactory.getPrivateKeys.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.factory.OpenSSHFactory.getPublicKeys.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.factory.OpenSSHFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.factory.SSHFactory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.factory.SSHFactory.getDHPrime.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.factory.SSHFactory.getPrimes.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.factory.SSHFactory.getPrivateKeys.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.factory.SSHFactory.getPublicKeys.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.factory.SSHFactory.getService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.factory.SSHFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.factory.SSHFactory.startFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.factory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.forwarding.SSHConnectForwardingChannel.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.forwarding.SSHConnectForwardingChannel._close.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.forwarding.SSHConnectForwardingChannel._setClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.forwarding.SSHConnectForwardingChannel.channelOpen.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.forwarding.SSHConnectForwardingChannel.closed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.forwarding.SSHConnectForwardingChannel.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.forwarding.SSHConnectForwardingChannel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.forwarding.SSHForwardingClient.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.forwarding.SSHForwardingClient.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.forwarding.SSHForwardingClient.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.forwarding.SSHForwardingClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.forwarding.SSHListenClientForwardingChannel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.forwarding.SSHListenForwardingChannel.channelOpen.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.forwarding.SSHListenForwardingChannel.closed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.forwarding.SSHListenForwardingChannel.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.forwarding.SSHListenForwardingChannel.eofReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.forwarding.SSHListenForwardingChannel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.forwarding.SSHListenForwardingChannel.openFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.forwarding.SSHListenForwardingFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.forwarding.SSHListenForwardingFactory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.forwarding.SSHListenForwardingFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.forwarding.SSHListenServerForwardingChannel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.forwarding.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.keys.BadKeyError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.keys.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.primes.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.service.SSHService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.service.SSHService.packetReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.service.SSHService.serviceStarted.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.service.SSHService.serviceStopped.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.service.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.session.SSHSession.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.session.SSHSession.closed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.session.SSHSession.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.session.SSHSession.eofReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.session.SSHSession.extReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.session.SSHSession.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.session.SSHSession.loseConnection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.session.SSHSession.request_exec.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.session.SSHSession.request_pty_req.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.session.SSHSession.request_shell.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.session.SSHSession.request_subsystem.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.session.SSHSession.request_window_change.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.session.SSHSession.setModes.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.session.SSHSession.subsystem_python.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.session.SSHSessionClient.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.session.SSHSessionClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.session.SSHSessionProtocol.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.session.SSHSessionProtocol.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.session.SSHSessionProtocol.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.session.SSHSessionProtocol.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.session.SSHSessionProtocol.errReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.session.SSHSessionProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.session.SSHSessionProtocol.processEnded.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.session.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.sexpy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.transport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.ttymodes.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.userauth.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ui.ansi.AnsiParser.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ui.ansi.AnsiParser.formatText.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ui.ansi.AnsiParser.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ui.ansi.AnsiParser.parseColor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ui.ansi.AnsiParser.parseCursor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ui.ansi.AnsiParser.parseErase.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ui.ansi.AnsiParser.parseString.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ui.ansi.AnsiParser.pickColor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ui.ansi.AnsiParser.stripEscapes.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ui.ansi.AnsiParser.writeString.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ui.ansi.ColorText.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ui.ansi.ColorText.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ui.ansi.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ui.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ui.tkvt100.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.copyright.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.authorizer.Authorizer.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.authorizer.Authorizer.addIdentity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.authorizer.Authorizer.createIdentity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.authorizer.Authorizer.getIdentityRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.authorizer.Authorizer.getServiceNamed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.authorizer.Authorizer.get_application.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.authorizer.Authorizer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.authorizer.Authorizer.removeIdentity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.authorizer.Authorizer.setApplication.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.authorizer.Authorizer.setServiceCollection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.authorizer.DefaultAuthorizer.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.authorizer.DefaultAuthorizer.addIdentity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.authorizer.DefaultAuthorizer.getIdentityRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.authorizer.DefaultAuthorizer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.authorizer.DefaultAuthorizer.removeIdentity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.authorizer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.checkers.AllowAnonymousAccess.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.checkers.AllowAnonymousAccess.requestAvatarId.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.checkers.FilePasswordDB.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.checkers.FilePasswordDB._cbPasswordMatch.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.checkers.FilePasswordDB.getUser.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.checkers.FilePasswordDB.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.checkers.FilePasswordDB.requestAvatarId.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.checkers.ICredentialsChecker.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.checkers.ICredentialsChecker.requestAvatarId.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.checkers.InMemoryUsernamePasswordDatabaseDontUse.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.checkers.InMemoryUsernamePasswordDatabaseDontUse._cbPasswordMatch.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.checkers.InMemoryUsernamePasswordDatabaseDontUse.addUser.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.checkers.InMemoryUsernamePasswordDatabaseDontUse.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.checkers.InMemoryUsernamePasswordDatabaseDontUse.requestAvatarId.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.checkers.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.credentials.Anonymous.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.credentials.CramMD5Credentials.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.credentials.CramMD5Credentials.checkPassword.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.credentials.CramMD5Credentials.getChallenge.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.credentials.CramMD5Credentials.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.credentials.CramMD5Credentials.moreChallenges.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.credentials.CramMD5Credentials.setResponse.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.credentials.IAnonymous.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.credentials.ICredentials.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.credentials.IUsernameHashedPassword.checkPassword.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.credentials.IUsernameHashedPassword.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.credentials.IUsernamePassword.checkPassword.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.credentials.IUsernamePassword.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.credentials.SimpleMD5ChallengeResponse.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.credentials.UsernameHashedPassword.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.credentials.UsernameHashedPassword.checkPassword.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.credentials.UsernameHashedPassword.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.credentials.UsernamePassword.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.credentials.UsernamePassword.checkPassword.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.credentials.UsernamePassword.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.credentials.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.error.DuplicateIdentity.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.error.DuplicateIdentity.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.error.DuplicateIdentity.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.error.DuplicateIdentity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.error.KeyNotFound.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.error.KeyNotFound.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.error.KeyNotFound.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.error.KeyNotFound.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.error.LoginDenied.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.error.LoginFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.error.Unauthorized.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.error.UnauthorizedLogin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.error.UnhandledCredentials.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.error.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.identity.Identity.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.identity.Identity.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.identity.Identity.addKeyByString.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.identity.Identity.addKeyForPerspective.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.identity.Identity.challenge.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.identity.Identity.getAllKeys.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.identity.Identity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.identity.Identity.removeKey.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.identity.Identity.requestPerspectiveForKey.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.identity.Identity.requestPerspectiveForService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.identity.Identity.save.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.identity.Identity.setAlreadyHashedPassword.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.identity.Identity.setPassword.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.identity.Identity.upgradeToVersion2.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.identity.Identity.verifyPassword.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.identity.Identity.verifyPlainPassword.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.identity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.perspective.IPerspective.attached.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.perspective.IPerspective.detached.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.perspective.IPerspective.getIdentityRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.perspective.IPerspective.getPerspectiveName.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.perspective.IPerspective.getService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.perspective.IPerspective.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.perspective.IPerspective.isCached.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.perspective.IPerspective.makeIdentity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.perspective.IPerspective.setCached.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.perspective.IPerspective.setIdentity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.perspective.IPerspective.setIdentityName.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.perspective.IPerspective.setService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.perspective.Perspective.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.perspective.Perspective.attached.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.perspective.Perspective.detached.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.perspective.Perspective.getIdentityRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.perspective.Perspective.getPerspectiveName.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.perspective.Perspective.getService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.perspective.Perspective.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.perspective.Perspective.isCached.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.perspective.Perspective.makeIdentity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.perspective.Perspective.setCached.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.perspective.Perspective.setIdentity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.perspective.Perspective.setIdentityName.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.perspective.Perspective.setService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.perspective.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.portal.IRealm.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.portal.IRealm.requestAvatar.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.portal.Portal.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.portal.Portal.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.portal.Portal.listCredentialsInterfaces.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.portal.Portal.login.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.portal.Portal.registerChecker.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.portal.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.service.IService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.service.Service.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.service.Service.addPerspective.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.service.Service.cachePerspective.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.service.Service.createPerspective.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.service.Service.getPerspectiveForIdentity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.service.Service.getPerspectiveNamed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.service.Service.getPerspectiveRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.service.Service.getServiceName.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.service.Service.getServiceType.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.service.Service.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.service.Service.loadPerspective.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.service.Service.setServiceParent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.service.Service.uncachePerspective.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.service.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.util.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.adbapi.Augmentation.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.adbapi.Augmentation.__setstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.adbapi.Augmentation.createSchema.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.adbapi.Augmentation.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.adbapi.Augmentation.operationDone.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.adbapi.Augmentation.operationError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.adbapi.Augmentation.runInteraction.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.adbapi.Augmentation.runOperation.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.adbapi.Augmentation.runQuery.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.adbapi.Augmentation.schemaCreated.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.adbapi.Augmentation.schemaNotCreated.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.adbapi.ConnectionPool.__getstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.adbapi.ConnectionPool.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.adbapi.ConnectionPool.__setstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.adbapi.ConnectionPool._deferToThread.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.adbapi.ConnectionPool._runInteraction.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.adbapi.ConnectionPool._runOperation.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.adbapi.ConnectionPool._runQuery.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.adbapi.ConnectionPool.close.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.adbapi.ConnectionPool.connect.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.adbapi.ConnectionPool.finalClose.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.adbapi.ConnectionPool.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.adbapi.ConnectionPool.interaction.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.adbapi.ConnectionPool.operation.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.adbapi.ConnectionPool.query.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.adbapi.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbcred.DatabaseAuthorizer.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbcred.DatabaseAuthorizer._cbIdentity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbcred.DatabaseAuthorizer.addEmptyIdentity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbcred.DatabaseAuthorizer.addIdentity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbcred.DatabaseAuthorizer.addPerspective.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbcred.DatabaseAuthorizer.changePassword.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbcred.DatabaseAuthorizer.getIdentities.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbcred.DatabaseAuthorizer.getIdentityRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbcred.DatabaseAuthorizer.getPerspectives.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbcred.DatabaseAuthorizer.getServices.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbcred.DatabaseAuthorizer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbcred.DatabaseAuthorizer.removeIdentity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbcred.DatabaseAuthorizer.removePerspective.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbcred.IdentityRow.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbcred.PerspectiveRow.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbcred.PerspectiveRow.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbcred.ReflectorAuthorizer.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbcred.ReflectorAuthorizer._cbIdentity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbcred.ReflectorAuthorizer._ebIdentity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbcred.ReflectorAuthorizer.getIdentityRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbcred.ReflectorAuthorizer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbcred.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbgadgets.ChangePasswordForm.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbgadgets.ChangePasswordForm.display.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbgadgets.ChangePasswordForm.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbgadgets.ChangePasswordForm.process.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbgadgets.IdentitiesGadget.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbgadgets.IdentitiesGadget.display.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbgadgets.IdentitiesGadget.gotIdentities.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbgadgets.IdentitiesGadget.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbgadgets.NewIdentityForm.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbgadgets.NewIdentityForm.display.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbgadgets.NewIdentityForm.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbgadgets.NewIdentityForm.process.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbgadgets.NewPerspectiveForm.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbgadgets.NewPerspectiveForm.display.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbgadgets.NewPerspectiveForm.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbgadgets.NewPerspectiveForm.onServices.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbgadgets.NewPerspectiveForm.process.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbgadgets.PerspectivesGadget.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbgadgets.PerspectivesGadget.display.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbgadgets.PerspectivesGadget.gotPerspectives.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbgadgets.PerspectivesGadget.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbgadgets.RemoveIdentityForm.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbgadgets.RemoveIdentityForm.display.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbgadgets.RemoveIdentityForm.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbgadgets.RemoveIdentityForm.process.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbgadgets.RemovePerspectiveForm.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbgadgets.RemovePerspectiveForm.display.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbgadgets.RemovePerspectiveForm.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbgadgets.RemovePerspectiveForm.process.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbgadgets.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.reflector.Reflector.__getstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.reflector.Reflector.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.reflector.Reflector.__setstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.reflector.Reflector._populate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.reflector.Reflector.addToCache.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.reflector.Reflector.addToParent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.reflector.Reflector.buildWhereClause.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.reflector.Reflector.deleteRow.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.reflector.Reflector.findInCache.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.reflector.Reflector.getTableInfo.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.reflector.Reflector.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.reflector.Reflector.insertRow.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.reflector.Reflector.loadObjectsFrom.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.reflector.Reflector.populateSchemaFor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.reflector.Reflector.removeFromCache.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.reflector.Reflector.updateRow.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.reflector.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.row.KeyFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.row.KeyFactory.getNextKey.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.row.KeyFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.row.RowObject.__setattr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.row.RowObject.assignKeyAttr.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.row.RowObject.createDefaultAttributes.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.row.RowObject.findAttribute.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.row.RowObject.getKeyTuple.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.row.RowObject.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.row.RowObject.setDirty.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.row.StatementBatch.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.row.StatementBatch.addStatement.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.row.StatementBatch.batchSQL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.row.StatementBatch.getSize.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.row.StatementBatch.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.row.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.sqlreflector.SQLReflector.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.sqlreflector.SQLReflector._populate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.sqlreflector.SQLReflector._populateSchemaFor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.sqlreflector.SQLReflector._rowLoader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.sqlreflector.SQLReflector._transPopulateSchema.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.sqlreflector.SQLReflector.buildDeleteSQL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.sqlreflector.SQLReflector.buildInsertSQL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.sqlreflector.SQLReflector.buildUpdateSQL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.sqlreflector.SQLReflector.deleteRow.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.sqlreflector.SQLReflector.deleteRowSQL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.sqlreflector.SQLReflector.escape_string.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.sqlreflector.SQLReflector.findTypeFor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.sqlreflector.SQLReflector.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.sqlreflector.SQLReflector.insertRow.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.sqlreflector.SQLReflector.insertRowSQL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.sqlreflector.SQLReflector.loadObjectsFrom.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.sqlreflector.SQLReflector.quote_value.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.sqlreflector.SQLReflector.updateRow.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.sqlreflector.SQLReflector.updateRowSQL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.sqlreflector.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.util.DBError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.util._TableInfo.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.util._TableInfo.addForeignKey.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.util._TableInfo.getRelationshipFor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.util._TableInfo.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.util._TableRelationship.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.util._TableRelationship.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.util.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.xmlreflector.XMLReflector.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.xmlreflector.XMLReflector._populate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.xmlreflector.XMLReflector._rowLoader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.xmlreflector.XMLReflector.deleteRow.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.xmlreflector.XMLReflector.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.xmlreflector.XMLReflector.insertRow.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.xmlreflector.XMLReflector.loadObjectsFrom.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.xmlreflector.XMLReflector.makeFilenameFor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.xmlreflector.XMLReflector.updateRow.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.xmlreflector.XMLRowProxy.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.xmlreflector.XMLRowProxy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.xmlreflector.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.base.CallLater.callLater.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.base.CallLater.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.base.Controller.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.base.Cooperate.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.base.Cooperate.callLater.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.base.Cooperate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.base.Instruction.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.base.NotReadyError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.base.Stage.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.base.Stage.__iter__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.base.Stage._yield.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.base.Stage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.base.Stage.next.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.base.Unsupported.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.base.Unsupported.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.base.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.controller.Block.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.controller.Block.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.controller.Block.next.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.controller.Deferred.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.controller.Deferred._execute.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.controller.Deferred.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.controller.Deferred.results.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.controller.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.flow.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.pipe.Filter.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.pipe.Filter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.pipe.Filter.process.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.pipe.LineBreak.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.pipe.LineBreak.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.pipe.LineBreak.process.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.pipe.Pipe.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.pipe.Pipe._yield.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.pipe.Pipe.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.pipe.Pipe.process.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.pipe.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.protocol._Protocol.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.protocol._Protocol._execute.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.protocol._Protocol.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.protocol._Protocol.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.protocol._Protocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.protocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.stage.Callback.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.stage.Callback._yield.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.stage.Callback.errback.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.stage.Callback.finish.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.stage.Callback.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.stage.Callback.result.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.stage.Concurrent.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.stage.Concurrent._yield.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.stage.Concurrent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.stage.Instruction.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.stage.Instruction.callLater.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.stage.Instruction.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.stage.Map.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.stage.Map._yield.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.stage.Map.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.stage.Merge.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.stage.Merge._yield.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.stage.Merge.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.stage.Zip.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.stage.Zip.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.stage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.threads.Instruction.__call__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.threads.Instruction.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.threads.Instruction.callLater.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.threads.Instruction.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.threads.QueryIterator.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.threads.QueryIterator.__iter__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.threads.QueryIterator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.threads.QueryIterator.next.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.threads.QueryIterator.next_fetchall.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.threads.QueryIterator.next_fetchmany.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.threads.Threaded.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.threads.Threaded._process.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.threads.Threaded._process_result.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.threads.Threaded._stopping.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.threads.Threaded._yield.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.threads.Threaded.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.threads.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.web.Resource.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.web.Resource.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.web.Resource.isLeaf.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.web.Resource.render.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.web.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.wrap._Deferred.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.wrap._Deferred._callback.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.wrap._Deferred._errback.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.wrap._Deferred._yield.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.wrap._Deferred.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.wrap._DeferredInstruction.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.wrap._DeferredInstruction.callLater.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.wrap._DeferredInstruction.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.wrap._Iterable.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.wrap._Iterable._yield.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.wrap._Iterable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.wrap._List.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.wrap._List._yield.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.wrap._List.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.wrap._String.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.wrap._String._yield.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.wrap._String.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.flow.wrap.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.baseaccount.AccountManager.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.baseaccount.AccountManager.addAccount.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.baseaccount.AccountManager.connect.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.baseaccount.AccountManager.delAccount.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.baseaccount.AccountManager.disconnect.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.baseaccount.AccountManager.getConnectionInfo.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.baseaccount.AccountManager.getSnapShot.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.baseaccount.AccountManager.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.baseaccount.AccountManager.isEmpty.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.baseaccount.AccountManager.quit.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.baseaccount.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basechat.ChatUI.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basechat.ChatUI.contactChangedNick.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basechat.ChatUI.getContactsList.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basechat.ChatUI.getConversation.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basechat.ChatUI.getGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basechat.ChatUI.getGroupConversation.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basechat.ChatUI.getPerson.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basechat.ChatUI.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basechat.ChatUI.registerAccountClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basechat.ChatUI.unregisterAccountClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basechat.ContactsList.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basechat.ContactsList.contactChangedNick.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basechat.ContactsList.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basechat.ContactsList.registerAccountClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basechat.ContactsList.setContactStatus.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basechat.ContactsList.unregisterAccountClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basechat.Conversation.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basechat.Conversation.contactChangedNick.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basechat.Conversation.hide.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basechat.Conversation.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basechat.Conversation.sendText.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basechat.Conversation.show.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basechat.Conversation.showMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basechat.GroupConversation.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basechat.GroupConversation.hide.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basechat.GroupConversation.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basechat.GroupConversation.memberChangedNick.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basechat.GroupConversation.memberJoined.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basechat.GroupConversation.memberLeft.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basechat.GroupConversation.sendText.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basechat.GroupConversation.setGroupMembers.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basechat.GroupConversation.setTopic.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basechat.GroupConversation.show.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basechat.GroupConversation.showGroupMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basechat.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basesupport.AbstractAccount.__getstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basesupport.AbstractAccount.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basesupport.AbstractAccount.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basesupport.AbstractAccount._cb_logOn.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basesupport.AbstractAccount._clientLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basesupport.AbstractAccount._loginFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basesupport.AbstractAccount._startLogOn.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basesupport.AbstractAccount.getGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basesupport.AbstractAccount.getPerson.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basesupport.AbstractAccount.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basesupport.AbstractAccount.isOnline.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basesupport.AbstractAccount.logOn.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basesupport.AbstractAccount.upgrateToVersion2.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basesupport.AbstractClientMixin.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basesupport.AbstractClientMixin.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basesupport.AbstractClientMixin.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basesupport.AbstractClientMixin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basesupport.AbstractClientMixin.unregisterAsAccountClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basesupport.AbstractGroup.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basesupport.AbstractGroup.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basesupport.AbstractGroup.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basesupport.AbstractGroup.getGroupCommands.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basesupport.AbstractGroup.getTargetCommands.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basesupport.AbstractGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basesupport.AbstractGroup.join.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basesupport.AbstractGroup.leave.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basesupport.AbstractPerson.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basesupport.AbstractPerson.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basesupport.AbstractPerson.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basesupport.AbstractPerson.getIdleTime.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basesupport.AbstractPerson.getPersonCommands.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basesupport.AbstractPerson.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basesupport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkaccount.AccountManager.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkaccount.AccountManager.created.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkaccount.AccountManager.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkaccount.AccountManager.lockNewAccount.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkaccount.AccountManager.on_ConsoleButton_clicked.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkaccount.AccountManager.on_DeleteAccountButton_clicked.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkaccount.AccountManager.on_LogOnButton_clicked.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkaccount.AccountManager.on_MainIMWindow_destroy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkaccount.AccountManager.on_NewAccountButton_clicked.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkaccount.AccountManager.refreshAccounts.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkaccount.DummyAccountForm.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkaccount.DummyAccountForm.create.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkaccount.DummyAccountForm.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkaccount.IRCAccountForm.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkaccount.IRCAccountForm.create.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkaccount.IRCAccountForm.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkaccount.NewAccount.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkaccount.NewAccount.createAccount.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkaccount.NewAccount.destroyMe.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkaccount.NewAccount.gatewaySelected.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkaccount.NewAccount.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkaccount.NewAccount.on_NewAccountWindow_destroy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkaccount.PBAccountForm.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkaccount.PBAccountForm.addPerspective.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkaccount.PBAccountForm.create.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkaccount.PBAccountForm.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkaccount.PBAccountForm.on_serviceList_select_row.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkaccount.PBAccountForm.on_serviceType_changed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkaccount.PBAccountForm.removePerspective.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkaccount.TOCAccountForm.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkaccount.TOCAccountForm.create.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkaccount.TOCAccountForm.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkaccount.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.ContactsList.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.ContactsList._updateAccountMenu.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.ContactsList.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.ContactsList.on_AccountsListPopup_activate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.ContactsList.on_AddContactButton_clicked.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.ContactsList.on_OnlineContactsTree_select_row.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.ContactsList.on_PlainJoinChat_clicked.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.ContactsList.on_PlainSendIM_clicked.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.ContactsList.refreshContactsLists.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.ContactsList.registerAccountClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.ContactsList.setContactStatus.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.ContactsList.unregisterAccountClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.Conversation.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.Conversation._cbTextSent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.Conversation.getTitle.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.Conversation.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.Conversation.sendText.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.Conversation.showMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.GroupConversation.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.GroupConversation._cacheColorHash.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.GroupConversation._cbTextSent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.GroupConversation._doGroupAction.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.GroupConversation._doPersonAction.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.GroupConversation._doTargetAction.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.GroupConversation.getTitle.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.GroupConversation.hidden.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.GroupConversation.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.GroupConversation.memberChangedNick.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.GroupConversation.memberJoined.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.GroupConversation.memberLeft.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.GroupConversation.on_AddContactButton_clicked.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.GroupConversation.on_HideButton_clicked.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.GroupConversation.on_LeaveButton_clicked.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.GroupConversation.on_ParticipantList_select_row.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.GroupConversation.on_ParticipantList_unselect_row.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.GroupConversation.on_TopicEntry_activate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.GroupConversation.on_TopicEntry_focus_out_event.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.GroupConversation.refreshMemberList.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.GroupConversation.sendText.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.GroupConversation.setGroupMembers.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.GroupConversation.setTopic.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.GroupConversation.showGroupMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.GroupConversation.tabComplete.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.GtkChatClientUI.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.GtkChatClientUI.contactsListClose.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.GtkChatClientUI.getContactsList.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.GtkChatClientUI.getConversation.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.GtkChatClientUI.getGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.GtkChatClientUI.getGroupConversation.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.GtkChatClientUI.getPerson.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.GtkChatClientUI.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.GtkChatClientUI.registerAccountClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.GtkChatClientUI.unregisterAccountClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkcommon.InputOutputWindow.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkcommon.InputOutputWindow.getCurrentWord.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkcommon.InputOutputWindow.handle_key_press_event.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkcommon.InputOutputWindow.hidden.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkcommon.InputOutputWindow.hide.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkcommon.InputOutputWindow.historyDown.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkcommon.InputOutputWindow.historyUp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkcommon.InputOutputWindow.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkcommon.InputOutputWindow.show.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkcommon.InputOutputWindow.tabComplete.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkcommon.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IAccount.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IAccount.getGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IAccount.getPerson.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IAccount.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IAccount.isOnline.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IAccount.logOff.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IAccount.logOn.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IChatUI.contactChangedNick.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IChatUI.getContactsList.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IChatUI.getConversation.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IChatUI.getGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IChatUI.getGroupConversation.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IChatUI.getPerson.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IChatUI.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IChatUI.registerAccountClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IChatUI.unregisterAccountClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IClient.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IClient.getGroupConversation.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IClient.getPerson.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IClient.joinGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IClient.leaveGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IConversation.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IConversation.changedNick.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IConversation.hide.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IConversation.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IConversation.sendText.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IConversation.show.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IConversation.showMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IGroup.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IGroup.join.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IGroup.leave.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IGroup.sendGroupMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IGroup.setTopic.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IGroupConversation.hide.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IGroupConversation.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IGroupConversation.memberChangedNick.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IGroupConversation.memberJoined.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IGroupConversation.memberLeft.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IGroupConversation.sendText.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IGroupConversation.setGroupMembers.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IGroupConversation.setTopic.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IGroupConversation.show.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IGroupConversation.showGroupMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IPerson.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IPerson.getIdleTime.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IPerson.getStatus.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IPerson.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IPerson.isOnline.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.IPerson.sendMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.interfaces.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.IRCAccount.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.IRCAccount._startLogOn.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.IRCAccount.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.IRCGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.IRCGroup.imgroup_testAction.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.IRCGroup.imtarget_kick.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.IRCGroup.leave.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.IRCGroup.sendGroupMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.IRCGroup.setTopic.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.IRCPerson.getStatus.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.IRCPerson.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.IRCPerson.imperson_whois.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.IRCPerson.isOnline.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.IRCPerson.sendMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.IRCPerson.setStatus.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.IRCProto.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.IRCProto.action.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.IRCProto.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.IRCProto.getGroupConversation.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.IRCProto.getPerson.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.IRCProto.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.IRCProto.irc_333.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.IRCProto.irc_JOIN.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.IRCProto.irc_NICK.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.IRCProto.irc_PART.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.IRCProto.irc_QUIT.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.IRCProto.irc_RPL_ENDOFNAMES.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.IRCProto.irc_RPL_NAMREPLY.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.IRCProto.irc_RPL_TOPIC.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.IRCProto.irc_TOPIC.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.IRCProto.irc_unknown.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.IRCProto.joinGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.IRCProto.kickedFrom.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.IRCProto.noticed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.IRCProto.privmsg.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.IRCProto.setNick.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.IRCProto.userKicked.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.jyaccount.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.jychat.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.locals.Enum.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.locals.Enum.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.locals.Enum.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.locals.Enum.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.locals.OfflineError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.locals.StatusEnum.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.locals.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.PBAccount.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.PBAccount._cbConnected.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.PBAccount._cbIdent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.PBAccount._ebConnected.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.PBAccount._startLogOn.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.PBAccount.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.PBAccount.logOn.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.TwistedWordsClient.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.TwistedWordsClient._cbGroupJoined.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.TwistedWordsClient._cbGroupLeft.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.TwistedWordsClient.addContact.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.TwistedWordsClient.connected.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.TwistedWordsClient.getGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.TwistedWordsClient.getGroupConversation.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.TwistedWordsClient.getPerson.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.TwistedWordsClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.TwistedWordsClient.joinGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.TwistedWordsClient.leaveGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.TwistedWordsClient.remote_memberJoined.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.TwistedWordsClient.remote_memberLeft.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.TwistedWordsClient.remote_notifyStatusChanged.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.TwistedWordsClient.remote_receiveContactList.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.TwistedWordsClient.remote_receiveDirectMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.TwistedWordsClient.remote_receiveGroupMembers.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.TwistedWordsClient.remote_receiveGroupMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.TwistedWordsClient.remote_setGroupMetadata.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.TwistedWordsGroup.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.TwistedWordsGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.TwistedWordsGroup.joining.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.TwistedWordsGroup.leave.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.TwistedWordsGroup.leaving.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.TwistedWordsGroup.metadataFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.TwistedWordsGroup.sendGroupMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.TwistedWordsGroup.setTopic.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.TwistedWordsPerson.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.TwistedWordsPerson.getStatus.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.TwistedWordsPerson.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.TwistedWordsPerson.isOnline.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.TwistedWordsPerson.metadataFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.TwistedWordsPerson.sendMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.TwistedWordsPerson.setStatus.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.proxyui.IRCUIFactory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.proxyui.IRCUIFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.proxyui.IRCUserInterface.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.proxyui.IRCUserInterface.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.proxyui.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tap.Options.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tap.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tocsupport.TOCAccount._startLogOn.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tocsupport.TOCAccount.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tocsupport.TOCGroup.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tocsupport.TOCGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tocsupport.TOCGroup.leave.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tocsupport.TOCGroup.sendGroupMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tocsupport.TOCPerson.getIdleTime.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tocsupport.TOCPerson.getStatus.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tocsupport.TOCPerson.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tocsupport.TOCPerson.isOnline.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tocsupport.TOCPerson.sendMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tocsupport.TOCPerson.setStatusAndIdle.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tocsupport.TOCProto.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tocsupport.TOCProto._debug.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tocsupport.TOCProto.addContact.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tocsupport.TOCProto.chatHearMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tocsupport.TOCProto.chatHearWhisper.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tocsupport.TOCProto.chatInvited.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tocsupport.TOCProto.chatJoined.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tocsupport.TOCProto.chatLeft.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tocsupport.TOCProto.chatUpdate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tocsupport.TOCProto.getGroupConversation.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tocsupport.TOCProto.getPerson.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tocsupport.TOCProto.gotConfig.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tocsupport.TOCProto.hearError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tocsupport.TOCProto.hearMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tocsupport.TOCProto.hearWarning.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tocsupport.TOCProto.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tocsupport.TOCProto.joinGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tocsupport.TOCProto.onLine.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tocsupport.TOCProto.receiveBytes.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tocsupport.TOCProto.rvousProposal.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tocsupport.TOCProto.tocNICK.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tocsupport.TOCProto.updateBuddy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tocsupport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.abstract.FileDescriptor.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.abstract.FileDescriptor._postLoseConnection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.abstract.FileDescriptor.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.abstract.FileDescriptor.doWrite.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.abstract.FileDescriptor.fileno.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.abstract.FileDescriptor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.abstract.FileDescriptor.loseConnection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.abstract.FileDescriptor.pauseProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.abstract.FileDescriptor.registerProducer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.abstract.FileDescriptor.resumeProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.abstract.FileDescriptor.startReading.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.abstract.FileDescriptor.startWriting.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.abstract.FileDescriptor.stopConsuming.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.abstract.FileDescriptor.stopProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.abstract.FileDescriptor.stopReading.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.abstract.FileDescriptor.stopWriting.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.abstract.FileDescriptor.unregisterProducer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.abstract.FileDescriptor.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.abstract.FileDescriptor.writeSequence.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.abstract.FileDescriptor.writeSomeData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.abstract.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application.__getstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application._afterShutDown.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application._beforeShutDown.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application._doBindPorts.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application.bindPorts.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application.connectSSL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application.connectTCP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application.connectUDP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application.connectUNIX.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application.connectWith.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application.get_authorizer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application.listenSSL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application.listenTCP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application.listenUDP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application.listenUNIX.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application.listenWith.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application.logPrefix.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application.run.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application.save.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application.setEUID.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application.setUID.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application.unlistenSSL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application.unlistenTCP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application.unlistenUDP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application.unlistenUNIX.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application.unlistenWith.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application.upgradeToVersion1.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application.upgradeToVersion10.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application.upgradeToVersion11.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application.upgradeToVersion12.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application.upgradeToVersion2.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application.upgradeToVersion3.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application.upgradeToVersion4.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application.upgradeToVersion5.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application.upgradeToVersion6.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application.upgradeToVersion7.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application.upgradeToVersion8.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application.upgradeToVersion9.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.ApplicationService.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.ApplicationService.disownServiceParent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.ApplicationService.get_application.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.ApplicationService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.ApplicationService.setServiceParent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.ApplicationService.set_application.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.ApplicationService.startService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.ApplicationService.stopService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.ApplicationService.upgradeToVersion1.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.DependentMultiService.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.DependentMultiService._emergencyStopService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.DependentMultiService._finishStartService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.DependentMultiService._finishStopService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.DependentMultiService._rollbackStartedServices.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.DependentMultiService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.DependentMultiService.startService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.DependentMultiService.stopService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.MultiService.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.MultiService._cbAttachServiceNames.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.MultiService.addService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.MultiService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.MultiService.removeService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.MultiService.startService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.MultiService.stopService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.PortCollection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.ServiceCollection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app._AbstractServiceCollection.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app._AbstractServiceCollection.addService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app._AbstractServiceCollection.getServiceNamed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app._AbstractServiceCollection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app._AbstractServiceCollection.removeService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.BCFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.BCFactory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.BCFactory.clientConnectionFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.BCFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.BCFactory.loseConnection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.BCFactory.startedConnecting.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.BaseConnector.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.BaseConnector.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.BaseConnector.cancelTimeout.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.BaseConnector.connect.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.BaseConnector.connectionFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.BaseConnector.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.BaseConnector.disconnect.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.BaseConnector.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.BaseConnector.stopConnecting.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.BasePort.createInternetSocket.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.BasePort.doWrite.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.BasePort.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.DelayedCall.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.DelayedCall.__lt__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.DelayedCall.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.DelayedCall.active.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.DelayedCall.cancel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.DelayedCall.delay.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.DelayedCall.getTime.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.DelayedCall.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.DelayedCall.reset.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase._cbContinueSystemEvent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase._continueSystemEvent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase._initThreadPool.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase._internalResolve.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase._resetCallLater.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase.addReader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase.addSystemEventTrigger.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase.addWriter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase.callFromThread.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase.callInThread.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase.callLater.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase.callWhenRunning.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase.cancelCallLater.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase.clientSSL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase.clientTCP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase.clientUNIX.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase.crash.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase.disconnectAll.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase.doIteration.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase.fireSystemEvent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase.getDelayedCalls.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase.initThreads.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase.installResolver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase.installWaker.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase.iterate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase.removeAll.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase.removeReader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase.removeSystemEventTrigger.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase.removeWriter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase.resolve.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase.runUntilCurrent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase.sigBreak.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase.sigInt.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase.sigTerm.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase.stop.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase.suggestThreadPoolSize.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase.timeout.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase.wakeUp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.cfreactor.CFReactor.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.cfreactor.CFReactor._startup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.cfreactor.CFReactor.addReader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.cfreactor.CFReactor.addWriter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.cfreactor.CFReactor.callLater.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.cfreactor.CFReactor.cleanup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.cfreactor.CFReactor.crash.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.cfreactor.CFReactor.doIteration.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.cfreactor.CFReactor.getRunLoop.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.cfreactor.CFReactor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.cfreactor.CFReactor.iterate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.cfreactor.CFReactor.removeAll.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.cfreactor.CFReactor.removeReader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.cfreactor.CFReactor.removeWriter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.cfreactor.CFReactor.run.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.cfreactor.CFReactor.sigInt.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.cfreactor.CFReactor.simulate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.cfreactor.CFReactor.stop.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.cfreactor.SelectableSocketWrapper.__hash__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.cfreactor.SelectableSocketWrapper.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.cfreactor.SelectableSocketWrapper.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.cfreactor.SelectableSocketWrapper.doConnect.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.cfreactor.SelectableSocketWrapper.doRead.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.cfreactor.SelectableSocketWrapper.doWrite.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.cfreactor.SelectableSocketWrapper.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.cfreactor.SelectableSocketWrapper.objConnectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.cfreactor.SelectableSocketWrapper.socketWrapperForReactorAndObject.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.cfreactor.SelectableSocketWrapper.startReading.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.cfreactor.SelectableSocketWrapper.startWriting.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.cfreactor.SelectableSocketWrapper.stopReading.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.cfreactor.SelectableSocketWrapper.stopWriting.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.cfreactor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default.PosixReactorBase._handleSigchld.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default.PosixReactorBase._handleSignals.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default.PosixReactorBase.connectMulticast.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default.PosixReactorBase.connectSSL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default.PosixReactorBase.connectTCP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default.PosixReactorBase.connectUDP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default.PosixReactorBase.connectUNIX.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default.PosixReactorBase.connectUNIXDatagram.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default.PosixReactorBase.connectWith.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default.PosixReactorBase.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default.PosixReactorBase.installWaker.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default.PosixReactorBase.listenMulticast.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default.PosixReactorBase.listenSSL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default.PosixReactorBase.listenTCP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default.PosixReactorBase.listenUDP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default.PosixReactorBase.listenUNIX.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default.PosixReactorBase.listenUNIXDatagram.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default.PosixReactorBase.listenWith.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default.PosixReactorBase.mainLoop.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default.PosixReactorBase.run.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default.PosixReactorBase.spawnProcess.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default.PosixReactorBase.startRunning.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default.SelectReactor._doReadOrWrite.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default.SelectReactor._preenDescriptors.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default.SelectReactor.addReader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default.SelectReactor.addWriter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default.SelectReactor.doSelect.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default.SelectReactor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default.SelectReactor.removeAll.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default.SelectReactor.removeReader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default.SelectReactor.removeWriter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default._UnixWaker.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default._UnixWaker.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default._UnixWaker.doRead.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default._UnixWaker.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default._UnixWaker.wakeUp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default._Win32Waker.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default._Win32Waker.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default._Win32Waker.doRead.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default._Win32Waker.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default._Win32Waker.wakeUp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.defer.AlreadyArmedError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.defer.AlreadyCalledError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.defer.Deferred.__del__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.defer.Deferred.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.defer.Deferred.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.defer.Deferred._continue.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.defer.Deferred._runCallbacks.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.defer.Deferred._startRunCallbacks.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.defer.Deferred.addBoth.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.defer.Deferred.addCallback.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.defer.Deferred.addCallbacks.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.defer.Deferred.addErrback.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.defer.Deferred.arm.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.defer.Deferred.callback.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.defer.Deferred.chainDeferred.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.defer.Deferred.errback.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.defer.Deferred.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.defer.Deferred.pause.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.defer.Deferred.setTimeout.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.defer.Deferred.unpause.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.defer.DeferredList.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.defer.DeferredList._cbDeferred.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.defer.DeferredList.addDeferred.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.defer.DeferredList.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.defer.TimeoutError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.defer._nothing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.defer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.AlreadyCalled.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.AlreadyCalled.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.AlreadyCancelled.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.AlreadyCancelled.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.BadFileError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.BindError.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.BindError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.CannotListenError.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.CannotListenError.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.CannotListenError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.ConnectBindError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.ConnectError.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.ConnectError.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.ConnectError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.ConnectionDone.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.ConnectionDone.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.ConnectionFdescWentAway.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.ConnectionLost.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.ConnectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.ConnectionRefusedError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.DNSLookupError.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.DNSLookupError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.MessageLengthError.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.MessageLengthError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.NoRouteError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.NotConnectingError.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.NotConnectingError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.NotListeningError.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.NotListeningError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.ProcessDone.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.ProcessDone.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.ProcessTerminated.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.ProcessTerminated.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.SSLError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.ServiceNameUnknownError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.TCPTimedOutError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.TimeoutError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.UnknownHostError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.UserError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.fdesc.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gladereactor.GladeReactor.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gladereactor.GladeReactor._goAway.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gladereactor.GladeReactor._maybeAddServer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gladereactor.GladeReactor.addReader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gladereactor.GladeReactor.addWriter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gladereactor.GladeReactor.crash.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gladereactor.GladeReactor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gladereactor.GladeReactor.on_disconnect_clicked.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gladereactor.GladeReactor.on_quit_clicked.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gladereactor.GladeReactor.on_suspend_clicked.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gladereactor.GladeReactor.removeReader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gladereactor.GladeReactor.removeWriter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gladereactor.GladeReactor.run.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gladereactor.GladeReactor.servers_selection_changed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gladereactor.GladeReactor.toggle_suspend.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gladereactor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gtk2reactor.Gtk2Reactor._doReadOrWrite.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gtk2reactor.Gtk2Reactor.addReader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gtk2reactor.Gtk2Reactor.addWriter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gtk2reactor.Gtk2Reactor.callback.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gtk2reactor.Gtk2Reactor.crash.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gtk2reactor.Gtk2Reactor.doIteration.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gtk2reactor.Gtk2Reactor.doIterationTimeout.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gtk2reactor.Gtk2Reactor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gtk2reactor.Gtk2Reactor.input_add.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gtk2reactor.Gtk2Reactor.removeAll.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gtk2reactor.Gtk2Reactor.removeReader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gtk2reactor.Gtk2Reactor.removeWriter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gtk2reactor.Gtk2Reactor.run.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gtk2reactor.Gtk2Reactor.simulate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gtk2reactor.PortableGtkReactor.crash.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gtk2reactor.PortableGtkReactor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gtk2reactor.PortableGtkReactor.run.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gtk2reactor.PortableGtkReactor.simulate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gtk2reactor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gtkreactor.GtkReactor._readAndWrite.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gtkreactor.GtkReactor.addReader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gtkreactor.GtkReactor.addWriter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gtkreactor.GtkReactor.callback.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gtkreactor.GtkReactor.crash.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gtkreactor.GtkReactor.doIteration.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gtkreactor.GtkReactor.doIterationTimeout.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gtkreactor.GtkReactor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gtkreactor.GtkReactor.removeAll.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gtkreactor.GtkReactor.removeReader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gtkreactor.GtkReactor.removeWriter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gtkreactor.GtkReactor.run.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gtkreactor.GtkReactor.simulate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gtkreactor.PortableGtkReactor.crash.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gtkreactor.PortableGtkReactor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gtkreactor.PortableGtkReactor.run.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gtkreactor.PortableGtkReactor.simulate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gtkreactor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IConnector.connect.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IConnector.disconnect.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IConnector.getDestination.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IConnector.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IConnector.stopConnecting.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IConsumer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IConsumer.registerProducer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IConsumer.unregisterProducer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IConsumer.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IDelayedCall.active.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IDelayedCall.cancel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IDelayedCall.delay.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IDelayedCall.getTime.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IDelayedCall.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IDelayedCall.reset.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IFileDescriptor.fileno.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IFileDescriptor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IFinishableConsumer.finish.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IFinishableConsumer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IListeningPort.getHost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IListeningPort.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IListeningPort.startListening.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IListeningPort.stopListening.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IMulticastTransport.getLoopbackMode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IMulticastTransport.getOutgoingInterface.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IMulticastTransport.getTTL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IMulticastTransport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IMulticastTransport.joinGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IMulticastTransport.leaveGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IMulticastTransport.setLoopbackMode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IMulticastTransport.setOutgoingInterface.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IMulticastTransport.setTTL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IProcessTransport.closeStderr.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IProcessTransport.closeStdin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IProcessTransport.closeStdout.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IProcessTransport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IProcessTransport.loseConnection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IProcessTransport.signalProcess.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IProducer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IProducer.stopProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IProtocol.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IProtocol.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IProtocol.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IProtocol.makeConnection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IProtocolFactory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IProtocolFactory.doStart.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IProtocolFactory.doStop.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IProtocolFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IPullProducer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IPullProducer.resumeProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IPushProducer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IPushProducer.pauseProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IPushProducer.resumeProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorArbitrary.connectWith.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorArbitrary.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorArbitrary.listenWith.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorCore.addSystemEventTrigger.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorCore.callWhenRunning.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorCore.crash.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorCore.fireSystemEvent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorCore.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorCore.iterate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorCore.removeSystemEventTrigger.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorCore.resolve.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorCore.run.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorCore.stop.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorFDSet.addReader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorFDSet.addWriter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorFDSet.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorFDSet.removeReader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorFDSet.removeWriter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorMulticast.connectMulticast.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorMulticast.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorMulticast.listenMulticast.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorPluggableResolver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorPluggableResolver.installResolver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorProcess.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorProcess.spawnProcess.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorSSL.connectSSL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorSSL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorSSL.listenSSL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorTCP.connectTCP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorTCP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorTCP.listenTCP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorThreads.callFromThread.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorThreads.callInThread.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorThreads.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorThreads.suggestThreadPoolSize.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorTime.callLater.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorTime.cancelCallLater.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorTime.getDelayedCalls.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorTime.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorUDP.connectUDP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorUDP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorUDP.listenUDP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorUNIX.connectUNIX.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorUNIX.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorUNIX.listenUNIX.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorUNIXDatagram.connectUNIXDatagram.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorUNIXDatagram.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorUNIXDatagram.listenUNIXDatagram.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReadDescriptor.doRead.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReadDescriptor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReadWriteDescriptor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IResolver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IResolver.lookupAFSDatabase.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IResolver.lookupAddress.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IResolver.lookupAddress6.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IResolver.lookupAllRecords.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IResolver.lookupAuthority.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IResolver.lookupCanonicalName.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IResolver.lookupHostInfo.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IResolver.lookupIPV6Address.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IResolver.lookupMailBox.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IResolver.lookupMailExchange.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IResolver.lookupMailGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IResolver.lookupMailRename.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IResolver.lookupMailboxInfo.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IResolver.lookupNameservers.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IResolver.lookupNull.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IResolver.lookupPointer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IResolver.lookupRecord.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IResolver.lookupResponsibility.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IResolver.lookupService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IResolver.lookupText.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IResolver.lookupWellKnownServices.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IResolver.lookupZone.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IResolver.query.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IResolverSimple.getHostByName.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IResolverSimple.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.ISSLTransport.getPeerCertificate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.ISSLTransport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IServiceCollection.addService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IServiceCollection.getServiceNamed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IServiceCollection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IServiceCollection.removeService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.ITCPTransport.getHost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.ITCPTransport.getPeer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.ITCPTransport.getTcpKeepAlive.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.ITCPTransport.getTcpNoDelay.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.ITCPTransport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.ITCPTransport.setTcpKeepAlive.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.ITCPTransport.setTcpNoDelay.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.ITLSTransport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.ITLSTransport.startTLS.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.ITransport.getHost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.ITransport.getPeer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.ITransport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.ITransport.loseConnection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.ITransport.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.ITransport.writeSequence.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IUDPConnectedTransport.getHost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IUDPConnectedTransport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IUDPConnectedTransport.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IUDPTransport.getHost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IUDPTransport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IUDPTransport.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IUNIXDatagramConnectedTransport.getHost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IUNIXDatagramConnectedTransport.getPeer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IUNIXDatagramConnectedTransport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IUNIXDatagramConnectedTransport.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IUNIXDatagramTransport.getHost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IUNIXDatagramTransport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IUNIXDatagramTransport.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IWriteDescriptor.doWrite.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IWriteDescriptor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.javareactor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.kqreactor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.main.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.pollreactor.PollReactor._dictRemove.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.pollreactor.PollReactor._doReadOrWrite.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.pollreactor.PollReactor._updateRegistration.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.pollreactor.PollReactor.addReader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.pollreactor.PollReactor.addWriter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.pollreactor.PollReactor.doPoll.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.pollreactor.PollReactor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.pollreactor.PollReactor.removeAll.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.pollreactor.PollReactor.removeReader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.pollreactor.PollReactor.removeWriter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.pollreactor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.PTYProcess.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.PTYProcess.closeStderr.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.PTYProcess.closeStdin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.PTYProcess.closeStdout.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.PTYProcess.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.PTYProcess.doRead.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.PTYProcess.fileno.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.PTYProcess.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.PTYProcess.maybeCallProcessEnded.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.PTYProcess.processEnded.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.PTYProcess.reapProcess.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.PTYProcess.signalProcess.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.PTYProcess.writeSomeData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.Process.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.Process.closeStderr.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.Process.closeStdin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.Process.closeStdout.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.Process.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.Process.doError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.Process.doRead.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.Process.doWrite.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.Process.errConnectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.Process.fileno.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.Process.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.Process.inConnectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.Process.loseConnection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.Process.maybeCallProcessEnded.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.Process.processEnded.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.Process.reapProcess.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.Process.signalProcess.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.Process.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.ProcessError.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.ProcessError.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.ProcessError.doRead.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.ProcessError.fileno.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.ProcessError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.ProcessExitedAlready.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.ProcessWriter.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.ProcessWriter.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.ProcessWriter.doRead.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.ProcessWriter.fileno.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.ProcessWriter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.ProcessWriter.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.ProcessWriter.writeSomeData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.AbstractDatagramProtocol.__getstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.AbstractDatagramProtocol.datagramReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.AbstractDatagramProtocol.doStart.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.AbstractDatagramProtocol.doStop.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.AbstractDatagramProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.AbstractDatagramProtocol.makeConnection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.AbstractDatagramProtocol.startProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.AbstractDatagramProtocol.stopProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.BaseProtocol.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.BaseProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.BaseProtocol.makeConnection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.ClientCreator.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.ClientCreator.connectTCP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.ClientCreator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.ClientFactory.clientConnectionFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.ClientFactory.clientConnectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.ClientFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.ClientFactory.startedConnecting.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.ConnectedDatagramProtocol.connectionFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.ConnectedDatagramProtocol.connectionRefused.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.ConnectedDatagramProtocol.datagramReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.ConnectedDatagramProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.ConsumerToProtocolAdapter.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.ConsumerToProtocolAdapter.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.ConsumerToProtocolAdapter.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.ConsumerToProtocolAdapter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.ConsumerToProtocolAdapter.makeConnection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.DatagramProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.Factory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.Factory.doStart.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.Factory.doStop.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.Factory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.Factory.startFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.Factory.stopFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.FileWrapper.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.FileWrapper._checkProducer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.FileWrapper.getHost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.FileWrapper.getPeer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.FileWrapper.handleException.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.FileWrapper.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.FileWrapper.loseConnection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.FileWrapper.registerProducer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.FileWrapper.stopConsuming.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.FileWrapper.unregisterProducer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.FileWrapper.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.FileWrapper.writeSequence.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.ProcessProtocol.errConnectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.ProcessProtocol.errReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.ProcessProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.ProcessProtocol.inConnectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.ProcessProtocol.outConnectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.ProcessProtocol.outReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.ProcessProtocol.processEnded.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.Protocol.connectionFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.Protocol.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.Protocol.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.Protocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.ProtocolToConsumerAdapter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.ProtocolToConsumerAdapter.registerProducer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.ProtocolToConsumerAdapter.unregisterProducer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.ProtocolToConsumerAdapter.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.ReconnectingClientFactory.clientConnectionFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.ReconnectingClientFactory.clientConnectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.ReconnectingClientFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.ReconnectingClientFactory.resetDelay.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.ReconnectingClientFactory.retry.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.ReconnectingClientFactory.stopTrying.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.ServerFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol._InstanceFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol._InstanceFactory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol._InstanceFactory.clientConnectionFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol._InstanceFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.pyuisupport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.qtreactor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.serialport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.serialport.javaserialport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.serialport.posixserialport.SerialPort.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.serialport.posixserialport.SerialPort.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.serialport.posixserialport.SerialPort.doRead.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.serialport.posixserialport.SerialPort.fileno.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.serialport.posixserialport.SerialPort.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.serialport.posixserialport.SerialPort.writeSomeData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.serialport.posixserialport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.serialport.serialport.BaseSerialPort.flushInput.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.serialport.serialport.BaseSerialPort.flushOutput.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.serialport.serialport.BaseSerialPort.getCD.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.serialport.serialport.BaseSerialPort.getCTS.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.serialport.serialport.BaseSerialPort.getDSR.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.serialport.serialport.BaseSerialPort.getRI.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.serialport.serialport.BaseSerialPort.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.serialport.serialport.BaseSerialPort.inWaiting.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.serialport.serialport.BaseSerialPort.sendBreak.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.serialport.serialport.BaseSerialPort.setBaudRate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.serialport.serialport.BaseSerialPort.setDTR.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.serialport.serialport.BaseSerialPort.setRTS.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.serialport.serialport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.serialport.win32serialport.SerialPort.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.serialport.win32serialport.SerialPort.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.serialport.win32serialport.SerialPort.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.serialport.win32serialport.SerialPort.serialReadEvent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.serialport.win32serialport.SerialPort.serialWriteEvent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.serialport.win32serialport.SerialPort.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.serialport.win32serialport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.ssl.Client.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.ssl.Client._connectDone.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.ssl.Client.getHost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.ssl.Client.getPeer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.ssl.Client.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.ssl.ClientContextFactory.getContext.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.ssl.ClientContextFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.ssl.Connector.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.ssl.Connector._makeTransport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.ssl.Connector.getDestination.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.ssl.Connector.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.ssl.ContextFactory.getContext.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.ssl.ContextFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.ssl.DefaultOpenSSLContextFactory.__getstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.ssl.DefaultOpenSSLContextFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.ssl.DefaultOpenSSLContextFactory.__setstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.ssl.DefaultOpenSSLContextFactory.cacheContext.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.ssl.DefaultOpenSSLContextFactory.getContext.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.ssl.DefaultOpenSSLContextFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.ssl.Port.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.ssl.Port._preMakeConnection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.ssl.Port.createInternetSocket.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.ssl.Port.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.ssl.Server.getHost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.ssl.Server.getPeer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.ssl.Server.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.ssl.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.stdio.StandardIO.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.stdio.StandardIO.closeStdin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.stdio.StandardIO.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.stdio.StandardIO.doRead.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.stdio.StandardIO.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.stdio.StandardIO.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.stdio.StandardIOWriter.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.stdio.StandardIOWriter.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.stdio.StandardIOWriter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.stdio.StandardIOWriter.writeSomeData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.stdio.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.task.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.BaseClient._connectDone.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.BaseClient._finishInit.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.BaseClient._setRealAddress.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.BaseClient.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.BaseClient.createInternetSocket.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.BaseClient.doConnect.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.BaseClient.failIfNotConnected.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.BaseClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.BaseClient.resolveAddress.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.BaseClient.startTLS.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.BaseClient.stopConnecting.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Client.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Client.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Client.getHost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Client.getPeer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Client.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Connection.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Connection._closeSocket.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Connection._startTLS.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Connection.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Connection.doRead.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Connection.getTcpKeepAlive.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Connection.getTcpNoDelay.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Connection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Connection.logPrefix.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Connection.setTcpKeepAlive.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Connection.setTcpNoDelay.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Connection.startTLS.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Connection.writeSomeData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Connector.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Connector._makeTransport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Connector.getDestination.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Connector.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Port.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Port.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Port._preMakeConnection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Port.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Port.createInternetSocket.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Port.doRead.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Port.getHost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Port.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Port.logPrefix.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Port.loseConnection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Port.startListening.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Server.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Server.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Server.getHost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Server.getPeer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Server.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Server.startTLS.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp._TLSMixin._closeSocket.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp._TLSMixin._postLoseConnection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp._TLSMixin.doRead.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp._TLSMixin.doWrite.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp._TLSMixin.getPeerCertificate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp._TLSMixin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp._TLSMixin.loseConnection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp._TLSMixin.writeSomeData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.threads.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tksupport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.udp.ConnectedMulticastPort.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.udp.ConnectedPort.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.udp.ConnectedPort.connectionFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.udp.ConnectedPort.doRead.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.udp.ConnectedPort.getPeer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.udp.ConnectedPort.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.udp.ConnectedPort.setRealAddress.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.udp.ConnectedPort.startListening.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.udp.ConnectedPort.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.udp.MulticastMixin._joinAddr1.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.udp.MulticastMixin._joinAddr2.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.udp.MulticastMixin._setInterface.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.udp.MulticastMixin.getLoopbackMode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.udp.MulticastMixin.getOutgoingInterface.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.udp.MulticastMixin.getTTL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.udp.MulticastMixin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.udp.MulticastMixin.joinGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.udp.MulticastMixin.leaveGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.udp.MulticastMixin.setLoopbackMode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.udp.MulticastMixin.setOutgoingInterface.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.udp.MulticastMixin.setTTL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.udp.MulticastPort.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.udp.Port.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.udp.Port.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.udp.Port._bindSocket.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.udp.Port._connectToProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.udp.Port.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.udp.Port.doRead.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.udp.Port.getHost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.udp.Port.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.udp.Port.logPrefix.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.udp.Port.loseConnection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.udp.Port.setLogStr.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.udp.Port.startListening.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.udp.Port.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.udp.Port.writeSequence.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.udp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.unix.Client.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.unix.Client.getHost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.unix.Client.getPeer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.unix.Client.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.unix.ConnectedDatagramPort.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.unix.ConnectedDatagramPort.connectionFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.unix.ConnectedDatagramPort.doRead.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.unix.ConnectedDatagramPort.getPeer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.unix.ConnectedDatagramPort.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.unix.ConnectedDatagramPort.startListening.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.unix.ConnectedDatagramPort.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.unix.Connector.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.unix.Connector._makeTransport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.unix.Connector.getDestination.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.unix.Connector.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.unix.DatagramPort.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.unix.DatagramPort._bindSocket.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.unix.DatagramPort.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.unix.DatagramPort.getHost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.unix.DatagramPort.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.unix.DatagramPort.setLogStr.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.unix.DatagramPort.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.unix.Port.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.unix.Port.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.unix.Port.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.unix.Port.getHost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.unix.Port.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.unix.Port.startListening.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.unix.Server.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.unix.Server.getHost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.unix.Server.getPeer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.unix.Server.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.unix.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.utils.SRVConnector.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.utils.SRVConnector._cbGotServers.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.utils.SRVConnector._reallyConnect.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.utils.SRVConnector._serverCmp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.utils.SRVConnector.connect.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.utils.SRVConnector.connectionFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.utils.SRVConnector.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.utils.SRVConnector.disconnect.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.utils.SRVConnector.getDestination.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.utils.SRVConnector.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.utils.SRVConnector.pickServer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.utils.SRVConnector.stopConnecting.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.utils._BackRelay.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.utils._BackRelay.errReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.utils._BackRelay.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.utils._BackRelay.outReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.utils._BackRelay.processEnded.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.utils._SRVConnector_ClientFactoryWrapper.__getattr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.utils._SRVConnector_ClientFactoryWrapper.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.utils._SRVConnector_ClientFactoryWrapper.clientConnectionFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.utils._SRVConnector_ClientFactoryWrapper.clientConnectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.utils._SRVConnector_ClientFactoryWrapper.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.utils._SRVConnector_ClientFactoryWrapper.startedConnecting.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.utils._ValueGetter.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.utils._ValueGetter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.utils._ValueGetter.processEnded.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.utils.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.win32eventreactor.Process.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.win32eventreactor.Process._closeStdin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.win32eventreactor.Process.closeStderr.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.win32eventreactor.Process.closeStdin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.win32eventreactor.Process.closeStdout.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.win32eventreactor.Process.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.win32eventreactor.Process.connectionLostNotify.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.win32eventreactor.Process.doReadErr.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.win32eventreactor.Process.doReadOut.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.win32eventreactor.Process.doWrite.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.win32eventreactor.Process.errConnectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.win32eventreactor.Process.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.win32eventreactor.Process.inConnectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.win32eventreactor.Process.loseConnection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.win32eventreactor.Process.outConnectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.win32eventreactor.Process.signalProcess.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.win32eventreactor.Process.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.win32eventreactor.Win32Reactor._makeSocketEvent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.win32eventreactor.Win32Reactor._runAction.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.win32eventreactor.Win32Reactor._runWrite.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.win32eventreactor.Win32Reactor.addEvent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.win32eventreactor.Win32Reactor.addReader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.win32eventreactor.Win32Reactor.addWriter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.win32eventreactor.Win32Reactor.doWaitForMultipleEvents.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.win32eventreactor.Win32Reactor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.win32eventreactor.Win32Reactor.removeAll.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.win32eventreactor.Win32Reactor.removeEvent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.win32eventreactor.Win32Reactor.removeReader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.win32eventreactor.Win32Reactor.removeWriter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.win32eventreactor.Win32Reactor.spawnProcess.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.win32eventreactor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.wxsupport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.wxsupport.wxRunner.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.wxsupport.wxRunner.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.wxsupport.wxRunner.run.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.book.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.default.ProcessingFunctionFactory.generate_html.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.default.ProcessingFunctionFactory.generate_latex.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.default.ProcessingFunctionFactory.generate_lint.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.default.ProcessingFunctionFactory.getLintChecker.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.default.ProcessingFunctionFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.default.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.docbook.DocbookSpitter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.docbook.DocbookSpitter.visitNodeHeader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.docbook.DocbookSpitter.visitNode_a_href.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.docbook.DocbookSpitter.visitNode_a_listing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.docbook.DocbookSpitter.visitNode_a_name.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.docbook.DocbookSpitter.visitNode_body.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.docbook.DocbookSpitter.visitNode_li.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.docbook.DocbookSpitter.writeNodeData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.docbook.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.latex.BaseLatexSpitter.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.latex.BaseLatexSpitter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.latex.BaseLatexSpitter.visitNode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.latex.BaseLatexSpitter.visitNodeDefault.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.latex.BaseLatexSpitter.visitNode_a.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.latex.BaseLatexSpitter.visitNode_h1.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.latex.BaseLatexSpitter.visitNode_span.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.latex.BaseLatexSpitter.visitNode_style.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.latex.BookLatexSpitter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.latex.BookLatexSpitter.visitNode_a.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.latex.BookLatexSpitter.visitNode_a_chapter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.latex.BookLatexSpitter.visitNode_a_sect.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.latex.BookLatexSpitter.visitNode_body.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.latex.BookLatexSpitter.visitNode_link.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.latex.BookLatexSpitter.visitNode_link_author.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.latex.BookLatexSpitter.visitNode_link_stylesheet.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.latex.ChapterLatexSpitter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.latex.FootnoteLatexSpitter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.latex.FootnoteLatexSpitter.visitNode_p.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.latex.FootnoteLatexSpitter.visitNode_span_footnote.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.latex.HeadingLatexSpitter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.latex.LatexSpitter._write_img.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.latex.LatexSpitter.convert_dia.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.latex.LatexSpitter.convert_png.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.latex.LatexSpitter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.latex.LatexSpitter.visitNodeHeader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.latex.LatexSpitter.visitNode_a_href.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.latex.LatexSpitter.visitNode_a_listing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.latex.LatexSpitter.visitNode_a_name.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.latex.LatexSpitter.visitNode_code.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.latex.LatexSpitter.visitNode_head.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.latex.LatexSpitter.visitNode_img.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.latex.LatexSpitter.visitNode_pre.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.latex.LatexSpitter.visitNode_span_footnote.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.latex.LatexSpitter.visitNode_span_index.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.latex.LatexSpitter.visitNode_table.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.latex.LatexSpitter.writeNodeData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.latex.SectionLatexSpitter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.latex.SectionLatexSpitter.visitNode_title.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.latex.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.lint.DefaultTagChecker.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.lint.DefaultTagChecker.check_80_columns.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.lint.DefaultTagChecker.check_a_py_listing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.lint.DefaultTagChecker.check_align.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.lint.DefaultTagChecker.check_anchor_in_heading.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.lint.DefaultTagChecker.check_disallowedClasses.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.lint.DefaultTagChecker.check_disallowedElements.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.lint.DefaultTagChecker.check_lists.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.lint.DefaultTagChecker.check_pre_py_listing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.lint.DefaultTagChecker.check_quote.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.lint.DefaultTagChecker.check_style.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.lint.DefaultTagChecker.check_styleattr.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.lint.DefaultTagChecker.check_texturl_matches_href.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.lint.DefaultTagChecker.check_title.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.lint.DefaultTagChecker.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.lint.TagChecker._reportError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.lint.TagChecker.check.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.lint.TagChecker.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.lint.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.lmath.MathLatexSpitter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.lmath.MathLatexSpitter.visitNode_div_latexmacros.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.lmath.MathLatexSpitter.visitNode_span_latexformula.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.lmath.ProcessingFunctionFactory.getLintChecker.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.lmath.ProcessingFunctionFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.lmath.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.man2lore.ManConverter.closeTags.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.man2lore.ManConverter.convert.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.man2lore.ManConverter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.man2lore.ManConverter.lineReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.man2lore.ManConverter.macro_B.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.man2lore.ManConverter.macro_PP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.man2lore.ManConverter.macro_SH.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.man2lore.ManConverter.macro_TH.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.man2lore.ManConverter.macro_TP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.man2lore.ManConverter.paraCheck.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.man2lore.ManConverter.text.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.man2lore.ProcessingFunctionFactory.generate_lore.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.man2lore.ProcessingFunctionFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.man2lore.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.process.NoProcessorError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.process.NullReportingWalker.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.process.NullReportingWalker.percentdone.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.process.PlainReportingWalker.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.process.PlainReportingWalker.percentdone.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.process.ProcessingFailure.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.process.Walker.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.process.Walker.generate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.process.Walker.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.process.Walker.percentdone.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.process.Walker.walk.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.process.Walker.walkdir.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.process.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.slides.HTMLSlide.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.slides.HTMLSlide.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.slides.MagicpointOutput.doFont.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.slides.MagicpointOutput.fontName.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.slides.MagicpointOutput.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.slides.MagicpointOutput.visitNode_body.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.slides.MagicpointOutput.visitNode_code.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.slides.MagicpointOutput.visitNode_div_author.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.slides.MagicpointOutput.visitNode_div_pause.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.slides.MagicpointOutput.visitNode_em.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.slides.MagicpointOutput.visitNode_pre.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.slides.MagicpointOutput.visitNode_strong.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.slides.MagicpointOutput.visitNode_title.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.slides.MagicpointOutput.visitNode_ul.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.slides.MagicpointOutput.writeNodeData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.slides.PagebreakLatex.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.slides.PagebreakLatex.visitNode_h2.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.slides.ProsperSlides._write_img.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.slides.ProsperSlides.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.slides.ProsperSlides.visitNode_h2.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.slides.SlidesProcessingFunctionFactory.generate_mgp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.slides.SlidesProcessingFunctionFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.slides.TwoPagebreakLatex.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.slides.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.texi.TexiSpitter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.texi.TexiSpitter.visitNodeHeader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.texi.TexiSpitter.visitNode_a_href.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.texi.TexiSpitter.visitNode_a_listing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.texi.TexiSpitter.visitNode_a_name.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.texi.TexiSpitter.visitNode_code.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.texi.TexiSpitter.visitNode_pre.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.texi.TexiSpitter.visitNode_title.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.texi.TexiSpitter.writeNodeData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.texi.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.lore.tree.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.AddressAlias.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.AddressAlias.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.AddressAlias.createMessageReceiver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.AddressAlias.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.AddressAlias.resolve.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.AliasBase.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.AliasBase.domain.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.AliasBase.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.AliasBase.resolve.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.AliasGroup.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.AliasGroup.__len__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.AliasGroup.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.AliasGroup.createMessageReceiver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.AliasGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.AliasGroup.resolve.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.FileAlias.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.FileAlias.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.FileAlias.createMessageReceiver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.FileAlias.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.FileWrapper.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.FileWrapper.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.FileWrapper.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.FileWrapper.eomReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.FileWrapper.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.FileWrapper.lineReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.IAlias.createMessageReceiver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.IAlias.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.MessageWrapper.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.MessageWrapper.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.MessageWrapper._processEnded.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.MessageWrapper.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.MessageWrapper.eomReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.MessageWrapper.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.MessageWrapper.lineReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.MultiWrapper.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.MultiWrapper.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.MultiWrapper.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.MultiWrapper.eomReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.MultiWrapper.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.MultiWrapper.lineReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.ProcessAlias.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.ProcessAlias.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.ProcessAlias.createMessageReceiver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.ProcessAlias.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.ProcessAliasProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.ProcessAliasProtocol.processEnded.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.alias.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.bounce.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.BounceDomain.addUser.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.BounceDomain.exists.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.BounceDomain.getCredentialsCheckers.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.BounceDomain.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.BounceDomain.startMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.BounceDomain.willRelay.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.DomainWithDefaultDict.__contains__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.DomainWithDefaultDict.__delitem__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.DomainWithDefaultDict.__getitem__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.DomainWithDefaultDict.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.DomainWithDefaultDict.__iter__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.DomainWithDefaultDict.__len__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.DomainWithDefaultDict.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.DomainWithDefaultDict.__setitem__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.DomainWithDefaultDict.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.DomainWithDefaultDict.clear.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.DomainWithDefaultDict.copy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.DomainWithDefaultDict.fromkeys.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.DomainWithDefaultDict.get.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.DomainWithDefaultDict.has_key.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.DomainWithDefaultDict.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.DomainWithDefaultDict.items.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.DomainWithDefaultDict.iteritems.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.DomainWithDefaultDict.iterkeys.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.DomainWithDefaultDict.itervalues.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.DomainWithDefaultDict.keys.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.DomainWithDefaultDict.popitem.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.DomainWithDefaultDict.setDefaultDomain.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.DomainWithDefaultDict.setdefault.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.DomainWithDefaultDict.update.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.DomainWithDefaultDict.values.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.FileMessage.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.FileMessage.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.FileMessage.eomReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.FileMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.FileMessage.lineReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.FileMonitoringService.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.FileMonitoringService._monitor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.FileMonitoringService._setupMonitor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.FileMonitoringService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.FileMonitoringService.monitorFile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.FileMonitoringService.startService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.FileMonitoringService.stopService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.FileMonitoringService.unmonitorFile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.IAliasableDomain.exists.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.IAliasableDomain.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.IAliasableDomain.setAliasGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.IDomain.addUser.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.IDomain.exists.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.IDomain.getCredentialsCheckers.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.IDomain.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.IDomain.startMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.MailService.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.MailService.addDomain.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.MailService.defaultPortal.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.MailService.getESMTPFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.MailService.getPOP3Factory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.MailService.getSMTPFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.MailService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.MailService.lookupPortal.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.MailService.requestAvatar.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.MailService.setQueue.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.AbstractMaildirDomain.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.AbstractMaildirDomain.addUser.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.AbstractMaildirDomain.exists.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.AbstractMaildirDomain.getCredentialsCheckers.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.AbstractMaildirDomain.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.AbstractMaildirDomain.setAliasGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.AbstractMaildirDomain.startMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.AbstractMaildirDomain.userDirectory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.AbstractMaildirDomain.willRelay.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.DirdbmDatabase.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.DirdbmDatabase.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.DirdbmDatabase.requestAvatarId.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.MaildirDirdbmDomain.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.MaildirDirdbmDomain.addUser.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.MaildirDirdbmDomain.getCredentialsCheckers.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.MaildirDirdbmDomain.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.MaildirDirdbmDomain.requestAvatar.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.MaildirDirdbmDomain.userDirectory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.MaildirMailbox.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.MaildirMailbox.deleteMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.MaildirMailbox.getMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.MaildirMailbox.getUidl.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.MaildirMailbox.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.MaildirMailbox.listMessages.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.MaildirMailbox.undeleteMessages.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.MaildirMessage.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.MaildirMessage.eomReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.MaildirMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.MaildirMessage.lineReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.StringListMailbox.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.StringListMailbox.deleteMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.StringListMailbox.getMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.StringListMailbox.getUidl.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.StringListMailbox.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.StringListMailbox.listMessages.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.StringListMailbox.sync.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.StringListMailbox.undeleteMessages.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir._MaildirNameGenerator.generate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir._MaildirNameGenerator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.pb.Maildir.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.pb.Maildir._isSubFolder.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.pb.Maildir.deleteCurMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.pb.Maildir.deleteFolderMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.pb.Maildir.deleteNewMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.pb.Maildir.getCurMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.pb.Maildir.getCurMessages.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.pb.Maildir.getFolderMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.pb.Maildir.getNewMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.pb.Maildir.getNewMessages.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.pb.Maildir.getSubFolder.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.pb.Maildir.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.pb.MaildirBroker.getCollection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.pb.MaildirBroker.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.pb.MaildirBroker.proto_getCollection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.pb.MaildirClient.getCollection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.pb.MaildirClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.pb.MaildirCollection.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.pb.MaildirCollection.getSubFolder.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.pb.MaildirCollection.getSubFolders.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.pb.MaildirCollection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.pb.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.protocols.DomainDeliveryBase.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.protocols.DomainDeliveryBase.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.protocols.DomainDeliveryBase.receivedHeader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.protocols.DomainDeliveryBase.startMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.protocols.DomainDeliveryBase.validateFrom.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.protocols.DomainDeliveryBase.validateTo.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.protocols.DomainESMTP.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.protocols.DomainESMTP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.protocols.DomainSMTP.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.protocols.DomainSMTP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.protocols.ESMTPDomainDelivery.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.protocols.ESMTPFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.protocols.ESMTPFactory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.protocols.ESMTPFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.protocols.POP3Factory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.protocols.POP3Factory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.protocols.POP3Factory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.protocols.SMTPDomainDelivery.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.protocols.SMTPFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.protocols.SMTPFactory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.protocols.SMTPFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.protocols.SSLContextFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.protocols.SSLContextFactory.getContext.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.protocols.SSLContextFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.protocols.VirtualPOP3.authenticateUserAPOP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.protocols.VirtualPOP3.authenticateUserPASS.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.protocols.VirtualPOP3.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.protocols.VirtualPOP3.lookupDomain.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.protocols.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relay.DomainQueuer.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relay.DomainQueuer.exists.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relay.DomainQueuer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relay.DomainQueuer.startMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relay.DomainQueuer.willRelay.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relay.ESMTPRelayer.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relay.ESMTPRelayer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relay.RelayerMixin.getMailData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relay.RelayerMixin.getMailFrom.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relay.RelayerMixin.getMailTo.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relay.RelayerMixin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relay.RelayerMixin.loadMessages.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relay.RelayerMixin.sentMail.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relay.SMTPRelayer.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relay.SMTPRelayer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relay.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.ESMTPManagedRelayer.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.ESMTPManagedRelayer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.ESMTPManagedRelayerFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.ESMTPManagedRelayerFactory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.ESMTPManagedRelayerFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.MXCalculator.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.MXCalculator._cbMX.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.MXCalculator._ebMX.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.MXCalculator._filterRecords.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.MXCalculator.getMX.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.MXCalculator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.MXCalculator.markBad.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.MXCalculator.markGood.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.ManagedRelayerMixin.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.ManagedRelayerMixin.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.ManagedRelayerMixin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.ManagedRelayerMixin.sentMail.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.Queue.__getstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.Queue.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.Queue.__setstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.Queue._init.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.Queue.addMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.Queue.createNewMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.Queue.done.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.Queue.getEnvelope.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.Queue.getEnvelopeFile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.Queue.getPath.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.Queue.getRelayed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.Queue.getWaiting.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.Queue.hasWaiting.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.Queue.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.Queue.readDirectory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.Queue.setRelaying.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.Queue.setWaiting.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.SMTPManagedRelayer.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.SMTPManagedRelayer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.SMTPManagedRelayerFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.SMTPManagedRelayerFactory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.SMTPManagedRelayerFactory.clientConnectionFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.SMTPManagedRelayerFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.SmartHostESMTPRelayingManager.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.SmartHostSMTPRelayingManager.__getstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.SmartHostSMTPRelayingManager.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.SmartHostSMTPRelayingManager.__setstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.SmartHostSMTPRelayingManager._cbExchange.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.SmartHostSMTPRelayingManager._checkStateMX.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.SmartHostSMTPRelayingManager._ebExchange.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.SmartHostSMTPRelayingManager._finish.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.SmartHostSMTPRelayingManager.checkState.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.SmartHostSMTPRelayingManager.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.SmartHostSMTPRelayingManager.notifyDone.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.SmartHostSMTPRelayingManager.notifyFailure.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.SmartHostSMTPRelayingManager.notifyNoConnection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.SmartHostSMTPRelayingManager.notifySuccess.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.tap.AliasUpdater.__call__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.tap.AliasUpdater.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.tap.AliasUpdater.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.tap.Options.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.tap.Options.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.tap.Options.opt_aliases.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.tap.Options.opt_bounce_to_postmaster.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.tap.Options.opt_default.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.tap.Options.opt_maildirdbmdomain.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.tap.Options.opt_passwordfile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.tap.Options.opt_user.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.tap.Options.postOptions.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.tap.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.CRUFT_WatchyThingie.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.CRUFT_WatchyThingie.watchIdentifier.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.CRUFT_WatchyThingie.watchObject.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.Explorer.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.Explorer.getStateToCopyFor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.Explorer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.Explorer.view_get_refcount.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.ExplorerBuiltin.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.ExplorerBuiltin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.ExplorerClass.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.ExplorerClass.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.ExplorerFunction.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.ExplorerFunction.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.ExplorerGeneric.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.ExplorerGeneric.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.ExplorerImmutable.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.ExplorerImmutable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.ExplorerInstance.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.ExplorerInstance.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.ExplorerMapping.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.ExplorerMapping.get_keys.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.ExplorerMapping.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.ExplorerMapping.view_get_item.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.ExplorerMapping.view_get_keys.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.ExplorerMethod.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.ExplorerMethod.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.ExplorerModule.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.ExplorerModule.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.ExplorerSequence.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.ExplorerSequence.get_elements.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.ExplorerSequence.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.ExplorerSequence.view_get_elements.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.Pool.getExplorer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.Pool.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.Signature.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.Signature.__len__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.Signature.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.Signature.discardSelf.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.Signature.getStateToCopy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.Signature.get_default.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.Signature.get_name.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.Signature.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.Signature.is_keyword.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.Signature.is_varlist.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.Signature.set_default.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.Signature.set_keyword.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.Signature.set_varlist.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer._MonkeysSetattrMixin.__setattr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer._MonkeysSetattrMixin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer._WatchMonkey.__call__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer._WatchMonkey.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer._WatchMonkey.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer._WatchMonkey.install.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer._WatchMonkey.uninstall.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.service.FakeStdIO.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.service.FakeStdIO.consolidate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.service.FakeStdIO.flush.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.service.FakeStdIO.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.service.FakeStdIO.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.service.IManholeClient.console.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.service.IManholeClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.service.IManholeClient.listCapabilities.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.service.IManholeClient.receiveExplorer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.service.Perspective.__getstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.service.Perspective.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.service.Perspective._cbClientCapable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.service.Perspective._cbResult.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.service.Perspective._ebClientCapable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.service.Perspective.attached.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.service.Perspective.console.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.service.Perspective.detached.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.service.Perspective.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.service.Perspective.perspective_do.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.service.Perspective.perspective_explore.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.service.Perspective.perspective_watch.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.service.Perspective.receiveExplorer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.service.Perspective.runInConsole.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.service.Realm.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.service.Realm.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.service.Realm.requestAvatar.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.service.Service.__getstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.service.Service.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.service.Service.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.service.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.telnet.Shell.checkUserAndPass.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.telnet.Shell.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.telnet.Shell.doCommand.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.telnet.Shell.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.telnet.Shell.loggedIn.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.telnet.Shell.telnet_Command.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.telnet.Shell.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.telnet.ShellFactory.__getstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.telnet.ShellFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.telnet.ShellFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.telnet.ShellFactory.setService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.telnet.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.gtk2manhole.ConsoleInput.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.gtk2manhole.ConsoleInput._on_key_press_event.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.gtk2manhole.ConsoleInput.clear.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.gtk2manhole.ConsoleInput.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.gtk2manhole.ConsoleInput.sendMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.gtk2manhole.ConsoleOutput.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.gtk2manhole.ConsoleOutput._captureLocalLog.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.gtk2manhole.ConsoleOutput._scrollDown.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.gtk2manhole.ConsoleOutput.append.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.gtk2manhole.ConsoleOutput.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.gtk2manhole.ManholeClient._cbDisconnected.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.gtk2manhole.ManholeClient._cbLogin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.gtk2manhole.ManholeClient.do.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.gtk2manhole.ManholeClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.gtk2manhole.ManholeClient.remote_console.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.gtk2manhole.ManholeClient.remote_listCapabilities.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.gtk2manhole.ManholeClient.remote_receiveExplorer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.gtk2manhole.ManholeWindow.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.gtk2manhole.ManholeWindow._cbDisconnected.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.gtk2manhole.ManholeWindow._cbLogin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.gtk2manhole.ManholeWindow._ebLogin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.gtk2manhole.ManholeWindow._on_aboutMenuItem_activate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.gtk2manhole.ManholeWindow._on_manholeWindow_delete_event.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.gtk2manhole.ManholeWindow._on_openMenuItem_activate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.gtk2manhole.ManholeWindow._on_quitMenuItem_activate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.gtk2manhole.ManholeWindow.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.gtk2manhole.ManholeWindow.login.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.gtk2manhole.ManholeWindow.on_reload_self_activate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.gtk2manhole.ManholeWindow.setDefaults.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.gtk2manhole.OfflineError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.gtk2manhole._Notafile.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.gtk2manhole._Notafile.flush.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.gtk2manhole._Notafile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.gtk2manhole._Notafile.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.gtk2manhole.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.gtkmanhole.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.pywidgets.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.spelunk_gnome.PairList.get.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.spelunk_gnome.PairList.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.spelunk_gnome.PairList.keys.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.spelunk_gnome.SillyModule.__getattr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.spelunk_gnome.SillyModule.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.spelunk_gnome.SillyModule.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.spelunk_gnome.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.authority.BindAuthority.addRecord.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.authority.BindAuthority.class_IN.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.authority.BindAuthority.collapseContinuations.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.authority.BindAuthority.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.authority.BindAuthority.loadFile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.authority.BindAuthority.parseLines.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.authority.BindAuthority.parseRecordLine.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.authority.BindAuthority.stripComments.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.authority.FileAuthority.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.authority.FileAuthority.__setstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.authority.FileAuthority._cbAllRecords.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.authority.FileAuthority._lookup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.authority.FileAuthority.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.authority.FileAuthority.lookupZone.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.authority.PySourceAuthority.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.authority.PySourceAuthority.loadFile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.authority.PySourceAuthority.setupConfigNamespace.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.authority.PySourceAuthority.wrapRecord.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.authority.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.cache.CacheResolver.__getstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.cache.CacheResolver.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.cache.CacheResolver.__setstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.cache.CacheResolver._lookup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.cache.CacheResolver.cacheResult.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.cache.CacheResolver.clearEntry.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.cache.CacheResolver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.cache.CacheResolver.lookupAllRecords.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.cache.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.client.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.common.ResolverBase.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.common.ResolverBase._cbRecords.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.common.ResolverBase._lookup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.common.ResolverBase.getHostByName.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.common.ResolverBase.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.common.ResolverBase.lookupAFSDatabase.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.common.ResolverBase.lookupAddress.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.common.ResolverBase.lookupAddress6.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.common.ResolverBase.lookupAllRecords.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.common.ResolverBase.lookupAuthority.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.common.ResolverBase.lookupCanonicalName.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.common.ResolverBase.lookupHostInfo.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.common.ResolverBase.lookupIPV6Address.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.common.ResolverBase.lookupMailBox.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.common.ResolverBase.lookupMailExchange.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.common.ResolverBase.lookupMailGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.common.ResolverBase.lookupMailRename.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.common.ResolverBase.lookupMailboxInfo.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.common.ResolverBase.lookupNameservers.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.common.ResolverBase.lookupNull.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.common.ResolverBase.lookupPointer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.common.ResolverBase.lookupResponsibility.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.common.ResolverBase.lookupService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.common.ResolverBase.lookupText.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.common.ResolverBase.lookupWellKnownServices.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.common.ResolverBase.lookupZone.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.common.ResolverBase.query.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.common.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.hosts.Resolver.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.hosts.Resolver._lookup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.hosts.Resolver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.hosts.Resolver.lookupAddress.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.hosts.Resolver.query.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.hosts.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.resolve.FailureHandler.__call__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.resolve.FailureHandler.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.resolve.FailureHandler.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.resolve.ResolverChain.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.resolve.ResolverChain._lookup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.resolve.ResolverChain.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.resolve.ResolverChain.lookupAllRecords.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.resolve.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.root.DeferredResolver.__getattr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.root.DeferredResolver.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.root.DeferredResolver.gotRealResolver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.root.DeferredResolver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.root.Resolver.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.root.Resolver._lookup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.root.Resolver.discoveredAuthority.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.root.Resolver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.root._DummyController.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.root._DummyController.messageReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.root.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.server.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.tap.Options.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.tap.Options.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.tap.Options.opt_bindzone.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.tap.Options.opt_pyzone.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.tap.Options.opt_verbose.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.tap.Options.postOptions.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.tap.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.Article.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.Article.getHeader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.Article.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.Article.overview.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.Article.putHeader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.Article.textHeaders.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.Group.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.Group.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.INewsStorage.articleExistsRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.INewsStorage.articleRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.INewsStorage.bodyRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.INewsStorage.groupRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.INewsStorage.headRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.INewsStorage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.INewsStorage.listGroupRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.INewsStorage.listRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.INewsStorage.overviewRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.INewsStorage.postRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.INewsStorage.subscriptionRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.INewsStorage.xhdrRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.INewsStorage.xoverRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsServerError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsShelf.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsShelf.addGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsShelf.addModerator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsShelf.addSubscription.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsShelf.articleExistsRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsShelf.articleRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsShelf.bodyRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsShelf.getModerator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsShelf.groupRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsShelf.headRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsShelf.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsShelf.initialize.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsShelf.listGroupRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsShelf.listRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsShelf.notifyModerator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsShelf.overviewRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsShelf.postRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsShelf.subscriptionRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsShelf.xhdrRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsShelf.xoverRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsStorage.articleExistsRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsStorage.articleRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsStorage.bodyRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsStorage.groupRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsStorage.headRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsStorage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsStorage.listGroupRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsStorage.listRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsStorage.overviewRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsStorage.postRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsStorage.subscriptionRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsStorage.xhdrRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsStorage.xoverRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsStorageAugmentation.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsStorageAugmentation.__setstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsStorageAugmentation._doPost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsStorageAugmentation.articleExistsRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsStorageAugmentation.articleRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsStorageAugmentation.bodyRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsStorageAugmentation.groupRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsStorageAugmentation.headRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsStorageAugmentation.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsStorageAugmentation.listGroupRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsStorageAugmentation.listRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsStorageAugmentation.overviewRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsStorageAugmentation.postRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsStorageAugmentation.subscriptionRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsStorageAugmentation.xhdrRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsStorageAugmentation.xoverRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.PickleStorage.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.PickleStorage.articleExistsRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.PickleStorage.articleRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.PickleStorage.bodyRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.PickleStorage.flush.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.PickleStorage.getModerators.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.PickleStorage.groupRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.PickleStorage.headRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.PickleStorage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.PickleStorage.listGroupRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.PickleStorage.listRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.PickleStorage.load.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.PickleStorage.notifyModerators.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.PickleStorage.overviewRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.PickleStorage.postRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.PickleStorage.subscriptionRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.PickleStorage.xhdrRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.PickleStorage.xoverRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.news.NNTPFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.news.NNTPFactory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.news.NNTPFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.news.UsenetClientFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.news.UsenetClientFactory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.news.UsenetClientFactory.clientConnectionFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.news.UsenetClientFactory.clientConnectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.news.UsenetClientFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.news.UsenetClientFactory.updateChecks.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.news.UsenetServerFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.news.UsenetServerFactory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.news.UsenetServerFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.news.UsenetServerFactory.startFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.news.UsenetServerFactory.stopFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.news.UsenetServerFactory.syncWithRemotes.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.news.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.pair.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.pair.tuntap.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.AOTJellier.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.AOTJellier.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.AOTJellier.jelly.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.AOTJellier.jellyToAO.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.AOTJellier.prepareForRef.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.AOTUnjellier.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.AOTUnjellier.callAfter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.AOTUnjellier.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.AOTUnjellier.unjelly.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.AOTUnjellier.unjellyAO.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.AOTUnjellier.unjellyAttribute.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.AOTUnjellier.unjellyInto.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.AOTUnjellier.unjellyLater.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.Class.getSource.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.Class.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.Copyreg.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.Copyreg.getSource.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.Copyreg.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.Deref.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.Deref.getSource.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.Deref.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.Function.getSource.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.Function.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.Instance.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.Instance.getSource.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.Instance.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.InstanceMethod.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.InstanceMethod.getSource.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.InstanceMethod.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.Module.getSource.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.Module.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.Named.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.Named.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.NonFormattableDict.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.Ref.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.Ref.getSource.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.Ref.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.Ref.setObj.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.Ref.setRef.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot._NoStateObj.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.crefutil.NotKnown.__hash__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.crefutil.NotKnown.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.crefutil.NotKnown.addDependant.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.crefutil.NotKnown.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.crefutil.NotKnown.resolveDependants.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.crefutil._Catcher.catch.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.crefutil._Catcher.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.crefutil._Defer.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.crefutil._Defer.__setitem__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.crefutil._Defer.addDependant.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.crefutil._Defer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.crefutil._Dereference.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.crefutil._Dereference.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.crefutil._DictKeyAndValue.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.crefutil._DictKeyAndValue.__setitem__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.crefutil._DictKeyAndValue.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.crefutil._InstanceMethod.__call__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.crefutil._InstanceMethod.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.crefutil._InstanceMethod.__setitem__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.crefutil._InstanceMethod.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.crefutil._Tuple.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.crefutil._Tuple.__setitem__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.crefutil._Tuple.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.crefutil.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.dirdbm.DirDBM.__contains__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.dirdbm.DirDBM.__delitem__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.dirdbm.DirDBM.__getitem__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.dirdbm.DirDBM.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.dirdbm.DirDBM.__len__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.dirdbm.DirDBM.__setitem__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.dirdbm.DirDBM._decode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.dirdbm.DirDBM._encode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.dirdbm.DirDBM._readFile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.dirdbm.DirDBM._writeFile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.dirdbm.DirDBM.clear.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.dirdbm.DirDBM.close.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.dirdbm.DirDBM.copyTo.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.dirdbm.DirDBM.get.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.dirdbm.DirDBM.getModificationTime.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.dirdbm.DirDBM.has_key.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.dirdbm.DirDBM.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.dirdbm.DirDBM.items.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.dirdbm.DirDBM.keys.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.dirdbm.DirDBM.setdefault.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.dirdbm.DirDBM.update.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.dirdbm.DirDBM.values.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.dirdbm.Shelf.__getitem__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.dirdbm.Shelf.__setitem__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.dirdbm.Shelf.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.dirdbm.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.base.ICommand.execute.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.base.ICommand.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.base.ICommandLog.getCommandsSince.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.base.ICommandLog.getCurrentIndex.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.base.ICommandLog.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.base.ICommandLog.logCommand.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.base.Journal.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.base.Journal._reallyExecute.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.base.Journal.executeCommand.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.base.Journal.getLastSnapshot.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.base.Journal.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.base.Journal.sync.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.base.Journal.updateFromLog.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.base.LoadingService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.base.LoadingService.loadObject.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.base.MemoryJournal.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.base.MemoryJournal.getLastSnapshot.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.base.MemoryJournal.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.base.MemoryJournal.sync.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.base.ServiceWrapperCommand.__cmp__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.base.ServiceWrapperCommand.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.base.ServiceWrapperCommand.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.base.ServiceWrapperCommand.execute.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.base.ServiceWrapperCommand.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.base.Wrappable.getUid.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.base.Wrappable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.base.WrapperCommand.__getstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.base.WrapperCommand.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.base.WrapperCommand.execute.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.base.WrapperCommand.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.base.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.picklelog.DirDBMLog.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.picklelog.DirDBMLog.getCommandsSince.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.picklelog.DirDBMLog.getCurrentIndex.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.picklelog.DirDBMLog.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.picklelog.DirDBMLog.logCommand.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.picklelog.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.rowjournal.RowJournal.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.rowjournal.RowJournal._sync.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.rowjournal.RowJournal._syncDone.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.rowjournal.RowJournal.deleteRow.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.rowjournal.RowJournal.getLastSnapshot.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.rowjournal.RowJournal.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.rowjournal.RowJournal.insertRow.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.rowjournal.RowJournal.loadObjectsFrom.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.rowjournal.RowJournal.sync.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.rowjournal.RowJournal.updateRow.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.journal.rowjournal.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.marmalade.DOMJellier.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.marmalade.DOMJellier.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.marmalade.DOMJellier.jelly.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.marmalade.DOMJellier.jellyToNode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.marmalade.DOMJellier.prepareElement.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.marmalade.DOMJellyable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.marmalade.DOMJellyable.jellyToDOM.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.marmalade.DOMJellyable.unjellyFromDOM.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.marmalade.DOMUnjellier.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.marmalade.DOMUnjellier.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.marmalade.DOMUnjellier.unjelly.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.marmalade.DOMUnjellier.unjellyAttribute.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.marmalade.DOMUnjellier.unjellyInto.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.marmalade.DOMUnjellier.unjellyLater.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.marmalade.DOMUnjellier.unjellyNode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.marmalade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.sob.IPersistable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.sob.IPersistable.save.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.sob.IPersistable.setStyle.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.sob.Persistant.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.sob.Persistant._getFilename.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.sob.Persistant._getStyle.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.sob.Persistant._saveTemp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.sob.Persistant.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.sob.Persistant.save.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.sob.Persistant.setStyle.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.sob._EverythingEphemeral.__getattr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.sob._EverythingEphemeral.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.sob.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.styles.Ephemeral.__getstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.styles.Ephemeral.__setstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.styles.Ephemeral.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.styles.Versioned.__getstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.styles.Versioned.__setstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.styles.Versioned.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.styles.Versioned.versionUpgrade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.styles.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.FileSender.beginFileTransfer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.FileSender.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.FileSender.pauseProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.FileSender.resumeProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.FileSender.stopProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.Int16StringReceiver.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.Int16StringReceiver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.Int16StringReceiver.sendString.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.Int16StringReceiver.stringReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.Int32StringReceiver.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.Int32StringReceiver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.Int32StringReceiver.sendString.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.Int32StringReceiver.stringReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.LineOnlyReceiver.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.LineOnlyReceiver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.LineOnlyReceiver.lineLengthExceeded.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.LineOnlyReceiver.lineReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.LineOnlyReceiver.sendLine.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.LineReceiver.clearLineBuffer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.LineReceiver.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.LineReceiver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.LineReceiver.lineLengthExceeded.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.LineReceiver.lineReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.LineReceiver.rawDataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.LineReceiver.sendLine.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.LineReceiver.setLineMode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.LineReceiver.setRawMode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.NetstringParseError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.NetstringReceiver.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.NetstringReceiver.doComma.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.NetstringReceiver.doData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.NetstringReceiver.doLength.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.NetstringReceiver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.NetstringReceiver.sendString.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.NetstringReceiver.stringReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.SafeNetstringReceiver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.StatefulStringProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.StatefulStringProtocol.stringReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.Definition.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.Definition.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictClient.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictClient.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictClient.defineDone.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictClient.defineFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictClient.dictCode_150_define.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictClient.dictCode_151_define.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictClient.dictCode_152_match.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictClient.dictCode_220_conn.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictClient.dictCode_221_ready.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictClient.dictCode_250_define.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictClient.dictCode_250_match.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictClient.dictCode_420_conn.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictClient.dictCode_421_conn.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictClient.dictCode_530_conn.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictClient.dictCode_550_define.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictClient.dictCode_550_match.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictClient.dictCode_551_match.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictClient.dictCode_552_define.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictClient.dictCode_552_match.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictClient.dictCode_default.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictClient.dictCode_text_define.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictClient.dictCode_text_match.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictClient.dictConnected.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictClient.lineReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictClient.matchDone.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictClient.matchFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictClient.protocolError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictClient.sendDefine.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictClient.sendLine.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictClient.sendMatch.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictLookup.defineDone.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictLookup.defineFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictLookup.dictConnected.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictLookup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictLookup.matchDone.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictLookup.matchFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictLookup.protocolError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictLookupFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictLookupFactory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictLookupFactory.clientConnectionFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictLookupFactory.clientConnectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictLookupFactory.clientDone.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.DictLookupFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.InvalidResponse.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dict.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dns.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ethernet.EthernetHeader.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ethernet.EthernetHeader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ethernet.EthernetProtocol.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ethernet.EthernetProtocol.addProto.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ethernet.EthernetProtocol.datagramReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ethernet.EthernetProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ethernet.IEthernetProtocol.addProto.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ethernet.IEthernetProtocol.datagramReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ethernet.IEthernetProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ethernet.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.finger.Finger._refuseMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.finger.Finger.forwardQuery.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.finger.Finger.getDomain.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.finger.Finger.getUser.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.finger.Finger.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.finger.Finger.lineReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.finger.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.BadResponse.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.CommandFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.ConnectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.DTP.actionLIST.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.DTP.actionNLST.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.DTP.actionRETR.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.DTP.actionSTOR.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.DTP.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.DTP.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.DTP.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.DTP.executeAction.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.DTP.finishRETR.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.DTP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.DTP.makeRETRTransport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.DTP.makeSTORTransport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.DTP.setAction.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.DTPFactory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.DTPFactory.createActiveServer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.DTPFactory.createPassiveServer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.DTPFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTP.buildFullpath.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTP.checkauth.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTP.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTP.ftp_Abor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTP.ftp_Cdup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTP.ftp_Cwd.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTP.ftp_Dele.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTP.ftp_Epsv.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTP.ftp_List.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTP.ftp_Mkd.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTP.ftp_Nlst.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTP.ftp_Noop.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTP.ftp_Pass.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTP.ftp_Pasv.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTP.ftp_Port.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTP.ftp_Pwd.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTP.ftp_Quit.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTP.ftp_Retr.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTP.ftp_Rmd.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTP.ftp_Size.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTP.ftp_Stor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTP.ftp_Syst.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTP.ftp_Type.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTP.ftp_User.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTP.getListing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTP.lineReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTP.reply.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTP.setAction.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTPClient.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTPClient._openDataConnection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTPClient.cdup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTPClient.cwd.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTPClient.escapePath.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTPClient.fail.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTPClient.generatePortCommand.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTPClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTPClient.lineReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTPClient.list.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTPClient.nlst.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTPClient.popCommandQueue.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTPClient.pwd.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTPClient.queueCommand.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTPClient.queueLogin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTPClient.queueStringCommand.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTPClient.quit.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTPClient.receiveFromConnection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTPClient.retrieveFile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTPClient.sendLine.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTPClient.sendNextCommand.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTPClient.sendToConnection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTPClient.storeFile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTPCommand.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTPCommand.fail.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTPCommand.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTPDataPortFactory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTPDataPortFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTPError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTPFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTPFactory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTPFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTPFileListProtocol.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTPFileListProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTPFileListProtocol.lineReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.ProtocolWrapper.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.ProtocolWrapper.connectionFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.ProtocolWrapper.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.ProtocolWrapper.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.ProtocolWrapper.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.ProtocolWrapper.makeConnection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.SendFileTransfer.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.SendFileTransfer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.SendFileTransfer.pauseProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.SendFileTransfer.resumeProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.SendFileTransfer.stopProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.SenderProtocol.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.SenderProtocol.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.SenderProtocol.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.SenderProtocol.finish.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.SenderProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.SenderProtocol.makeConnection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.SenderProtocol.registerProducer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.SenderProtocol.unregisterProducer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.SenderProtocol.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.UnexpectedResponse.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.gps.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.gps.nmea.InvalidChecksum.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.gps.nmea.InvalidSentence.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.gps.nmea.NMEAReceiver._decode_latlon.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.gps.nmea.NMEAReceiver._decode_utc.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.gps.nmea.NMEAReceiver.decode_activesatellites.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.gps.nmea.NMEAReceiver.decode_fix.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.gps.nmea.NMEAReceiver.decode_position.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.gps.nmea.NMEAReceiver.decode_positiontime.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.gps.nmea.NMEAReceiver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.gps.nmea.NMEAReceiver.lineReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.gps.nmea.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.gps.rockwell.Zodiac.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.gps.rockwell.Zodiac.decode_channelmeas.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.gps.rockwell.Zodiac.decode_channels.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.gps.rockwell.Zodiac.decode_dgps.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.gps.rockwell.Zodiac.decode_ecef.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.gps.rockwell.Zodiac.decode_eepromstatus.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.gps.rockwell.Zodiac.decode_eepromupdate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.gps.rockwell.Zodiac.decode_fix.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.gps.rockwell.Zodiac.decode_id.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.gps.rockwell.Zodiac.decode_meastimemark.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.gps.rockwell.Zodiac.decode_satellites.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.gps.rockwell.Zodiac.decode_serial.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.gps.rockwell.Zodiac.decode_testresults.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.gps.rockwell.Zodiac.decode_usersettings.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.gps.rockwell.Zodiac.decode_utctimemark.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.gps.rockwell.Zodiac.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.gps.rockwell.Zodiac.receivedMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.gps.rockwell.ZodiacParseError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.gps.rockwell.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.htb.Bucket.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.htb.Bucket.add.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.htb.Bucket.drip.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.htb.Bucket.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.htb.FilterByHost.getBucketKey.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.htb.FilterByHost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.htb.FilterByServer.getBucketKey.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.htb.FilterByServer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.htb.HierarchicalBucketFilter.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.htb.HierarchicalBucketFilter.getBucketFor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.htb.HierarchicalBucketFilter.getBucketKey.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.htb.HierarchicalBucketFilter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.htb.HierarchicalBucketFilter.sweep.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.htb.IBucketFilter.getBucketFor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.htb.IBucketFilter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.htb.ShapedConsumer.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.htb.ShapedConsumer._writeSomeData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.htb.ShapedConsumer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.htb.ShapedConsumer.stopProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.htb.ShapedProtocolFactory.__call__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.htb.ShapedProtocolFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.htb.ShapedProtocolFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.htb.ShapedTransport.__getattr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.htb.ShapedTransport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.htb.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.HTTPChannel.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.HTTPChannel.allContentReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.HTTPChannel.allHeadersReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.HTTPChannel.checkPersistence.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.HTTPChannel.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.HTTPChannel.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.HTTPChannel.headerReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.HTTPChannel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.HTTPChannel.lineReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.HTTPChannel.rawDataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.HTTPChannel.requestDone.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.HTTPChannel.timeoutConnection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.HTTPClient.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.HTTPClient.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.HTTPClient.endHeaders.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.HTTPClient.handleResponseEnd.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.HTTPClient.handleResponsePart.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.HTTPClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.HTTPClient.lineReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.HTTPClient.rawDataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.HTTPClient.sendCommand.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.HTTPClient.sendHeader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.HTTPFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.HTTPFactory._openLogFile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.HTTPFactory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.HTTPFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.HTTPFactory.log.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.HTTPFactory.startFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.HTTPFactory.stopFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.Request.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.Request.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.Request._authorize.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.Request._cleanup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.Request._sendError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.Request.addCookie.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.Request.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.Request.finish.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.Request.getAllHeaders.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.Request.getClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.Request.getClientIP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.Request.getCookie.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.Request.getHeader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.Request.getHost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.Request.getPassword.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.Request.getRequestHostname.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.Request.getUser.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.Request.gotLength.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.Request.handleContentChunk.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.Request.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.Request.isSecure.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.Request.noLongerQueued.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.Request.parseCookies.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.Request.process.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.Request.redirect.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.Request.registerProducer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.Request.requestReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.Request.setETag.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.Request.setHeader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.Request.setHost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.Request.setLastModified.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.Request.setResponseCode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.Request.unregisterProducer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.Request.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.StringTransport.__getattr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.StringTransport.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.StringTransport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.StringTransport.writeSequence.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.unknown-207215412.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.Body.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.Body.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.BodyStructure.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.Command.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.Command.finish.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.Command.format.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.Command.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.CramMD5ClientAuthenticator.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.CramMD5ClientAuthenticator.challengeResponse.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.CramMD5ClientAuthenticator.getName.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.CramMD5ClientAuthenticator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.DontQuoteMe.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.DontQuoteMe.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.DontQuoteMe.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.Envelope.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.FileProducer.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.FileProducer._size.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.FileProducer.beginProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.FileProducer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.FileProducer.pauseProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.FileProducer.resumeProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.FileProducer.stopProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.Flags.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.Header.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.Header.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IAccount.addMailbox.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IAccount.create.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IAccount.delete.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IAccount.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IAccount.isSubscribed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IAccount.listMailboxes.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IAccount.rename.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IAccount.select.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IAccount.subscribe.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IAccount.unsubscribe.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IClientAuthentication.challengeResponse.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IClientAuthentication.getName.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IClientAuthentication.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.__cbAuthTLS.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.__cbAuthenticate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.__cbCapabilities.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.__cbContinueAppend.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.__cbContinueAuth.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.__cbExpunge.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.__cbFetch.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.__cbFetchSpecific.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.__cbFinishAppend.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.__cbList.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.__cbLoginCaps.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.__cbLoginTLS.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.__cbLogout.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.__cbNamespace.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.__cbNoop.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.__cbSearch.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.__cbSelect.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.__cbStatus.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.__ebLoginCaps.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.__ebLoginTLS.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client._defaultHandler.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client._extraInfo.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client._fetch.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client._flushQueue.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client._getContextFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client._regularDispatch.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client._setupForLiteral.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client._startedTLS.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client._store.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.addFlags.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.append.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.authenticate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.check.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.close.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.copy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.create.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.delete.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.dispatchCommand.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.examine.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.expunge.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.fetchAll.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.fetchBody.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.fetchBodyStructure.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.fetchEnvelope.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.fetchFast.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.fetchFlags.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.fetchFull.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.fetchHeaders.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.fetchInternalDate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.fetchMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.fetchSimplifiedBody.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.fetchSize.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.fetchSpecific.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.fetchUID.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.flagsChanged.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.getCapabilities.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.lineReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.list.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.login.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.logout.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.lsub.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.makeTag.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.messageFile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.modeChanged.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.namespace.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.newMessages.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.noop.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.rawDataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.registerAuthenticator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.removeFlags.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.rename.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.response_AUTH.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.response_UNAUTH.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.search.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.select.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.sendCommand.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.serverGreeting.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.setFlags.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.status.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.subscribe.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Client.unsubscribe.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Exception.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Exception.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.__cbAppend.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.__cbAuthChunk.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.__cbAuthResp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.__cbCheck.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.__cbClose.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.__cbCopied.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.__cbCopy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.__cbDispatch.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.__cbExpunge.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.__cbFetch.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.__cbLogin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.__cbManualSearch.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.__cbSearch.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.__cbStatus.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.__cbStore.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.__doCommand.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.__ebAppend.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.__ebAuthChunk.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.__ebAuthResp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.__ebCheck.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.__ebClose.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.__ebCopy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.__ebDispatch.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.__ebExpunge.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.__ebFetch.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.__ebLogin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.__ebSearch.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.__ebStatus.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.__ebStore.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server._cbSelectWork.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server._ebSelectWork.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server._fileLiteral.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server._listWork.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server._parseMbox.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server._respond.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server._selectWork.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server._setupChallenge.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server._stringLiteral.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server._unblock.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.arg_astring.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.arg_atom.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.arg_fetchatt.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.arg_flaglist.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.arg_line.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.arg_literal.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.arg_plist.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.arg_searchkeys.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.arg_seqset.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.authenticate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.authenticateLogin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.capabilities.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.checkpoint.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.dispatchCommand.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.do_APPEND.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.do_AUTHENTICATE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.do_CAPABILITY.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.do_CHECK.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.do_CLOSE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.do_COPY.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.do_CREATE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.do_DELETE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.do_EXPUNGE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.do_FETCH.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.do_LOGIN.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.do_LOGOUT.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.do_NAMESPACE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.do_NOOP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.do_RENAME.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.do_SEARCH.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.do_STARTTLS.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.do_STATUS.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.do_STORE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.do_SUBSCRIBE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.do_UID.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.do_UNSUBSCRIBE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.flagsChanged.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.lineReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.listCapabilities.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.lookupCommand.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.modeChanged.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.newMessages.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.opt_charset.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.opt_datetime.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.opt_plist.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.parse_command.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.parse_pending.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.rawDataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.searchFilter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.search_ALL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.search_ANSWERED.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.search_BCC.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.search_BEFORE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.search_BODY.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.search_CC.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.search_DELETED.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.search_DRAFT.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.search_FLAGGED.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.search_FROM.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.search_HEADER.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.search_KEYWORD.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.search_LARGER.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.search_NEW.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.search_NOT.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.search_OLD.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.search_ON.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.search_OR.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.search_RECENT.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.search_SEEN.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.search_SENTBEFORE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.search_SENTON.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.search_SENTSINCE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.search_SINCE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.search_SMALLER.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.search_SUBJECT.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.search_TEXT.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.search_TO.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.search_UID.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.search_UNANSWERED.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.search_UNDELETED.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.search_UNDRAFT.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.search_UNFLAGGED.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.search_UNKEYWORD.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.search_UNSEEN.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.sendBadResponse.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.sendContinuationRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.sendNegativeResponse.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.sendPositiveResponse.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.sendServerGreeting.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.sendUntaggedResponse.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.singleSearchStep.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.spewMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.spew_body.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.spew_bodystructure.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.spew_envelope.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.spew_flags.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.spew_internaldate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.spew_rfc822.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.spew_rfc822header.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.spew_rfc822size.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.spew_rfc822text.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.spew_uid.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMAP4Server.timeoutConnection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMailbox.addListener.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMailbox.addMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMailbox.destroy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMailbox.expunge.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMailbox.fetch.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMailbox.getFlags.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMailbox.getHierarchicalDelimiter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMailbox.getMessageCount.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMailbox.getRecentCount.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMailbox.getUID.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMailbox.getUIDNext.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMailbox.getUIDValidity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMailbox.getUnseenCount.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMailbox.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMailbox.isWriteable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMailbox.removeListener.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMailbox.requestStatus.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMailbox.store.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMailboxListener.flagsChanged.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMailboxListener.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMailboxListener.modeChanged.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMailboxListener.newMessages.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMessage.getFlags.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMessage.getInternalDate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMessage.getUID.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMessagePart.getBodyFile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMessagePart.getHeaders.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMessagePart.getSize.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMessagePart.getSubPart.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMessagePart.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IMessagePart.isMultipart.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.INamespacePresenter.getPersonalNamespaces.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.INamespacePresenter.getSharedNamespaces.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.INamespacePresenter.getUserNamespaces.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.INamespacePresenter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.ISearchableMailbox.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.ISearchableMailbox.search.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IllegalClientResponse.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IllegalIdentifierError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IllegalMailboxEncoding.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IllegalOperation.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IllegalQueryError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.IllegalServerResponse.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.InternalDate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.LOGINAuthenticator.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.LOGINAuthenticator.challengeResponse.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.LOGINAuthenticator.getName.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.LOGINAuthenticator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.LOGINCredentials.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.LOGINCredentials.getChallenge.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.LOGINCredentials.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.LOGINCredentials.moreChallenges.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.LOGINCredentials.setResponse.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.LiteralFile.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.LiteralFile.callback.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.LiteralFile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.LiteralFile.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.LiteralString.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.LiteralString.callback.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.LiteralString.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.LiteralString.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.MIME.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.MailboxCollision.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.MailboxCollision.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.MailboxException.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.MemoryAccount.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.MemoryAccount._emptyMailbox.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.MemoryAccount._inferiorNames.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.MemoryAccount.addMailbox.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.MemoryAccount.allocateID.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.MemoryAccount.create.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.MemoryAccount.delete.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.MemoryAccount.getOtherNamespaces.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.MemoryAccount.getPersonalNamespaces.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.MemoryAccount.getSharedNamespaces.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.MemoryAccount.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.MemoryAccount.isSubscribed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.MemoryAccount.listMailboxes.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.MemoryAccount.rename.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.MemoryAccount.select.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.MemoryAccount.subscribe.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.MemoryAccount.unsubscribe.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.MessageProducer.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.MessageProducer._produce.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.MessageProducer.beginProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.MessageProducer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.MessageSet.__add__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.MessageSet.__contains__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.MessageSet.__eq__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.MessageSet.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.MessageSet.__iter__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.MessageSet.__len__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.MessageSet.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.MessageSet.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.MessageSet._iterator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.MessageSet.add.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.MessageSet.clean.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.MessageSet.extend.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.MessageSet.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.MismatchedNesting.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.MismatchedQuoting.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.NegativeResponse.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.NoSuchMailbox.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.NoSuchMailbox.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.NoSupportedAuthentication.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.NoSupportedAuthentication.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.NoSupportedAuthentication.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.PLAINAuthenticator.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.PLAINAuthenticator.challengeResponse.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.PLAINAuthenticator.getName.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.PLAINAuthenticator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.PLAINCredentials.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.PLAINCredentials.getChallenge.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.PLAINCredentials.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.PLAINCredentials.moreChallenges.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.PLAINCredentials.setResponse.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.RFC822.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.RFC822Header.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.RFC822Size.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.RFC822Text.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.ReadOnlyMailbox.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.ReadOnlyMailbox.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.StreamReader.decode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.StreamReader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.StreamWriter.decode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.StreamWriter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.Text.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.UID.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.UnhandledResponse.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4._FetchParser.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4._FetchParser.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4._FetchParser.parseString.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4._FetchParser.state_close_paren.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4._FetchParser.state_fetch_att.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4._FetchParser.state_finish_section.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4._FetchParser.state_got_body.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4._FetchParser.state_header_list.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4._FetchParser.state_initial.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4._FetchParser.state_maybe_fetch_att.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4._FetchParser.state_maybe_partial.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4._FetchParser.state_maybe_section.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4._FetchParser.state_part_number.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4._FetchParser.state_section.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4._FetchParser.state_whitespace.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.unknown-153307924.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.unknown-153492084.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.unknown-153675044.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.unknown-153683068.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.unknown-157177324.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.unknown-157494764.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.unknown-207335628.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.unknown-215905684.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.imap4.unknown-216122804.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ip.IPHeader.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ip.IPHeader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ip.IPProtocol.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ip.IPProtocol.addProto.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ip.IPProtocol.datagramReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ip.IPProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ip.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.DccChat.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.DccChat.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.DccChat.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.DccChat.lineReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.DccChatFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.DccChatFactory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.DccChatFactory.clientConnectionFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.DccChatFactory.clientConnectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.DccChatFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.DccFileReceive.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.DccFileReceive.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.DccFileReceive.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.DccFileReceive.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.DccFileReceive.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.DccFileReceive.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.DccFileReceive.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.DccFileReceive.set_directory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.DccFileReceive.set_filename.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.DccFileReceive.set_overwrite.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.DccFileReceiveBasic.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.DccFileReceiveBasic.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.DccFileReceiveBasic.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.DccSendFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.DccSendFactory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.DccSendFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.DccSendProtocol.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.DccSendProtocol.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.DccSendProtocol.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.DccSendProtocol.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.DccSendProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.DccSendProtocol.sendBlock.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRC.action.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRC.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRC.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRC.handleCommand.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRC.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRC.irc_unknown.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRC.join.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRC.names.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRC.notice.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRC.part.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRC.privmsg.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRC.sendLine.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRC.sendMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRC.topic.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCBadMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.__getstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient._sendLine.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.action.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.away.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.badMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.bounce.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.created.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.ctcpMakeQuery.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.ctcpMakeReply.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.ctcpQuery.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.ctcpQuery_ACTION.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.ctcpQuery_CLIENTINFO.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.ctcpQuery_DCC.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.ctcpQuery_ERRMSG.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.ctcpQuery_FINGER.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.ctcpQuery_PING.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.ctcpQuery_SOURCE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.ctcpQuery_TIME.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.ctcpQuery_USERINFO.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.ctcpQuery_VERSION.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.ctcpReply.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.ctcpReply_PING.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.ctcpUnknownQuery.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.ctcpUnknownReply.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.dccAcceptResume.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.dccDoAcceptResume.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.dccDoChat.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.dccDoResume.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.dccDoSend.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.dccResume.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.dccSend.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.dcc_ACCEPT.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.dcc_CHAT.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.dcc_RESUME.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.dcc_SEND.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.handleCommand.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.irc_ERR_NICKNAMEINUSE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.irc_ERR_PASSWDMISMATCH.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.irc_JOIN.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.irc_KICK.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.irc_MODE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.irc_NICK.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.irc_NOTICE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.irc_PART.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.irc_PING.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.irc_PRIVMSG.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.irc_RPL_BOUNCE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.irc_RPL_CREATED.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.irc_RPL_ENDOFMOTD.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.irc_RPL_LUSERCHANNELS.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.irc_RPL_LUSERCLIENT.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.irc_RPL_LUSERME.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.irc_RPL_LUSEROP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.irc_RPL_MOTD.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.irc_RPL_MOTDSTART.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.irc_RPL_MYINFO.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.irc_RPL_NOTOPIC.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.irc_RPL_TOPIC.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.irc_RPL_WELCOME.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.irc_RPL_YOURHOST.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.irc_TOPIC.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.irc_unknown.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.isupport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.join.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.joined.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.kick.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.kickedFrom.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.leave.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.left.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.lineReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.luserChannels.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.luserClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.luserMe.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.luserOp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.me.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.mode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.modeChanged.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.msg.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.myInfo.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.nickChanged.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.notice.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.noticed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.ping.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.pong.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.privmsg.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.quirkyMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.quit.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.receivedMOTD.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.register.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.say.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.sendLine.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.setNick.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.signedOn.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.topic.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.topicUpdated.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.userJoined.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.userKicked.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.userLeft.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.userRenamed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.yourHost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCPasswordMismatch.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.client.BasicAuthenticator.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.client.BasicAuthenticator._authQueryResultEvent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.client.BasicAuthenticator._authResultEvent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.client.BasicAuthenticator._registerResultEvent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.client.BasicAuthenticator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.client.BasicAuthenticator.registerAccount.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.client.BasicAuthenticator.streamStarted.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.client.IQ.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.client.IQ._resultEvent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.client.IQ.addCallback.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.client.IQ.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.client.IQ.send.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.client.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.component.ConnectComponentAuthenticator.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.component.ConnectComponentAuthenticator._handshakeEvent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.component.ConnectComponentAuthenticator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.component.ConnectComponentAuthenticator.streamStarted.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.component.IService.componentConnected.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.component.IService.componentDisconnected.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.component.IService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.component.ListenComponentAuthenticator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.component.Service.componentConnected.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.component.Service.componentDisconnected.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.component.Service.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.component.ServiceManager.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.component.ServiceManager._connected.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.component.ServiceManager._disconnected.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.component.ServiceManager.getFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.component.ServiceManager.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.component.ServiceManager.send.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.component.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.jid.InvalidFormat.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.jid.JID.__eq__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.jid.JID.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.jid.JID.__ne__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.jid.JID.full.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.jid.JID.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.jid.JID.userhost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.jid.JID.userhostJID.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.jid.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.jabber.jstrports.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.loopback.LoopbackClientFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.loopback.LoopbackClientFactory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.loopback.LoopbackClientFactory.clientConnectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.loopback.LoopbackClientFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.loopback.LoopbackRelay.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.loopback.LoopbackRelay.clearBuffer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.loopback.LoopbackRelay.getHost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.loopback.LoopbackRelay.getPeer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.loopback.LoopbackRelay.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.loopback.LoopbackRelay.loseConnection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.loopback.LoopbackRelay.registerProducer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.loopback.LoopbackRelay.unregisterProducer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.loopback.LoopbackRelay.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.loopback.LoopbackRelay.writeSequence.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.loopback.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.mice.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.mice.mouseman.MouseMan.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.mice.mouseman.MouseMan.down_left.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.mice.mouseman.MouseMan.down_middle.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.mice.mouseman.MouseMan.down_right.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.mice.mouseman.MouseMan.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.mice.mouseman.MouseMan.move.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.mice.mouseman.MouseMan.snapshot.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.mice.mouseman.MouseMan.state_horiz.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.mice.mouseman.MouseMan.state_initial.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.mice.mouseman.MouseMan.state_maybemiddle.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.mice.mouseman.MouseMan.state_vert.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.mice.mouseman.MouseMan.up_left.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.mice.mouseman.MouseMan.up_middle.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.mice.mouseman.MouseMan.up_right.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.mice.mouseman.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNContact.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNContact.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNContact.setPhone.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNContactList.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNContactList.addContact.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNContactList.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNContactList.removeContact.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNDispatchClient.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNDispatchClient.gotNotificationReferral.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNDispatchClient.handle_INF.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNDispatchClient.handle_VER.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNDispatchClient.handle_XFR.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNDispatchClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNEventBase.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNEventBase._createIDMapping.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNEventBase._fireCallback.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNEventBase._nextTransactionID.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNEventBase.checkMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNEventBase.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNEventBase.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNEventBase.gotBadLine.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNEventBase.gotError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNEventBase.gotMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNEventBase.handle_MSG.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNEventBase.handle_UNKNOWN.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNEventBase.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNEventBase.lineReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNEventBase.rawDataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNFileReceive.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNFileReceive.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNFileReceive.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNFileReceive.gotSegment.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNFileReceive.handle_FIL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNFileReceive.handle_UNKNOWN.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNFileReceive.handle_VER.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNFileReceive.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNFileReceive.lineReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNFileReceive.parseHeader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNFileReceive.rawDataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNFileSend.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNFileSend.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNFileSend.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNFileSend.handle_BYE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNFileSend.handle_CCL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNFileSend.handle_TFR.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNFileSend.handle_UNKNOWN.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNFileSend.handle_USR.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNFileSend.handle_VER.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNFileSend.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNFileSend.lineReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNFileSend.makeHeader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNFileSend.sendPart.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNMessage.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNMessage._calcMessageLen.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNMessage.getHeader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNMessage.getMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNMessage.hasHeader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNMessage.setHeader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNMessage.setMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient._createListFromPending.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient._createUserFromListReply.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.addContact.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.addListGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.changeScreenName.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.changeStatus.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.checkMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.contactOffline.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.contactStatusChanged.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.gotContactStatus.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.gotPhoneNumber.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.gotProfile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.gotSwitchboardInvitation.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.handle_ADD.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.handle_ADG.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.handle_BLP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.handle_BPR.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.handle_CHG.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.handle_CHL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.handle_FLN.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.handle_GTC.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.handle_ILN.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.handle_INF.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.handle_LSG.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.handle_LST.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.handle_NLN.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.handle_OUT.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.handle_PRP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.handle_QRY.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.handle_REA.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.handle_REG.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.handle_REM.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.handle_RMG.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.handle_RNG.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.handle_SYN.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.handle_USR.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.handle_VER.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.handle_XFR.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.logOut.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.loggedIn.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.multipleLogin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.remContact.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.remListGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.renameListGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.requestList.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.requestListGroups.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.requestSwitchboardServer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.serverGoingDown.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.setPhoneDetails.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.setPrivacyMode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.statusChanged.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.syncList.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.userAddedMe.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNNotificationClient.userRemovedMe.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNProtocolError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNSwitchboardClient.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNSwitchboardClient._checkFileInfo.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNSwitchboardClient._checkFileInvitation.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNSwitchboardClient._checkFileResponse.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNSwitchboardClient._checkTyping.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNSwitchboardClient._newInvitationCookie.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNSwitchboardClient._sendInit.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNSwitchboardClient.checkMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNSwitchboardClient.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNSwitchboardClient.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNSwitchboardClient.fileInvitationReply.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNSwitchboardClient.gotChattingUsers.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNSwitchboardClient.gotMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNSwitchboardClient.gotSendRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNSwitchboardClient.handle_ACK.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNSwitchboardClient.handle_ANS.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNSwitchboardClient.handle_BYE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNSwitchboardClient.handle_CAL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNSwitchboardClient.handle_IRO.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNSwitchboardClient.handle_JOI.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNSwitchboardClient.handle_NAK.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNSwitchboardClient.handle_USR.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNSwitchboardClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNSwitchboardClient.inviteUser.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNSwitchboardClient.loggedIn.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNSwitchboardClient.sendFileInvitation.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNSwitchboardClient.sendMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNSwitchboardClient.sendTransferInfo.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNSwitchboardClient.sendTypingNotification.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNSwitchboardClient.userJoined.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNSwitchboardClient.userLeft.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.MSNSwitchboardClient.userTyping.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.msn.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient._endState.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient._getResponseCode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient._headerGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient._headerInitial.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient._headerMode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient._headerPost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient._headerPosted.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient._newLine.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient._newState.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient._passiveError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient._setResponseCode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient._stateArticle.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient._stateBody.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient._stateHead.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient._stateList.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient._stateNewGroups.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient._stateNewNews.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient._stateOverview.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient._statePassive.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient._stateSubscriptions.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient._stateXHDR.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.fetchArticle.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.fetchBody.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.fetchGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.fetchGroups.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.fetchHead.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.fetchNewGroups.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.fetchNewNews.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.fetchOverview.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.fetchSubscriptions.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.fetchXHeader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.getAllGroupsFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.getArticleFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.getBodyFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.getGroupFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.getHeadFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.getNewGroupsFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.getNewNewsFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.getOverviewFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.getSubscriptionsFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.getXHeaderFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.gotAllGroups.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.gotArticle.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.gotBody.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.gotGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.gotHead.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.gotNewGroups.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.gotNewNews.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.gotOverview.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.gotSubscriptions.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.gotXHeader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.lineReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.postArticle.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.postFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.postedOk.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.quit.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.setStream.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.setStreamFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.setStreamSuccess.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPError.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPError.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer._didTakeThis.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer._doingPost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer._doingTakeThis.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer._errArticle.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer._errBody.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer._errCheck.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer._errGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer._errHead.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer._errIHAVE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer._errList.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer._errListGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer._errOverview.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer._errPost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer._errStat.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer._errSubscription.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer._errTakeThis.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer._errXHDR.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer._errXOver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer._errXROVER.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer._foundArticle.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer._gotArticle.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer._gotBody.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer._gotCheck.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer._gotGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer._gotHead.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer._gotIHAVE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer._gotList.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer._gotListGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer._gotOverview.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer._gotPost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer._gotStat.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer._gotSubscription.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer._gotXHDR.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer._gotXOver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer._gotXROVER.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer._handleIHAVE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer.articleWork.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer.do_ARTICLE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer.do_BODY.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer.do_CHECK.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer.do_GROUP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer.do_HEAD.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer.do_HELP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer.do_IHAVE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer.do_LAST.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer.do_LIST.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer.do_LISTGROUP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer.do_MODE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer.do_NEXT.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer.do_POST.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer.do_QUIT.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer.do_SLAVE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer.do_STAT.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer.do_TAKETHIS.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer.do_XHDR.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer.do_XINDEX.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer.do_XOVER.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer.do_XPATH.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer.do_XROVER.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer.finishedFileTransfer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer.lineReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer.transformChunk.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer.xhdrWork.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.UsenetClientProtocol.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.UsenetClientProtocol.articleExists.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.UsenetClientProtocol.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.UsenetClientProtocol.getNewNewsFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.UsenetClientProtocol.gotArticle.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.UsenetClientProtocol.gotNewNews.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.UsenetClientProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection._cbConnectService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection._cbGetAway.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection._cbGetChatInfoForInvite.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection._cbGetInfo.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection._cbInitSSI.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection._cbJoinChat.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection._cbRequestSSI.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection._cbRequestSelfInfo.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection._cbSendMessageAck.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection._cbWarnUser.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.activateSSI.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.addItemSSI.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.chatMemberJoined.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.chatMemberLeft.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.chatReceiveMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.connectService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.createChat.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.delItemSSI.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.endModifySSI.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.getAway.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.getInfo.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.initDone.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.initSSI.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.joinChat.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.modifyItemSSI.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.offlineBuddy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.oscar_01_05.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.oscar_01_07.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.oscar_01_10.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.oscar_01_13.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.oscar_02_03.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.oscar_03_03.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.oscar_03_0B.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.oscar_03_0C.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.oscar_04_05.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.oscar_04_07.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.oscar_09_03.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.oscar_0B_02.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.oscar_13_03.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.parseUser.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.receiveChatInvite.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.receiveMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.receiveSendFileRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.receiveWarning.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.requestSSI.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.requestSelfInfo.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.sendMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.setAway.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.setIdleTime.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.setProfile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.startModifySSI.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.updateBuddy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.BOSConnection.warnUser.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.ChatNavService._cbCreateChat.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.ChatNavService._cbGetChatInfo.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.ChatNavService.createChat.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.ChatNavService.getChatInfo.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.ChatNavService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.ChatNavService.oscar_01_07.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.ChatNavService.oscar_0D_09.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.ChatService.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.ChatService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.ChatService.leaveChat.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.ChatService.oscar_01_07.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.ChatService.oscar_0E_02.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.ChatService.oscar_0E_03.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.ChatService.oscar_0E_04.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.ChatService.oscar_0E_06.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.ChatService.sendMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.OSCARService.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.OSCARService.clientReady.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.OSCARService.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.OSCARService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.OSCARUser.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.OSCARUser.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.OSCARUser.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.OscarAuthenticator.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.OscarAuthenticator.error.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.OscarAuthenticator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.OscarAuthenticator.oscar_.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.OscarAuthenticator.oscar_Cookie.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.OscarAuthenticator.oscar_Key.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.OscarAuthenticator.oscar_None.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.OscarConnection.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.OscarConnection.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.OscarConnection.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.OscarConnection.disconnect.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.OscarConnection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.OscarConnection.readFlap.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.OscarConnection.sendFLAP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.OscarConnection.sendKeepAlive.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.OscarConnection.setKeepAlive.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.OscarConnection.stopKeepAlive.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.SNACBased.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.SNACBased._ebDeferredError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.SNACBased.clientReady.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.SNACBased.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.SNACBased.oscar_.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.SNACBased.oscar_01_03.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.SNACBased.oscar_01_0A.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.SNACBased.oscar_01_18.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.SNACBased.oscar_Data.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.SNACBased.oscar_unknown.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.SNACBased.sendSNAC.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.SNACBased.sendSNACnr.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.SSIBuddy.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.SSIBuddy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.SSIBuddy.oscarRep.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.SSIGroup.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.SSIGroup.addUser.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.SSIGroup.findIDFor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.SSIGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.SSIGroup.oscarRep.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pcp.BasicProducerConsumerProxy.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pcp.BasicProducerConsumerProxy.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pcp.BasicProducerConsumerProxy.finish.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pcp.BasicProducerConsumerProxy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pcp.BasicProducerConsumerProxy.pauseProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pcp.BasicProducerConsumerProxy.registerProducer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pcp.BasicProducerConsumerProxy.resumeProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pcp.BasicProducerConsumerProxy.stopProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pcp.BasicProducerConsumerProxy.unregisterProducer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pcp.BasicProducerConsumerProxy.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pcp.ProducerConsumerProxy._writeSomeData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pcp.ProducerConsumerProxy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pcp.ProducerConsumerProxy.pauseProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pcp.ProducerConsumerProxy.registerProducer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pcp.ProducerConsumerProxy.resumeProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pcp.ProducerConsumerProxy.unregisterProducer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pcp.ProducerConsumerProxy.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pcp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.LimitConnectionsByPeer.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.LimitConnectionsByPeer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.LimitConnectionsByPeer.startFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.LimitConnectionsByPeer.unregisterProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.LimitConnectionsByPeerProtocol.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.LimitConnectionsByPeerProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.ProtocolWrapper.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.ProtocolWrapper.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.ProtocolWrapper.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.ProtocolWrapper.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.ProtocolWrapper.getHost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.ProtocolWrapper.getPeer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.ProtocolWrapper.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.ProtocolWrapper.loseConnection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.ProtocolWrapper.registerProducer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.ProtocolWrapper.stopConsuming.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.ProtocolWrapper.unregisterProducer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.ProtocolWrapper.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.ProtocolWrapper.writeSequence.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.SpewingFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.SpewingProtocol.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.SpewingProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.SpewingProtocol.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.ThrottlingFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.ThrottlingFactory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.ThrottlingFactory.checkReadBandwidth.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.ThrottlingFactory.checkWriteBandwidth.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.ThrottlingFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.ThrottlingFactory.registerRead.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.ThrottlingFactory.registerWritten.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.ThrottlingFactory.throttleReads.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.ThrottlingFactory.throttleWrites.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.ThrottlingFactory.unregisterProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.ThrottlingFactory.unthrottleReads.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.ThrottlingFactory.unthrottleWrites.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.ThrottlingProtocol.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.ThrottlingProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.ThrottlingProtocol.registerProducer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.ThrottlingProtocol.throttleReads.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.ThrottlingProtocol.throttleWrites.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.ThrottlingProtocol.unregisterProducer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.ThrottlingProtocol.unthrottleReads.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.ThrottlingProtocol.unthrottleWrites.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.ThrottlingProtocol.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.ThrottlingProtocol.writeSequence.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.TimeoutFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.TimeoutFactory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.TimeoutFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.TimeoutMixin.__timedOut.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.TimeoutMixin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.TimeoutMixin.resetTimeout.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.TimeoutMixin.setTimeout.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.TimeoutMixin.timeoutConnection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.TimeoutProtocol.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.TimeoutProtocol.cancelTimeout.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.TimeoutProtocol.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.TimeoutProtocol.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.TimeoutProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.TimeoutProtocol.resetTimeout.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.TimeoutProtocol.setTimeout.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.TimeoutProtocol.timeoutFunc.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.TimeoutProtocol.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.TimeoutProtocol.writeSequence.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.WrappingFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.WrappingFactory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.WrappingFactory.clientConnectionFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.WrappingFactory.clientConnectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.WrappingFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.WrappingFactory.registerProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.WrappingFactory.startedConnecting.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.WrappingFactory.unregisterProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.policies.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.APOPCredentials.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.APOPCredentials.checkPassword.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.APOPCredentials.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.IMailbox.deleteMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.IMailbox.getMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.IMailbox.getUidl.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.IMailbox.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.IMailbox.listMessages.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.IMailbox.sync.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.IMailbox.undeleteMessages.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.IServerFactory.cap_EXPIRE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.IServerFactory.cap_IMPLEMENTATION.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.IServerFactory.cap_LOGIN_DELAY.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.IServerFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.IServerFactory.perUserExpiration.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.IServerFactory.perUserLoginDelay.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.Mailbox.deleteMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.Mailbox.getMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.Mailbox.getUidl.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.Mailbox.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.Mailbox.listMessages.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.Mailbox.sync.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.Mailbox.undeleteMessages.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3._cbMailbox.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3._ebMailbox.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3._ebUnexpected.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3._unblock.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3.authenticateUserAPOP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3.authenticateUserPASS.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3.do_APOP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3.do_AUTH.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3.do_CAPA.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3.do_DELE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3.do_LAST.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3.do_LIST.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3.do_NOOP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3.do_PASS.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3.do_QUIT.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3.do_RETR.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3.do_RPOP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3.do_RSET.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3.do_STAT.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3.do_TOP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3.do_UIDL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3.do_USER.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3.failResponse.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3.finishedFileTransfer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3.generateMagic.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3.getMessageFile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3.lineReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3.listCapabilities.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3.processCommand.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3.state_AUTH.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3.state_COMMAND.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3.successResponse.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3.transformChunk.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3Client._dispatch.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3Client.apop.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3Client.apopAuthenticate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3Client.dele.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3Client.handle_WELCOME.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3Client.handle_default.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3Client.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3Client.lineReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3Client.list.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3Client.pass_.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3Client.quit.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3Client.retr.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3Client.sendLong.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3Client.sendShort.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3Client.uidl.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3Client.user.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3Error.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3._HeadersPlusNLines.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3._HeadersPlusNLines.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3._HeadersPlusNLines.read.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.portforward.Proxy.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.portforward.Proxy.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.portforward.Proxy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.portforward.Proxy.setPeer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.portforward.ProxyClient.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.portforward.ProxyClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.portforward.ProxyClientFactory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.portforward.ProxyClientFactory.clientConnectionFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.portforward.ProxyClientFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.portforward.ProxyClientFactory.setServer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.portforward.ProxyFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.portforward.ProxyFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.portforward.ProxyServer.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.portforward.ProxyServer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.portforward.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.postfix.PostfixTCPMapDeferringDictServerFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.postfix.PostfixTCPMapDeferringDictServerFactory.get.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.postfix.PostfixTCPMapDeferringDictServerFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.postfix.PostfixTCPMapDictServerFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.postfix.PostfixTCPMapServer._cbGot.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.postfix.PostfixTCPMapServer._cbNot.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.postfix.PostfixTCPMapServer.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.postfix.PostfixTCPMapServer.do_get.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.postfix.PostfixTCPMapServer.do_put.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.postfix.PostfixTCPMapServer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.postfix.PostfixTCPMapServer.lineReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.postfix.PostfixTCPMapServer.sendCode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.postfix.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.raw.IRawDatagramProtocol.addProto.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.raw.IRawDatagramProtocol.datagramReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.raw.IRawDatagramProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.raw.IRawPacketProtocol.addProto.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.raw.IRawPacketProtocol.datagramReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.raw.IRawPacketProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.raw.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.rawudp.RawUDPProtocol.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.rawudp.RawUDPProtocol.addProto.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.rawudp.RawUDPProtocol.datagramReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.rawudp.RawUDPProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.rawudp.UDPHeader.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.rawudp.UDPHeader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.rawudp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.shoutcast.ShoutcastClient.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.shoutcast.ShoutcastClient.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.shoutcast.ShoutcastClient.gotMP3Data.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.shoutcast.ShoutcastClient.gotMetaData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.shoutcast.ShoutcastClient.handleEndHeaders.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.shoutcast.ShoutcastClient.handleHeader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.shoutcast.ShoutcastClient.handleResponsePart_with_metadata.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.shoutcast.ShoutcastClient.handle_length.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.shoutcast.ShoutcastClient.handle_meta.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.shoutcast.ShoutcastClient.handle_mp3.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.shoutcast.ShoutcastClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.shoutcast.ShoutcastClient.lineReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.shoutcast.ShoutcastClient.parseMetadata.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.shoutcast.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.Base.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.Base._fixupNAT.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.Base.addMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.Base.datagramReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.Base.deliverResponse.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.Base.handle_request.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.Base.handle_response.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.Base.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.Base.responseFromRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.Base.sendMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.BasicAuthorizer.decode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.BasicAuthorizer.getChallenge.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.BasicAuthorizer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.DigestAuthorizer.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.DigestAuthorizer.decode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.DigestAuthorizer.generateNonce.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.DigestAuthorizer.generateOpaque.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.DigestAuthorizer.getChallenge.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.DigestAuthorizer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.DigestedCredentials.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.DigestedCredentials.checkPassword.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.DigestedCredentials.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.IAuthorizer.decode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.IAuthorizer.getChallenge.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.IAuthorizer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.IContact.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.ILocator.getAddress.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.ILocator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.IRegistry.getRegistrationInfo.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.IRegistry.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.IRegistry.registerAddress.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.IRegistry.unregisterAddress.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.InMemoryRegistry.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.InMemoryRegistry._expireRegistration.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.InMemoryRegistry.getAddress.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.InMemoryRegistry.getRegistrationInfo.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.InMemoryRegistry.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.InMemoryRegistry.registerAddress.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.InMemoryRegistry.unregisterAddress.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.Message.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.Message._getHeaderLine.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.Message.addHeader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.Message.bodyDataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.Message.creationFinished.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.Message.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.Message.toString.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.MessagesParser.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.MessagesParser.dataDone.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.MessagesParser.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.MessagesParser.handleFirstLine.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.MessagesParser.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.MessagesParser.invalidMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.MessagesParser.lineLengthExceeded.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.MessagesParser.lineReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.MessagesParser.messageDone.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.MessagesParser.rawDataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.MessagesParser.reset.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.Proxy.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.Proxy._cantForwardRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.Proxy.deliverResponse.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.Proxy.getVia.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.Proxy.gotResponse.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.Proxy.handle_request.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.Proxy.handle_request_default.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.Proxy.handle_response.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.Proxy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.Proxy.responseFromRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.RegisterProxy.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.RegisterProxy._cbLogin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.RegisterProxy._cbRegister.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.RegisterProxy._cbUnregister.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.RegisterProxy._ebLogin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.RegisterProxy._ebRegister.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.RegisterProxy._ebUnregister.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.RegisterProxy.handle_ACK_request.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.RegisterProxy.handle_REGISTER_request.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.RegisterProxy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.RegisterProxy.login.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.RegisterProxy.register.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.RegisterProxy.unauthorized.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.RegisterProxy.unregister.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.Registration.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.Registration.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.RegistrationError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.Request.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.Request.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.Request._getHeaderLine.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.Request.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.Response.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.Response.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.Response._getHeaderLine.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.Response.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.SIPError.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.SIPError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.URL.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.URL.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.URL.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.URL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.URL.toString.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.Via.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.Via.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.Via.toString.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sip.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.Address.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.Address.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.Address.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.Address.dequote.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.Address.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.AddressError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.ESMTP.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.ESMTP.authenticate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.ESMTP.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.ESMTP.do_EHLO.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.ESMTP.ext_AUTH.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.ESMTP.ext_STARTTLS.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.ESMTP.extensions.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.ESMTP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.ESMTP.listExtensions.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.ESMTP.lookupMethod.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.ESMTP.state_AUTH.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.ESMTPClient.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.ESMTPClient._authResponse.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.ESMTPClient.authenticate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.ESMTPClient.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.ESMTPClient.esmtpState_auth.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.ESMTPClient.esmtpState_challenge.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.ESMTPClient.esmtpState_ehlo.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.ESMTPClient.esmtpState_starttls.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.ESMTPClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.ESMTPClient.registerAuthenticator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.IMessage.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.IMessage.eomReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.IMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.IMessage.lineReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.IMessageDelivery.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.IMessageDelivery.receivedHeader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.IMessageDelivery.startMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.IMessageDelivery.validateFrom.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.IMessageDelivery.validateTo.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTP.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTP._cbAuthenticated.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTP._cbFromValidate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTP._cbToValidate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTP._ebAuthenticated.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTP._ebFromValidate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTP._ebToValidate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTP._fromInvalid.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTP._messageHandled.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTP._messageNotHandled.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTP._toInvalid.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTP.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTP.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTP.dataLineReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTP.do_DATA.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTP.do_HELO.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTP.do_MAIL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTP.do_QUIT.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTP.do_RCPT.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTP.do_RSET.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTP.do_UNKNOWN.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTP.greeting.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTP.lineLengthExceeded.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTP.lineReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTP.lookupMethod.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTP.rawDataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTP.sendCode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTP.startMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTP.state_COMMAND.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTP.timeoutConnection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTP.validateFrom.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTP.validateTo.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPAddressError.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPAddressError.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPAddressError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPBadRcpt.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPBadRcpt.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPBadSender.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPBadSender.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPClient.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPClient.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPClient.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPClient.finishedFileTransfer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPClient.getMailData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPClient.getMailFrom.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPClient.getMailTo.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPClient.lineReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPClient.sendLine.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPClient.sentMail.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPClient.smtpConnectionFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPClient.smtpState_data.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPClient.smtpState_disconnect.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPClient.smtpState_from.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPClient.smtpState_helo.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPClient.smtpState_msgSent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPClient.smtpState_to.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPClient.smtpState_toOrData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPClient.smtpTransferFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPClient.transformChunk.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPClientError.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPClientError.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPClientError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPConnectError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPDeliveryError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPFactory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPProtocolError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPSender.getMailData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPSender.getMailFrom.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPSender.getMailTo.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPSender.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPSender.sentMail.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPSenderFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPSenderFactory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPSenderFactory.clientConnectionFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPSenderFactory.clientConnectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPSenderFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPServerError.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPServerError.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPServerError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.User.__getattr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.User.__getstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.User.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.User.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.User.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.xtextStreamReader.decode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.xtextStreamReader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.xtextStreamWriter.decode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.xtextStreamWriter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.socks.SOCKSv4.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.socks.SOCKSv4.authorize.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.socks.SOCKSv4.connectClass.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.socks.SOCKSv4.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.socks.SOCKSv4.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.socks.SOCKSv4.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.socks.SOCKSv4.listenClass.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.socks.SOCKSv4.log.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.socks.SOCKSv4.makeReply.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.socks.SOCKSv4.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.socks.SOCKSv4Factory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.socks.SOCKSv4Factory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.socks.SOCKSv4Factory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.socks.SOCKSv4Incoming.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.socks.SOCKSv4Incoming.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.socks.SOCKSv4Incoming.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.socks.SOCKSv4Incoming.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.socks.SOCKSv4Incoming.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.socks.SOCKSv4IncomingFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.socks.SOCKSv4IncomingFactory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.socks.SOCKSv4IncomingFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.socks.SOCKSv4Outgoing.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.socks.SOCKSv4Outgoing.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.socks.SOCKSv4Outgoing.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.socks.SOCKSv4Outgoing.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.socks.SOCKSv4Outgoing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.socks.SOCKSv4Outgoing.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.socks.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.ParseError.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.ParseError.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.ParseError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser._buildStateTable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser._decode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser._parseError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.begin_afterslash.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.begin_attrname.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.begin_attrval.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.begin_beforeeq.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.begin_bodydata.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.begin_comment.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.begin_doctype.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.begin_entityref.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.begin_expectcdata.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.begin_messyattr.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.begin_tagstart.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.begin_waitscriptendtag.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.do_afterslash.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.do_attrname.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.do_attrs.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.do_attrval.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.do_beforeattrval.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.do_beforeeq.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.do_begin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.do_bodydata.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.do_cdata.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.do_comment.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.do_doctype.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.do_entityref.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.do_expectcdata.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.do_messyattr.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.do_tagstart.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.do_waitforendscript.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.do_waitforgt.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.do_waitscriptendtag.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.end_attrval.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.end_bodydata.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.end_cdata.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.end_doctype.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.end_entityref.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.end_messyattr.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.gotCData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.gotComment.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.gotDoctype.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.gotEntityReference.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.gotTagEnd.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.gotTagStart.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.gotText.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.maybeBodyData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.saveMark.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.telnet.Telnet.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.telnet.Telnet.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.telnet.Telnet.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.telnet.Telnet.iacSBchunk.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.telnet.Telnet.iac_DO.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.telnet.Telnet.iac_DONT.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.telnet.Telnet.iac_IP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.telnet.Telnet.iac_WILL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.telnet.Telnet.iac_WONT.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.telnet.Telnet.loggedIn.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.telnet.Telnet.loginPrompt.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.telnet.Telnet.processChunk.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.telnet.Telnet.processLine.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.telnet.Telnet.telnet_Command.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.telnet.Telnet.telnet_Password.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.telnet.Telnet.telnet_User.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.telnet.Telnet.welcomeMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.telnet.Telnet.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.telnet.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.Chatroom.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.Chatroom.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.Chatroom.join.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.Chatroom.leave.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.Chatroom.say.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.GetFileTransfer.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.GetFileTransfer.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.GetFileTransfer.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.GetFileTransfer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.GetFileTransfer.pauseProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.GetFileTransfer.resumeProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.GetFileTransfer.stopProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.SavedUser.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.SavedUser.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.SendFileTransfer.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.SendFileTransfer.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.SendFileTransfer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC._debug.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.authorize.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.buddyUpdate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.canContact.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.chatInvite.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.chatJoin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.chatLeave.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.chatMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.chatUserUpdate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.chatWhisper.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.evilFrom.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.getStatus.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.hearWhisper.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.isFlap.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.modeConnected.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.modeFlapon.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.modeSignon.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.modeTocSignon.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.readFlap.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.sendError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.sendFlap.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.toc_add_buddy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.toc_add_deny.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.toc_add_permit.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.toc_change_passwd.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.toc_chat_accept.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.toc_chat_invite.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.toc_chat_join.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.toc_chat_leave.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.toc_chat_send.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.toc_chat_whisper.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.toc_evil.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.toc_format_nickname.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.toc_get_info.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.toc_init_done.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.toc_remove_buddy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.toc_send_im.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.toc_set_away.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.toc_set_config.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.toc_set_idle.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.toc_set_info.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.toc_unknown.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.updateUsers.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient._debug.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.add_buddy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.add_deny.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.add_permit.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.away.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.chatHearMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.chatHearWhisper.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.chatInvited.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.chatJoined.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.chatLeft.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.chatUpdate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.chat_accept.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.chat_invite.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.chat_join.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.chat_leave.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.chat_say.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.chat_whisper.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.del_buddy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.del_deny.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.del_permit.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.evil.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.gotConfig.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.hearError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.hearMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.hearWarning.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.idle.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.isFlap.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.isaway.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.modeData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.modeSendNick.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.onLine.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.readFlap.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.receiveBytes.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.rvousProposal.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.rvous_accept.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.rvous_cancel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.say.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.sendFlap.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.set_config.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.signon.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.tocCHAT_IN.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.tocCHAT_INVITE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.tocCHAT_JOIN.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.tocCHAT_LEFT.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.tocCHAT_UPDATE_BUDDY.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.tocCONFIG.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.tocERROR.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.tocEVILED.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.tocGET_FILE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.tocIM_IN.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.tocNICK.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.tocRVOUS_PROPOSE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.tocSEND_FILE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.tocSIGN_ON.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.tocUNKNOWN.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.tocUPDATE_BUDDY.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.updateBuddy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCFactory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCFactory.getChatroom.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCFactory.remChatroom.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCParseError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.wire.Chargen.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.wire.Chargen.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.wire.Chargen.pauseProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.wire.Chargen.resumeProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.wire.Chargen.stopProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.wire.Daytime.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.wire.Daytime.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.wire.Discard.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.wire.Discard.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.wire.Echo.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.wire.Echo.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.wire.QOTD.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.wire.QOTD.getQuote.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.wire.QOTD.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.wire.Time.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.wire.Time.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.wire.Who.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.wire.Who.getUsers.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.wire.Who.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.wire.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.xmlstream.Authenticator.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.xmlstream.Authenticator.associateWithStream.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.xmlstream.Authenticator.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.xmlstream.Authenticator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.xmlstream.Authenticator.streamStarted.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.xmlstream.ConnectAuthenticator.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.xmlstream.ConnectAuthenticator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.xmlstream.XmlStream.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.xmlstream.XmlStream.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.xmlstream.XmlStream.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.xmlstream.XmlStream.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.xmlstream.XmlStream.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.xmlstream.XmlStream.onDocumentEnd.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.xmlstream.XmlStream.onDocumentStart.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.xmlstream.XmlStream.onElement.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.xmlstream.XmlStream.resetDispatchFn.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.xmlstream.XmlStream.send.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.xmlstream.XmlStream.setDispatchFn.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.xmlstream.XmlStream.streamError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.xmlstream.XmlStreamFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.xmlstream.XmlStreamFactory.addBootstrap.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.xmlstream.XmlStreamFactory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.xmlstream.XmlStreamFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.xmlstream.XmlStreamFactory.removeBootstrap.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.xmlstream.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.compat.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.components.Adapter.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.components.Adapter.getComponent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.components.Adapter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.components.Adapter.isuper.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.components.AdapterRegistry.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.components.AdapterRegistry.getAdapter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.components.AdapterRegistry.getAdapterClassWithInheritance.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.components.AdapterRegistry.getAdapterFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.components.AdapterRegistry.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.components.AdapterRegistry.persistAdapter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.components.AdapterRegistry.registerAdapter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.components.CannotAdapt.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.components.Componentized.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.components.Componentized.addAdapter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.components.Componentized.addComponent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.components.Componentized.getComponent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.components.Componentized.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.components.Componentized.locateAdapterClass.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.components.Componentized.removeComponent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.components.Componentized.setAdapter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.components.Componentized.setComponent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.components.Componentized.unsetComponent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.components.Componentized.upgradeToVersion1.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.components.Interface.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.components.MetaInterface.__call__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.components.MetaInterface.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.components._NoImplementor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.components._Nothing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.components._ThingWithTwoSlots.__eq__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.components._ThingWithTwoSlots.__hash__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.components._ThingWithTwoSlots.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.components._ThingWithTwoSlots.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.components.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.context.ContextTracker.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.context.ContextTracker.callWithContext.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.context.ContextTracker.getContext.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.context.ContextTracker.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.context.ThreadedContextTracker.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.context.ThreadedContextTracker.callWithContext.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.context.ThreadedContextTracker.currentContext.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.context.ThreadedContextTracker.getContext.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.context.ThreadedContextTracker.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.context.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.dir.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.dispatch.EventDispatcher.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.dispatch.EventDispatcher.autoRegister.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.dispatch.EventDispatcher.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.dispatch.EventDispatcher.publishEvent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.dispatch.EventDispatcher.registerHandler.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.dispatch.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.domhelpers.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.dxprofile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.failure.DefaultException.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.failure.Failure.__getstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.failure.Failure.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.failure.Failure.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.failure.Failure.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.failure.Failure.check.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.failure.Failure.cleanFailure.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.failure.Failure.getBriefTraceback.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.failure.Failure.getErrorMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.failure.Failure.getTraceback.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.failure.Failure.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.failure.Failure.printBriefTraceback.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.failure.Failure.printDetailedTraceback.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.failure.Failure.printTraceback.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.failure.Failure.trap.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.failure.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.filepath.FilePath.__getstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.filepath.FilePath.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.filepath.FilePath.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.filepath.FilePath.basename.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.filepath.FilePath.child.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.filepath.FilePath.childSearchPreauth.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.filepath.FilePath.exists.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.filepath.FilePath.getContent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.filepath.FilePath.getatime.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.filepath.FilePath.getctime.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.filepath.FilePath.getmtime.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.filepath.FilePath.getsize.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.filepath.FilePath.globChildren.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.filepath.FilePath.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.filepath.FilePath.isabs.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.filepath.FilePath.isdir.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.filepath.FilePath.isfile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.filepath.FilePath.islink.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.filepath.FilePath.listdir.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.filepath.FilePath.makedirs.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.filepath.FilePath.open.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.filepath.FilePath.preauthChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.filepath.FilePath.remove.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.filepath.FilePath.restat.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.filepath.FilePath.setContent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.filepath.FilePath.siblingExtension.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.filepath.FilePath.siblingExtensionSearch.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.filepath.FilePath.splitext.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.filepath.FilePath.touch.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.filepath.InsecurePath.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.filepath.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.finalize.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.Argument.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.Argument.addHints.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.Argument.coerce.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.Argument.getHint.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.Argument.getLongDescription.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.Argument.getShortDescription.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.Argument.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.Boolean.coerce.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.Boolean.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.CheckGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.Choice.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.Choice.coerce.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.Choice.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.Date.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.Date.coerce.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.Date.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.File.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.File.coerce.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.File.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.Flags.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.Flags.coerce.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.Flags.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.Float.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.Float.coerce.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.Float.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.FormException.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.FormException.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.FormMethod.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.FormMethod.call.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.FormMethod.getArgs.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.FormMethod.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.Hidden.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.InputError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.Integer.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.Integer.coerce.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.Integer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.IntegerRange.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.IntegerRange.coerce.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.IntegerRange.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.MethodSignature.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.MethodSignature.getArgument.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.MethodSignature.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.MethodSignature.method.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.Password.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.PresentationHint.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.RadioGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.String.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.String.coerce.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.String.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.Submit.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.Submit.coerce.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.Submit.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.Text.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.VerifiedPassword.coerce.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.VerifiedPassword.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.formmethod.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.hook.HookError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.hook.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.htmlizer.HTMLWriter.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.htmlizer.HTMLWriter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.htmlizer.HTMLWriter.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.htmlizer.TokenPrinter.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.htmlizer.TokenPrinter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.htmlizer.TokenPrinter.printtoken.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.htmlizer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.log.DefaultObserver._emit.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.log.DefaultObserver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.log.DefaultObserver.start.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.log.DefaultObserver.stop.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.log.EscapeFromTheMeaninglessConfinesOfCapital.disown.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.log.EscapeFromTheMeaninglessConfinesOfCapital.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.log.EscapeFromTheMeaninglessConfinesOfCapital.own.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.log.FileLogObserver.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.log.FileLogObserver.emit.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.log.FileLogObserver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.log.FileLogObserver.start.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.log.FileLogObserver.stop.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.log.ILogContext.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.log.LogPublisher.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.log.LogPublisher.addObserver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.log.LogPublisher.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.log.LogPublisher.msg.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.log.LogPublisher.removeObserver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.log.Logger.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.log.Logger.logPrefix.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.log.NullFile.close.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.log.NullFile.flush.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.log.NullFile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.log.NullFile.read.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.log.NullFile.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.log.StdioOnnaStick.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.log.StdioOnnaStick.close.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.log.StdioOnnaStick.fileno.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.log.StdioOnnaStick.flush.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.log.StdioOnnaStick.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.log.StdioOnnaStick.read.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.log.StdioOnnaStick.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.log.StdioOnnaStick.writelines.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.log.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.logfile.BaseLogFile.__getstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.logfile.BaseLogFile.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.logfile.BaseLogFile.__setstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.logfile.BaseLogFile._openFile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.logfile.BaseLogFile.close.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.logfile.BaseLogFile.flush.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.logfile.BaseLogFile.getCurrentLog.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.logfile.BaseLogFile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.logfile.BaseLogFile.shouldRotate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.logfile.BaseLogFile.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.logfile.DailyLogFile.__getstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.logfile.DailyLogFile._openFile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.logfile.DailyLogFile.getLog.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.logfile.DailyLogFile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.logfile.DailyLogFile.rotate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.logfile.DailyLogFile.shouldRotate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.logfile.DailyLogFile.suffix.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.logfile.DailyLogFile.toDate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.logfile.DailyLogFile.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.logfile.LogFile.__getstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.logfile.LogFile.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.logfile.LogFile._openFile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.logfile.LogFile.getLog.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.logfile.LogFile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.logfile.LogFile.listLogs.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.logfile.LogFile.rotate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.logfile.LogFile.shouldRotate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.logfile.LogFile.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.logfile.LogReader.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.logfile.LogReader.close.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.logfile.LogReader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.logfile.LogReader.readLines.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.logfile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.mutablestring.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.mvc.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.otp.OTP.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.otp.OTP.authenticate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.otp.OTP.challenge.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.otp.OTP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.otp.OTPAuthenticator.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.otp.OTPAuthenticator.calculateParity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.otp.OTPAuthenticator.challenge.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.otp.OTPAuthenticator.foldDigest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.otp.OTPAuthenticator.foldDigest128.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.otp.OTPAuthenticator.foldDigest160.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.otp.OTPAuthenticator.generateOTP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.otp.OTPAuthenticator.generateSeed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.otp.OTPAuthenticator.hashUpdate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.otp.OTPAuthenticator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.otp.OTPAuthenticator.makeReadable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.otp.OTPAuthenticator.parsePhrase.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.otp.Unauthorized.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.otp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.plugin.DropIn.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.plugin.DropIn.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.plugin.DropIn.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.plugin.DropIn.register.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.plugin.PlugIn.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.plugin.PlugIn.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.plugin.PlugIn.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.plugin.PlugIn.isLoaded.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.plugin.PlugIn.load.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.plugin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.rebuild.Sensitive.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.rebuild.Sensitive.latestVersionOf.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.rebuild.Sensitive.needRebuildUpdate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.rebuild.Sensitive.rebuildUpToDate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.rebuild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.reflect.Accessor.__delattr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.reflect.Accessor.__getattr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.reflect.Accessor.__setattr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.reflect.Accessor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.reflect.Accessor.reallyDel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.reflect.Accessor.reallySet.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.reflect.AccessorType.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.reflect.AccessorType.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.reflect.Promise.__become__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.reflect.Promise.__getattr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.reflect.Promise.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.reflect.Promise.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.reflect.PropertyAccessor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.reflect.PropertyAccessor.reallyDel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.reflect.PropertyAccessor.reallySet.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.reflect.QueueMethod.__call__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.reflect.QueueMethod.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.reflect.QueueMethod.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.reflect.Settable.__call__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.reflect.Settable.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.reflect.Settable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.reflect.Summer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.reflect.Summer.reallySet.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.reflect.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.register.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.Collection.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.Collection.delEntity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.Collection.getDynamicEntity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.Collection.getEntity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.Collection.getStaticEntity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.Collection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.Collection.listDynamicEntities.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.Collection.listDynamicNames.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.Collection.listEntities.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.Collection.listNames.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.Collection.listStaticEntities.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.Collection.listStaticNames.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.Collection.putEntity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.Collection.removeEntity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.Collection.storeEntity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.Constrained.entityConstraint.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.Constrained.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.Constrained.nameConstraint.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.Constrained.putEntity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.Constrained.reallyPutEntity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.ConstraintViolation.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.Entity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.Entity.render.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.Homogenous.entityConstraint.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.Homogenous.getEntityType.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.Homogenous.getNameType.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.Homogenous.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.Locked.entityConstraint.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.Locked.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.Locked.lock.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.NotSupportedError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.Request.finish.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.Request.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.Request.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.runtime.Platform.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.runtime.Platform.getType.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.runtime.Platform.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.runtime.Platform.isKnown.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.runtime.Platform.isMacOSX.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.runtime.Platform.isWinNT.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.runtime.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.shortcut.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.syslog.SyslogObserver.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.syslog.SyslogObserver.emit.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.syslog.SyslogObserver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.syslog.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.text.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadable.ThreadableError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadable._ThreadedWaiter.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadable._ThreadedWaiter.hasCallback.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadable._ThreadedWaiter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadable._ThreadedWaiter.preWait.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadable._ThreadedWaiter.registerCallback.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadable._ThreadedWaiter.unwait.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadable._ThreadedWaiter.wait.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadable._Waiter.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadable._Waiter.block.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadable._Waiter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadable._Waiter.preWait.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadable._Waiter.runCallback.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadable._Waiter.unwait.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadable._Waiter.unwait_all.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadable._Waiter.wait.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadable._XLock.__getstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadable._XLock.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadable._XLock.__setstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadable._XLock.acquire.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadable._XLock.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadable._XLock.release.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadable._XLock.withThisLocked.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadpool.ThreadPool.__getstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadpool.ThreadPool.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadpool.ThreadPool.__setstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadpool.ThreadPool._runWithCallback.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadpool.ThreadPool._startSomeWorkers.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadpool.ThreadPool._worker.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadpool.ThreadPool.adjustPoolsize.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadpool.ThreadPool.callInThread.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadpool.ThreadPool.dispatch.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadpool.ThreadPool.dispatchWithCallback.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadpool.ThreadPool.dumpStats.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadpool.ThreadPool.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadpool.ThreadPool.start.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadpool.ThreadPool.startAWorker.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadpool.ThreadPool.stop.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadpool.ThreadPool.stopAWorker.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadpool.ThreadSafeList.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadpool.ThreadSafeList.__len__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadpool.ThreadSafeList.append.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadpool.ThreadSafeList.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadpool.ThreadSafeList.remove.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadpool.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.timeoutqueue.TimedOut.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.timeoutqueue.TimeoutQueue.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.timeoutqueue.TimeoutQueue.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.timeoutqueue.TimeoutQueue.wait.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.timeoutqueue.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.urlpath.URLPath.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.urlpath.URLPath.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.urlpath.URLPath.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.urlpath.URLPath._pathMod.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.urlpath.URLPath.child.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.urlpath.URLPath.click.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.urlpath.URLPath.fromRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.urlpath.URLPath.fromString.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.urlpath.URLPath.here.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.urlpath.URLPath.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.urlpath.URLPath.parent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.urlpath.URLPath.pathList.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.urlpath.URLPath.sibling.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.urlpath.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.usage.Options.__hash__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.usage.Options.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.usage.Options.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.usage.Options._gather_flags.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.usage.Options._gather_handlers.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.usage.Options._gather_parameters.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.usage.Options._generic_flag.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.usage.Options._generic_parameter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.usage.Options.getSynopsis.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.usage.Options.getUsage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.usage.Options.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.usage.Options.opt_help.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.usage.Options.opt_version.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.usage.Options.parseArgs.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.usage.Options.parseOptions.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.usage.Options.postOptions.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.usage.UsageError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.usage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.FancyEqMixin.__eq__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.FancyEqMixin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.FancyStrMixin.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.FancyStrMixin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.InsensitiveDict.__delitem__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.InsensitiveDict.__eq__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.InsensitiveDict.__getitem__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.InsensitiveDict.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.InsensitiveDict.__len__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.InsensitiveDict.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.InsensitiveDict.__setitem__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.InsensitiveDict._doPreserve.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.InsensitiveDict._lowerOrReturn.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.InsensitiveDict.clear.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.InsensitiveDict.copy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.InsensitiveDict.get.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.InsensitiveDict.has_key.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.InsensitiveDict.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.InsensitiveDict.items.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.InsensitiveDict.iteritems.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.InsensitiveDict.iterkeys.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.InsensitiveDict.itervalues.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.InsensitiveDict.keys.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.InsensitiveDict.popitem.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.InsensitiveDict.setdefault.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.InsensitiveDict.update.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.InsensitiveDict.values.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.IntervalDifferential.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.IntervalDifferential.__iter__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.IntervalDifferential.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.LineLog.__getitem__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.LineLog.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.LineLog.append.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.LineLog.clear.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.LineLog.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.LineLog.str.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.OrderedDict.__delitem__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.OrderedDict.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.OrderedDict.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.OrderedDict.__setitem__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.OrderedDict.copy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.OrderedDict.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.OrderedDict.items.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.OrderedDict.iteritems.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.OrderedDict.iterkeys.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.OrderedDict.itervalues.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.OrderedDict.keys.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.OrderedDict.popitem.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.OrderedDict.setdefault.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.OrderedDict.update.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.OrderedDict.values.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util._IntervalDifferentialIterator.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util._IntervalDifferentialIterator.addInterval.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util._IntervalDifferentialIterator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util._IntervalDifferentialIterator.next.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util._IntervalDifferentialIterator.removeInterval.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.util.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.win32.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.zipstream.ChunkingZipFile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.zipstream.ChunkingZipFile.read.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.zipstream.ChunkingZipFile.readfile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.zipstream.DeflatedZipFileEntry.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.zipstream.DeflatedZipFileEntry.close.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.zipstream.DeflatedZipFileEntry.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.zipstream.DeflatedZipFileEntry.read.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.zipstream.DeflatedZipFileEntry.tell.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.zipstream.ZipFileEntry.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.zipstream.ZipFileEntry.close.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.zipstream.ZipFileEntry.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.zipstream.ZipFileEntry.read.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.zipstream.ZipFileEntry.tell.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.zipstream.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.inetd.InetdFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.inetd.InetdFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.inetd.InetdProtocol.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.inetd.InetdProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.inetd.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.inetdconf.InetdConf.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.inetdconf.InetdConf.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.inetdconf.InetdConf.parseFields.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.inetdconf.InetdService.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.inetdconf.InetdService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.inetdconf.InvalidConfError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.inetdconf.InvalidInetdConfError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.inetdconf.InvalidRPCServicesConfError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.inetdconf.InvalidServicesConfError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.inetdconf.RPCServicesConf.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.inetdconf.RPCServicesConf.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.inetdconf.RPCServicesConf.parseFields.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.inetdconf.ServicesConf.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.inetdconf.ServicesConf.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.inetdconf.ServicesConf.parseFields.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.inetdconf.SimpleConfFile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.inetdconf.SimpleConfFile.parseFields.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.inetdconf.SimpleConfFile.parseFile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.inetdconf.SimpleConfFile.parseLine.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.inetdconf.UnknownService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.inetdconf.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.inetdtap.Options.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.inetdtap.RPCServer.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.inetdtap.RPCServer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.inetdtap.RPCServer.startService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.inetdtap.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.procmon.DummyTransport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.procmon.LineLogger.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.procmon.LineLogger.lineReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.procmon.LoggingProtocol.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.procmon.LoggingProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.procmon.LoggingProtocol.outReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.procmon.LoggingProtocol.processEnded.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.procmon.ProcessMonitor.__getstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.procmon.ProcessMonitor.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.procmon.ProcessMonitor.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.procmon.ProcessMonitor._checkConsistency.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.procmon.ProcessMonitor._forceStopProcess.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.procmon.ProcessMonitor.addProcess.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.procmon.ProcessMonitor.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.procmon.ProcessMonitor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.procmon.ProcessMonitor.removeProcess.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.procmon.ProcessMonitor.restartAll.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.procmon.ProcessMonitor.startProcess.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.procmon.ProcessMonitor.startService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.procmon.ProcessMonitor.stopProcess.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.procmon.ProcessMonitor.stopService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.procmon.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.runner.procutils.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.bookify.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.ckeygen.GeneralOptions.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.ckeygen.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.GeneralOptions.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.GeneralOptions.opt_cipher.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.GeneralOptions.opt_compress.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.GeneralOptions.opt_escape.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.GeneralOptions.opt_identity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.GeneralOptions.opt_localforward.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.GeneralOptions.opt_macs.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.GeneralOptions.opt_remoteforward.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.GeneralOptions.parseArgs.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHClientFactory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHClientFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHClientFactory.stopFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixChannel.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixChannel.addWindowBytes.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixChannel.channelOpen.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixChannel.closed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixChannel.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixChannel.eofReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixChannel.extReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixChannel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixChannel.openFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixClientFactory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixClientFactory.clientConnectionFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixClientFactory.clientConnectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixClientFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixClientFactory.startedConnecting.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixClientProtocol.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixClientProtocol.adjustWindow.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixClientProtocol.client_addWindowBytes.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixClientProtocol.client_callbackDeferred.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixClientProtocol.client_channelID.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixClientProtocol.client_channelOpen.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixClientProtocol.client_closed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixClientProtocol.client_dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixClientProtocol.client_eofReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixClientProtocol.client_errbackDeferred.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixClientProtocol.client_extReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixClientProtocol.client_openFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixClientProtocol.client_returnDeferred.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixClientProtocol.connectionReady.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixClientProtocol.expressionReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixClientProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixClientProtocol.moveDeferred.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixClientProtocol.openChannel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixClientProtocol.returnDeferred.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixClientProtocol.sendClose.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixClientProtocol.sendData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixClientProtocol.sendEOF.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixClientProtocol.sendExtendedData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixClientProtocol.sendGlobalRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixClientProtocol.sendMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixClientProtocol.sendRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixServerFactory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixServerFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixServerProtocol.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixServerProtocol._cbDeferred.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixServerProtocol._ebDeferred.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixServerProtocol.expressionReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixServerProtocol.getChannel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixServerProtocol.haveChannel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixServerProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixServerProtocol.returnDeferred.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixServerProtocol.sendMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixServerProtocol.server_adjustWindow.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixServerProtocol.server_openChannel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixServerProtocol.server_sendClose.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixServerProtocol.server_sendData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixServerProtocol.server_sendEOF.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixServerProtocol.server_sendExtended.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixServerProtocol.server_sendGlobalRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.SSHUnixServerProtocol.server_sendRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.conch.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.im.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.lore.Options.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.lore.Options.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.lore.Options.opt_config.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.lore.Options.parseArgs.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.lore.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.mailmail.Configuration.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.mailmail.Configuration.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.mailmail.Options.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.mailmail.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.manhole.NoToolkitError.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.manhole.NoToolkitError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.manhole.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.mktap.FirstPassOptions._reportDebug.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.mktap.FirstPassOptions._reportProgress.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.mktap.FirstPassOptions.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.mktap.FirstPassOptions.init.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.mktap.FirstPassOptions.parseArgs.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.mktap.FirstPassOptions.postOptions.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.mktap.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.tap2deb.MyOptions.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.tap2deb.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.tap2rpm.MyOptions.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.tap2rpm.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.tapconvert.ConvertOptions.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.tapconvert.ConvertOptions.postOptions.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.tapconvert.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.tkconch.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.tkmktap.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.tkunzip.ProgressBar.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.tkunzip.ProgressBar.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.tkunzip.ProgressBar.pack.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.tkunzip.ProgressBar.update.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.tkunzip.ProgressBar.updateProgress.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.tkunzip.Progressor.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.tkunzip.Progressor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.tkunzip.Progressor.processAll.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.tkunzip.Progressor.processOne.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.tkunzip.Progressor.setBar.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.tkunzip.Progressor.setIterator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.tkunzip.Progressor.updateBar.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.tkunzip.TkunzipOptions.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.tkunzip.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.trial.Options.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.trial.Options.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.trial.Options.opt_disablegc.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.trial.Options.opt_file.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.trial.Options.opt_method.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.trial.Options.opt_module.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.trial.Options.opt_package.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.trial.Options.opt_reactor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.trial.Options.opt_spew.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.trial.Options.opt_tbformat.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.trial.Options.opt_testcase.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.trial.Options.opt_testmodule.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.trial.Options.parseArgs.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.trial.Options.postOptions.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.trial.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.twistd.ServerOptions.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.twistd.ServerOptions.opt_version.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.twistd.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.twistw.ServerOptions.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.twistw.ServerOptions.opt_version.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.twistw.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.websetroot.Options.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.websetroot.Options.opt_pickle.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.websetroot.Options.opt_script.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.websetroot.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.banana.BananaError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.banana.Canana.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.banana.Canana.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.banana.Canana.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.banana.Canana.sendEncoded.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.banana.Pynana.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.banana.Pynana._encode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.banana.Pynana._selectDialect.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.banana.Pynana.callExpressionReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.banana.Pynana.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.banana.Pynana.connectionReady.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.banana.Pynana.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.banana.Pynana.expressionReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.banana.Pynana.gotItem.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.banana.Pynana.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.banana.Pynana.sendEncoded.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.banana.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.Cacheable.getStateToCacheAndObserveFor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.Cacheable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.Cacheable.jellyFor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.Cacheable.stoppedObserving.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.Copyable.getStateToCopy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.Copyable.getStateToCopyFor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.Copyable.getTypeToCopy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.Copyable.getTypeToCopyFor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.Copyable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.Copyable.jellyFor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.IPBRoot.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.IPBRoot.rootObject.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.Referenceable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.Referenceable.jellyFor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.Referenceable.remoteMessageReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.RemoteCache.__cmp__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.RemoteCache.__del__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.RemoteCache.__hash__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.RemoteCache.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.RemoteCache.jellyFor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.RemoteCache.remoteMessageReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.RemoteCache.unjellyFor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.RemoteCacheMethod.__call__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.RemoteCacheMethod.__cmp__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.RemoteCacheMethod.__hash__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.RemoteCacheMethod.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.RemoteCacheMethod.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.RemoteCacheObserver.__cmp__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.RemoteCacheObserver.__hash__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.RemoteCacheObserver.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.RemoteCacheObserver.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.RemoteCacheObserver.callRemote.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.RemoteCacheObserver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.RemoteCacheObserver.remoteMethod.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.RemoteCopy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.RemoteCopy.setCopyableState.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.RemoteCopy.unjellyFor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.Root.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.Root.rootObject.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.Serializable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.Serializable.processUniqueID.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.ViewPoint.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.ViewPoint.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.ViewPoint.processUniqueID.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.ViewPoint.remoteMessageReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.Viewable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.Viewable.jellyFor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.interfaces.IJellyable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.interfaces.IJellyable.jellyFor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.interfaces.IUnjellyable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.interfaces.IUnjellyable.unjellyFor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.interfaces.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly.DummySecurityOptions.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly.DummySecurityOptions.isClassAllowed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly.DummySecurityOptions.isModuleAllowed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly.DummySecurityOptions.isTypeAllowed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly.InsecureJelly.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly.Jellyable.getStateFor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly.Jellyable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly.Jellyable.jellyFor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly.SecurityOptions.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly.SecurityOptions.allowBasicTypes.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly.SecurityOptions.allowInstancesOf.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly.SecurityOptions.allowModules.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly.SecurityOptions.allowTypes.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly.SecurityOptions.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly.SecurityOptions.isClassAllowed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly.SecurityOptions.isModuleAllowed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly.SecurityOptions.isTypeAllowed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly.Unjellyable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly.Unjellyable.setStateFor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly.Unjellyable.unjellyFor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly.Unpersistable.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly.Unpersistable.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly.Unpersistable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly._Dummy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly._Jellier.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly._Jellier._checkMutable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly._Jellier._cook.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly._Jellier.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly._Jellier.jelly.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly._Jellier.prepare.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly._Jellier.preserve.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly._Jellier.unpersistable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly._Unjellier.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly._Unjellier._unjelly_None.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly._Unjellier._unjelly_boolean.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly._Unjellier._unjelly_class.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly._Unjellier._unjelly_dereference.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly._Unjellier._unjelly_dictionary.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly._Unjellier._unjelly_function.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly._Unjellier._unjelly_instance.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly._Unjellier._unjelly_list.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly._Unjellier._unjelly_method.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly._Unjellier._unjelly_module.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly._Unjellier._unjelly_persistent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly._Unjellier._unjelly_reference.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly._Unjellier._unjelly_tuple.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly._Unjellier._unjelly_unicode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly._Unjellier._unjelly_unpersistable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly._Unjellier.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly._Unjellier.unjelly.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly._Unjellier.unjellyFull.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly._Unjellier.unjellyInto.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly.DummySecurityOptions.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly.DummySecurityOptions.isClassAllowed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly.DummySecurityOptions.isModuleAllowed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly.DummySecurityOptions.isTypeAllowed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly.InsecureJelly.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly.Jellyable.getStateFor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly.Jellyable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly.Jellyable.jellyFor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly.NullReference.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly.SecurityOptions.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly.SecurityOptions.allowBasicTypes.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly.SecurityOptions.allowInstancesOf.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly.SecurityOptions.allowModules.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly.SecurityOptions.allowTypes.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly.SecurityOptions.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly.SecurityOptions.isClassAllowed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly.SecurityOptions.isModuleAllowed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly.SecurityOptions.isTypeAllowed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly.Unjellyable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly.Unjellyable.setStateFor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly.Unjellyable.unjellyFor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly.Unpersistable.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly.Unpersistable.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly.Unpersistable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly._Dummy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly._Jellier.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly._Jellier._checkMutable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly._Jellier.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly._Jellier.jelly.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly._Jellier.prepare.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly._Jellier.preserve.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly._Jellier.unpersistable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly._Unjellier.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly._Unjellier._unjelly_None.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly._Unjellier._unjelly_boolean.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly._Unjellier._unjelly_class.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly._Unjellier._unjelly_dereference.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly._Unjellier._unjelly_dictionary.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly._Unjellier._unjelly_function.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly._Unjellier._unjelly_list.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly._Unjellier._unjelly_method.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly._Unjellier._unjelly_module.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly._Unjellier._unjelly_tuple.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly._Unjellier._unjelly_unicode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly._Unjellier._unjelly_unpersistable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly._Unjellier.getRefId.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly._Unjellier.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly._Unjellier.resolveReference.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly._Unjellier.unjelly.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly._Unjellier.unjellyFull.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly._Unjellier.unjellyInto.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.newjelly.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.AsReferenceable.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.AsReferenceable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.AuthChallenger.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.AuthChallenger._authFail.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.AuthChallenger._authOk.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.AuthChallenger.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.AuthChallenger.remote_respond.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.AuthRoot.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.AuthRoot.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.AuthRoot.rootObject.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.AuthServ.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.AuthServ.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.AuthServ.mkchallenge.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.AuthServ.remote_username.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Avatar.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Avatar.perspectiveMessageReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker._recvMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker._sendAnswer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker._sendError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker._sendFailure.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker._sendMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker.cacheLocally.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker.cacheRemotely.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker.cachedLocallyAs.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker.cachedRemotelyAs.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker.connectionFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker.connectionReady.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker.decCacheRef.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker.dontNotifyOnDisconnect.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker.expressionReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker.localObjectForID.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker.newLocalID.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker.newRequestID.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker.notifyOnConnect.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker.notifyOnDisconnect.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker.notifyOnFail.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker.pauseProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker.proto_answer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker.proto_cachemessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker.proto_decache.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker.proto_decref.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker.proto_didNotUnderstand.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker.proto_error.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker.proto_message.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker.proto_uncache.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker.proto_version.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker.registerPageProducer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker.registerReference.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker.remoteForName.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker.remotelyCachedForLUID.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker.resumeProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker.sendCall.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker.sendDecRef.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker.serialize.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker.setNameForLocal.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker.stopProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker.unserialize.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.BrokerClientFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.BrokerClientFactory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.BrokerClientFactory.clientConnectionFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.BrokerClientFactory.clientConnectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.BrokerClientFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.BrokerFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.BrokerFactory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.BrokerFactory.clientConnectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.BrokerFactory.config_objectToBroker.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.BrokerFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.BrokerFactory.upgradeToVersion2.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.CopiedFailure.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.CopiedFailure.printTraceback.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.CopyableFailure.getStateToCopy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.CopyableFailure.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.DeadReferenceError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Error.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.IPerspective.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.IPerspective.perspectiveMessageReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.IUsernameMD5Password.checkMD5Password.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.IUsernameMD5Password.checkPassword.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.IUsernameMD5Password.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.IdentityConnector.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.IdentityConnector._cbGotAuthRoot.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.IdentityConnector._cbGotIdentity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.IdentityConnector._ebGotIdentity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.IdentityConnector.disconnect.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.IdentityConnector.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.IdentityConnector.requestLogin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.IdentityConnector.requestService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.IdentityWrapper.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.IdentityWrapper._attached.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.IdentityWrapper.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.IdentityWrapper.remote_attach.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Local.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Local.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Local.decref.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Local.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Local.incref.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.PBClientFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.PBClientFactory._cbAuthIdentity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.PBClientFactory._cbGetPerspective.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.PBClientFactory._cbRespondToChallenge.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.PBClientFactory._cbResponse.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.PBClientFactory._cbSendUsername.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.PBClientFactory._failAll.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.PBClientFactory._reset.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.PBClientFactory.clientConnectionFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.PBClientFactory.clientConnectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.PBClientFactory.clientConnectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.PBClientFactory.disconnect.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.PBClientFactory.getPerspective.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.PBClientFactory.getRootObject.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.PBClientFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.PBClientFactory.login.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.PBConnectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.PBServerFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.PBServerFactory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.PBServerFactory.clientConnectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.PBServerFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Perspective.brokerAttached.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Perspective.brokerDetached.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Perspective.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.ProtocolError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.RemoteMethod.__call__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.RemoteMethod.__cmp__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.RemoteMethod.__hash__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.RemoteMethod.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.RemoteMethod.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.RemoteReference.__cmp__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.RemoteReference.__del__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.RemoteReference.__hash__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.RemoteReference.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.RemoteReference._disconnected.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.RemoteReference.callRemote.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.RemoteReference.dontNotifyOnDisconnect.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.RemoteReference.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.RemoteReference.jellyFor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.RemoteReference.notifyOnDisconnect.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.RemoteReference.remoteMethod.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.RemoteReference.unjellyFor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Service.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb._Detacher.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb._Detacher.detach.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb._Detacher.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb._ObjectRetrieval.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb._ObjectRetrieval.connectionFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb._ObjectRetrieval.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb._ObjectRetrieval.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb._ObjectRetrieval.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb._PortalAuthChallenger.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb._PortalAuthChallenger._loggedIn.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb._PortalAuthChallenger.checkMD5Password.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb._PortalAuthChallenger.checkPassword.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb._PortalAuthChallenger.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb._PortalAuthChallenger.remote_respond.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb._PortalRoot.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb._PortalRoot.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb._PortalRoot.rootObject.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb._PortalWrapper.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb._PortalWrapper.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb._PortalWrapper.remote_login.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb._RemoteCacheDummy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.publish.Publishable.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.publish.Publishable.getStateToCacheAndObserveFor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.publish.Publishable.getStateToPublish.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.publish.Publishable.getStateToPublishFor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.publish.Publishable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.publish.Publishable.republish.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.publish.Publishable.view_getStateToPublish.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.publish.RemotePublished.__getstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.publish.RemotePublished._cbGotUpdate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.publish.RemotePublished.activated.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.publish.RemotePublished.callWhenActivated.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.publish.RemotePublished.getFileName.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.publish.RemotePublished.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.publish.RemotePublished.setCopyableState.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.publish.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.refpath.PathReference.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.refpath.PathReference.getChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.refpath.PathReference.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.refpath.PathReferenceContext.__getitem__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.refpath.PathReferenceContext.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.refpath.PathReferenceContext.__setitem__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.refpath.PathReferenceContext.getObject.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.refpath.PathReferenceContext.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.refpath.PathReferenceContextDirectory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.refpath.PathReferenceContextDirectory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.refpath.PathReferenceContextDirectory.remote_callPath.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.refpath.PathReferenceDirectory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.refpath.PathReferenceDirectory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.refpath.PathReferenceDirectory.remote_callPath.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.refpath.PathViewContextDirectory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.refpath.PathViewContextDirectory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.refpath.PathViewContextDirectory.view_callPath.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.refpath.PathViewDirectory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.refpath.PathViewDirectory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.refpath.PathViewDirectory.view_callPath.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.refpath.RemotePathReference.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.refpath.RemotePathReference.callRemote.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.refpath.RemotePathReference.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.refpath.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.sturdy.PerspectiveConnector.__getstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.sturdy.PerspectiveConnector.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.sturdy.PerspectiveConnector._cbConnected.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.sturdy.PerspectiveConnector._ebConnected.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.sturdy.PerspectiveConnector.callRemote.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.sturdy.PerspectiveConnector.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.sturdy.PerspectiveConnector.startConnecting.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.sturdy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.ui.gtk2util.GladeKeeper.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.ui.gtk2util.GladeKeeper._setWidgets.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.ui.gtk2util.GladeKeeper.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.ui.gtk2util.LoginDialog.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.ui.gtk2util.LoginDialog._cancelled.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.ui.gtk2util.LoginDialog._cbGotPerspective.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.ui.gtk2util.LoginDialog._doLogin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.ui.gtk2util.LoginDialog._ebFailedLogin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.ui.gtk2util.LoginDialog._on_advancedButton_toggled.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.ui.gtk2util.LoginDialog._on_loginDialog_close.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.ui.gtk2util.LoginDialog._on_loginDialog_destroy_event.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.ui.gtk2util.LoginDialog._on_loginDialog_response.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.ui.gtk2util.LoginDialog._setWidgets.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.ui.gtk2util.LoginDialog._windowClosed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.ui.gtk2util.LoginDialog.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.ui.gtk2util.LoginDialog.setDefaults.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.ui.gtk2util.LoginDialog.statusMsg.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.ui.gtk2util.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.ui.gtkutil.ButtonBar.getButtonList.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.ui.gtkutil.ButtonBar.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.ui.gtkutil.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.ui.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.ui.tktree.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.ui.tkutil.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.util.CallbackPageCollector.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.util.CallbackPageCollector.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.util.CallbackPageCollector.remote_endedPaging.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.util.CallbackPageCollector.remote_gotPage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.util.LocalAsRemote.callRemote.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.util.LocalAsRemote.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.util.LocalAsRemote.remoteMethod.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.util.LocalAsyncForwarder.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.util.LocalAsyncForwarder._callMethod.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.util.LocalAsyncForwarder.callRemote.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.util.LocalAsyncForwarder.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.util.LocalMethod.__call__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.util.LocalMethod.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.util.LocalMethod.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.util.Pager.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.util.Pager.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.util.Pager.nextPage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.util.Pager.sendNextPage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.util.Pager.stillPaging.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.util.Pager.stopPaging.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.util.StringPager.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.util.StringPager.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.util.StringPager.nextPage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.util.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.conch.Options.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.conch.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.ftp.Options.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.ftp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.manhole.Options.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.manhole.Options.opt_password.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.manhole.Options.postOptions.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.manhole.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.news.DBOptions.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.news.DBOptions.postOptions.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.news.Options.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.news.Options.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.news.Options.opt_group.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.news.Options.opt_moderator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.news.Options.opt_server.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.news.Options.opt_subscription.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.news.PickleOptions.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.news.PickleOptions.postOptions.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.news.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.portforward.Options.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.portforward.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.socks.Options.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.socks.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.telnet.Options.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.telnet.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.toc.Options.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.toc.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.web.Options.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.web.Options.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.web.Options.opt_allow_ignore_ext.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.web.Options.opt_class.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.web.Options.opt_flashconduit.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.web.Options.opt_ignore_ext.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.web.Options.opt_index.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.web.Options.opt_mime_type.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.web.Options.opt_path.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.web.Options.opt_processor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.web.Options.opt_resource_script.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.web.Options.opt_static.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.web.Options.opt_user.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.web.Options.postOptions.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.web.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.words.Options.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.words.Options.opt_bot.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.words.Options.opt_user.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.words.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.crash_test_dummy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.myrebuilder1.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.myrebuilder2.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.process_echoer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.process_tester.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.proto_helpers.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.ssl_helpers.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_app.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_application.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_banana.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_bounce.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_compat.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_context.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_cred.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_defer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_dict.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_dirdbm.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_doc.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_domhelpers.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_domish.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_enterprise.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_error.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_ethernet.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_explorer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_factories.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_failure.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_finger.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_flow.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_formmethod.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_ftp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_hook.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_htb.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_http.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_imap.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_import.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_internet.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_ip.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_irc.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_iutils.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_jabbercomponent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_jabberjid.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_jelly.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_journal.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_log.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_logfile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_loopback.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_mail.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_manhole.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_msn.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_mvc.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_names.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_newcred.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_newjelly.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_news.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_nmea.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_nntp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_paths.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_pb.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_pbfailure.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_pcp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_persisted.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_policies.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_pop3.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_postfix.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_process.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_protocols.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_rawudp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_rebuild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_reflect.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_rootresolve.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_roots.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_setup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_shortcut.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_sip.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_sob.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_spread.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_ssl.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_strports.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_tcp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_tendril.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_text.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_threadpool.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_threads.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_timeoutqueue.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_toc.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_tpfile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_trial.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_udp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_unix.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_usage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_util.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_web.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_webclient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_words.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_woven.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_xishutil.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_xml.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_xmlrpc.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_xmlstream.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_xpath.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.test_zipstream.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.testutils.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.remote.DecodeReport.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.remote.DecodeReport.expressionReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.remote.DecodeReport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.remote.DemoRemoteReporter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.remote.DemoRemoteReporter.printTimeStamped.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.remote.DemoRemoteReporter.remote_reportImportError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.remote.DemoRemoteReporter.remote_reportResults.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.remote.DemoRemoteReporter.remote_reportStart.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.remote.DemoRemoteReporter.remote_start.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.remote.DemoRemoteReporter.remote_stop.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.remote.IRemoteReporter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.remote.IRemoteReporter.remote_reportImportError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.remote.IRemoteReporter.remote_reportResults.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.remote.IRemoteReporter.remote_reportStart.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.remote.IRemoteReporter.remote_start.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.remote.IRemoteReporter.remote_stop.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.remote.JellyReporter.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.remote.JellyReporter.cleanResults.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.remote.JellyReporter.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.remote.JellyReporter.dataReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.remote.JellyReporter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.remote.JellyReporter.jellyMethodCall.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.remote.JellyReporter.makeConnection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.remote.JellyReporter.reportImportError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.remote.JellyReporter.reportResults.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.remote.JellyReporter.reportStart.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.remote.JellyReporter.start.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.remote.JellyReporter.stop.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.remote.NullTransport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.remote.NullTransport.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.remote.OneWayBanana.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.remote.OneWayBanana.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.remote.TrialProcessProtocol.errReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.remote.TrialProcessProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.remote.TrialProcessProtocol.outReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.remote._Demo.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.remote._Demo.startService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.remote.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.reporter.MinimalReporter.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.reporter.MinimalReporter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.reporter.MinimalReporter.stop.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.reporter.Reporter.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.reporter.Reporter.allPassed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.reporter.Reporter.getRunningTime.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.reporter.Reporter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.reporter.Reporter.reportImportError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.reporter.Reporter.reportResults.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.reporter.Reporter.reportStart.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.reporter.Reporter.start.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.reporter.Reporter.stop.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.reporter.TextReporter.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.reporter.TextReporter._formatError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.reporter.TextReporter._formatImportError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.reporter.TextReporter._statusReport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.reporter.TextReporter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.reporter.TextReporter.reportResults.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.reporter.TextReporter.stop.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.reporter.TextReporter.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.reporter.TextReporter.writeln.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.reporter.TimingTextReporter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.reporter.TimingTextReporter.reportResults.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.reporter.TimingTextReporter.reportStart.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.reporter.TreeReporter.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.reporter.TreeReporter.color.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.reporter.TreeReporter.endLine.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.reporter.TreeReporter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.reporter.TreeReporter.reportResults.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.reporter.TreeReporter.reportStart.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.reporter.VerboseTextReporter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.reporter.VerboseTextReporter.reportResults.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.reporter.VerboseTextReporter.reportStart.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.reporter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.runner.ITestRunner.getMethods.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.runner.ITestRunner.getTestClass.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.runner.ITestRunner.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.runner.ITestRunner.numTests.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.runner.ITestRunner.runTest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.runner.ITestRunner.runTests.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.runner.PerformanceSingletonRunner.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.runner.PerformanceSingletonRunner.runTest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.runner.PerformanceTestClassRunner.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.runner.PerformanceTestClassRunner.runTest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.runner.SingletonRunner.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.runner.SingletonRunner.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.runner.SingletonRunner.getMethods.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.runner.SingletonRunner.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.runner.SingletonRunner.numTests.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.runner.SingletonRunner.runTest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.runner.SingletonRunner.runTests.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.runner.TestClassRunner.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.runner.TestClassRunner.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.runner.TestClassRunner.getMethods.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.runner.TestClassRunner.getTestClass.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.runner.TestClassRunner.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.runner.TestClassRunner.numTests.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.runner.TestClassRunner.runTest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.runner.TestClassRunner.runTests.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.runner.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.unittest.FailTest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.unittest.SkipTest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.unittest.TestCase._mktGetCounter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.unittest.TestCase.assertApproximates.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.unittest.TestCase.fail.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.unittest.TestCase.failIf.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.unittest.TestCase.failIfEqual.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.unittest.TestCase.failIfIn.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.unittest.TestCase.failUnless.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.unittest.TestCase.failUnlessEqual.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.unittest.TestCase.failUnlessIdentical.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.unittest.TestCase.failUnlessIn.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.unittest.TestCase.failUnlessRaises.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.unittest.TestCase.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.unittest.TestCase.mktemp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.unittest.TestCase.runReactor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.unittest.TestCase.setUp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.unittest.TestCase.setUpClass.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.unittest.TestCase.tearDown.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.unittest.TestCase.tearDownClass.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.unittest.TestSuite.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.unittest.TestSuite._packageRecurse.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.unittest.TestSuite.addMethod.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.unittest.TestSuite.addModule.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.unittest.TestSuite.addPackage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.unittest.TestSuite.addPackageRecursive.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.unittest.TestSuite.addTestClass.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.unittest.TestSuite.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.unittest.TestSuite.run.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.unittest.Tester.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.unittest.Tester._main.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.unittest.Tester._runPhase.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.unittest.Tester.cleanUp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.unittest.Tester.getResult.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.unittest.Tester.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.unittest.Tester.run.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.unittest.Tester.setUp_and_test.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.unittest.Tester.tearDown.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.unittest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.trial.util.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.client.HTTPClientFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.client.HTTPClientFactory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.client.HTTPClientFactory.clientConnectionFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.client.HTTPClientFactory.gotHeaders.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.client.HTTPClientFactory.gotStatus.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.client.HTTPClientFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.client.HTTPClientFactory.noPage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.client.HTTPClientFactory.page.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.client.HTTPClientFactory.setURL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.client.HTTPDownloader.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.client.HTTPDownloader.gotHeaders.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.client.HTTPDownloader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.client.HTTPDownloader.openFile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.client.HTTPDownloader.pageEnd.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.client.HTTPDownloader.pagePart.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.client.HTTPDownloader.pageStart.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.client.HTTPPageDownloader.handleResponseEnd.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.client.HTTPPageDownloader.handleResponsePart.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.client.HTTPPageDownloader.handleStatus_200.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.client.HTTPPageDownloader.handleStatus_206.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.client.HTTPPageDownloader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.client.HTTPPageGetter.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.client.HTTPPageGetter.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.client.HTTPPageGetter.handleEndHeaders.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.client.HTTPPageGetter.handleHeader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.client.HTTPPageGetter.handleResponse.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.client.HTTPPageGetter.handleStatus.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.client.HTTPPageGetter.handleStatusDefault.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.client.HTTPPageGetter.handleStatus_200.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.client.HTTPPageGetter.handleStatus_301.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.client.HTTPPageGetter.handleStatus_303.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.client.HTTPPageGetter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.client.HTTPPageGetter.timeout.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.client.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.client.unknown-250664348.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.client.unknown-250674148.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.distrib.Issue.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.distrib.Issue.failed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.distrib.Issue.finished.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.distrib.Issue.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.distrib.Request.fail.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.distrib.Request.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.distrib.Request.registerProducer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.distrib.Request.setCopyableState.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.distrib.Request.unregisterProducer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.distrib.ResourcePublisher.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.distrib.ResourcePublisher.getPerspectiveNamed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.distrib.ResourcePublisher.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.distrib.ResourcePublisher.remote_request.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.distrib.ResourcePublisher.upgradeToVersion2.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.distrib.ResourceSubscription.__getstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.distrib.ResourceSubscription.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.distrib.ResourceSubscription.booted.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.distrib.ResourceSubscription.connected.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.distrib.ResourceSubscription.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.distrib.ResourceSubscription.notConnected.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.distrib.ResourceSubscription.render.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.distrib.UserDirectory.getChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.distrib.UserDirectory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.distrib.UserDirectory.wmfactory_base.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.distrib.UserDirectory.wmfactory_directory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.distrib._ReferenceableProducerWrapper.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.distrib._ReferenceableProducerWrapper.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.distrib._ReferenceableProducerWrapper.remote_pauseProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.distrib._ReferenceableProducerWrapper.remote_resumeProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.distrib._ReferenceableProducerWrapper.remote_stopProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.distrib.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.domhandlers.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.domhelpers.NodeLookupError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.domhelpers.RawText.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.domhelpers.RawText.writexml.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.domhelpers.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.dominput.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.domtemplate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.domwidgets.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.error.Error.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.error.Error.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.error.Error.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.error.ErrorPage.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.error.ErrorPage.getChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.error.ErrorPage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.error.ErrorPage.render.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.error.ForbiddenResource.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.error.ForbiddenResource.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.error.NoResource.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.error.NoResource.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.error.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.google.GoogleChecker.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.google.GoogleChecker.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.google.GoogleChecker.handleEndHeaders.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.google.GoogleChecker.handleHeader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.google.GoogleChecker.handleResponseEnd.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.google.GoogleChecker.handleResponsePart.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.google.GoogleChecker.handleStatus.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.google.GoogleChecker.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.google.GoogleCheckerFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.google.GoogleCheckerFactory.clientConnectionFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.google.GoogleCheckerFactory.gotLocation.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.google.GoogleCheckerFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.google.GoogleCheckerFactory.noLocation.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.google.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.guard.AuthForm.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.guard.AuthForm.didntGetIdentity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.guard.AuthForm.didntGetPerspective.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.guard.AuthForm.gotIdentity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.guard.AuthForm.gotPerspective.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.guard.AuthForm.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.guard.AuthForm.passwordIsOk.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.guard.AuthForm.process.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.guard.AuthPage.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.guard.AuthPage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.guard.ResourceGuard.__getattr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.guard.ResourceGuard.__getstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.guard.ResourceGuard.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.guard.ResourceGuard.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.guard.ResourceGuard.listNames.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.guard.ResourceGuard.reallyRender.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.guard.ResourceGuard.render.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.guard.WidgetGuard.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.guard.WidgetGuard.display.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.guard.WidgetGuard.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.guard.WidgetGuard.reallyRender.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.guard._Detacher.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.guard._Detacher.detach.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.guard._Detacher.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.guard.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.html.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.CDATASection.cloneNode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.CDATASection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.CDATASection.writexml.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.CharacterData.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.CharacterData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.CharacterData.isEqualToCharacterData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Comment.cloneNode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Comment.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Comment.writexml.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Document.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Document.appendChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Document.cloneNode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Document.createComment.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Document.createElement.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Document.createTextNode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Document.getElementById.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Document.getElementsByTagName.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Document.get_documentElement.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Document.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Document.isEqualToDocument.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Document.writexml.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Element.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Element.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Element.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Element.addPrefixes.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Element.cloneNode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Element.endTag.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Element.getAttribute.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Element.getAttributeNS.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Element.getAttributeNode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Element.getElementsByTagName.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Element.hasAttribute.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Element.hasAttribute_has_key.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Element.hasAttributes.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Element.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Element.isEqualToElement.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Element.removeAttribute.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Element.removeAttribute_has_key.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Element.setAttribute.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Element.writexml.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.EntityReference.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.EntityReference.cloneNode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.EntityReference.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.EntityReference.isEqualToEntityReference.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.EntityReference.writexml.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.MicroDOMParser.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.MicroDOMParser._fixScriptElement.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.MicroDOMParser._getparent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.MicroDOMParser._gotStandalone.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.MicroDOMParser.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.MicroDOMParser.gotCData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.MicroDOMParser.gotComment.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.MicroDOMParser.gotDoctype.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.MicroDOMParser.gotEntityReference.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.MicroDOMParser.gotTagEnd.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.MicroDOMParser.gotTagStart.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.MicroDOMParser.gotText.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.MicroDOMParser.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.MicroDOMParser.shouldPreserveSpace.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.MismatchedTags.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.MismatchedTags.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.MismatchedTags.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Node.__hash__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Node.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Node.appendChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Node.cloneNode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Node.firstChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Node.hasChildNodes.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Node.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Node.insertBefore.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Node.isEqualToNode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Node.lastChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Node.removeChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Node.replaceChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Node.toprettyxml.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Node.toxml.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Node.writeprettyxml.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Node.writexml.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Text.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Text.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Text.cloneNode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Text.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Text.writexml.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom._Attr.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.lmx.__getattr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.lmx.__getitem__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.lmx.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.lmx.__setitem__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.lmx.add.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.lmx.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.lmx.text.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.monitor.BaseChangeNotified.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.monitor.BaseChangeNotified.reportChange.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.monitor.BaseChangeNotified.reportNoChange.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.monitor.ChangeChecker.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.monitor.ChangeChecker._getPage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.monitor.ChangeChecker.gotMD5.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.monitor.ChangeChecker.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.monitor.ChangeChecker.noPage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.monitor.ChangeChecker.page.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.monitor.ChangeChecker.start.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.monitor.ChangeChecker.stop.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.monitor.IChangeNotified.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.monitor.ProxyChangeChecker.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.monitor.ProxyChangeChecker._getPage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.monitor.ProxyChangeChecker.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.monitor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.proxy.Proxy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.proxy.ProxyClient.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.proxy.ProxyClient.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.proxy.ProxyClient.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.proxy.ProxyClient.handleEndHeaders.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.proxy.ProxyClient.handleHeader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.proxy.ProxyClient.handleResponse.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.proxy.ProxyClient.handleStatus.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.proxy.ProxyClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.proxy.ProxyClientFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.proxy.ProxyClientFactory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.proxy.ProxyClientFactory.clientConnectionFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.proxy.ProxyClientFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.proxy.ProxyRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.proxy.ProxyRequest.process.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.proxy.ReverseProxy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.proxy.ReverseProxyRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.proxy.ReverseProxyRequest.process.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.proxy.ReverseProxyResource.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.proxy.ReverseProxyResource.getChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.proxy.ReverseProxyResource.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.proxy.ReverseProxyResource.render.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.proxy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.resource.IResource.getChildWithDefault.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.resource.IResource.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.resource.IResource.putChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.resource.IResource.render.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.resource.Resource.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.resource.Resource.delEntity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.resource.Resource.getChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.resource.Resource.getChildForRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.resource.Resource.getChildWithDefault.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.resource.Resource.getDynamicEntity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.resource.Resource.getStaticEntity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.resource.Resource.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.resource.Resource.listDynamicEntities.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.resource.Resource.listDynamicNames.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.resource.Resource.listEntities.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.resource.Resource.listNames.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.resource.Resource.listStaticEntities.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.resource.Resource.listStaticNames.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.resource.Resource.putChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.resource.Resource.reallyPutEntity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.resource.Resource.render.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.resource.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.rewrite.RewriterResource.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.rewrite.RewriterResource._rewrite.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.rewrite.RewriterResource.getChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.rewrite.RewriterResource.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.rewrite.RewriterResource.render.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.rewrite.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.script.AlreadyCached.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.script.CacheScanner.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.script.CacheScanner.cache.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.script.CacheScanner.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.script.CacheScanner.recache.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.script.PythonScript.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.script.PythonScript.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.script.PythonScript.render.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.script.ResourceScriptDirectory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.script.ResourceScriptDirectory.getChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.script.ResourceScriptDirectory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.script.ResourceScriptDirectory.render.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.script.ResourceScriptWrapper.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.script.ResourceScriptWrapper.getChildWithDefault.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.script.ResourceScriptWrapper.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.script.ResourceScriptWrapper.render.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.script.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Request.URLPath.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Request.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Request.childLink.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Request.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Request.finish.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Request.getRootURL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Request.getSession.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Request.getStateToCopyFor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Request.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Request.notifyFinish.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Request.prePathURL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Request.process.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Request.processingFailed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Request.rememberRootURL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Request.render.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Request.sibLink.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Request.view_addCookie.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Request.view_finish.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Request.view_registerProducer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Request.view_setETag.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Request.view_setHeader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Request.view_setLastModified.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Request.view_setResponseCode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Request.view_unregisterProducer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Request.view_write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Session.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Session.checkExpired.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Session.expire.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Session.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Session.notifyOnExpire.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Session.touch.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Site.__getstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Site.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Site._mkuid.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Site._openLogFile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Site.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Site.getChildWithDefault.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Site.getResourceFor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Site.getSession.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Site.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Site.makeSession.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Site.render.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.UnsupportedMethod.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.UnsupportedMethod.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server._RemoteProducerWrapper.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server._RemoteProducerWrapper.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.soap.SOAPPublisher._gotError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.soap.SOAPPublisher._gotResult.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.soap.SOAPPublisher._methodNotFound.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.soap.SOAPPublisher._sendResponse.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.soap.SOAPPublisher.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.soap.SOAPPublisher.lookupFunction.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.soap.SOAPPublisher.render.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.soap.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.ASISProcessor.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.ASISProcessor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.ASISProcessor.render.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.Data.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.Data.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.Data.render.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.File.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.File.createPickleChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.File.createSimilarFile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.File.directoryListing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.File.getChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.File.getFileSize.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.File.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.File.ignoreExt.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.File.listEntities.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.File.listNames.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.File.openForReading.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.File.redirect.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.File.render.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.File.upgradeToVersion1.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.File.upgradeToVersion2.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.File.upgradeToVersion3.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.File.upgradeToVersion4.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.File.upgradeToVersion5.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.File.upgradeToVersion6.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.FileTransfer.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.FileTransfer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.FileTransfer.pauseProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.FileTransfer.resumeProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.FileTransfer.stopProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.FileTransfer.view_pauseProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.FileTransfer.view_resumeProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.FileTransfer.view_stopProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.Redirect.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.Redirect.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.Redirect.render.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.Registry.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.Registry.cachePath.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.Registry.getCachedPath.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.Registry.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.Registry.upgradeToVersion1.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.test.Test.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.test.Test.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.test.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.trp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.twcgi.CGIDirectory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.twcgi.CGIDirectory.getChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.twcgi.CGIDirectory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.twcgi.CGIDirectory.render.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.twcgi.CGIProcessProtocol.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.twcgi.CGIProcessProtocol.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.twcgi.CGIProcessProtocol.errReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.twcgi.CGIProcessProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.twcgi.CGIProcessProtocol.outReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.twcgi.CGIProcessProtocol.pauseProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.twcgi.CGIProcessProtocol.processEnded.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.twcgi.CGIProcessProtocol.resumeProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.twcgi.CGIProcessProtocol.stopProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.twcgi.CGIProcessProtocol.view_pauseProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.twcgi.CGIProcessProtocol.view_resumeProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.twcgi.CGIProcessProtocol.view_stopProducing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.twcgi.CGIScript.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.twcgi.CGIScript.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.twcgi.CGIScript.render.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.twcgi.CGIScript.runProcess.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.twcgi.FilteredScript.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.twcgi.FilteredScript.runProcess.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.twcgi.PHP3Script.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.twcgi.PHPScript.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.twcgi.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.util.ChildRedirector.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.util.ChildRedirector.getChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.util.ChildRedirector.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.util.DeferredResource.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.util.DeferredResource._cbChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.util.DeferredResource._ebChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.util.DeferredResource.getChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.util.DeferredResource.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.util.DeferredResource.render.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.util.ParentRedirect.getChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.util.ParentRedirect.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.util.ParentRedirect.render.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.util.Redirect.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.util.Redirect.getChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.util.Redirect.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.util.Redirect.render.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.util.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.vhost.NameVirtualHost.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.vhost.NameVirtualHost._getResourceForRequest.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.vhost.NameVirtualHost.addHost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.vhost.NameVirtualHost.getChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.vhost.NameVirtualHost.getStaticEntity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.vhost.NameVirtualHost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.vhost.NameVirtualHost.listStaticEntities.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.vhost.NameVirtualHost.removeHost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.vhost.NameVirtualHost.render.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.vhost.VHostMonsterResource.getChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.vhost.VHostMonsterResource.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.vhost.VirtualHostCollection.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.vhost.VirtualHostCollection.delEntity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.vhost.VirtualHostCollection.getStaticEntity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.vhost.VirtualHostCollection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.vhost.VirtualHostCollection.listStaticEntities.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.vhost.VirtualHostCollection.reallyPutEntity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.vhost._HostResource.getChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.vhost._HostResource.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.vhost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Container.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Container.display.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Container.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.DataWidget.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.DataWidget.display.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.DataWidget.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Form._displayFormat.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Form._displayProcess.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Form._doProcess.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Form.display.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Form.format.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Form.formatError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Form.getFormFields.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Form.getFormID.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Form.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Form.process.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Form.shouldProcess.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Form.tryAgain.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.FormInputError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Gadget.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Gadget.addFile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Gadget.getChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Gadget.getWidget.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Gadget.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Gadget.pageFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Gadget.putPath.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Gadget.putWidget.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Gadget.render.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Page.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Page.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Page.render.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Presentation.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Presentation.addClassVars.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Presentation.addVariables.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Presentation.display.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Presentation.formatTraceback.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Presentation.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Presentation.prePresent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Presentation.streamCall.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Reloader.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Reloader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Reloader.reload.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.RenderSession.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.RenderSession._addDeferred.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.RenderSession.callback.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.RenderSession.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.RenderSession.keepRendering.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Sentinel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Sidebar.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Sidebar.getList.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Sidebar.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Sidebar.stream.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.StreamWidget.display.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.StreamWidget.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.StreamWidget.stream.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Time.display.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Time.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.TitleBox.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.TitleBox.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.WebWidgetNodeMutator.generate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.WebWidgetNodeMutator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Widget.display.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Widget.getTitle.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Widget.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.WidgetMixin.display.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.WidgetMixin.displayMixedWidget.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.WidgetMixin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.WidgetPage.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.WidgetPage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.WidgetPage.prePresent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.WidgetPage.render.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.WidgetResource.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.WidgetResource.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.WidgetResource.render.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets._RequestDeferral.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets._RequestDeferral.finish.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets._RequestDeferral.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.wmvc.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.controller.BlankPage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.controller.BlankPage.render.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.controller.Controller.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.controller.Controller.aggregateInvalid.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.controller.Controller.aggregateValid.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.controller.Controller.domChanged.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.controller.Controller.exit.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.controller.Controller.gatheredControllers.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.controller.Controller.getChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.controller.Controller.getDynamicChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.controller.Controller.getSubcontroller.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.controller.Controller.handle.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.controller.Controller.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.controller.Controller.importControllerLibrary.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.controller.Controller.makeView.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.controller.Controller.pageRenderComplete.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.controller.Controller.process.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.controller.Controller.render.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.controller.Controller.renderView.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.controller.Controller.setNode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.controller.Controller.setSubcontrollerFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.controller.Controller.setSubmodel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.controller.Controller.setUp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.controller.Controller.setView.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.controller.Controller.setupControllerStack.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.controller.Controller.wchild_index.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.controller.LiveController.clientToServerEvent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.controller.LiveController.domChanged.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.controller.LiveController.gatheredControllers.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.controller.LiveController.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.controller.LiveController.render.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.controller.LiveController.wchild_FlashConduit_swf.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.controller.LiveController.wchild_WebConduit2_js.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.controller.LiveController.wchild_input_html.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.controller.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.dirlist.DirectoryLister.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.dirlist.DirectoryLister.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.dirlist.DirectoryLister.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.dirlist.DirectoryLister.wmfactory_header.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.dirlist.DirectoryLister.wmfactory_listing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.dirlist.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.flashconduit.FlashConduit.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.flashconduit.FlashConduit.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.flashconduit.FlashConduit.finish.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.flashconduit.FlashConduit.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.flashconduit.FlashConduit.lineReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.flashconduit.FlashConduit.writeScript.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.flashconduit.FlashConduitFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.flashconduit.FlashConduitFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.flashconduit.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form.FormDisplayModel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form.FormDisplayModel.initialize.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form.FormErrorModel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form.FormErrorModel.initialize.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form.FormErrorModel.wmfactory_description.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form.FormErrorWidget.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form.FormErrorWidget.setUp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form.FormFillerWidget.convergeInput.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form.FormFillerWidget.createInput.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form.FormFillerWidget.createShell.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form.FormFillerWidget.getValue.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form.FormFillerWidget.getValues.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form.FormFillerWidget.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form.FormFillerWidget.input_boolean.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form.FormFillerWidget.input_checkgroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form.FormFillerWidget.input_choice.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form.FormFillerWidget.input_date.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form.FormFillerWidget.input_file.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form.FormFillerWidget.input_group.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form.FormFillerWidget.input_hidden.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form.FormFillerWidget.input_password.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form.FormFillerWidget.input_radiogroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form.FormFillerWidget.input_single.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form.FormFillerWidget.input_string.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form.FormFillerWidget.input_submit.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form.FormFillerWidget.input_text.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form.FormFillerWidget.input_verifiedpassword.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form.FormFillerWidget.setUp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form.FormProcessor.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form.FormProcessor.errorModelFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form.FormProcessor.errorViewFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form.FormProcessor.getArgs.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form.FormProcessor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form.FormProcessor.mangle_multi.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form.FormProcessor.mangle_single.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form.FormProcessor.modelFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form.FormProcessor.render.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form.FormProcessor.viewFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form._RequestHack.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form._RequestHack.wmfactory_hack.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.form.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.guard.GuardSession.__getstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.guard.GuardSession.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.guard.GuardSession.__setstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.guard.GuardSession._getSelf.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.guard.GuardSession.checkExpired.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.guard.GuardSession.clientForService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.guard.GuardSession.expire.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.guard.GuardSession.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.guard.GuardSession.notifyOnExpire.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.guard.GuardSession.portalLogout.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.guard.GuardSession.resourceForPortal.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.guard.GuardSession.setClientForService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.guard.GuardSession.setLifetime.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.guard.GuardSession.setResourceForPortal.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.guard.GuardSession.touch.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.guard.PerspectiveWrapper.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.guard.PerspectiveWrapper.getChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.guard.PerspectiveWrapper.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.guard.SessionWrapper.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.guard.SessionWrapper.getChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.guard.SessionWrapper.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.guard.SessionWrapper.render.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.guard.UsernamePasswordWrapper.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.guard.UsernamePasswordWrapper._ebFilter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.guard.UsernamePasswordWrapper.getChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.guard.UsernamePasswordWrapper.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.guard.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.Anything.check.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.Anything.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.DefaultHandler.handle.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.DefaultHandler.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.DictAggregator.aggregateInvalid.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.DictAggregator.aggregateValid.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.DictAggregator.exit.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.DictAggregator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.Float.check.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.Float.handleInvalid.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.Float.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.InputHandler.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.InputHandler.aggregateInvalid.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.InputHandler.aggregateValid.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.InputHandler.check.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.InputHandler.commit.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.InputHandler.dispatchCheckResult.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.InputHandler.getInput.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.InputHandler.handle.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.InputHandler.handleInvalid.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.InputHandler.handleValid.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.InputHandler.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.InputHandler.initialize.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.InputHandler.setNode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.Integer.check.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.Integer.handleInvalid.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.Integer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.List.check.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.List.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.ListAggregator.aggregateInvalid.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.ListAggregator.aggregateValid.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.ListAggregator.commit.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.ListAggregator.exit.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.ListAggregator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.SingleValue.getInput.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.SingleValue.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.interfaces.IController.__adapt__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.interfaces.IController.getSubcontroller.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.interfaces.IController.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.interfaces.IController.importControllerLibrary.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.interfaces.IController.setSubcontrollerFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.interfaces.IController.setView.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.interfaces.IModel.addView.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.interfaces.IModel.getData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.interfaces.IModel.getSubmodel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.interfaces.IModel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.interfaces.IModel.lookupSubmodel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.interfaces.IModel.notify.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.interfaces.IModel.removeView.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.interfaces.IModel.setData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.interfaces.IModel.setSubmodel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.interfaces.IView.__adapt__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.interfaces.IView.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.interfaces.IView.controllerFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.interfaces.IView.getSubview.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.interfaces.IView.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.interfaces.IView.importViewLibrary.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.interfaces.IView.modelChanged.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.interfaces.IView.setController.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.interfaces.IView.setSubviewFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.interfaces.IWovenLivePage.getCurrentPage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.interfaces.IWovenLivePage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.interfaces.IWovenLivePage.sendJavaScript.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.interfaces.IWovenLivePage.setCurrentPage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.interfaces.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.AttributeModel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.AttributeModel.submodelFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.AttributeWrapper.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.AttributeWrapper.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.DeferredWrapper.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.DeferredWrapper.setData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.DictionaryModel.dataWillChange.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.DictionaryModel.getSubmodel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.DictionaryModel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.DictionaryModel.setSubmodel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.Link.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.Link.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.ListModel.__getitem__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.ListModel.__len__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.ListModel.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.ListModel.__setitem__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.ListModel.dataWillChange.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.ListModel.getSubmodel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.ListModel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.ListModel.setSubmodel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.MethodModel.getSubmodel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.MethodModel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.MethodModel.submodelCheck.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.MethodModel.submodelFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.Model.__getstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.Model.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.Model.addSubview.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.Model.addView.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.Model.dataWillChange.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.Model.getData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.Model.getSubmodel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.Model.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.Model.initialize.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.Model.invalidateCache.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.Model.lookupSubmodel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.Model.notify.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.Model.removeView.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.Model.setData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.Model.setGetter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.Model.setSetter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.Model.setSubmodel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.Model.submodelCheck.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.Model.submodelFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.ObjectWrapper.getSubmodel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.ObjectWrapper.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.ObjectWrapper.setSubmodel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.StringModel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.StringModel.setSubmodel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.UnsafeObjectWrapper.getSubmodel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.UnsafeObjectWrapper.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.Wrapper.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.Wrapper.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.Wrapper.dataWillChange.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.Wrapper.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model._Nothing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.page.LivePage.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.page.LivePage.getChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.page.LivePage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.page.LivePage.renderView.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.page.Page.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.page.Page.getChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.page.Page.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.page.Page.renderView.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.page.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.simpleguard.Authenticated.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.simpleguard.Authenticated.__nonzero__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.simpleguard.Authenticated.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.simpleguard.MarkAuthenticatedResource.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.simpleguard.MarkAuthenticatedResource.getChildWithDefault.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.simpleguard.MarkAuthenticatedResource.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.simpleguard.MarkAuthenticatedResource.render.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.simpleguard.MarkingRealm.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.simpleguard.MarkingRealm.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.simpleguard.MarkingRealm.requestAvatar.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.simpleguard.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.tapestry.ModelLoader.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.tapestry.ModelLoader.getChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.tapestry.ModelLoader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.tapestry.ModelLoader.loadModel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.tapestry.ModelLoader.loadModelNow.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.tapestry.ModelLoader.modelClass.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.tapestry.Tapestry.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.tapestry.Tapestry.getChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.tapestry.Tapestry.getSubview.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.tapestry.Tapestry.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.tapestry.Tapestry.makeView.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.tapestry.Tapestry.render.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.tapestry.Tapestry.templateMutate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.tapestry.TapestryView.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.tapestry.TapestryView.lookupTemplate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.tapestry.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.template.DOMController.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.template.DOMController.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.template.DOMController.process.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.template.DOMController.render.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.template.DOMController.setUp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.template.DOMTemplate.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.template.DOMTemplate.dispatchResult.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.template.DOMTemplate.dispatchResultCallback.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.template.DOMTemplate.getTemplate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.template.DOMTemplate.handleDocument.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.template.DOMTemplate.handleNode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.template.DOMTemplate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.template.DOMTemplate.lookupTemplate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.template.DOMTemplate.recurseChildren.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.template.DOMTemplate.render.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.template.DOMTemplate.renderFailure.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.template.DOMTemplate.sendPage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.template.DOMTemplate.setUp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.template.INodeMutator.generate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.template.INodeMutator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.template.NodeMutator.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.template.NodeMutator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.template.NodeNodeMutator.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.template.NodeNodeMutator.generate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.template.NodeNodeMutator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.template.NoneNodeMutator.generate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.template.NoneNodeMutator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.template.StringNodeMutator.generate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.template.StringNodeMutator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.template.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.utils.GetFunction.__call__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.utils.GetFunction.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.utils.GetFunction.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.utils.Script.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.utils.Script.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.utils.SetId.__call__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.utils.SetId.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.utils.SetId.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.utils.Stack.__getitem__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.utils.Stack.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.utils.Stack.__len__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.utils.Stack.clone.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.utils.Stack.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.utils.Stack.peek.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.utils.Stack.poke.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.utils.Stack.pop.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.utils.Stack.push.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.utils.WovenLivePage.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.utils.WovenLivePage.getCurrentPage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.utils.WovenLivePage.hookupInputConduit.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.utils.WovenLivePage.hookupOutputConduit.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.utils.WovenLivePage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.utils.WovenLivePage.pushThroughInputConduit.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.utils.WovenLivePage.sendScript.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.utils.WovenLivePage.setCurrentPage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.utils.WovenLivePage.unhookOutputConduit.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.utils.WovenLivePage.write.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.utils.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.view.LiveView.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.view.LiveView.wvfactory_webConduitGlue.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.view.LiveView.wvupdate_woven_flashConduitSessionView.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.view.View.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.view.View.__setitem__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.view.View.dispatchResult.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.view.View.dispatchResultCallback.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.view.View.generate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.view.View.getChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.view.View.getChildWithDefault.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.view.View.getNodeController.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.view.View.getNodeModel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.view.View.getNodeView.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.view.View.getSubview.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.view.View.getTemplate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.view.View.handleControllerResults.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.view.View.handleDocument.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.view.View.handleNewNode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.view.View.handleNode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.view.View.handleOutstanding.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.view.View.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.view.View.importViewLibrary.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.view.View.lookupTemplate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.view.View.modelChanged.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.view.View.recurseChildren.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.view.View.render.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.view.View.renderFailure.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.view.View.sendPage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.view.View.setController.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.view.View.setNode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.view.View.setSubmodel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.view.View.setSubviewFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.view.View.setUp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.view.View.setupAllStacks.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.view.View.setupViewStack.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.view.View.unlinkViews.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.view.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Anchor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Anchor.initialize.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Anchor.setLink.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Anchor.setParameter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Anchor.setRaw.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Anchor.setText.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Anchor.setUp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Attributes.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Attributes.setUp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Bold.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Br.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Break.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Break.setUp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Button.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Button.setUp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Cell.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.CheckBox.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.CheckBox.setUp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.ColumnList.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.ColumnList.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.ColumnList.setColumns.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.ColumnList.setEnd.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.ColumnList.setStart.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.ColumnList.setUp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.DefaultWidget.generate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.DefaultWidget.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.DefaultWidget.modelChanged.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.DeferredWidget.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.DeferredWidget.setDataCallback.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.DirectoryAnchor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Div.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Dummy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Error.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Error.generateDOM.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Error.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.ExpandMacro.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.ExpandMacro.generate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.ExpandMacro.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.File.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.File.setUp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Hidden.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Hidden.setUp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Image.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Image.setUp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Input.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Input.setSubmodel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Input.setUp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.InputText.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.InputText.setUp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.KeyedList._iterateData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.KeyedList.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Link.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Link.setUp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.List._iterateData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.List.generateDOM.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.List.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Option.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Option.initialize.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Option.setText.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Option.setUp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Option.setValue.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.ParagraphText.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.ParagraphText.setUp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.PasswordText.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.PasswordText.setUp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.RadioButton.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.RadioButton.setUp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.RawText.generateDOM.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.RawText.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.RootRelativeLink.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.RootRelativeLink.setUp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Row.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Select.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Span.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.SubAnchor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.SubAnchor.initialize.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Table.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Text.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Text.generate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Text.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Text.setUp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Widget.__getitem__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Widget.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Widget.__setitem__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Widget._regenerate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Widget._reset.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Widget.add.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Widget.addEventHandler.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Widget.addUpdateMethod.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Widget.appendChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Widget.cleanNode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Widget.generate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Widget.generateDOM.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Widget.getAllPatterns.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Widget.getData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Widget.getPattern.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Widget.getTopModel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Widget.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Widget.initialize.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Widget.insert.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Widget.modelChanged.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Widget.onEvent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Widget.setData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Widget.setDataCallback.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Widget.setError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Widget.setNode.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Widget.setSubmodel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Widget.setUp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.xmlrpc.Handler.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.xmlrpc.Handler.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.xmlrpc.Handler.run.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.xmlrpc.NoSuchFunction.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.xmlrpc.Proxy.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.xmlrpc.Proxy.callRemote.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.xmlrpc.Proxy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.xmlrpc.QueryFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.xmlrpc.QueryFactory.badStatus.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.xmlrpc.QueryFactory.clientConnectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.xmlrpc.QueryFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.xmlrpc.QueryFactory.parseResponse.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.xmlrpc.QueryProtocol.connectionMade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.xmlrpc.QueryProtocol.handleResponse.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.xmlrpc.QueryProtocol.handleStatus.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.xmlrpc.QueryProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.xmlrpc.XMLRPC.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.xmlrpc.XMLRPC._cbRender.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.xmlrpc.XMLRPC._ebRender.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.xmlrpc.XMLRPC._getFunction.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.xmlrpc.XMLRPC._listFunctions.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.xmlrpc.XMLRPC.getSubHandler.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.xmlrpc.XMLRPC.getSubHandlerPrefixes.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.xmlrpc.XMLRPC.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.xmlrpc.XMLRPC.putSubHandler.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.xmlrpc.XMLRPC.render.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.xmlrpc.XMLRPCIntrospection.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.xmlrpc.XMLRPCIntrospection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.xmlrpc.XMLRPCIntrospection.xmlrpc_listMethods.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.xmlrpc.XMLRPCIntrospection.xmlrpc_methodHelp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.xmlrpc.XMLRPCIntrospection.xmlrpc_methodSignature.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.xmlrpc.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.botbot.BotBot.bot_blowup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.botbot.BotBot.bot_list.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.botbot.BotBot.bot_new.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.botbot.BotBot.bot_rebuild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.botbot.BotBot.bot_tlist.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.botbot.BotBot.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.botbot.BotBot.loadBotList.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.botbot.BotBot.receiveDirectMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.botbot.BotBot.setupBot.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.botbot.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.callRemote.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.failedLogin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_AWAY.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_CONNECT.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_DIE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_ERROR.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_INFO.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_INVITE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_ISON.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_JOIN.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_KICK.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_KILL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_LINKS.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_LIST.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_LUSERS.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_MODE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_MOTD.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_NAMES.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_NICK.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_NOTICE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_OPER.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_PART.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_PASS.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_PING.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_PONG.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_PRIVMSG.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_QUIT.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_REHASH.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_RESTART.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_SERVICE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_SERVLIST.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_SQUERY.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_SQUIT.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_STATS.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_SUMMON.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_TIME.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_TOPIC.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_TRACE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_USER.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_USERHOST.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_USERS.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_VERSION.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_WALLOPS.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_WHO.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_WHOIS.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_WHOWAS.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_channelMODE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.irc_unknown.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.logInAs.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.loggedInAs.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.memberJoined.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.memberLeft.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.notLoggedIn.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.notifyStatusChanged.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.receiveContactList.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.receiveDirectMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.receiveGroupMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.sendMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.setGroupMetadata.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCChatter.successfulLogin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCGateway.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCGateway.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.IRCGateway.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.ircservice.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Group.__getstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Group.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Group.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Group.addMember.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Group.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Group.removeMember.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Group.sendMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Group.setMetadata.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Group.upgradeToVersion1.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.IWordsClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.IWordsClient.memberJoined.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.IWordsClient.memberLeft.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.IWordsClient.notifyStatusChanged.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.IWordsClient.receiveContactList.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.IWordsClient.receiveDirectMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.IWordsClient.receiveGroupMembers.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.IWordsClient.receiveGroupMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.IWordsClient.setGroupMetadata.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.IWordsPolicy.getNameFor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.IWordsPolicy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.IWordsPolicy.lookUpParticipant.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.NormalPolicy.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.NormalPolicy.getNameFor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.NormalPolicy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.NormalPolicy.lookUpParticipant.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.NotInCollectionError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.NotInGroupError.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.NotInGroupError.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.NotInGroupError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Participant.__getstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Participant.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Participant.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Participant.addContact.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Participant.attached.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Participant.changeStatus.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Participant.detached.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Participant.directMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Participant.getGroupMembers.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Participant.getGroupMetadata.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Participant.groupMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Participant.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Participant.joinGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Participant.leaveGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Participant.memberJoined.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Participant.memberLeft.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Participant.notifyStatusChanged.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Participant.perspective_setGroupMetadata.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Participant.receiveDirectMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Participant.receiveGroupMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Participant.removeContact.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Participant.setGroupMetadata.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Participant.stopTranscribing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Participant.transcribeConversationWith.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Participant.upgradeToVersion2.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Service.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Service.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Service.addBot.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Service.createPerspective.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Service.deleteBot.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Service.getGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Service.getPerspectiveNamed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Service.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Service.upgradeToVersion1.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Service.upgradeToVersion3.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Service.upgradeToVersion4.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Transcript.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Transcript.endTranscript.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Transcript.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Transcript.logMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.UserNonexistantError.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.UserNonexistantError.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.UserNonexistantError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.WordsClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.WordsClient.memberJoined.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.WordsClient.memberLeft.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.WordsClient.notifyStatusChanged.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.WordsClient.receiveContactList.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.WordsClient.receiveDirectMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.WordsClient.receiveGroupMembers.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.WordsClient.receiveGroupMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.WordsClient.setGroupMetadata.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.WordsError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.WrongStatusError.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.WrongStatusError.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.WrongStatusError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.ProxiedParticipant.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.ProxiedParticipant.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.ProxiedParticipant.receiveDirectMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.ProxiedParticipant.setNick.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilFactory.__getstate__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilFactory.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilFactory.buildProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilFactory.get_errorGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilFactory.get_groupList.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilFactory.set_errorGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilFactory.set_groupList.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilFactory.set_helptext.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilFactory.set_nickname.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilFactory.set_wordsService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilFactory.startFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilIRC.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilIRC.action.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilIRC.botUnknown.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilIRC.bot_DCC.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilIRC.bot_help.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilIRC.bot_msg.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilIRC.connectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilIRC.ctcpQuery_DCC.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilIRC.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilIRC.irc_ERR_BANNEDFROMCHAN.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilIRC.irc_ERR_NOTREGISTERED.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilIRC.irc_INVITE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilIRC.irc_JOIN.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilIRC.irc_KICK.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilIRC.irc_NICK.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilIRC.irc_PART.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilIRC.irc_QUIT.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilIRC.irc_TOPIC.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilIRC.lineReceived.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilIRC.log.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilIRC.noticed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilIRC.privmsg.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilIRC.sendLine.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilIRC.signedOn.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilWords.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilWords._getClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilWords._getParticipant.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilWords._newParticipant.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilWords.attach.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilWords.attachToWords.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilWords.changeParticipantNick.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilWords.detach.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilWords.directMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilWords.evacuateGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilWords.groupMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilWords.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilWords.ircConnectionLost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilWords.ircPartParticipant.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilWords.ircParticipantMsg.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilWords.isThisMine.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilWords.joinGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilWords.leaveGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilWords.logoutParticipant.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilWords.memberJoined.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilWords.memberLeft.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilWords.msgFromWords.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilWords.receiveGroupMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilWords.setIrc.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilWords.setupBot.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.webwords.AccountCreationWidget.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.webwords.AccountCreationWidget.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.webwords.AccountCreationWidget.process.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.webwords.AccountCreationWidget.upgradeToVersion1.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.webwords.Page.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.webwords.ParticipantInfoWidget.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.webwords.ParticipantInfoWidget.display.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.webwords.ParticipantInfoWidget.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.webwords.ParticipantListWidget.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.webwords.ParticipantListWidget.display.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.webwords.ParticipantListWidget.getWidget.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.webwords.ParticipantListWidget.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.webwords.ParticipantListWidget.upgradeToVersion1.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.webwords.ParticipantListWidget.upgradeToVersion2.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.webwords.WebWordsAdminSite.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.webwords.WebWordsAdminSite.upgradeToVersion2.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.webwords.WordsGadget.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.webwords.WordsGadget.display.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.webwords.WordsGadget.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.webwords.WordsGadget.upgradeToVersion1.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.webwords.WordsGadget.upgradeToVersion2.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.webwords.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.Element.__delitem__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.Element.__getattr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.Element.__getitem__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.Element.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.Element.__setitem__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.Element.__str__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.Element._dqa.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.Element.addChild.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.Element.addContent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.Element.addElement.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.Element.addRawXml.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.Element.addUniqueId.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.Element.compareAttribute.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.Element.elements.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.Element.firstChildElement.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.Element.getAttribute.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.Element.hasAttribute.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.Element.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.Element.swapAttributeValues.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.Element.toXml.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.ExpatElementStream.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.ExpatElementStream._onCdata.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.ExpatElementStream._onEndElement.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.ExpatElementStream._onEndNamespace.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.ExpatElementStream._onStartElement.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.ExpatElementStream._onStartNamespace.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.ExpatElementStream.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.ExpatElementStream.parse.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.Namespace.__getattr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.Namespace.__getitem__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.Namespace.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.Namespace.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.ParserError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.SerializedXML.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.SuxElementStream.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.SuxElementStream.findUri.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.SuxElementStream.gotCData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.SuxElementStream.gotComment.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.SuxElementStream.gotEntityReference.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.SuxElementStream.gotTagEnd.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.SuxElementStream.gotTagStart.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.SuxElementStream.gotText.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.SuxElementStream.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish._ListSerializer.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish._ListSerializer.getPrefix.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish._ListSerializer.getValue.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish._ListSerializer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish._ListSerializer.serialize.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish._Serializer.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish._Serializer.getPrefix.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish._Serializer.getValue.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish._Serializer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish._Serializer.serialize.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.domish.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.utility.CallbackList.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.utility.CallbackList.addCallback.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.utility.CallbackList.callback.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.utility.CallbackList.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.utility.CallbackList.removeCallback.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.utility.EventDispatcher.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.utility.EventDispatcher._addObserver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.utility.EventDispatcher._isEvent.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.utility.EventDispatcher.addObserver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.utility.EventDispatcher.addOnetimeObserver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.utility.EventDispatcher.dispatch.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.utility.EventDispatcher.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.utility.EventDispatcher.removeObserver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.utility._MethodWrapper.__call__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.utility._MethodWrapper.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.utility._MethodWrapper.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.utility.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpath.AttribValue.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpath.AttribValue.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpath.AttribValue.value.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpath.AttribValue.value_ns.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpath.CompareValue.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpath.CompareValue._compareEqual.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpath.CompareValue._compareNotEqual.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpath.CompareValue.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpath.IndexValue.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpath.IndexValue.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpath.IndexValue.value.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpath.LiteralValue.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpath.LiteralValue.value.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpath.XPathQuery.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpath.XPathQuery.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpath.XPathQuery.matches.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpath.XPathQuery.queryForNodes.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpath.XPathQuery.queryForString.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpath.XPathQuery.queryForStringList.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpath._Location.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpath._Location.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpath._Location.matches.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpath._Location.matchesPredicates.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpath._Location.queryForNodes.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpath._Location.queryForString.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpath._Location.queryForStringList.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpath._juserhost_Function.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpath._juserhost_Function.setParams.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpath._juserhost_Function.value.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpath._not_Function.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpath._not_Function.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpath._not_Function.setParams.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpath._not_Function.value.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpath._text_Function.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpath._text_Function.setParams.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpath._text_Function.value.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpath.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpathparser.NoMoreTokens.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpathparser.Parser.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpathparser.Parser._peek.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpathparser.Parser._scan.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpathparser.Parser.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpathparser.Scanner.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpathparser.Scanner.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpathparser.Scanner.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpathparser.Scanner.scan.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpathparser.Scanner.token.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpathparser.SyntaxError.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpathparser.SyntaxError.__repr__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpathparser.SyntaxError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpathparser.XPathParser.CMP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpathparser.XPathParser.EXPR.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpathparser.XPathParser.PATH.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpathparser.XPathParser.PREDICATE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpathparser.XPathParser.STR.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpathparser.XPathParser.VALUE.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpathparser.XPathParser.XPATH.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpathparser.XPathParser.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpathparser.XPathParserScanner.__init__.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpathparser.XPathParserScanner.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.xish.xpathparser.html
%%PORTDOCS%%share/doc/twisted/benchmarks/failure.py
%%PORTDOCS%%share/doc/twisted/benchmarks/timer.py
%%PORTDOCS%%share/doc/twisted/benchmarks/tpclient.py
@@ -5563,6 +9935,15 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/zoot/zoottap.pyo
%%PORTDOCS%%share/doc/twisted/fun/register.html
%%PORTDOCS%%share/doc/twisted/historic/2002/ipc10/twisted-network-framework/errata.html
%%PORTDOCS%%share/doc/twisted/historic/2002/ipc10/twisted-network-framework/index.html
+%%PORTDOCS%%share/doc/twisted/historic/2003/europython/doanddont.html
+%%PORTDOCS%%share/doc/twisted/historic/2003/europython/index.html
+%%PORTDOCS%%share/doc/twisted/historic/2003/europython/lore.html
+%%PORTDOCS%%share/doc/twisted/historic/2003/europython/slides-template.tpl
+%%PORTDOCS%%share/doc/twisted/historic/2003/europython/tw-deploy.html
+%%PORTDOCS%%share/doc/twisted/historic/2003/europython/twisted.html
+%%PORTDOCS%%share/doc/twisted/historic/2003/europython/webclients.html
+%%PORTDOCS%%share/doc/twisted/historic/2003/haifux/haifux.html
+%%PORTDOCS%%share/doc/twisted/historic/2003/haifux/notes.html
%%PORTDOCS%%share/doc/twisted/historic/2003/pycon/applications/applications
%%PORTDOCS%%share/doc/twisted/historic/2003/pycon/applications/applications.html
%%PORTDOCS%%share/doc/twisted/historic/2003/pycon/applications/pynfo-chart.png
@@ -5599,7 +9980,7 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/zoot/zoottap.pyo
%%PORTDOCS%%share/doc/twisted/historic/2003/pycon/twisted-internet/twisted-internet.py
%%PORTDOCS%%share/doc/twisted/historic/2003/pycon/twisted-reality/componentized.svg
%%PORTDOCS%%share/doc/twisted/historic/2003/pycon/twisted-reality/twisted-reality.html
-%%PORTDOCS%%share/doc/twisted/historic/index.html
+%%PORTDOCS%%share/doc/twisted/historic/index.xhtml
%%PORTDOCS%%share/doc/twisted/historic/ipc10errata.html
%%PORTDOCS%%share/doc/twisted/historic/ipc10paper.html
%%PORTDOCS%%share/doc/twisted/historic/stylesheet.css
@@ -5657,8 +10038,6 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/zoot/zoottap.pyo
%%PORTDOCS%%share/doc/twisted/howto/im.xhtml
%%PORTDOCS%%share/doc/twisted/howto/index.html
%%PORTDOCS%%share/doc/twisted/howto/index.xhtml
-%%PORTDOCS%%share/doc/twisted/howto/installing-twisted.html
-%%PORTDOCS%%share/doc/twisted/howto/installing-twisted.xhtml
%%PORTDOCS%%share/doc/twisted/howto/internet-overview.html
%%PORTDOCS%%share/doc/twisted/howto/internet-overview.xhtml
%%PORTDOCS%%share/doc/twisted/howto/listings/HelloWorld/HelloWorld.html
@@ -5688,9 +10067,48 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/zoot/zoottap.pyo
%%PORTDOCS%%share/doc/twisted/howto/listings/TwistedQuotes/webquote.rtl
%%PORTDOCS%%share/doc/twisted/howto/listings/TwistedQuotes/xmlAndSoapQuote.py
%%PORTDOCS%%share/doc/twisted/howto/listings/TwistedQuotes/xmlquote.rpy
-%%PORTDOCS%%share/doc/twisted/howto/listings/application/app1.py
-%%PORTDOCS%%share/doc/twisted/howto/listings/application/app2.py
-%%PORTDOCS%%share/doc/twisted/howto/listings/application/app3.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/etc.users
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/finger/__init__.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/finger/finger.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/finger/plugins.tml
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/finger/tap.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/finger01.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/finger02.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/finger03.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/finger04.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/finger05.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/finger06.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/finger07.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/finger08.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/finger09.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/finger10.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/finger11.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/finger12.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/finger13.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/finger14.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/finger15.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/finger16.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/finger17.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/finger18.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/finger19.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/finger19a.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/finger19a_changes.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/finger19b.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/finger19b_changes.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/finger19c.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/finger19c_changes.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/finger20.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/finger21.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/finger22.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/fingerPBclient.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/fingerXRclient.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/finger_config.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/fingerproxy.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/organized-finger.tac
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/pb.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/simple-finger.tac
+%%PORTDOCS%%share/doc/twisted/howto/listings/finger/xr.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/guard/login.py
%%PORTDOCS%%share/doc/twisted/howto/listings/lore/1st_example.html
%%PORTDOCS%%share/doc/twisted/howto/listings/lore/factory.py-1
%%PORTDOCS%%share/doc/twisted/howto/listings/lore/factory.py-2
@@ -5705,6 +10123,8 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/zoot/zoottap.pyo
%%PORTDOCS%%share/doc/twisted/howto/listings/pb/cache_classes.py
%%PORTDOCS%%share/doc/twisted/howto/listings/pb/cache_receiver.py
%%PORTDOCS%%share/doc/twisted/howto/listings/pb/cache_sender.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/pb/chatclient.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/pb/chatserver.py
%%PORTDOCS%%share/doc/twisted/howto/listings/pb/copy2_classes.py
%%PORTDOCS%%share/doc/twisted/howto/listings/pb/copy2_receiver.py
%%PORTDOCS%%share/doc/twisted/howto/listings/pb/copy2_sender.py
@@ -5744,8 +10164,6 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/zoot/zoottap.pyo
%%PORTDOCS%%share/doc/twisted/howto/livepage.xhtml
%%PORTDOCS%%share/doc/twisted/howto/lore.html
%%PORTDOCS%%share/doc/twisted/howto/lore.xhtml
-%%PORTDOCS%%share/doc/twisted/howto/manhole.html
-%%PORTDOCS%%share/doc/twisted/howto/manhole.xhtml
%%PORTDOCS%%share/doc/twisted/howto/modelindepth.html
%%PORTDOCS%%share/doc/twisted/howto/modelindepth.xhtml
%%PORTDOCS%%share/doc/twisted/howto/names.html
@@ -5797,6 +10215,8 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/zoot/zoottap.pyo
%%PORTDOCS%%share/doc/twisted/howto/threading.xhtml
%%PORTDOCS%%share/doc/twisted/howto/time.html
%%PORTDOCS%%share/doc/twisted/howto/time.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/tutorial.html
+%%PORTDOCS%%share/doc/twisted/howto/tutorial.xhtml
%%PORTDOCS%%share/doc/twisted/howto/twisted-pair.html
%%PORTDOCS%%share/doc/twisted/howto/twisted-pair.xhtml
%%PORTDOCS%%share/doc/twisted/howto/udp.html
@@ -5814,6 +10234,8 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/zoot/zoottap.pyo
%%PORTDOCS%%share/doc/twisted/howto/web-overview.html
%%PORTDOCS%%share/doc/twisted/howto/web-overview.xhtml
%%PORTDOCS%%share/doc/twisted/howto/website-template.tpl
+%%PORTDOCS%%share/doc/twisted/howto/woven-reference.html
+%%PORTDOCS%%share/doc/twisted/howto/woven-reference.xhtml
%%PORTDOCS%%share/doc/twisted/howto/woven.html
%%PORTDOCS%%share/doc/twisted/howto/woven.xhtml
%%PORTDOCS%%share/doc/twisted/howto/xmlrpc.html
@@ -5843,12 +10265,22 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/zoot/zoottap.pyo
%%PORTDOCS%%share/doc/twisted/img/woven_before.png
%%PORTDOCS%%share/doc/twisted/img/woven_overview.png
%%PORTDOCS%%share/doc/twisted/legal/contributor-agreement.html
-%%PORTDOCS%%share/doc/twisted/man/im-man.xhtml
-%%PORTDOCS%%share/doc/twisted/man/manhole-man.xhtml
-%%PORTDOCS%%share/doc/twisted/man/mktap-man.xhtml
-%%PORTDOCS%%share/doc/twisted/man/t-im-man.xhtml
-%%PORTDOCS%%share/doc/twisted/man/tapconvert-man.xhtml
-%%PORTDOCS%%share/doc/twisted/man/twistd-man.xhtml
+%%PORTDOCS%%share/doc/twisted/man/ckeygen-man.html
+%%PORTDOCS%%share/doc/twisted/man/conch-man.html
+%%PORTDOCS%%share/doc/twisted/man/im-man.html
+%%PORTDOCS%%share/doc/twisted/man/lore-man.html
+%%PORTDOCS%%share/doc/twisted/man/mailmail-man.html
+%%PORTDOCS%%share/doc/twisted/man/manhole-man.html
+%%PORTDOCS%%share/doc/twisted/man/mktap-man.html
+%%PORTDOCS%%share/doc/twisted/man/t-im-man.html
+%%PORTDOCS%%share/doc/twisted/man/tap2deb-man.html
+%%PORTDOCS%%share/doc/twisted/man/tap2rpm-man.html
+%%PORTDOCS%%share/doc/twisted/man/tapconvert-man.html
+%%PORTDOCS%%share/doc/twisted/man/tkconch-man.html
+%%PORTDOCS%%share/doc/twisted/man/tkmktap-man.html
+%%PORTDOCS%%share/doc/twisted/man/trial-man.html
+%%PORTDOCS%%share/doc/twisted/man/twistd-man.html
+%%PORTDOCS%%share/doc/twisted/man/websetroot-man.html
%%PORTDOCS%%share/doc/twisted/specifications/banana.html
%%PORTDOCS%%share/doc/twisted/specifications/banana.xhtml
%%PORTDOCS%%share/doc/twisted/specifications/index.html
@@ -5861,17 +10293,18 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/zoot/zoottap.pyo
%%PORTDOCS%%share/doc/twisted/vision/philosophy.xhtml
%%PORTDOCS%%share/doc/twisted/vision/security.html
%%PORTDOCS%%share/doc/twisted/vision/security.xhtml
+%%PORTDOCS%%share/examples/twisted/scripts/Cocoa/SimpleWebClient/English.lproj/MainMenu.nib/classes.nib
+%%PORTDOCS%%share/examples/twisted/scripts/Cocoa/SimpleWebClient/English.lproj/MainMenu.nib/info.nib
+%%PORTDOCS%%share/examples/twisted/scripts/Cocoa/SimpleWebClient/English.lproj/MainMenu.nib/keyedobjects.nib
+%%PORTDOCS%%share/examples/twisted/scripts/Cocoa/SimpleWebClient/README.txt
+%%PORTDOCS%%share/examples/twisted/scripts/Cocoa/SimpleWebClient/Twistzilla.py
+%%PORTDOCS%%share/examples/twisted/scripts/Cocoa/SimpleWebClient/buildapp.py
%%PORTDOCS%%share/examples/twisted/scripts/advogato.py
+%%PORTDOCS%%share/examples/twisted/scripts/aimbot.py
%%PORTDOCS%%share/examples/twisted/scripts/bananabench.py
-%%PORTDOCS%%share/examples/twisted/scripts/cocoaDemo/English.lproj/InfoPlist.strings
-%%PORTDOCS%%share/examples/twisted/scripts/cocoaDemo/English.lproj/MainMenu.nib/classes.nib
-%%PORTDOCS%%share/examples/twisted/scripts/cocoaDemo/English.lproj/MainMenu.nib/info.nib
-%%PORTDOCS%%share/examples/twisted/scripts/cocoaDemo/English.lproj/MainMenu.nib/keyedobjects.nib
-%%PORTDOCS%%share/examples/twisted/scripts/cocoaDemo/MyAppDelegate.py
-%%PORTDOCS%%share/examples/twisted/scripts/cocoaDemo/__main__.py
-%%PORTDOCS%%share/examples/twisted/scripts/cocoaDemo/bin-python-main.m
-%%PORTDOCS%%share/examples/twisted/scripts/cocoaDemo/cocoaDemo.pbproj/project.pbxproj
+%%PORTDOCS%%share/examples/twisted/scripts/chatserver.py
%%PORTDOCS%%share/examples/twisted/scripts/courier.py
+%%PORTDOCS%%share/examples/twisted/scripts/cred.py
%%PORTDOCS%%share/examples/twisted/scripts/cursesclient.py
%%PORTDOCS%%share/examples/twisted/scripts/dlpage.py
%%PORTDOCS%%share/examples/twisted/scripts/dns-service.py
@@ -5880,7 +10313,6 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/zoot/zoottap.pyo
%%PORTDOCS%%share/examples/twisted/scripts/echoclient_udp.py
%%PORTDOCS%%share/examples/twisted/scripts/echoserv.py
%%PORTDOCS%%share/examples/twisted/scripts/echoserv_ssl.py
-%%PORTDOCS%%share/examples/twisted/scripts/echoserv_threaded.py
%%PORTDOCS%%share/examples/twisted/scripts/echoserv_udp.py
%%PORTDOCS%%share/examples/twisted/scripts/example.html
%%PORTDOCS%%share/examples/twisted/scripts/fortune.rpy.py
@@ -5890,8 +10322,7 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/zoot/zoottap.pyo
%%PORTDOCS%%share/examples/twisted/scripts/google.py
%%PORTDOCS%%share/examples/twisted/scripts/gpsfix.py
%%PORTDOCS%%share/examples/twisted/scripts/hello.rpy.py
-%%PORTDOCS%%share/examples/twisted/scripts/index.html
-%%PORTDOCS%%share/examples/twisted/scripts/inetd.py
+%%PORTDOCS%%share/examples/twisted/scripts/index.xhtml
%%PORTDOCS%%share/examples/twisted/scripts/insultsexample.py
%%PORTDOCS%%share/examples/twisted/scripts/ircLogBot.py
%%PORTDOCS%%share/examples/twisted/scripts/lj.rpy.py
@@ -5899,23 +10330,21 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/zoot/zoottap.pyo
%%PORTDOCS%%share/examples/twisted/scripts/minchat.py
%%PORTDOCS%%share/examples/twisted/scripts/mouse.py
%%PORTDOCS%%share/examples/twisted/scripts/oscardemo.py
+%%PORTDOCS%%share/examples/twisted/scripts/pairudp.py
%%PORTDOCS%%share/examples/twisted/scripts/pbbenchclient.py
%%PORTDOCS%%share/examples/twisted/scripts/pbbenchserver.py
%%PORTDOCS%%share/examples/twisted/scripts/pbecho.py
%%PORTDOCS%%share/examples/twisted/scripts/pbechoclient.py
-%%PORTDOCS%%share/examples/twisted/scripts/pbgtk.py
%%PORTDOCS%%share/examples/twisted/scripts/pbgtk2.py
+%%PORTDOCS%%share/examples/twisted/scripts/pbgtk2login.glade
%%PORTDOCS%%share/examples/twisted/scripts/pbinterop.py
%%PORTDOCS%%share/examples/twisted/scripts/pbsimple.py
%%PORTDOCS%%share/examples/twisted/scripts/pbsimpleclient.py
-%%PORTDOCS%%share/examples/twisted/scripts/pbweb.py
%%PORTDOCS%%share/examples/twisted/scripts/proxy.py
%%PORTDOCS%%share/examples/twisted/scripts/ptyserv.py
%%PORTDOCS%%share/examples/twisted/scripts/pyui_bg.png
%%PORTDOCS%%share/examples/twisted/scripts/pyuidemo.py
%%PORTDOCS%%share/examples/twisted/scripts/qtdemo.py
-%%PORTDOCS%%share/examples/twisted/scripts/regserver-schema.sql
-%%PORTDOCS%%share/examples/twisted/scripts/regserver.py
%%PORTDOCS%%share/examples/twisted/scripts/report.rpy.py
%%PORTDOCS%%share/examples/twisted/scripts/rootscript.py
%%PORTDOCS%%share/examples/twisted/scripts/rotatinglog.py
@@ -5927,12 +10356,14 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/zoot/zoottap.pyo
%%PORTDOCS%%share/examples/twisted/scripts/shaper.py
%%PORTDOCS%%share/examples/twisted/scripts/silly-web.py
%%PORTDOCS%%share/examples/twisted/scripts/simple.rtl
+%%PORTDOCS%%share/examples/twisted/scripts/simple.tac
%%PORTDOCS%%share/examples/twisted/scripts/simple.tpl
%%PORTDOCS%%share/examples/twisted/scripts/simpleclient.py
+%%PORTDOCS%%share/examples/twisted/scripts/simpleguardex.py
+%%PORTDOCS%%share/examples/twisted/scripts/simpleguardex2.py
%%PORTDOCS%%share/examples/twisted/scripts/simpleserv.py
%%PORTDOCS%%share/examples/twisted/scripts/slides-template.tpl
%%PORTDOCS%%share/examples/twisted/scripts/soap.py
-%%PORTDOCS%%share/examples/twisted/scripts/spider.py
%%PORTDOCS%%share/examples/twisted/scripts/sshsimpleclient.py
%%PORTDOCS%%share/examples/twisted/scripts/sshsimpleserver.py
%%PORTDOCS%%share/examples/twisted/scripts/testdns.py
@@ -5955,10 +10386,10 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/zoot/zoottap.pyo
%%PORTDOCS%%@dirrm share/twisted/admin
%%PORTDOCS%%@dirrm share/twisted
%%PORTDOCS%%@dirrm share/examples/twisted/static
-%%PORTDOCS%%@dirrm share/examples/twisted/scripts/cocoaDemo/cocoaDemo.pbproj
-%%PORTDOCS%%@dirrm share/examples/twisted/scripts/cocoaDemo/English.lproj/MainMenu.nib
-%%PORTDOCS%%@dirrm share/examples/twisted/scripts/cocoaDemo/English.lproj
-%%PORTDOCS%%@dirrm share/examples/twisted/scripts/cocoaDemo
+%%PORTDOCS%%@dirrm share/examples/twisted/scripts/Cocoa/SimpleWebClient/English.lproj/MainMenu.nib
+%%PORTDOCS%%@dirrm share/examples/twisted/scripts/Cocoa/SimpleWebClient/English.lproj
+%%PORTDOCS%%@dirrm share/examples/twisted/scripts/Cocoa/SimpleWebClient
+%%PORTDOCS%%@dirrm share/examples/twisted/scripts/Cocoa
%%PORTDOCS%%@dirrm share/examples/twisted/scripts
%%PORTDOCS%%@dirrm share/examples/twisted
%%PORTDOCS%%@dirrm share/doc/twisted/vision
@@ -5972,7 +10403,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/zoot/zoottap.pyo
%%PORTDOCS%%@dirrm share/doc/twisted/howto/listings/names
%%PORTDOCS%%@dirrm share/doc/twisted/howto/listings/manhole
%%PORTDOCS%%@dirrm share/doc/twisted/howto/listings/lore
-%%PORTDOCS%%@dirrm share/doc/twisted/howto/listings/application
+%%PORTDOCS%%@dirrm share/doc/twisted/howto/listings/guard
+%%PORTDOCS%%@dirrm share/doc/twisted/howto/listings/finger/finger
+%%PORTDOCS%%@dirrm share/doc/twisted/howto/listings/finger
%%PORTDOCS%%@dirrm share/doc/twisted/howto/listings/TwistedQuotes
%%PORTDOCS%%@dirrm share/doc/twisted/howto/listings/PicturePile
%%PORTDOCS%%@dirrm share/doc/twisted/howto/listings/HelloWorld
@@ -5989,6 +10422,8 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/zoot/zoottap.pyo
%%PORTDOCS%%@dirrm share/doc/twisted/historic/2003/pycon/conch
%%PORTDOCS%%@dirrm share/doc/twisted/historic/2003/pycon/applications
%%PORTDOCS%%@dirrm share/doc/twisted/historic/2003/pycon
+%%PORTDOCS%%@dirrm share/doc/twisted/historic/2003/haifux
+%%PORTDOCS%%@dirrm share/doc/twisted/historic/2003/europython
%%PORTDOCS%%@dirrm share/doc/twisted/historic/2003
%%PORTDOCS%%@dirrm share/doc/twisted/historic/2002/ipc10/twisted-network-framework
%%PORTDOCS%%@dirrm share/doc/twisted/historic/2002/ipc10
@@ -5996,12 +10431,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/zoot/zoottap.pyo
%%PORTDOCS%%@dirrm share/doc/twisted/historic
%%PORTDOCS%%@dirrm share/doc/twisted/fun
%%PORTDOCS%%@dirrm share/doc/twisted/benchmarks
-%%PORTDOCS%%@dirrm share/doc/twisted/api/public
-%%PORTDOCS%%@dirrm share/doc/twisted/api/private
%%PORTDOCS%%@dirrm share/doc/twisted/api
%%PORTDOCS%%@dirrm share/doc/twisted
-@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/zoot
-@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/world
+@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/xish
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/words
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/web/woven
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/web
@@ -6010,14 +10442,13 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/zoot/zoottap.pyo
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/tap
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/spread/ui
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/spread
-@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/sibling
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/runner
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/python
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/mice
+@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/jabber
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/gps
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols
-@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/popsicle
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted/journal
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/pair
@@ -6037,6 +10468,5 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/zoot/zoottap.pyo
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/conch/ssh
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/conch/insults
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/conch
-@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins
-@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/coil
+@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/application
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted