aboutsummaryrefslogtreecommitdiff
path: root/devel/py-twisted
diff options
context:
space:
mode:
authorJohann Visagie <wjv@FreeBSD.org>2002-10-07 07:45:17 +0000
committerJohann Visagie <wjv@FreeBSD.org>2002-10-07 07:45:17 +0000
commit12db88ff8e10e3625d9986291b7b14329521454b (patch)
tree752c0115208a9f36520d9c0a4732451b5b29c738 /devel/py-twisted
parent3e719da3c4366b535a7589e0aed4fd0bc619c8cf (diff)
downloadports-12db88ff8e10e3625d9986291b7b14329521454b.tar.gz
ports-12db88ff8e10e3625d9986291b7b14329521454b.zip
- Update to version 0.99.2
- ${PERL} -> ${REINPLACE_CMD} - Add a WITHOUT_TESTS knob, which has the added side-effect of installing Twisted with minimal dependencies - ideal for productions servers
Notes
Notes: svn path=/head/; revision=67541
Diffstat (limited to 'devel/py-twisted')
-rw-r--r--devel/py-twisted/Makefile37
-rw-r--r--devel/py-twisted/distinfo2
-rw-r--r--devel/py-twisted/files/patch-setup.py8
-rw-r--r--devel/py-twisted/pkg-plist2893
-rw-r--r--devel/py-twisted/pkg-req17
5 files changed, 1418 insertions, 1539 deletions
diff --git a/devel/py-twisted/Makefile b/devel/py-twisted/Makefile
index bd47dab4f57a..036dce42d663 100644
--- a/devel/py-twisted/Makefile
+++ b/devel/py-twisted/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= twisted
-PORTVERSION= 0.19.0
+PORTVERSION= 0.99.2
CATEGORIES= devel net python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,20 +15,35 @@ DISTNAME= Twisted-${PORTVERSION}
MAINTAINER= wjv@FreeBSD.org
+# - Defining the variable WITHOUT_TESTS at build time will remove the
+# dependency on PyUnit (which has a few large dependencies). This will
+# allow this port to build with no runtime dependencies except Python
+# itself - often ideal for server machines running production code based
+# on Twisted.
+#
+# - Note that Twisted ships with some graphical examples and clients that
+# require PyGNOME to run. These are not central to the funcitoning of
+# Twisted, but the user should feel free to install x11-toolits/py-gnome
+# separately if desired.
+
+.if !defined(WITHOUT_TESTS)
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/unittest.py:${PORTSDIR}/devel/py-unit \
- ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
+ ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
+.endif
USE_BZIP2= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
-CPIO= cpio --quiet -pdum -R
-PLIST_SUB+= PORTVERSION=${PORTVERSION}
-MAN1= coil.1 im.1 manhole.1 mktap.1 t-im.1 twistd.1
+USE_REINPLACE= yes
+MAN1= coil.1 im.1 manhole.1 mktap.1 t-im.1 tapconvert.1 twistd.1
post-patch:
- @ ${PERL} -pi -e 's/from pyunit import/import/g' \
+ @ ${REINPLACE_CMD} -e 's/from pyunit import/import/g' \
${WRKSRC}/admin/runtests ${WRKSRC}/twisted/test/*.py
+pre-install:
+ @ ${SH} ${PKGREQ} INSTALL
+
post-install:
@ ${MKDIR} ${DATADIR}/admin
@ ${INSTALL_SCRIPT} ${WRKSRC}/admin/accepttests \
@@ -37,14 +52,10 @@ post-install:
@ ${INSTALL_MAN} ${WRKSRC}/doc/man/${manpage} ${MANPREFIX}/man/man1
.endfor
.if !defined(NOPORTDOCS)
-.for docsubdir in api howto
- @ ${MKDIR} ${DOCSDIR}/${docsubdir}
- @ cd ${WRKSRC}/doc/${docsubdir} && find * \! -name .\* \
- | ${CPIO} ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}/${docsubdir}
-.endfor
-.for docsubdir in img legal specifications
+.for docsubdir in api fun howto img legal specifications howto/listings/TwistedQuotes
@ ${MKDIR} ${DOCSDIR}/${docsubdir}
- @ ${INSTALL_DATA} ${WRKSRC}/doc/${docsubdir}/* ${DOCSDIR}/${docsubdir}
+ @ ${FIND} ${WRKSRC}/doc/${docsubdir} -type f -maxdepth 1 | \
+ ${XARGS} -J %% ${INSTALL_DATA} %% ${DOCSDIR}/${docsubdir}
.endfor
.for docfile in CREDITS ChangeLog ERRATA README TODO
@ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
diff --git a/devel/py-twisted/distinfo b/devel/py-twisted/distinfo
index 931189368827..db2b47bf9465 100644
--- a/devel/py-twisted/distinfo
+++ b/devel/py-twisted/distinfo
@@ -1 +1 @@
-MD5 (Twisted-0.19.0.tar.bz2) = 3ae01a714ee7c09f1da046f7ad3f5b1b
+MD5 (Twisted-0.99.2.tar.bz2) = 7e914258e758647b529b7f2b1018af1f
diff --git a/devel/py-twisted/files/patch-setup.py b/devel/py-twisted/files/patch-setup.py
index 681b28033e96..6f99eb272a6b 100644
--- a/devel/py-twisted/files/patch-setup.py
+++ b/devel/py-twisted/files/patch-setup.py
@@ -1,11 +1,11 @@
---- setup.py.orig Thu Apr 18 21:49:03 2002
-+++ setup.py Wed Apr 24 11:15:18 2002
-@@ -216,7 +216,7 @@
+--- setup.py.orig Wed Sep 25 20:00:05 2002
++++ setup.py Mon Sep 30 11:13:52 2002
+@@ -311,7 +311,7 @@
if os.name == 'posix':
setup_args['scripts'] = [
'bin/manhole', 'bin/mktap', 'bin/twistd',
- 'bin/im', 'bin/t-im', 'bin/tap2deb',
+ 'bin/im', 'bin/t-im',
- 'bin/coil',
+ 'bin/coil', 'bin/tapconvert',
]
else:
diff --git a/devel/py-twisted/pkg-plist b/devel/py-twisted/pkg-plist
index fd86f2b3b838..9d5e8bc910e7 100644
--- a/devel/py-twisted/pkg-plist
+++ b/devel/py-twisted/pkg-plist
@@ -1,1449 +1,9 @@
-%%PORTDOCS%%share/doc/twisted/CREDITS
-%%PORTDOCS%%share/doc/twisted/ChangeLog
-%%PORTDOCS%%share/doc/twisted/ERRATA
-%%PORTDOCS%%share/doc/twisted/README
-%%PORTDOCS%%share/doc/twisted/TODO
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/LICENSE.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/README.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/TODO.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/admin/PyFontify.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/admin/py2html.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/admin/py2html_PrettyPrint.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/pyunit/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/pyunit/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/pyunit/unittest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/pyunit/unittest_FunctionTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/pyunit/unittest_TestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/pyunit/unittest_TestLoader.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/pyunit/unittest_TestProgram.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/pyunit/unittest_TestResult.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/pyunit/unittest_TestSuite.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/pyunit/unittest_TextTestRunner.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/pyunit/unittest__TextTestResult.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/pyunit/unittest__WritelnDecorator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/pyunit/unittestgui.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/pyunit/unittestgui_BaseGUITestRunner.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/pyunit/unittestgui_GUITestResult.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/pyunit/unittestgui_ProgressBar.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/pyunit/unittestgui_RollbackImporter.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/pyunit/unittestgui_TkTestRunner.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/README.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/asyncoresupport.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/asyncoresupport_AsyncoreLooper.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/cal.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/cal_CalendarPage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/cal_CalendarWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/cal_EditForm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/cal_EventWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/cal_PostForm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/chord.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/chord_ChordService.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/chord_Node.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/ouroboros.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/ouroboros_Block.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/ouroboros_Class.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/ouroboros_Code.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/ouroboros_Float.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/ouroboros_Frame.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/ouroboros_Function.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/ouroboros_Instance.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/ouroboros_Int.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/ouroboros_Interpreter.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/ouroboros_List.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/ouroboros_Long.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/ouroboros_Method.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/ouroboros_Number.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/ouroboros_Object.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/ouroboros_String.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/ouroboros_Tuple.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/twistedzope.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/twistedzope_HTTPFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/twistedzope_ZopeHTTPRequest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/setup.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/setup_build_ext_twisted.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/setup_build_scripts_create.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/setup_build_scripts_twisted.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/setup_install_data_twisted.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/app.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/app_ApplicationConfig.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/app_ConnectorCollection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/app_PortCollection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/app_ServiceCollection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/coil.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/coil_CollectionWrapper.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/coil_ConfigCollection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/coil_Configurator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/coil_DispenserStorage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/coil_ICollection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/coil_IConfigCollection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/coil_IConfigurator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/coil_IStaticCollection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/coil_InvalidConfiguration.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/coil_StaticCollection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/ftp.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/ftp_FTPConfigurator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/mail.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/mail_MailConfigurator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/mail_MaildirDBMConfigurator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/manhole.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/manhole_ManholeConfigurator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/names.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/names_DNSServerConfigurator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/names_SimpleDomainConfigurator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/portforward.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/portforward_ProxyConfigurator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/socks.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/socks_SOCKSConfigurator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/telnet.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/telnet_ShellFactoryConfigurator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/tendril.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/tendril_TendrilConfigurator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/web.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/web_MimeTypeCollection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/web_ReverseProxyConfigurator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/web_SiteConfigurator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/web_StaticConfigurator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/web_TestConfigurator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/web_VirtualHostConfigurator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/words.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/words_WordsConfigurator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/web.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/web_AppConfiguratorPage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/web_CollectionForm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/web_ConfigForm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/web_ConfigRoot.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/web_ImmutableCollectionDeleteForm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/web_ImmutableCollectionForm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/web_PluginLoader.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/copyright.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/cred/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/cred/authorizer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/cred/authorizer_Authorizer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/cred/authorizer_DefaultAuthorizer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/cred/identity.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/cred/identity_Identity.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/cred/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/cred/perspective.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/cred/perspective_Perspective.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/cred/service.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/cred/service_IService.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/cred/service_Service.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/cred/util.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/cred/util_Unauthorized.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/adbapi.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/adbapi_Augmentation.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/adbapi_ConnectionPool.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/adbapi_Transaction.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/dbcred.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/dbcred_DatabaseAuthorizer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/dbgadgets.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/dbgadgets_ChangePasswordForm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/dbgadgets_IdentitiesGadget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/dbgadgets_NewIdentityForm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/dbgadgets_NewPerspectiveForm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/dbgadgets_PerspectivesGadget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/dbgadgets_RemoveIdentityForm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/dbgadgets_RemovePerspectiveForm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/dbpassport.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/row.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/row_DBError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/row_DBReflector.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/row_KeyFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/row_RowObject.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/row_StatementBatch.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/row__TableInfo.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/basesupport.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/basesupport_AbstractAccount.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/basesupport_AbstractClientMixin.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/basesupport_AbstractGroup.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/basesupport_AbstractPerson.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/gtkaccount.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/gtkaccount_AccountManager.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/gtkaccount_DummyAccountForm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/gtkaccount_IRCAccountForm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/gtkaccount_NewAccount.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/gtkaccount_PBAccountForm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/gtkaccount_TOCAccountForm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/gtkchat.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/gtkchat_ContactsList.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/gtkchat_Conversation.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/gtkchat_GroupConversation.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/gtkchat_GtkChatClientUI.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/gtkcommon.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/gtkcommon_InputOutputWindow.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/ircsupport.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/ircsupport_IRCAccount.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/ircsupport_IRCGroup.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/ircsupport_IRCPerson.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/ircsupport_IRCProto.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/jyaccount.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/jyaccount_AccountManager.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/jyaccount_NewAccount.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/jyaccount_PBAccountForm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/jyaccount__TempListener.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/locals.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/pbsupport.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/pbsupport_PBAccount.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/pbsupport_TwistedWordsClient.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/pbsupport_TwistedWordsGroup.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/pbsupport_TwistedWordsPerson.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/proxyui.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/proxyui_IRCUIFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/proxyui_IRCUserInterface.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/tap.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/tap_Options.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/tocsupport.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/tocsupport_TOCAccount.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/tocsupport_TOCGroup.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/tocsupport_TOCPerson.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/tocsupport_TOCProto.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/abstract.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/abstract_FileDescriptor.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/app.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/app_Application.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/app_PortCollection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/app_ServiceCollection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/app__SSLlistener.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/base.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/base_ReactorBase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/default.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/default_PosixReactorBase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/default_SelectReactor.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/default__UnixWaker.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/default__Win32Waker.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/defer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/defer_AlreadyArmedError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/defer_AlreadyCalledError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/defer_Deferred.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/defer_DeferredList.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/defer_TimeoutError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/fdesc.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/gtkreactor.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/gtkreactor_GtkReactor.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/gtkreactor_PortableGtkReactor.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces_IConnector.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces_IConsumer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces_IFileDescriptor.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces_IListeningPort.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces_IProducer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces_IProtocolFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces_IReactorCore.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces_IReactorFDSet.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces_IReactorProcess.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces_IReactorSSL.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces_IReactorTCP.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces_IReactorThreads.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces_IReactorTime.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces_IReactorUDP.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces_IReactorUNIX.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces_IReadDescriptor.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces_IReadWriteDescriptor.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces_ISSLTransport.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces_ITransport.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces_IWriteDescriptor.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/javareactor.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/javareactor_AcceptBlocker.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/javareactor_Blocker.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/javareactor_Errno.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/javareactor_JConnection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/javareactor_JReactor.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/javareactor_JavaPort.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/javareactor_ReadBlocker.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/javareactor_WriteBlocker.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/main.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/main_Delayeds.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/main_DummyResolver.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/passport.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/pollreactor.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/pollreactor_PollReactor.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/process.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/process_Process.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/process_ProcessError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/process_ProcessWriter.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/protocol.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/protocol_ClientFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/protocol_Factory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/protocol_FileWrapper.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/protocol_ProcessProtocol.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/protocol_Protocol.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/protocol_ServerFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/protocol_Transport.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/qtreactor.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/qtreactor_QTReactor.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/qtreactor_TwistedSocketNotifier.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/qtsupport.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/qtsupport_QTSupport.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/reactor.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/ssl.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/ssl_Client.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/ssl_ClientContextFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/ssl_Connection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/ssl_Connector.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/ssl_ContextFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/ssl_DefaultOpenSSLContextFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/ssl_Port.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/ssl_Server.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/stdio.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/stdio_StandardIO.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/stupidproxy.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/stupidproxy_StupidFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/stupidproxy_StupidProtocol.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/stupidproxy_StupidProtocolServer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/task.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/tcp.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/tcp_Client.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/tcp_Connection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/tcp_Connector.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/tcp_Port.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/tcp_Server.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/threads.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/threadtask.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/threadtask_ThreadDispatcher.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/tksupport.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/udp.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/udp_Connection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/udp_Port.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/win32eventreactor.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/win32eventreactor_Process.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/win32eventreactor_Win32Reactor.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/wxsupport.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/wxsupport_wxRunner.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/bounce.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/mail.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/mail_BounceDomain.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/mail_DomainWithDefaultDict.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/mail_FileMessage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/mail_IDomain.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/mail_MailService.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/maildir.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/maildir_AbstractMaildirDomain.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/maildir_MaildirDirdbmDomain.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/maildir_MaildirMailbox.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/pb.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/pb_Maildir.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/pb_MaildirBroker.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/pb_MaildirClient.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/pb_MaildirCollection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/protocols.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/protocols_DomainSMTP.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/protocols_POP3Factory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/protocols_SMTPFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/protocols_VirtualPOP3.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/relay.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/relay_DomainQueuer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/relay_SMTPRelayer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/relaymanager.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/relaymanager_MXCalculator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/relaymanager_Queue.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/relaymanager_SMTPManagedRelayer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/relaymanager_SmartHostSMTPRelayingManager.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/explorer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/explorer_CRUFT_WatchyThingie.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/explorer_Explorer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/explorer_ExplorerBuiltin.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/explorer_ExplorerClass.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/explorer_ExplorerFunction.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/explorer_ExplorerGeneric.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/explorer_ExplorerImmutable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/explorer_ExplorerInstance.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/explorer_ExplorerMapping.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/explorer_ExplorerMethod.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/explorer_ExplorerModule.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/explorer_ExplorerSequence.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/explorer_Pool.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/explorer_Signature.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/explorer__MonkeysSetattrMixin.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/explorer__WatchMonkey.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/service.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/service_FakeStdIO.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/service_ManholeClientInterface.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/service_Perspective.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/service_Service.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/telnet.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/telnet_Shell.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/telnet_ShellFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/gtkmanhole.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/gtkmanhole_Interaction.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/gtkmanhole_LineOrientedBrowserDisplay.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/gtkmanhole_Signature.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/pywidgets.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/pywidgets_InputText.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/pywidgets_Interaction.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/pywidgets_LocalInteraction.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/pywidgets_OutputConsole.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_AttributeWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_ClassAttributeWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_ClassVisage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_Explorer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_ExplorerBulitin.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_ExplorerClass.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_ExplorerFunction.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_ExplorerImmutable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_ExplorerInstance.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_ExplorerMapping.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_ExplorerMethod.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_ExplorerModule.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_ExplorerSequence.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_FunctionAttributeWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_ImmutableAttributeWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_ImmutableVisage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_InstanceAttributeWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_InstanceVisage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_LooseBox.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_MappingAttributeWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_MappingVisage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_MethodAttributeWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_PairList.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_SequenceAttributeWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_SequenceVisage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_SillyModule.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_SpelunkDisplay.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_Visage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome__LooseBoxBorder.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/dns.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/dns_DNS.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/dns_DNSBoss.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/dns_DNSOnTCP.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/dns_DNSServerBoss.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/dns_DNSServerFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/dns_DNSServerMixin.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/dns_IDomain.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/dns_MX.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/dns_NS.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/dns_ResolveConfResolver.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/dns_Resolver.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/dns_SentQuery.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/dns_SimpleDomain.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/hosts.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/hosts_Resolver.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/native.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/resolve.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/resolve_Request.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/resolve_ResolverChain.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/news/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/news/database.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/news/database_Article.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/news/database_DatabaseStorage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/news/database_NewsSQLdb.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/news/database_PickleStorage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/news/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/news/news.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/news/news_NNTPFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/aot.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/aot_AOTJellier.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/aot_AOTUnjellier.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/aot_Class.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/aot_Copyreg.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/aot_Deref.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/aot_Function.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/aot_Instance.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/aot_InstanceMethod.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/aot_Module.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/aot_Named.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/aot_NonFormattableDict.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/aot_Ref.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/aot__NoStateObj.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/crefutil.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/crefutil_NotKnown.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/crefutil__Catcher.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/crefutil__Defer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/crefutil__Dereference.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/crefutil__DictKeyAndValue.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/crefutil__InstanceMethod.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/crefutil__Tuple.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/dirdbm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/dirdbm_DirDBM.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/dirdbm_Shelf.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/marmalade.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/marmalade_DOMJellier.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/marmalade_DOMJellyable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/marmalade_DOMUnjellier.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/styles.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/styles_Ephemeral.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/styles_Versioned.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/basic.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/basic_Int16StringReceiver.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/basic_Int32StringReceiver.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/basic_LineReceiver.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/basic_NetstringParseError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/basic_NetstringReceiver.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/basic_SafeNetstringReceiver.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/basic_StatefulStringProtocol.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/dns.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/dns_DNS.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/dns_DNSOnTCP.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/dns_Message.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/dns_Name.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/dns_NotConnectedError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/dns_Query.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/dns_RR.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/finger.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/finger_Finger.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/ftp.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/ftp_BadResponse.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/ftp_CommandFailed.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/ftp_ConnectionLost.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/ftp_DTP.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/ftp_DTPFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/ftp_FTP.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/ftp_FTPClient.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/ftp_FTPCommand.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/ftp_FTPError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/ftp_FTPFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/ftp_FTPFileListProtocol.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/ftp_ObjectWrapper.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/ftp_SendFileTransfer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/ftp_UnexpectedResponse.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/http.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/http_HTTPChannel.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/http_HTTPClient.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/http_HTTPFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/http_Request.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/irc.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/irc_DccChat.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/irc_DccFileReceive.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/irc_DccFileReceiveBasic.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/irc_DccSendFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/irc_DccSendProtocol.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/irc_IRC.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/irc_IRCBadMessage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/irc_IRCClient.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/irc_IRCPasswordMismatch.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/loopback.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/loopback_LoopbackRelay.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/mice/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/mice/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/mice/mouseman.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/mice/mouseman_MouseMan.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/nntp.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/nntp_NNTPClient.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/nntp_NNTPError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/nntp_NNTPServer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/oscar.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/oscar_BOSConnection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/oscar_ChatNavService.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/oscar_ChatService.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/oscar_OSCARService.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/oscar_OSCARUser.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/oscar_OscarAuthenticator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/oscar_OscarConnection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/oscar_SNACBased.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/oscar_SSIBuddy.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/oscar_SSIGroup.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/pop3.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/pop3_Mailbox.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/pop3_POP3.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/pop3_POP3Client.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/pop3_POP3Error.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/portforward.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/portforward_Proxy.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/portforward_ProxyFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/portforward_ProxyServer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/protocol.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/smtp.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/smtp_IMessage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/smtp_NDeferred.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/smtp_SMTP.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/smtp_SMTPClient.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/smtp_SMTPError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/smtp_User.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/socks.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/socks_SOCKSv4.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/socks_SOCKSv4Factory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/socks_SOCKSv4Incoming.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/socks_SOCKSv4IncomingFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/socks_SOCKSv4Outgoing.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/telnet.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/telnet_Telnet.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/toc.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/toc_Chatroom.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/toc_GetFileTransfer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/toc_SavedUser.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/toc_SendFileTransfer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/toc_TOC.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/toc_TOCClient.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/toc_TOCFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/toc_TOCParseError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/wire.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/wire_Chargen.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/wire_Daytime.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/wire_Discard.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/wire_Echo.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/wire_QOTD.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/wire_Time.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/wire_Who.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/components.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/components_Componentized.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/components_Interface.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/components__Nothing.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/defer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/delay.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/delay_IDelayed.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/delay_Later.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/delay_LockstepSimulation.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/delay_Looping.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/delay_Steps.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/delay_StopLooping.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/delay_Time.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/domhelpers.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/domhelpers_NodeLookupError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/failure.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/failure_Failure.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/hook.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/hook_HookError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/log.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/log_Log.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/log_LogOwner.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/log_Logger.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/log_Output.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/log_ThreadedLogOwner.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/logfile.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/logfile_LogFile.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/logfile_LogReader.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/mutablestring.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/mutablestring_MutableString.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/mvc.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/mvc_Controller.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/mvc_IController.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/mvc_IModel.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/mvc_IView.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/mvc_Model.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/mvc_View.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/observable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/observable_Delegator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/observable_Dynamic.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/observable_EventSource.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/observable_Hash.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/observable_Observable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/observable_Publisher.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/observable_Subscriber.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/observable_WhenMethodSubscription.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/observable__DontTell.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/observable__Gone.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/otp.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/otp_OTP.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/otp_OTPAuthenticator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/otp_Unauthorized.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/plugin.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/plugin_DropIn.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/plugin_PlugIn.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/rebuild.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/rebuild_Sensitive.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/reference.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/reference_AttributeReference.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/reference_Deferred.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/reference_Reference.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/reference_Resolver.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/reflect.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/reflect_Accessor.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/reflect_Promise.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/reflect_QueueMethod.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/reflect_Settable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/reflect_Summer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/reflect_ThreadAttr.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/register.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/roots.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/roots_Collection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/roots_Constrained.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/roots_ConstraintViolation.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/roots_Entity.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/roots_Homogenous.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/roots_Locked.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/roots_NotSupportedError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/roots_Request.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/runtime.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/runtime_Platform.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/text.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/threadable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/threadable_ThreadableError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/threadable__ThreadedWaiter.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/threadable__Waiter.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/threadable__XLock.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/threadpool.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/threadpool_ThreadPool.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/threadpool_ThreadSafeList.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/timeoutqueue.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/timeoutqueue_TimedOut.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/timeoutqueue_TimeoutQueue.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/usage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/usage_Options.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/usage_UsageError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/util.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/scripts/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/scripts/coil.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/scripts/coil_Options.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/scripts/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/scripts/mktap.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/scripts/mktap_GeneralOptions.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/sister/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/sister/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/sister/parentap.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/sister/parentap_Options.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/sister/parentserv.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/sister/parentserv_ParentService.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/sister/sistap.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/sister/sistap_Options.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/sister/sisterserv.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/sister/sisterserv_SisterParentClient.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/sister/sisterserv_SisterService.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/sister/sisterserv_TicketAuthorizer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/sister/sisterserv_TicketPerspective.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/banana.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/banana_Banana.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/banana_Canana.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/flavors.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/flavors_Cacheable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/flavors_Copyable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/flavors_Referenceable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/flavors_RemoteCache.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/flavors_RemoteCacheMethod.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/flavors_RemoteCacheObserver.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/flavors_RemoteCopy.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/flavors_Root.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/flavors_Serializable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/flavors_ViewPoint.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/flavors_Viewable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/jelly.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/jelly_DummySecurityOptions.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/jelly_InsecureJelly.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/jelly_Jellyable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/jelly_SecurityOptions.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/jelly_Unjellyable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/jelly_Unpersistable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/jelly__Dummy.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/jelly__Jellier.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/jelly__Unjellier.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/pb.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/pb_AsReferenceable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/pb_AuthChallenger.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/pb_AuthRoot.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/pb_AuthServ.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/pb_Broker.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/pb_BrokerFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/pb_CopiedFailure.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/pb_CopyableFailure.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/pb_Error.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/pb_IdentityWrapper.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/pb_Local.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/pb_Perspective.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/pb_ProtocolError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/pb_RemoteMethod.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/pb_RemoteReference.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/pb_Service.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/pb__Detacher.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/pb__ObjectRetrieval.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/pb__RemoteCacheDummy.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/publish.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/publish_Publishable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/publish_RemotePublished.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/refpath.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/refpath_PathReference.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/refpath_PathReferenceAcquisitionContext.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/refpath_PathReferenceContext.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/refpath_PathReferenceContextDirectory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/refpath_PathReferenceDirectory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/refpath_PathViewContextDirectory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/refpath_PathViewDirectory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/refpath_RemotePathReference.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/sturdy.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/sturdy_PerspectiveConnector.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui/gtkutil.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui/gtkutil_ButtonBar.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui/gtkutil_GetString.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui/gtkutil_Login.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui/gtkutil__TimerOuter.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui/tktree.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui/tktree_FileNode.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui/tktree_ListboxTree.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui/tktree_ListboxTreeItem.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui/tktree_Node.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui/tktree_TreeItem.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui/tkutil.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui/tkutil_CList.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui/tkutil_DirectoryBrowser.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui/tkutil_GenericLogin.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui/tkutil_Login.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui/tkutil_ProgressBar.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui/tkutil__QueryPassword.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/util.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/util_LocalAsRemote.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/util_LocalMethod.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/coil.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/coil_Options.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/ftp.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/ftp_Options.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/mail.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/mail_Options.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/manhole.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/manhole_Options.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/news.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/news_Options.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/portforward.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/portforward_Options.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/socks.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/socks_Options.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/telnet.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/telnet_Options.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/toc.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/toc_Options.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/web.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/web_Options.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/words.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/words_Options.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/crash_test_dummy.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/crash_test_dummy_X.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/process_stdinreader.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/process_tester.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/process_twisted.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/process_twisted_Echo.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_all.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_all_TestLoader.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_banana.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_banana_BananaTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_banana_MathTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_bounce.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_bounce_BounceTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_coil.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_coil_CoilTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_coil_CustomConfig.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_coil_CustomConfigurable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_coil_IBar.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_coil_IFoo.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_coil_MyConfig.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_coil_MyConfigurable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_AComp.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_AdapterTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_Adept.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_BComp.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_CComp.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_Compo.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_ComponentizedTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_FooAdapterForMAA.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_IAdder.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_IAdept.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_IFoo.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_IMultiply.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_ISub.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_ITest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_ITest2.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_IntAdder.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_IntMultiplyWithAdder.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_InterfacesTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_MultiplyAndAdd.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_Sub.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_Test.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_Test2.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_cred.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_cred_AppForIdentityTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_cred_AppForPerspectiveTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_cred_AppForServiceTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_cred_AuthorizerTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_cred_ForeignObject.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_cred_FunctionsTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_cred_IdentityForPerspectiveTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_cred_IdentityTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_cred_PerspectiveForIdentityTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_cred_PerspectiveTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_cred_ServiceForIdentityTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_cred_ServiceForPerspectiveTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_cred_ServiceTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_cred_Stubby.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_defer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_defer_DeferredTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_delay.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_delay_DelayedTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_delay_Looper.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_dirdbm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_dirdbm_DirDbmTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_dirdbm_ShelfTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_dns.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_dns_RountripDNSTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_explorer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_explorer_FIXME_Watch.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_explorer_MiddleMan.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_explorer_SetattrDohickey.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_explorer_SomeDohickey.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_explorer_TestBrowseFunction.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_explorer_TestBrowser.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_explorer_Watcher.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_failure.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_failure_FailureTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_ftp.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_ftp_FTPClientTests.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_ftp_FTPFileListingTests.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_ftp_FTPPassiveClientTests.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_ftp_FTPTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_hook.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_hook_BaseClass.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_hook_HookTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_hook_SubClass.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_http.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_http_ChunkingTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_http_DateTimeTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_http_DummyHTTPHandler.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_http_HTTP0_9TestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_http_HTTP1_0TestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_http_HTTP1_1TestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_http_HTTP1_1_close_TestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_http_HTTPLoopbackTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_http_LoopbackHTTPClient.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_http_OrderedDict.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_http_PRequest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_http_PersistenceTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_import.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_import_AtLeastImportTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_internet.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_internet_Counter.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_internet_InterfaceTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_internet_MyFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_internet_MyProtocol.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_internet_Order.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_internet_ProtocolTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_internet_ThreadOrder.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_internet_callFromThreadTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_irc.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_irc_CTCPTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_irc_IRCClientWithoutLogin.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_irc_QuotingTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_irc_StringIOWithoutClosing.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_jelly.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_jelly_A.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_jelly_B.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_jelly_C.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_jelly_JellyTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_jelly_SimpleJellyTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_logfile.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_logfile_LogFileTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_manhole.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_manhole_DummyApp.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_manhole_DummyManholeClient.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_manhole_ManholeTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_mvc.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_mvc_MVCTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_mvc_MyController.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_mvc_MyModel.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_mvc_MyView.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_names.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_names_DNSFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_names_LookupDNSTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_names_ServerDNSTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_nntp.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_nntp_NNTPTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_nntp_TestNNTPClient.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_observable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_observable_DummyEvent.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_observable_PublisherTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_observable_SubscriberTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_BadCopySet.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_BadCopyable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_BrokerTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_DeferredRemote.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_DisconnectionTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_DumbPub.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_DumbPublishable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_Dummy.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_DummyPerspective.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_DummyService.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_GetPublisher.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_IOPump.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_LocalRemoteTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_NestedCache.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_NestedComplicatedCache.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_NestedCopy.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_NestedRemote.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_Observable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_Observer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_RatherBaroqueCache.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_SimpleCache.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_SimpleCopy.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_SimpleFactoryCopy.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_SimpleLocalCache.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_SimpleLocalCopy.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_SimpleRemote.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_SpreadUtilTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_VeryVeryComplicatedCacheable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pbfailure.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pbfailure_DieError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pbfailure_FailError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pbfailure_PBFailureTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pbfailure_PoopError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pbfailure_SimplePerspective.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pbfailure_SimpleService.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pbfailure_TimeoutError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_persisted.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_persisted_A.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_persisted_AOTTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_persisted_B.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_persisted_EphemeralTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_persisted_EvilSourceror.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_persisted_MarmaladeTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_persisted_Marmaladeable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_persisted_MyEphemeral.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_persisted_NonDictState.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_persisted_Pickleable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_persisted_PicklingTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_persisted_VersionTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pop3.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pop3_AnotherPOP3TestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pop3_DummyDomain.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pop3_DummyMailbox.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pop3_DummyPOP3.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pop3_ListMailbox.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pop3_MyPOP3Downloader.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pop3_MyVirtualPOP3.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pop3_POP3TestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_process.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_process_Accumulator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_process_PosixProcessTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_process_ProcessTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_process_TestProcessProtocol.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_process_Win32ProcessTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_protocols.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_protocols_LineReceiverTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_protocols_LineTester.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_protocols_NetstringReceiverTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_protocols_StringIOWithoutClosing.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_protocols_TestNetstring.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_protocols_TestSafeNetstring.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_protocols_WireTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_rebuild.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_rebuild_RebuildTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_reflect.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_reflect_AccessorTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_reflect_LookupsTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_reflect_PromiseTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_reflect_ResolverTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_reflect_SettableTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_roots.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_roots_RootsTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_sister.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_sister_MeterMaid.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_sister_TwistedSisterTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_smtp.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_smtp_AnotherSMTPTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_smtp_DummyDomain.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_smtp_DummyMessage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_smtp_DummySMTP.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_smtp_DummySMTPMessage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_smtp_FakeSMTPServer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_smtp_LoopbackSMTPTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_smtp_MySMTPClient.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_smtp_SMTPClientTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_smtp_SMTPTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_tcp.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_tcp_ClosingFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_tcp_ClosingProtocol.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_tcp_FactoryTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_tcp_LoopbackTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_tcp_StartStopFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_tendril.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_tendril_DummyGroup.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_tendril_DummyPerspective.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_tendril_DummyService.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_tendril_NoOpper.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_tendril_StringIOWithoutClosing.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_tendril_TendrilTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_text.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_text_WrapTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_threadpool.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_threadpool_Counter.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_threadpool_ThreadPoolTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_threads.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_threads_Counter.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_threads_ThreadsTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_timeoutqueue.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_timeoutqueue_TimeoutQueueTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_toc.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_toc_DummyTOC.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_toc_StringIOWithoutClosing.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_toc_TOCGeneralTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_toc_TOCMultiPacketTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_toc_TOCPrivacyTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_toc_TOCSavedValuesTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_usage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_usage_HelpStringTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_usage_ParseCorrectnessTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_usage_WellBehaved.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_util.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_util_UtilTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_web.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_web_DeferredWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_web_DummyRequest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_web_GuardTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_web_MultiDeferredWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_web_SimpleResource.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_web_SimpleWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_web_SiteTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_web_TextDeferred.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_web_WidgetTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_words.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_words_WordsTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/testutils.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/testutils_IOPump.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/threading_latency.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/threading_latency_LatencyTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/distrib.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/distrib_Issue.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/distrib_Request.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/distrib_ResourcePublisher.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/distrib_ResourceSubscription.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/distrib_UserDirectory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/distrib__ReferenceableProducerWrapper.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domhandlers.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domhandlers_Anything.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domhandlers_Float.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domhandlers_InputHandler.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domhandlers_Integer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domhandlers_List.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domhandlers_NewObject.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domhandlers_SingleValue.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domtemplate.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domtemplate_DOMController.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domtemplate_DOMTemplate.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domtemplate_DefaultHandler.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domtemplate_DefaultWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domtemplate_MethodLookup.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_Anchor.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_Bold.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_Br.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_Button.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_Cell.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_CheckBox.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_ColumnList.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_Div.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_Error.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_File.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_Hidden.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_Image.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_Input.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_InputText.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_List.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_Option.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_RadioButton.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_Row.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_Select.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_Span.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_Table.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_Text.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_Widget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/error.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/error_Error.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/error_ErrorPage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/error_NoResource.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/guard.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/guard_AuthForm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/guard_AuthPage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/guard_ResourceGuard.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/guard_WidgetGuard.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/guard__Detacher.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/html.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/proxy.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/proxy_Proxy.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/proxy_ProxyClient.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/proxy_ProxyRequest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/proxy_ReverseProxy.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/proxy_ReverseProxyRequest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/proxy_ReverseProxyResource.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/resource.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/resource_IResource.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/resource_Resource.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/script.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/script_PythonScript.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/script_SimpleErrorPage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/server.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/server_Request.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/server_Session.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/server_Site.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/server_UnsupportedMethod.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/server__RemoteProducerWrapper.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/static.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/static_Data.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/static_DirectoryListing.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/static_File.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/static_FileTransfer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/static_Redirect.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/test.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/test_FunkyForm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/test_Test.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/trp.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/twcgi.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/twcgi_CGIDirectory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/twcgi_CGIProcessProtocol.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/twcgi_CGIScript.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/twcgi_FilteredScript.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/twcgi_PHP3Script.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/twcgi_PHPScript.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/vhost.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/vhost_NameVirtualHost.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/vhost_VirtualHostCollection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/widgets.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/widgets_Container.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/widgets_DataWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/widgets_Form.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/widgets_FormInputError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/widgets_Gadget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/widgets_Page.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/widgets_Presentation.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/widgets_Reloader.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/widgets_RenderSession.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/widgets_Sidebar.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/widgets_StreamWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/widgets_Time.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/widgets_TitleBox.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/widgets_Widget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/widgets_WidgetMixin.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/widgets_WidgetPage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/widgets_WidgetResource.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/widgets__RequestDeferral.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/xmlrpc.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/xmlrpc_NoSuchFunction.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/xmlrpc_Result.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/xmlrpc_XMLRPC.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ircservice.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ircservice_IRCChatter.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ircservice_IRCGateway.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/service.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/service_Group.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/service_NotInCollectionError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/service_NotInGroupError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/service_Participant.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/service_Service.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/service_UserNonexistantError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/service_WordsClientInterface.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/service_WordsError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/service_WrongStatusError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/tendril.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/tendril_ProxiedParticipant.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/tendril_TendrilClient.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/tendril_TendrilFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gateway.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gateway_Gateway.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gateways/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gateways/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gateways/irc.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gateways/irc_IRCGateway.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gateways/toc.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gateways/toc_TOCGateway.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gateways/words.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gateways/words_WordsGateway.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gateways/words_makeConnection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gtkim.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gtkim_AccountManager.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gtkim_AddAccount.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gtkim_AddContact.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gtkim_ContactList.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gtkim_Conversation.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gtkim_DummyAOLPanel.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gtkim_DummyIRCPanel.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gtkim_DummyTRPanel.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gtkim_Group.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gtkim_GroupSession.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gtkim_JoinGroup.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gtkim_MessageSent.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gtkim__AccountInstantiator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/im.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/im_Account.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/im_ContactList.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/im_Conversation.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/im_GroupSession.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/im_InstanceMessenger.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/im_InstanceMessengerGUI.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/tkim.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/tkim_AccountManager.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/tkim_AddAccount.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/tkim_AddContact.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/tkim_AskSendFile.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/tkim_ChooseGateway.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/tkim_ContactList.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/tkim_Conversation.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/tkim_ErrorWindow.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/tkim_FileTransfer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/tkim_GatewayNode.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/tkim_GroupSession.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/tkim_JoinGroup.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/tkim_ModifyAccount.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/tkim_StartConversation.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/tkim_StatusNode.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/tkim_UserNode.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/tktoc.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/webwords.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/webwords_AccountCreationWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/webwords_Page.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/webwords_ParticipantInfoWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/webwords_ParticipantListWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/webwords_WebWordsAdminSite.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/webwords_WordsGadget.py.html
-%%PORTDOCS%%share/doc/twisted/api/index.html
-%%PORTDOCS%%share/doc/twisted/howto/basics.html
-%%PORTDOCS%%share/doc/twisted/howto/basics.xhtml
-%%PORTDOCS%%share/doc/twisted/howto/book.html
-%%PORTDOCS%%share/doc/twisted/howto/book.xhtml
-%%PORTDOCS%%share/doc/twisted/howto/choosing-reactor.html
-%%PORTDOCS%%share/doc/twisted/howto/choosing-reactor.xhtml
-%%PORTDOCS%%share/doc/twisted/howto/coding-standard.html
-%%PORTDOCS%%share/doc/twisted/howto/coding-standard.xhtml
-%%PORTDOCS%%share/doc/twisted/howto/defer.html
-%%PORTDOCS%%share/doc/twisted/howto/defer.xhtml
-%%PORTDOCS%%share/doc/twisted/howto/doc-standard.html
-%%PORTDOCS%%share/doc/twisted/howto/doc-standard.xhtml
-%%PORTDOCS%%share/doc/twisted/howto/domtemplate.html
-%%PORTDOCS%%share/doc/twisted/howto/domtemplate.xhtml
-%%PORTDOCS%%share/doc/twisted/howto/enterprise.html
-%%PORTDOCS%%share/doc/twisted/howto/enterprise.xhtml
-%%PORTDOCS%%share/doc/twisted/howto/howto.tidyrc
-%%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/ipc10errata.html
-%%PORTDOCS%%share/doc/twisted/howto/ipc10errata.xhtml
-%%PORTDOCS%%share/doc/twisted/howto/ipc10paper.html
-%%PORTDOCS%%share/doc/twisted/howto/ipc10paper.xhtml
-%%PORTDOCS%%share/doc/twisted/howto/listings/TwistedQuotes/WebQuotes.xhtml
-%%PORTDOCS%%share/doc/twisted/howto/listings/TwistedQuotes/__init__.py
-%%PORTDOCS%%share/doc/twisted/howto/listings/TwistedQuotes/plugins.tml
-%%PORTDOCS%%share/doc/twisted/howto/listings/TwistedQuotes/quoteproto.py
-%%PORTDOCS%%share/doc/twisted/howto/listings/TwistedQuotes/quoters.py
-%%PORTDOCS%%share/doc/twisted/howto/listings/TwistedQuotes/quotes.txt
-%%PORTDOCS%%share/doc/twisted/howto/listings/TwistedQuotes/quotetap.py
-%%PORTDOCS%%share/doc/twisted/howto/listings/TwistedQuotes/webquote.rpy
-%%PORTDOCS%%share/doc/twisted/howto/listings/TwistedQuotes/webquoteresource.py
-%%PORTDOCS%%share/doc/twisted/howto/manhole.html
-%%PORTDOCS%%share/doc/twisted/howto/manhole.xhtml
-%%PORTDOCS%%share/doc/twisted/howto/one-point-oh.html
-%%PORTDOCS%%share/doc/twisted/howto/one-point-oh.xhtml
-%%PORTDOCS%%share/doc/twisted/howto/options.html
-%%PORTDOCS%%share/doc/twisted/howto/options.xhtml
-%%PORTDOCS%%share/doc/twisted/howto/overview.html
-%%PORTDOCS%%share/doc/twisted/howto/overview.xhtml
-%%PORTDOCS%%share/doc/twisted/howto/plugin.html
-%%PORTDOCS%%share/doc/twisted/howto/plugin.xhtml
-%%PORTDOCS%%share/doc/twisted/howto/register.html
-%%PORTDOCS%%share/doc/twisted/howto/register.xhtml
-%%PORTDOCS%%share/doc/twisted/howto/roadmap.html
-%%PORTDOCS%%share/doc/twisted/howto/roadmap.xhtml
-%%PORTDOCS%%share/doc/twisted/howto/row.html
-%%PORTDOCS%%share/doc/twisted/howto/row.xhtml
-%%PORTDOCS%%share/doc/twisted/howto/servers.html
-%%PORTDOCS%%share/doc/twisted/howto/servers.xhtml
-%%PORTDOCS%%share/doc/twisted/howto/stylesheet.css
-%%PORTDOCS%%share/doc/twisted/howto/template.tpl
-%%PORTDOCS%%share/doc/twisted/howto/test-standard.html
-%%PORTDOCS%%share/doc/twisted/howto/test-standard.xhtml
-%%PORTDOCS%%share/doc/twisted/howto/threading.html
-%%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/using-twistedweb.html
-%%PORTDOCS%%share/doc/twisted/howto/using-twistedweb.xhtml
-%%PORTDOCS%%share/doc/twisted/howto/vision.html
-%%PORTDOCS%%share/doc/twisted/howto/vision.xhtml
-%%PORTDOCS%%share/doc/twisted/howto/web-overview.html
-%%PORTDOCS%%share/doc/twisted/howto/web-overview.xhtml
-%%PORTDOCS%%share/doc/twisted/howto/webmvc.html
-%%PORTDOCS%%share/doc/twisted/howto/webmvc.xhtml
-%%PORTDOCS%%share/doc/twisted/howto/widgets.html
-%%PORTDOCS%%share/doc/twisted/howto/widgets.xhtml
-%%PORTDOCS%%share/doc/twisted/img/TwistedLogo.bmp
-%%PORTDOCS%%share/doc/twisted/img/deferred-attach.dia
-%%PORTDOCS%%share/doc/twisted/img/deferred-attach.png
-%%PORTDOCS%%share/doc/twisted/img/deferred-process.dia
-%%PORTDOCS%%share/doc/twisted/img/deferred-process.png
-%%PORTDOCS%%share/doc/twisted/img/deferred.dia
-%%PORTDOCS%%share/doc/twisted/img/deferred.png
-%%PORTDOCS%%share/doc/twisted/img/twisted-overview.png
-%%PORTDOCS%%share/doc/twisted/img/web-overview.dia
-%%PORTDOCS%%share/doc/twisted/img/web-overview.png
-%%PORTDOCS%%share/doc/twisted/img/web-widgets.dia
-%%PORTDOCS%%share/doc/twisted/img/web-widgets.png
-%%PORTDOCS%%share/doc/twisted/legal/contributor-agreement.html
-%%PORTDOCS%%share/doc/twisted/specifications/banana.html
-%%PORTDOCS%%share/examples/twisted/scripts/bugs.tac
-%%PORTDOCS%%share/examples/twisted/scripts/dbauth.tac
-%%PORTDOCS%%share/examples/twisted/scripts/dnstest.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/forum.tac
-%%PORTDOCS%%share/examples/twisted/scripts/ftpclient.py
-%%PORTDOCS%%share/examples/twisted/scripts/ircLogBot.py
-%%PORTDOCS%%share/examples/twisted/scripts/metrics.tac
-%%PORTDOCS%%share/examples/twisted/scripts/mouse.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/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/qtdemo.py
-%%PORTDOCS%%share/examples/twisted/scripts/regserver-schema.sql
-%%PORTDOCS%%share/examples/twisted/scripts/regserver.py
-%%PORTDOCS%%share/examples/twisted/scripts/rotatinglog.py
-%%PORTDOCS%%share/examples/twisted/scripts/row_example.py
-%%PORTDOCS%%share/examples/twisted/scripts/server.pem
-%%PORTDOCS%%share/examples/twisted/scripts/simpleclient.py
-%%PORTDOCS%%share/examples/twisted/scripts/simpledns.py
-%%PORTDOCS%%share/examples/twisted/scripts/simpleserv.py
-%%PORTDOCS%%share/examples/twisted/scripts/wxdemo.py
-%%PORTDOCS%%share/examples/twisted/scripts/xmlrpc.py
-%%PORTDOCS%%share/examples/twisted/static/five.cgi
-%%PORTDOCS%%share/examples/twisted/static/index.html
-%%PORTDOCS%%share/examples/twisted/static/test.cgi
-%%PORTDOCS%%share/examples/twisted/static/test.rpy
bin/coil
bin/im
bin/manhole
bin/mktap
bin/t-im
+bin/tapconvert
bin/twistd
lib/%%PYTHON_VERSION%%/site-packages/twisted/__init__.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/__init__.pyc
@@ -1502,6 +62,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/cred/__init__.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/cred/authorizer.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/cred/authorizer.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/cred/authorizer.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/cred/error.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/cred/error.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/cred/error.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/cred/identity.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/cred/identity.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/cred/identity.pyo
@@ -1529,12 +92,30 @@ 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
lib/%%PYTHON_VERSION%%/site-packages/twisted/enterprise/row.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/enterprise/row.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/enterprise/row.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/enterprise/sqlreflector.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/enterprise/sqlreflector.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/enterprise/sqlreflector.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/enterprise/util.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/enterprise/util.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/enterprise/util.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/enterprise/xmlreflector.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/enterprise/xmlreflector.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/enterprise/xmlreflector.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/im/__init__.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/im/__init__.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/im/__init__.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/im/baseaccount.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/im/baseaccount.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/im/baseaccount.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/im/basechat.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/im/basechat.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/im/basechat.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/im/basesupport.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/im/basesupport.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/im/basesupport.pyo
@@ -1554,6 +135,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/im/ircsupport.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/im/jyaccount.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/im/jyaccount.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/im/jyaccount.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/im/jychat.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/im/jychat.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/im/jychat.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/im/locals.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/im/locals.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/im/locals.pyo
@@ -1588,6 +172,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/default.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/defer.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/defer.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/defer.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/error.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/error.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/error.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/fdesc.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/fdesc.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/fdesc.pyo
@@ -1600,6 +187,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/interfaces.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/javareactor.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/javareactor.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/javareactor.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/kqreactor.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/kqreactor.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/kqreactor.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/main.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/main.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/main.pyo
@@ -1615,12 +205,12 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/process.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/protocol.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/protocol.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/protocol.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/ptypro.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/ptypro.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/ptypro.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/qtreactor.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/qtreactor.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/qtreactor.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/qtsupport.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/qtsupport.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/qtsupport.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/reactor.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/reactor.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/reactor.pyo
@@ -1657,6 +247,30 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/win32eventreactor.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/wxsupport.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/wxsupport.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/wxsupport.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/issues/__init__.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/issues/__init__.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/issues/__init__.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/issues/common.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/issues/common.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/issues/common.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/issues/issue.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/issues/issue.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/issues/issue.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/issues/repo.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/issues/repo.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/issues/repo.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/issues/robot.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/issues/robot.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/issues/robot.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/issues/task.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/issues/task.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/issues/task.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/issues/ui/__init__.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/issues/ui/__init__.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/issues/ui/__init__.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/issues/ui/issueconduit.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/issues/ui/issueconduit.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/issues/ui/issueconduit.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
@@ -1763,6 +377,9 @@ 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/http.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/http.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/http.pyo
@@ -1772,6 +389,12 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/irc.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
+lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/mice/__init__.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/mice/__init__.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/mice/__init__.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/mice/mouseman.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/mice/mouseman.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/mice/mouseman.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/nntp.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/nntp.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/nntp.pyo
@@ -1793,6 +416,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/smtp.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/socks.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/socks.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/socks.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/sux.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/sux.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/sux.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/telnet.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/telnet.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/telnet.pyo
@@ -1886,9 +512,45 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/__init__.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/im.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/im.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/im.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
lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/mktap.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/mktap.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/mktap.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/tap2deb.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/tap2deb.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/tap2deb.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/tapconvert.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/tapconvert.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts/tapconvert.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/sister/__init__.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/sister/__init__.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/sister/__init__.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/sister/loginserv.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/sister/loginserv.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/sister/loginserv.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/sister/motherserv.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/sister/motherserv.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/sister/motherserv.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/sister/parentap.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/sister/parentap.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/sister/parentap.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/sister/parentserv.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/sister/parentserv.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/sister/parentserv.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/sister/sistap.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/sister/sistap.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/sister/sistap.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/sister/sisterserv.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/sister/sisterserv.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/sister/sisterserv.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
@@ -1953,6 +615,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/portforward.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
@@ -1971,6 +636,15 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/test/__init__.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/crash_test_dummy.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/crash_test_dummy.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/crash_test_dummy.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/myrebuilder1.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/myrebuilder1.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/myrebuilder1.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/myrebuilder2.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/myrebuilder2.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/myrebuilder2.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/process_echoer.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/process_echoer.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/process_echoer.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/process_stdinreader.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/process_stdinreader.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/process_stdinreader.pyo
@@ -1995,6 +669,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_coil.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_components.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_components.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_components.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_conch.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_conch.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_conch.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_cred.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_cred.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_cred.pyo
@@ -2010,6 +687,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_dirdbm.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_dns.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_dns.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_dns.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_explorer.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_explorer.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_explorer.pyo
@@ -2034,6 +714,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_internet.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_irc.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_irc.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_irc.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_issues.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_issues.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_issues.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
@@ -2088,6 +771,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_sister.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_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_tcp.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_tcp.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_tcp.pyo
@@ -2109,6 +795,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_timeoutqueue.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_toc.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_toc.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_toc.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_unix.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_unix.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_unix.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_usage.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_usage.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_usage.pyo
@@ -2136,6 +825,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/web/distrib.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/domhandlers.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/domhandlers.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/domhandlers.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/web/dominput.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/web/dominput.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/web/dominput.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/domtemplate.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/domtemplate.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/domtemplate.pyo
@@ -2151,6 +843,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/web/guard.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/html.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/html.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/html.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/web/microdom.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/web/microdom.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/web/microdom.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/proxy.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/proxy.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/proxy.pyo
@@ -2181,12 +876,18 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/web/vhost.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/widgets.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/widgets.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/widgets.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/web/wmvc.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/web/wmvc.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/web/wmvc.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/xmlrpc.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/xmlrpc.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/xmlrpc.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/words/__init__.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/words/__init__.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/words/__init__.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/words/botbot.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/words/botbot.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/words/botbot.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/words/ircservice.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/words/ircservice.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/words/ircservice.pyo
@@ -2196,53 +897,1242 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/words/service.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/words/tendril.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/words/tendril.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/words/tendril.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/words/ui/__init__.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/words/ui/__init__.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/words/ui/__init__.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/words/ui/gateway.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/words/ui/gateway.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/words/ui/gateway.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/words/ui/gateways/__init__.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/words/ui/gateways/__init__.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/words/ui/gateways/__init__.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/words/ui/gateways/irc.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/words/ui/gateways/irc.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/words/ui/gateways/irc.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/words/ui/gateways/toc.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/words/ui/gateways/toc.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/words/ui/gateways/toc.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/words/ui/gateways/words.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/words/ui/gateways/words.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/words/ui/gateways/words.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/words/ui/gtkim.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/words/ui/gtkim.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/words/ui/gtkim.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/words/ui/im.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/words/ui/im.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/words/ui/im.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/words/ui/tkim.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/words/ui/tkim.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/words/ui/tkim.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/words/ui/tktoc.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/words/ui/tktoc.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/words/ui/tktoc.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
-share/twisted/admin/accepttests
-share/twisted/admin/runtests
-@dirrm share/twisted/admin
-@dirrm share/twisted
-@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/words/ui/gateways
-@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/words/ui
+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
+%%PORTDOCS%%share/doc/twisted/CREDITS
+%%PORTDOCS%%share/doc/twisted/ChangeLog
+%%PORTDOCS%%share/doc/twisted/ERRATA
+%%PORTDOCS%%share/doc/twisted/README
+%%PORTDOCS%%share/doc/twisted/TODO
+%%PORTDOCS%%share/doc/twisted/api/epydoc.css
+%%PORTDOCS%%share/doc/twisted/api/help.html
+%%PORTDOCS%%share/doc/twisted/api/index.html
+%%PORTDOCS%%share/doc/twisted/api/index.html.bak
+%%PORTDOCS%%share/doc/twisted/api/term_index.html
+%%PORTDOCS%%share/doc/twisted/api/tree.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.app.ApplicationConfig.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.app.ConnectorCollection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.app.PortCollection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.app.ServiceCollection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.app.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.coil.CollectionWrapper.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.coil.ConfigCollection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.coil.Configurator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.coil.DispenserStorage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.coil.ICollection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.coil.IConfigCollection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.coil.IConfigurator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.coil.IStaticCollection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.coil.InvalidConfiguration.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.coil.StaticCollection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.coil.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.plugins.ftp.FTPConfigurator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.plugins.ftp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.plugins.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.plugins.mail.MailConfigurator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.plugins.mail.MaildirDBMConfigurator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.plugins.mail.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.plugins.manhole.ManholeConfigurator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.plugins.manhole.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.plugins.names.DNSServerConfigurator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.plugins.names.SimpleDomainConfigurator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.plugins.names.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.plugins.portforward.ProxyConfigurator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.plugins.portforward.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.plugins.socks.SOCKSConfigurator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.plugins.socks.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.plugins.telnet.ShellFactoryConfigurator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.plugins.telnet.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.plugins.tendril.TendrilConfigurator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.plugins.tendril.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.plugins.web.MimeTypeCollection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.plugins.web.ReverseProxyConfigurator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.plugins.web.SiteConfigurator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.plugins.web.StaticConfigurator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.plugins.web.TestConfigurator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.plugins.web.VirtualHostConfigurator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.plugins.web.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.plugins.words.WordsConfigurator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.plugins.words.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.web.AppConfiguratorPage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.web.CollectionForm.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.web.ConfigForm.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.web.ConfigRoot.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.web.ImmutableCollectionDeleteForm.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.web.ImmutableCollectionForm.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.web.PluginLoader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.coil.web.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.error.ConchError.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.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.identity.OpenSSHConchIdentity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.identity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.SSHChannel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.SSHConnection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.SSHSession.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.SSHSessionClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.SSHSessionProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.connection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.factory.OpenSSHFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.factory.SSHFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.factory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.conch.ssh.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.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.copyright.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.authorizer.Authorizer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.authorizer.DefaultAuthorizer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.authorizer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.error.Unauthorized.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.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.identity.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.perspective.Perspective.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.perspective.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.service.IService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.service.Service.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.service.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.util.Unauthorized.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.cred.util.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.adbapi.Augmentation.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.adbapi.ConnectionPool.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.adbapi.Transaction.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.adbapi.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbcred.DatabaseAuthorizer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbcred.IdentityRow.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbcred.PerspectiveRow.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.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbgadgets.IdentitiesGadget.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbgadgets.NewIdentityForm.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbgadgets.NewPerspectiveForm.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbgadgets.PerspectivesGadget.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbgadgets.RemoveIdentityForm.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbgadgets.RemovePerspectiveForm.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbgadgets.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.dbpassport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.reflector.Reflector.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.reflector.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.row.KeyFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.enterprise.row.RowObject.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.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.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.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.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.baseaccount.AccountManager.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.baseaccount.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basechat.ChatUI.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basechat.ContactsList.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basechat.Conversation.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basechat.GroupConversation.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basechat.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basesupport.AbstractAccount.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basesupport.AbstractClientMixin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.basesupport.AbstractGroup.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.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkaccount.DummyAccountForm.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkaccount.IRCAccountForm.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkaccount.NewAccount.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkaccount.PBAccountForm.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.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.Conversation.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.GroupConversation.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.GtkChatClientUI.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkchat.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.gtkcommon.InputOutputWindow.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.ircsupport.IRCAccount.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.IRCGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.IRCPerson.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.IRCProto.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.ircsupport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.locals.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.PBAccount.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.TwistedWordsClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.TwistedWordsGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.TwistedWordsPerson.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.pbsupport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.proxyui.IRCUIFactory.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.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tocsupport.TOCGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tocsupport.TOCPerson.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tocsupport.TOCProto.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.im.tocsupport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.inetd.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.inetd.inetd.InetdFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.inetd.inetd.InetdProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.inetd.inetd.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.inetd.inetdconf.InetdConf.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.inetd.inetdconf.InetdService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.inetd.inetdconf.InvalidConfError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.inetd.inetdconf.InvalidInetdConfError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.inetd.inetdconf.InvalidRPCServicesConfError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.inetd.inetdconf.InvalidServicesConfError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.inetd.inetdconf.RPCServicesConf.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.inetd.inetdconf.ServicesConf.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.inetd.inetdconf.SimpleConfFile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.inetd.inetdconf.UnknownService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.inetd.inetdconf.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.inetd.tap.Options.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.inetd.tap.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.abstract.FileDescriptor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.abstract.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.Application.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.ApplicationService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.MultiService.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.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app._SSLlistener.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.app.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.BCFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.DelayedCall.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.ReactorBase.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.base.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default.BaseConnector.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default.PosixReactorBase.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default.SSLConnector.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default.SelectReactor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default.TCPConnector.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default.UNIXConnector.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default._UnixWaker.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.default._Win32Waker.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.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.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.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.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.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.ConnectionRefusedError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.NoRouteError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.error.ProcessDone.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.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.gtkreactor.GtkReactor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.gtkreactor.PortableGtkReactor.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.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IConsumer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IDelayedCall.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IFileDescriptor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IListeningPort.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IProcessTransport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IProducer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IProtocolFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorCore.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorFDSet.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorProcess.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorSSL.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorTCP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorThreads.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorTime.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorUDP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IReactorUNIX.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.ISSLTransport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.IServiceCollection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.ITCPTransport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.interfaces.ITransport.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.main.Delayeds.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.main.DummyResolver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.main.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.passport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.pollreactor.PollReactor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.pollreactor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.Process.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.ProcessError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.ProcessWriter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.process.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.BaseProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.ClientFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.Factory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.FileWrapper.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.ProcessProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.Protocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.ReconnectingClientFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.ServerFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.protocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.ptypro.Process.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.ptypro.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.ssl.Client.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.ssl.ClientContextFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.ssl.Connection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.ssl.ContextFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.ssl.DefaultOpenSSLContextFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.ssl.Port.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.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.stdio.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.stupidproxy.StupidFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.stupidproxy.StupidProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.stupidproxy.StupidProtocolServer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.stupidproxy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.task.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.BaseClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Connection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Port.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.Server.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.TCPClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tcp.UNIXClient.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.threadtask.ThreadDispatcher.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.threadtask.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.tksupport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.udp.Connection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.udp.Port.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.udp.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.win32eventreactor.Process.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.win32eventreactor.Win32Reactor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.internet.win32eventreactor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.issues.common.Commentable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.issues.common.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.issues.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.issues.issue.Fixed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.issues.issue.FixerClosed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.issues.issue.InConversation.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.issues.issue.InQueue.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.issues.issue.InTransfer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.issues.issue.Issue.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.issues.issue.IssueQueue.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.issues.issue.IssueState.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.issues.issue.PendingFinderConfirmation.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.issues.issue.PendingTaskCompletion.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.issues.issue.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.issues.repo.CouldNotNotify.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.issues.repo.CouldNotTranscribe.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.issues.repo.IIssueNotifier.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.issues.repo.IssueException.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.issues.repo.IssuePerson.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.issues.repo.IssueRepository.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.issues.repo.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.issues.robot.IssueBot.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.issues.robot.IssueBotNotifier.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.issues.robot.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.issues.task.Task.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.issues.task.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.issues.ui.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.issues.ui.issueconduit.CWebConduit.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.issues.ui.issueconduit.ChatConduitSession.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.issues.ui.issueconduit.ConduitNotifier.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.issues.ui.issueconduit.ConduitPolicy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.issues.ui.issueconduit.IConduitSession.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.issues.ui.issueconduit.MWebConduit.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.issues.ui.issueconduit.VWebConduit.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.issues.ui.issueconduit.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.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.DomainWithDefaultDict.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.FileMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.IDomain.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.MailService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.mail.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.AbstractMaildirDomain.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.MaildirDirdbmDomain.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.MaildirMailbox.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.maildir.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.pb.Maildir.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.pb.MaildirBroker.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.pb.MaildirClient.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.DomainSMTP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.protocols.POP3Factory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.protocols.SMTPFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.protocols.VirtualPOP3.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.protocols.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relay.DomainQueuer.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.MXCalculator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.Queue.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.SMTPManagedRelayer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.SmartHostSMTPRelayingManager.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.mail.relaymanager.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.CRUFT_WatchyThingie.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.Explorer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.ExplorerBuiltin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.ExplorerClass.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.ExplorerFunction.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.ExplorerGeneric.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.ExplorerImmutable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.ExplorerInstance.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.ExplorerMapping.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.ExplorerMethod.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.ExplorerModule.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.ExplorerSequence.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.Pool.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer.Signature.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer._MonkeysSetattrMixin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.explorer._WatchMonkey.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.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.service.ManholeClientInterface.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.service.Perspective.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.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.telnet.ShellFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.telnet.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.manhole.ui.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.dns.DNS.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.dns.DNSBoss.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.dns.DNSOnTCP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.dns.DNSServerBoss.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.dns.DNSServerFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.dns.DNSServerMixin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.dns.IDomain.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.dns.MX.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.dns.NS.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.dns.ResolveConfResolver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.dns.Resolver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.dns.SRV.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.dns.SentQuery.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.dns.SimpleDomain.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.dns.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.hosts.Resolver.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.Request.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.resolve.ResolverChain.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.names.resolve.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.Article.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsStorage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.NewsStorageAugmentation.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.database.PickleStorage.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.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.news.UsenetClientFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.news.UsenetServerFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.news.news.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.AOTJellier.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.AOTUnjellier.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.Class.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.Copyreg.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.Deref.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.Function.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.Instance.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.InstanceMethod.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.aot.Module.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.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.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.crefutil._Catcher.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.crefutil._Defer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.crefutil._Dereference.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.crefutil._DictKeyAndValue.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.crefutil._InstanceMethod.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.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.marmalade.DOMJellier.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.marmalade.DOMJellyable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.marmalade.DOMUnjellier.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.marmalade.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.styles.Ephemeral.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.styles.Versioned.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.persisted.styles.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.Int16StringReceiver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.Int32StringReceiver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.LineReceiver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.NetstringParseError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.basic.NetstringReceiver.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.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dns.DNS.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dns.DNSOnTCP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dns.Message.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dns.Name.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dns.NotConnectedError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dns.Query.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dns.RR.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.dns.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.finger.Finger.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.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.DTPFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTPClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTPCommand.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTPError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTPFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.FTPFileListProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.ObjectWrapper.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.ftp.SendFileTransfer.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.gnutella.GnutellaPinger.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.gnutella.GnutellaPonger.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.gnutella.GnutellaRouter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.gnutella.GnutellaTalker.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.gnutella.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.HTTPChannel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.HTTPClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.HTTPFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.Request.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.StringTransport.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.http.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.DccChat.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.DccFileReceive.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.DccFileReceiveBasic.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.DccSendFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.DccSendProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRC.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCBadMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.irc.IRCClient.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.loopback.LoopbackClientFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.loopback.LoopbackRelay.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.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.mice.mouseman.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.nntp.NNTPServer.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.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.ChatNavService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.ChatService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.OSCARService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.OSCARUser.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.OscarAuthenticator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.OscarConnection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.SNACBased.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.SSIBuddy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.SSIGroup.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.oscar.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.Mailbox.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3Client.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.POP3Error.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.pop3.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.portforward.Proxy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.portforward.ProxyFactory.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.protocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.IMessage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.NDeferred.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.smtp.SMTPError.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.socks.SOCKSv4.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.socks.SOCKSv4Factory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.socks.SOCKSv4Incoming.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.socks.SOCKSv4IncomingFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.socks.SOCKSv4Outgoing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.socks.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.XMLParser.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.sux.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.telnet.Telnet.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.telnet.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.Chatroom.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.GetFileTransfer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.SavedUser.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.SendFileTransfer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOC.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.toc.TOCFactory.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.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.wire.Daytime.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.wire.Discard.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.wire.Echo.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.wire.QOTD.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.protocols.wire.Time.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.python.components.Adapter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.components.Componentized.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.components.Interface.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.components._Nothing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.components.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.defer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.delay.IDelayed.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.delay.Later.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.delay.LockstepSimulation.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.delay.Looping.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.delay.Steps.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.delay.StopLooping.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.delay.Time.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.delay.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.domhelpers.NodeLookupError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.domhelpers.RawText.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.domhelpers.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.failure.DefaultException.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.failure.Failure.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.failure.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.log.Log.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.log.LogOwner.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.log.Logger.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.log.NullFile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.log.Output.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.log.ThreadedLogOwner.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.log.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.logfile.LogFile.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.logfile.LogReader.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.Controller.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.mvc.IController.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.mvc.IModel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.mvc.IView.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.mvc.Model.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.mvc.View.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.mvc.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.observable.Delegator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.observable.Dynamic.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.observable.EventSource.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.observable.Hash.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.observable.Observable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.observable.Publisher.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.observable.Subscriber.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.observable.WhenMethodSubscription.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.observable._DontTell.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.observable._Gone.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.observable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.otp.OTP.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.otp.OTPAuthenticator.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.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.plugin.PlugIn.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.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.reference.AttributeReference.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.reference.Deferred.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.reference.Reference.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.reference.Resolver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.reference.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.reflect.OriginalAccessor.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.reflect.Promise.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.reflect.QueueMethod.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.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.reflect.object.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.reflect.type22.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.register.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.Collection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.Constrained.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.Homogenous.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.Locked.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.NotSupportedError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.Request.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.roots.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.runtime.Platform.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.runtime.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.text.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadable.ThreadAttr.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadable.ThreadableError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadable._ThreadedWaiter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadable._Waiter.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadable._XLock.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadpool.ThreadPool.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.threadpool.ThreadSafeList.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.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.timeoutqueue.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.python.usage.Options.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.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.coil.Options.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.coil.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.mktap.GeneralOptions.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.tapconvert.ConvertOptions.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.tapconvert.EverythingEphemeral.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.tapconvert.LoaderCommon.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.tapconvert.LoaderPython.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.tapconvert.LoaderSource.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.tapconvert.LoaderTap.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.tapconvert.LoaderXML.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.tapconvert.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.twistd.ServerOptions.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.scripts.twistd.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.sister.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.sister.loginserv.LoginService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.sister.loginserv.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.sister.motherserv.MotherService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.sister.motherserv.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.sister.parentap.Options.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.sister.parentap.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.sister.parentserv.MotherService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.sister.parentserv.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.sister.sistap.Options.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.sister.sistap.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.sister.sisterserv.SisterMotherClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.sister.sisterserv.SisterService.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.sister.sisterserv.TicketAuthorizer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.sister.sisterserv.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.banana.Banana.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.banana.Canana.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.banana.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.Cacheable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.Copyable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.Referenceable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.RemoteCache.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.RemoteCacheMethod.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.RemoteCacheObserver.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.RemoteCopy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.Root.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.Serializable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.ViewPoint.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.flavors.Viewable.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.jelly.DummySecurityOptions.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly.InsecureJelly.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly.Jellyable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly.SecurityOptions.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly.Unjellyable.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.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly._Unjellier.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.jelly.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.AsReferenceable.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.AuthChallenger.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.AuthRoot.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.AuthServ.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Broker.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.BrokerClientFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.BrokerFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.CopiedFailure.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.IdentityConnector.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.IdentityWrapper.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Local.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.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.RemoteReference.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb.Service.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb._Detacher.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.pb._ObjectRetrieval.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.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.publish.RemotePublished.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.publish.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.refpath.PathReference.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.refpath.PathReferenceAcquisitionContext.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.refpath.PathReferenceContext.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.refpath.PathReferenceContextDirectory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.refpath.PathReferenceDirectory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.refpath.PathViewContextDirectory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.refpath.PathViewDirectory.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.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.sturdy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.util.CallbackPageCollector.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.util.LocalAsRemote.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.util.LocalAsyncForwarder.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.util.LocalMethod.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.util.Pager.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.util.StringPager.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.spread.util.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.coil.Options.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.coil.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.mail.Options.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.mail.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.manhole.Options.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.manhole.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.news.Options.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.ssh.Options.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.tap.ssh.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.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.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.test.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.distrib.Issue.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.distrib.Request.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.distrib.ResourcePublisher.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.distrib.ResourceSubscription.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.distrib.UserDirectory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.distrib._ReferenceableProducerWrapper.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.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.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.error.ErrorPage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.error.ForbiddenResource.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.guard.AuthForm.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.guard.AuthPage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.guard.ResourceGuard.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.guard.WidgetGuard.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.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.CharacterData.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Document.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Element.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.EntityReference.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.MicroDOMParser.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Node.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.Text.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom._tee.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.microdom.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.proxy.Proxy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.proxy.ProxyClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.proxy.ProxyRequest.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.ReverseProxyResource.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.proxy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.resource.IResource.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.resource.Resource.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.resource.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.script.PythonScript.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.script.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Request.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Session.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.Site.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.server.UnsupportedMethod.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.static.Data.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.DirectoryListing.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.File.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.FileTransfer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.Redirect.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.Registry.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.static.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.test.FunkyForm.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.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.twcgi.CGIProcessProtocol.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.twcgi.CGIScript.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.twcgi.FilteredScript.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.vhost.NameVirtualHost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.vhost.VirtualHostCollection.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.vhost.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Container.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.DataWidget.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Form.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.FormInputError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Gadget.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Page.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Presentation.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Reloader.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.RenderSession.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Sidebar.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.StreamWidget.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Time.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.TitleBox.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.Widget.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.WidgetMixin.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.WidgetPage.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.widgets.WidgetResource.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.WController.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.controller.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.Anything.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.Float.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.InputHandler.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.Integer.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.List.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.input.NewObject.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.model.ListModel.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.Wrapper.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.model.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.template.DOMController.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.template.DOMTemplate.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.template.INodeMutator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.template.NodeMutator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.template.NodeNodeMutator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.template.StringNodeMutator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.template.WebWidgetNodeMutator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.template.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.view.DefaultHandler.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.view.DefaultWidget.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.view.WView.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.Bold.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Br.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Button.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.ColumnList.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Div.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Error.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.File.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Hidden.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Image.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Input.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.InputText.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.PasswordText.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.RadioButton.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.RawText.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.Table.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Text.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.Widget.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.WidgetNodeMutator.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.woven.widgets.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.xmlrpc.Handler.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.xmlrpc.NoSuchFunction.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.xmlrpc.XMLRPC.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.xmlrpc._DeferredResult.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.web.xmlrpc.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.botbot.BotBot.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.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.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.IWordsClient.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.IWordsPolicy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.NormalPolicy.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.NotInCollectionError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.NotInGroupError.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Participant.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Service.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.service.Transcript.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.WordsError.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.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilIRC.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.TendrilWords.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.tendril.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.webwords.AccountCreationWidget.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.webwords.Page.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.webwords.ParticipantInfoWidget.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.webwords.ParticipantListWidget.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.webwords.WebWordsAdminSite.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.webwords.WordsGadget.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.words.webwords.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.zoot.AFactory.AClientFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.zoot.AFactory.AFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.zoot.AFactory.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.zoot.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.zoot.pingertap.Options.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.zoot.pingertap.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.zoot.pongertap.Options.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.zoot.pongertap.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.zoot.zoot.Zoot.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.zoot.zoot.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.zoot.zoottap.Options.html
+%%PORTDOCS%%share/doc/twisted/api/twisted.zoot.zoottap.html
+%%PORTDOCS%%share/doc/twisted/fun/Twisted.Quotes
+%%PORTDOCS%%share/doc/twisted/fun/lightbulb
+%%PORTDOCS%%share/doc/twisted/howto/basics.html
+%%PORTDOCS%%share/doc/twisted/howto/basics.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/book.html
+%%PORTDOCS%%share/doc/twisted/howto/book.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/choosing-reactor.html
+%%PORTDOCS%%share/doc/twisted/howto/choosing-reactor.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/clients.html
+%%PORTDOCS%%share/doc/twisted/howto/clients.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/coding-standard.html
+%%PORTDOCS%%share/doc/twisted/howto/coding-standard.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/cred.html
+%%PORTDOCS%%share/doc/twisted/howto/cred.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/defer.html
+%%PORTDOCS%%share/doc/twisted/howto/defer.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/doc-standard.html
+%%PORTDOCS%%share/doc/twisted/howto/doc-standard.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/domtemplate.html
+%%PORTDOCS%%share/doc/twisted/howto/domtemplate.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/enterprise.html
+%%PORTDOCS%%share/doc/twisted/howto/enterprise.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/howto.tidyrc
+%%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/ipc10errata.html
+%%PORTDOCS%%share/doc/twisted/howto/ipc10errata.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/ipc10paper.html
+%%PORTDOCS%%share/doc/twisted/howto/ipc10paper.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/listings/TwistedQuotes/WebQuotes.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/listings/TwistedQuotes/WovenQuotes.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/listings/TwistedQuotes/__init__.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/TwistedQuotes/pbquote.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/TwistedQuotes/pbquoteclient.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/TwistedQuotes/plugins.tml
+%%PORTDOCS%%share/doc/twisted/howto/listings/TwistedQuotes/quoteproto.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/TwistedQuotes/quoters.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/TwistedQuotes/quotes.txt
+%%PORTDOCS%%share/doc/twisted/howto/listings/TwistedQuotes/quotetap.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/TwistedQuotes/quotetap2.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/TwistedQuotes/webquote.rpy
+%%PORTDOCS%%share/doc/twisted/howto/listings/TwistedQuotes/webquoteresource.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/TwistedQuotes/wovenquotes.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/TwistedQuotes/wovenquotes.rpy
+%%PORTDOCS%%share/doc/twisted/howto/manhole.html
+%%PORTDOCS%%share/doc/twisted/howto/manhole.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/one-point-oh.html
+%%PORTDOCS%%share/doc/twisted/howto/one-point-oh.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/options.html
+%%PORTDOCS%%share/doc/twisted/howto/options.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/overview.html
+%%PORTDOCS%%share/doc/twisted/howto/overview.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/pb.html
+%%PORTDOCS%%share/doc/twisted/howto/pb.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/plugin.html
+%%PORTDOCS%%share/doc/twisted/howto/plugin.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/process.html
+%%PORTDOCS%%share/doc/twisted/howto/process.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/reactor-basics.html
+%%PORTDOCS%%share/doc/twisted/howto/reactor-basics.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/register.html
+%%PORTDOCS%%share/doc/twisted/howto/register.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/roadmap.html
+%%PORTDOCS%%share/doc/twisted/howto/roadmap.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/row.html
+%%PORTDOCS%%share/doc/twisted/howto/row.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/servers.html
+%%PORTDOCS%%share/doc/twisted/howto/servers.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/stylesheet.css
+%%PORTDOCS%%share/doc/twisted/howto/template.tpl
+%%PORTDOCS%%share/doc/twisted/howto/test-standard.html
+%%PORTDOCS%%share/doc/twisted/howto/test-standard.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/threading.html
+%%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/using-twistedweb.html
+%%PORTDOCS%%share/doc/twisted/howto/using-twistedweb.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/vision.html
+%%PORTDOCS%%share/doc/twisted/howto/vision.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/web-overview.html
+%%PORTDOCS%%share/doc/twisted/howto/web-overview.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/widgets.html
+%%PORTDOCS%%share/doc/twisted/howto/widgets.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/woven.html
+%%PORTDOCS%%share/doc/twisted/howto/woven.xhtml
+%%PORTDOCS%%share/doc/twisted/img/TwistedLogo.bmp
+%%PORTDOCS%%share/doc/twisted/img/deferred-attach.dia
+%%PORTDOCS%%share/doc/twisted/img/deferred-attach.png
+%%PORTDOCS%%share/doc/twisted/img/deferred-process.dia
+%%PORTDOCS%%share/doc/twisted/img/deferred-process.png
+%%PORTDOCS%%share/doc/twisted/img/deferred.dia
+%%PORTDOCS%%share/doc/twisted/img/deferred.png
+%%PORTDOCS%%share/doc/twisted/img/twisted-overview.png
+%%PORTDOCS%%share/doc/twisted/img/web-overview.dia
+%%PORTDOCS%%share/doc/twisted/img/web-overview.png
+%%PORTDOCS%%share/doc/twisted/img/web-widgets.dia
+%%PORTDOCS%%share/doc/twisted/img/web-widgets.png
+%%PORTDOCS%%share/doc/twisted/legal/contributor-agreement.html
+%%PORTDOCS%%share/doc/twisted/specifications/banana.html
+%%PORTDOCS%%share/doc/twisted/specifications/banana.xhtml
+%%PORTDOCS%%share/examples/twisted/scripts/bananabench.py
+%%PORTDOCS%%share/examples/twisted/scripts/bugs.tac
+%%PORTDOCS%%share/examples/twisted/scripts/cursesclient.py
+%%PORTDOCS%%share/examples/twisted/scripts/dbauth.tac
+%%PORTDOCS%%share/examples/twisted/scripts/dns-service-location.py
+%%PORTDOCS%%share/examples/twisted/scripts/dnstest.py
+%%PORTDOCS%%share/examples/twisted/scripts/echoclient.py
+%%PORTDOCS%%share/examples/twisted/scripts/echoclient_ssl.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/forum.tac
+%%PORTDOCS%%share/examples/twisted/scripts/ftpclient.py
+%%PORTDOCS%%share/examples/twisted/scripts/inetd.py
+%%PORTDOCS%%share/examples/twisted/scripts/ircLogBot.py
+%%PORTDOCS%%share/examples/twisted/scripts/metrics.tac
+%%PORTDOCS%%share/examples/twisted/scripts/mouse.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/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/qtdemo.py
+%%PORTDOCS%%share/examples/twisted/scripts/regserver-schema.sql
+%%PORTDOCS%%share/examples/twisted/scripts/regserver.py
+%%PORTDOCS%%share/examples/twisted/scripts/rotatinglog.py
+%%PORTDOCS%%share/examples/twisted/scripts/row_example.py
+%%PORTDOCS%%share/examples/twisted/scripts/row_schema.sql
+%%PORTDOCS%%share/examples/twisted/scripts/row_util.py
+%%PORTDOCS%%share/examples/twisted/scripts/row_xml.py
+%%PORTDOCS%%share/examples/twisted/scripts/server.pem
+%%PORTDOCS%%share/examples/twisted/scripts/silly-web.py
+%%PORTDOCS%%share/examples/twisted/scripts/simpleclient.py
+%%PORTDOCS%%share/examples/twisted/scripts/simpledns.py
+%%PORTDOCS%%share/examples/twisted/scripts/simpleserv.py
+%%PORTDOCS%%share/examples/twisted/scripts/wxdemo.py
+%%PORTDOCS%%share/examples/twisted/scripts/xmlrpc.py
+%%PORTDOCS%%share/examples/twisted/static/five.cgi
+%%PORTDOCS%%share/examples/twisted/static/index.html
+%%PORTDOCS%%share/examples/twisted/static/test.cgi
+%%PORTDOCS%%share/examples/twisted/static/test.rpy
+%%PORTDOCS%%share/twisted/admin/accepttests
+%%PORTDOCS%%share/twisted/admin/runtests
+%%PORTDOCS%%@dirrm share/twisted/admin
+%%PORTDOCS%%@dirrm share/twisted
+%%PORTDOCS%%@dirrm share/examples/twisted/static
+%%PORTDOCS%%@dirrm share/examples/twisted/scripts
+%%PORTDOCS%%@dirrm share/examples/twisted
+%%PORTDOCS%%@dirrm share/doc/twisted/specifications
+%%PORTDOCS%%@dirrm share/doc/twisted/legal
+%%PORTDOCS%%@dirrm share/doc/twisted/img
+%%PORTDOCS%%@dirrm share/doc/twisted/howto/listings/TwistedQuotes
+%%PORTDOCS%%@dirrm share/doc/twisted/howto/listings
+%%PORTDOCS%%@dirrm share/doc/twisted/howto
+%%PORTDOCS%%@dirrm share/doc/twisted/fun
+%%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/words
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/web
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/test
@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/sister
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts
@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
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/news
@@ -2250,6 +2140,8 @@ share/twisted/admin/runtests
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/manhole/ui
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/manhole
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/mail
+@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/issues/ui
+@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/issues
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/internet
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/im
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/enterprise
@@ -2257,44 +2149,3 @@ share/twisted/admin/runtests
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/coil
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted
-%%PORTDOCS%%@dirrm share/examples/twisted/static
-%%PORTDOCS%%@dirrm share/examples/twisted/scripts
-%%PORTDOCS%%@dirrm share/examples/twisted
-%%PORTDOCS%%@dirrm share/doc/twisted/specifications
-%%PORTDOCS%%@dirrm share/doc/twisted/legal
-%%PORTDOCS%%@dirrm share/doc/twisted/img
-%%PORTDOCS%%@dirrm share/doc/twisted/howto/listings/TwistedQuotes
-%%PORTDOCS%%@dirrm share/doc/twisted/howto/listings
-%%PORTDOCS%%@dirrm share/doc/twisted/howto
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gateways
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/sister
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/scripts
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/mice
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/news
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/cred
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/pyunit
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/admin
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%
-%%PORTDOCS%%@dirrm share/doc/twisted/api
-%%PORTDOCS%%@dirrm share/doc/twisted
diff --git a/devel/py-twisted/pkg-req b/devel/py-twisted/pkg-req
new file mode 100644
index 000000000000..fa6390a94fa5
--- /dev/null
+++ b/devel/py-twisted/pkg-req
@@ -0,0 +1,17 @@
+#!/bin/sh
+
+PATH=$PATH:/usr/local/bin
+
+if [ "x$1" = "xINSTALL" -o "x$2" = "xINSTALL" ]; then
+ PYTHON_GT=`python -c 'import string, sys; \
+ print string.split(sys.version)[0] >= "2.1"'`
+ if [ "x${PYTHON_GT}" = "x1" ]; then
+ exit 0
+ else
+ echo "-----------------------------------------------------------"
+ echo "Twisted requires Python version 2.1 or greater -"
+ echo " please update your Python installation before proceeding."
+ echo "-----------------------------------------------------------"
+ exit 1
+ fi
+fi