summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2002-03-05 09:17:30 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2002-03-05 09:17:30 +0000
commit9b068efe09ede1b31504db3a6e7c7f7665ed3db6 (patch)
tree0f4a68deb5fa174dc13ace53c40f763235c9ab6c /www
parentadd flip 2.2.0 (diff)
Upgrade to 2.7. I've commited only patches in the previous commiting.
Reported by: akiyama@kme.mei.co.jp
Notes
Notes: svn path=/head/; revision=55559
Diffstat (limited to 'www')
-rw-r--r--www/wwwoffle/Makefile32
-rw-r--r--www/wwwoffle/distinfo3
-rw-r--r--www/wwwoffle/pkg-plist959
3 files changed, 820 insertions, 174 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile
index 490056f645a5..d19075dffb4e 100644
--- a/www/wwwoffle/Makefile
+++ b/www/wwwoffle/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= wwwoffle
-PORTVERSION= 2.6d
+PORTVERSION= 2.7
CATEGORIES= www ipv6
MASTER_SITES= ftp://ftp.demon.co.uk/pub/unix/httpd/ \
${MASTER_SITE_SUNSITE}
@@ -20,38 +20,34 @@ USE_GMAKE= yes
# $SPOOL seems like a common name which could be used for other things, so
# use $WWWOFFLE_SPOOL as the overriding setting.
-WWWOFFLE_SPOOL?= /var/spool
-SPOOL= ${WWWOFFLE_SPOOL}
+WWWOFFLE_SPOOL?= /var/spool/wwwoffle
-PLIST_SUB+= SPOOL=${SPOOL}
+PLIST_SUB+= WWWOFFLE_SPOOL=${WWWOFFLE_SPOOL}
-MAKE_ENV+= SPOOL="${SPOOL}" \
- BINOWN="${BINOWN}" \
- BINGRP="${BINGRP}" \
- INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
- INSTALL_DATA="${INSTALL_DATA}" \
- INSTALL_MAN="${INSTALL_MAN}"
+HAS_CONFIGURE= yes
+CONFIGURE_ENV= LIBS=-lmd
+CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc --with-ipv6 \
+ --with-spooldir=${WWWOFFLE_SPOOL}
MAN1= wwwoffle.1
MAN5= wwwoffle.conf.5
MAN8= wwwoffled.8
-.if ${SPOOL} != "/var/spool"
+.if ${WWWOFFLE_SPOOL} != "/var/spool/wwwoffle"
# If using a non-standard spool, change all the documentation (and anything
# else) to reflect that.
PKGMESSAGE=${WRKDIR}/MESSAGE
-do-configure:
- @find ${WRKSRC} | xargs ${CHMOD} u+w
- @find ${WRKSRC} -type f | \
- xargs perl -pi -e 's@/var/spool/wwwoffle@${SPOOL}/wwwoffle@g'
- @${SED} 's@/var/spool/wwwoffle@${SPOOL}/wwwoffle@g' \
+post-configure:
+ @${SED} 's@/var/spool/wwwoffle@${WWWOFFLE_SPOOL}/wwwoffle@g' \
${PKGDIR}/pkg-message > ${PKGMESSAGE}
+
.endif
post-install:
- @${MKDIR} ${SPOOL}/wwwoffle
- @${INSTALL_SCRIPT} ${WRKSRC}/upgrade-config.pl ${SPOOL}/wwwoffle
+ @${INSTALL_SCRIPT} ${WRKSRC}/conf/upgrade-config-2.5-2.6.pl ${WWWOFFLE_SPOOL}
+ @${INSTALL_SCRIPT} ${WRKSRC}/conf/upgrade-config-2.x-2.5.pl ${WWWOFFLE_SPOOL}
+ @${INSTALL_SCRIPT} ${WRKSRC}/conf/upgrade-config.pl ${WWWOFFLE_SPOOL}
@${SED} 's@%PREFIX%@${LOCALBASE}@' ${FILESDIR}/wwwoffled.sh > ${PREFIX}/etc/rc.d/wwwoffled.sh
@${CHMOD} +x ${PREFIX}/etc/rc.d/wwwoffled.sh
@${CAT} ${PKGMESSAGE}
diff --git a/www/wwwoffle/distinfo b/www/wwwoffle/distinfo
index 20eefee1cabe..4fbd1d31a617 100644
--- a/www/wwwoffle/distinfo
+++ b/www/wwwoffle/distinfo
@@ -1,2 +1 @@
-MD5 (wwwoffle-2.6d.tgz) = 2a6de704d05fdc3c19f5dfbcec68d8bd
-MD5 (wwwoffle-26b-v6-20010411.diff.gz) = d62aeca57fd72f5d153efa9ec4347e8e
+MD5 (wwwoffle-2.7.tgz) = a2908c3eaaa2d9b49366c5a721c8916c
diff --git a/www/wwwoffle/pkg-plist b/www/wwwoffle/pkg-plist
index b2aa069705fe..c02e7476fb81 100644
--- a/www/wwwoffle/pkg-plist
+++ b/www/wwwoffle/pkg-plist
@@ -6,8 +6,33 @@ bin/wwwoffle-rm
bin/wwwoffle-tools
bin/wwwoffle-write
etc/rc.d/wwwoffled.sh
-etc/wwwoffle.conf.default
+etc/wwwoffle.conf.install
sbin/wwwoffled
+share/doc/wwwoffle/de/CHANGES.CONF
+share/doc/wwwoffle/de/INSTALL
+share/doc/wwwoffle/de/LSM
+share/doc/wwwoffle/de/NEWS
+share/doc/wwwoffle/de/README.1st
+share/doc/wwwoffle/de/README.CONF.html
+share/doc/wwwoffle/de/README.html
+share/doc/wwwoffle/es/CONVERT
+share/doc/wwwoffle/es/INSTALL
+share/doc/wwwoffle/es/LSM
+share/doc/wwwoffle/es/README
+share/doc/wwwoffle/es/README.1st
+share/doc/wwwoffle/es/README.CONF
+share/doc/wwwoffle/es/README.PWD
+share/doc/wwwoffle/es/README.URL
+share/doc/wwwoffle/es/README.htdig
+share/doc/wwwoffle/es/README.udmsearch
+share/doc/wwwoffle/es/README.win32
+share/doc/wwwoffle/es/wwwoffle.conf
+share/doc/wwwoffle/fr/README.CONF
+share/doc/wwwoffle/fr/wwwoffle.conf.man
+share/doc/wwwoffle/pl/INSTALL
+share/doc/wwwoffle/pl/LSM
+share/doc/wwwoffle/pl/README.1st
+share/doc/wwwoffle/pl/README.lang
share/doc/wwwoffle/CHANGES.CONF
share/doc/wwwoffle/CONVERT
share/doc/wwwoffle/COPYING
@@ -22,158 +47,784 @@ share/doc/wwwoffle/README.URL
share/doc/wwwoffle/README.compress
share/doc/wwwoffle/README.htdig
share/doc/wwwoffle/README.lang
-share/doc/wwwoffle/README.udmsearch
+share/doc/wwwoffle/README.mnogosearch
+share/doc/wwwoffle/README.namazu
share/doc/wwwoffle/README.win32
+@dirrm share/doc/wwwoffle/de
+@dirrm share/doc/wwwoffle/es
+@dirrm share/doc/wwwoffle/fr
+@dirrm share/doc/wwwoffle/it
+@dirrm share/doc/wwwoffle/nl
+@dirrm share/doc/wwwoffle/pl
+@dirrm share/doc/wwwoffle/ru
@dirrm share/doc/wwwoffle
-@cwd %%SPOOL%%
-wwwoffle/html/FAQ.html
-wwwoffle/html/README.CONF.html
-wwwoffle/html/Welcome.html
-wwwoffle/html/index.html
-wwwoffle/html/local/index.html
-wwwoffle/html/local/dontget/replacement.gif
-wwwoffle/html/local/dontget/replacement.js
-wwwoffle/html/local/dontget/replacement.png
-wwwoffle/html/messages/AddCacheInfo.html
-wwwoffle/html/messages/AliasRedirect.html
-wwwoffle/html/messages/CantRefreshPosted.html
-wwwoffle/html/messages/ConfigEditPage-Body.html
-wwwoffle/html/messages/ConfigEditPage-Head.html
-wwwoffle/html/messages/ConfigEditPage-Tail.html
-wwwoffle/html/messages/ConfigError.html
-wwwoffle/html/messages/ConfigUpdate.html
-wwwoffle/html/messages/ConfirmRequest.html
-wwwoffle/html/messages/ControlAuthFail.html
-wwwoffle/html/messages/ControlDelete-Body.html
-wwwoffle/html/messages/ControlDelete-Head.html
-wwwoffle/html/messages/ControlDelete-Tail.html
-wwwoffle/html/messages/ControlIllegal.html
-wwwoffle/html/messages/ControlPage.html
-wwwoffle/html/messages/ControlWWWOFFLE-Head.html
-wwwoffle/html/messages/ControlWWWOFFLE-Tail.html
-wwwoffle/html/messages/FTPDir-Head.html
-wwwoffle/html/messages/FTPDir-Tail.html
-wwwoffle/html/messages/FTPDirRedirect.html
-wwwoffle/html/messages/FTPPut.html
-wwwoffle/html/messages/FileLocked.html
-wwwoffle/html/messages/HostNotCached.html
-wwwoffle/html/messages/HostNotGot.html
-wwwoffle/html/messages/IllegalProtocol.html
-wwwoffle/html/messages/Index-Head.html
-wwwoffle/html/messages/Index-Tail.html
-wwwoffle/html/messages/IndexError-Body.html
-wwwoffle/html/messages/IndexHost-Body.html
-wwwoffle/html/messages/IndexHost-Head.html
-wwwoffle/html/messages/IndexHost-Tail.html
-wwwoffle/html/messages/IndexIllegal.html
-wwwoffle/html/messages/IndexLastOut-Body.html
-wwwoffle/html/messages/IndexLastOut-Head.html
-wwwoffle/html/messages/IndexLastOut-Tail.html
-wwwoffle/html/messages/IndexLastTime-Body.html
-wwwoffle/html/messages/IndexLastTime-Head.html
-wwwoffle/html/messages/IndexLastTime-Tail.html
-wwwoffle/html/messages/IndexMonitor-Body.html
-wwwoffle/html/messages/IndexMonitor-Head.html
-wwwoffle/html/messages/IndexMonitor-Tail.html
-wwwoffle/html/messages/IndexOutgoing-Body.html
-wwwoffle/html/messages/IndexOutgoing-Head.html
-wwwoffle/html/messages/IndexOutgoing-Tail.html
-wwwoffle/html/messages/IndexProtocol-Body.html
-wwwoffle/html/messages/IndexProtocol-Head.html
-wwwoffle/html/messages/IndexProtocol-Tail.html
-wwwoffle/html/messages/IndexRedirect.html
-wwwoffle/html/messages/IndexRoot-Body.html
-wwwoffle/html/messages/IndexSeparator-Body.html
-wwwoffle/html/messages/IndexURLRedirect.html
-wwwoffle/html/messages/LocalDirRedirect.html
-wwwoffle/html/messages/MethodUnsupported.html
-wwwoffle/html/messages/MonitorFormError.html
-wwwoffle/html/messages/MonitorIllegal.html
-wwwoffle/html/messages/MonitorPage.html
-wwwoffle/html/messages/MonitorWillGet.html
-wwwoffle/html/messages/PageNotFound.html
-wwwoffle/html/messages/ProxyAuthFail.html
-wwwoffle/html/messages/README
-wwwoffle/html/messages/RefreshFormError.html
-wwwoffle/html/messages/RefreshIllegal.html
-wwwoffle/html/messages/RefreshPage.html
-wwwoffle/html/messages/RefreshRedirect.html
-wwwoffle/html/messages/RefreshWillGet.html
-wwwoffle/html/messages/RefusedRequest.html
-wwwoffle/html/messages/RemoteHostError.html
-wwwoffle/html/messages/SearchIllegal.html
-wwwoffle/html/messages/ServerError.html
-wwwoffle/html/messages/UserNeedsPass.html
-wwwoffle/html/messages/WillGet.html
-wwwoffle/html/robots.txt
-wwwoffle/html/search/htdig/button1.gif
-wwwoffle/html/search/htdig/button10.gif
-wwwoffle/html/search/htdig/button2.gif
-wwwoffle/html/search/htdig/button3.gif
-wwwoffle/html/search/htdig/button4.gif
-wwwoffle/html/search/htdig/button5.gif
-wwwoffle/html/search/htdig/button6.gif
-wwwoffle/html/search/htdig/button7.gif
-wwwoffle/html/search/htdig/button8.gif
-wwwoffle/html/search/htdig/button9.gif
-wwwoffle/html/search/htdig/buttonl.gif
-wwwoffle/html/search/htdig/buttonr.gif
-wwwoffle/html/search/htdig/conf/htdig-full.conf
-wwwoffle/html/search/htdig/conf/htdig-incr.conf
-wwwoffle/html/search/htdig/conf/htdig-lasttime.conf
-wwwoffle/html/search/htdig/conf/htfuzzy.conf
-wwwoffle/html/search/htdig/conf/htmerge.conf
-wwwoffle/html/search/htdig/conf/htsearch.conf
-wwwoffle/html/search/htdig/htdig.gif
-wwwoffle/html/search/htdig/index.html
-wwwoffle/html/search/htdig/scripts/wwwoffle-htdig-full
-wwwoffle/html/search/htdig/scripts/wwwoffle-htdig-incr
-wwwoffle/html/search/htdig/scripts/wwwoffle-htdig-lasttime
-wwwoffle/html/search/htdig/scripts/wwwoffle-htfuzzy
-wwwoffle/html/search/htdig/scripts/wwwoffle-htsearch
-wwwoffle/html/search/htdig/search.html
-wwwoffle/html/search/htdig/star.gif
-wwwoffle/html/search/htdig/star_blank.gif
-wwwoffle/html/search/start-lt2.html
-wwwoffle/html/search/start-lt3.html
-wwwoffle/html/search/start-lt4.html
-wwwoffle/html/search/start1.html
-wwwoffle/html/search/start2.html
-wwwoffle/html/search/start3.html
-wwwoffle/html/search/start4.html
-wwwoffle/html/search/udmsearch/conf/indexer-full.conf
-wwwoffle/html/search/udmsearch/conf/indexer-incr.conf
-wwwoffle/html/search/udmsearch/conf/search.html
-wwwoffle/html/search/udmsearch/index.html
-wwwoffle/html/search/udmsearch/scripts/wwwoffle-indexer-full
-wwwoffle/html/search/udmsearch/scripts/wwwoffle-indexer-incr
-wwwoffle/html/search/udmsearch/scripts/wwwoffle-udmsearch
-wwwoffle/html/search/udmsearch/search.html
-wwwoffle/html/search/udmsearch/udm.gif
-wwwoffle/html/wwwoffle.pac
-wwwoffle/outgoing/O98hgItueyIbW8udnZuMjpg
-wwwoffle/outgoing/Oh-W1UuCia4-wLoZYEnRrXw
-wwwoffle/outgoing/Ox3oAN7UMcBN5bQi-qYGkoA
-wwwoffle/outgoing/U98hgItueyIbW8udnZuMjpg
-wwwoffle/outgoing/Uh-W1UuCia4-wLoZYEnRrXw
-wwwoffle/outgoing/Ux3oAN7UMcBN5bQi-qYGkoA
-wwwoffle/upgrade-config.pl
-@dirrm wwwoffle/html/local/dontget
-@dirrm wwwoffle/html/local
-@dirrm wwwoffle/html/messages
-@dirrm wwwoffle/html/search/htdig/conf
-@dirrm wwwoffle/html/search/htdig/db
-@dirrm wwwoffle/html/search/htdig/db-lasttime
-@dirrm wwwoffle/html/search/htdig/scripts
-@dirrm wwwoffle/html/search/htdig
-@dirrm wwwoffle/html/search/udmsearch/conf
-@dirrm wwwoffle/html/search/udmsearch/scripts
-@dirrm wwwoffle/html/search/udmsearch
-@dirrm wwwoffle/html/search
-@dirrm wwwoffle/html
-@dirrm wwwoffle/http
-@dirrm wwwoffle/lasttime
-@dirrm wwwoffle/monitor
-@dirrm wwwoffle/outgoing
-@dirrm wwwoffle/prevtime1
-@dirrm wwwoffle
+@cwd %%WWWOFFLE_SPOOL%%
+upgrade-config-2.5-2.6.pl
+upgrade-config-2.x-2.5.pl
+upgrade-config.pl
+outgoing/O98hgItueyIbW8udnZuMjpg
+outgoing/Oh-W1UuCia4-wLoZYEnRrXw
+outgoing/Ox3oAN7UMcBN5bQi-qYGkoA
+outgoing/U98hgItueyIbW8udnZuMjpg
+outgoing/Uh-W1UuCia4-wLoZYEnRrXw
+outgoing/Ux3oAN7UMcBN5bQi-qYGkoA
+html/de/messages/CantRefreshPosted.html
+html/de/messages/AddCacheInfo.html
+html/de/messages/ControlWWWOFFLE-Head.html
+html/de/messages/ControlPage.html
+html/de/messages/IndexHost-Tail.html
+html/de/messages/MonitorWillGet.html
+html/de/messages/ConfirmRequest.html
+html/de/messages/ControlAuthFail.html
+html/de/messages/ControlIllegal.html
+html/de/messages/IndexLastTime-Head.html
+html/de/messages/RefreshWillGet.html
+html/de/messages/ControlWWWOFFLE-Tail.html
+html/de/messages/FTPDir-Head.html
+html/de/messages/FTPDir-Tail.html
+html/de/messages/FTPDirRedirect.html
+html/de/messages/FileLocked.html
+html/de/messages/HostNotGot.html
+html/de/messages/IllegalProtocol.html
+html/de/messages/Index-Head.html
+html/de/messages/Index-Tail.html
+html/de/messages/IndexError-Body.html
+html/de/messages/IndexHost-Body.html
+html/de/messages/IndexHost-Head.html
+html/de/messages/IndexIllegal.html
+html/de/messages/IndexLastTime-Body.html
+html/de/messages/IndexLastTime-Tail.html
+html/de/messages/IndexMonitor-Body.html
+html/de/messages/IndexMonitor-Head.html
+html/de/messages/IndexMonitor-Tail.html
+html/de/messages/IndexOutgoing-Body.html
+html/de/messages/IndexOutgoing-Head.html
+html/de/messages/IndexOutgoing-Tail.html
+html/de/messages/IndexProtocol-Body.html
+html/de/messages/IndexProtocol-Head.html
+html/de/messages/IndexProtocol-Tail.html
+html/de/messages/IndexRedirect.html
+html/de/messages/IndexRoot-Body.html
+html/de/messages/IndexSeparator-Body.html
+html/de/messages/IndexURLRedirect.html
+html/de/messages/LocalDirRedirect.html
+html/de/messages/MethodUnsupported.html
+html/de/messages/MonitorFormError.html
+html/de/messages/MonitorIllegal.html
+html/de/messages/MonitorPage.html
+html/de/messages/WillGet.html
+html/de/messages/PageNotFound.html
+html/de/messages/ProxyAuthFail.html
+html/de/messages/RefreshFormError.html
+html/de/messages/RefreshIllegal.html
+html/de/messages/RefreshPage.html
+html/de/messages/RefreshRedirect.html
+html/de/messages/RefusedRequest.html
+html/de/messages/RemoteHostError.html
+html/de/messages/ServerError.html
+html/de/messages/UserNeedsPass.html
+html/de/search/htdig/index.html
+html/de/search/htdig/search.html
+html/de/README.CONF.html
+html/de/FAQ.html
+html/de/index.html
+html/de/Welcome.html
+html/README
+html/en/index.html
+html/en/messages/CantRefreshPosted.html
+html/en/messages/AddCacheInfo.html
+html/en/messages/AliasRedirect.html
+html/en/messages/ControlWWWOFFLE-Head.html
+html/en/messages/RemoteHostError.html
+html/en/messages/ControlPage.html
+html/en/messages/ConfigurationChange.html
+html/en/messages/ConfigurationSection-Body.html
+html/en/messages/ConfirmRequest.html
+html/en/messages/ControlAuthFail.html
+html/en/messages/ControlDelete-Body.html
+html/en/messages/ControlDelete-Head.html
+html/en/messages/ControlDelete-Tail.html
+html/en/messages/ControlIllegal.html
+html/en/messages/RefreshPage.html
+html/en/messages/README
+html/en/messages/ControlWWWOFFLE-Tail.html
+html/en/messages/FTPDir-Head.html
+html/en/messages/FTPDir-Tail.html
+html/en/messages/FTPDirRedirect.html
+html/en/messages/FTPPut.html
+html/en/messages/FileLocked.html
+html/en/messages/HostNotCached.html
+html/en/messages/HostNotGot.html
+html/en/messages/IllegalProtocol.html
+html/en/messages/Index-Head.html
+html/en/messages/Index-Tail.html
+html/en/messages/IndexError-Body.html
+html/en/messages/IndexHost-Body.html
+html/en/messages/IndexHost-Head.html
+html/en/messages/IndexHost-Tail.html
+html/en/messages/IndexIllegal.html
+html/en/messages/IndexLastOut-Body.html
+html/en/messages/IndexLastOut-Head.html
+html/en/messages/IndexLastOut-Tail.html
+html/en/messages/IndexLastTime-Body.html
+html/en/messages/IndexLastTime-Head.html
+html/en/messages/IndexLastTime-Tail.html
+html/en/messages/IndexMonitor-Body.html
+html/en/messages/IndexMonitor-Head.html
+html/en/messages/IndexMonitor-Tail.html
+html/en/messages/IndexOutgoing-Body.html
+html/en/messages/IndexOutgoing-Head.html
+html/en/messages/IndexOutgoing-Tail.html
+html/en/messages/IndexProtocol-Body.html
+html/en/messages/IndexProtocol-Head.html
+html/en/messages/IndexProtocol-Tail.html
+html/en/messages/IndexRedirect.html
+html/en/messages/IndexRoot-Body.html
+html/en/messages/IndexSeparator-Body.html
+html/en/messages/IndexURLRedirect.html
+html/en/messages/LocalDirRedirect.html
+html/en/messages/MethodUnsupported.html
+html/en/messages/MonitorFormError.html
+html/en/messages/MonitorIllegal.html
+html/en/messages/MonitorPage.html
+html/en/messages/MonitorWillGet.html
+html/en/messages/PageNotFound.html
+html/en/messages/ProxyAuthFail.html
+html/en/messages/README.CONF.txt
+html/en/messages/RefreshFormError.html
+html/en/messages/RefreshIllegal.html
+html/en/messages/RefreshRedirect.html
+html/en/messages/RefreshWillGet.html
+html/en/messages/RefusedRequest.html
+html/en/messages/SearchIllegal.html
+html/en/messages/ServerError.html
+html/en/messages/UserNeedsPass.html
+html/en/messages/WillGet.html
+html/en/messages/ConfigurationAuthFail.html
+html/en/messages/ConfigurationItem-Body.html
+html/en/messages/ConfigurationIllegal.html
+html/en/messages/ConfigurationPage-Tail.html
+html/en/messages/ConfigurationPage-Head.html
+html/en/messages/ConfigurationSection-Head.html
+html/en/messages/ConfigurationPage-Body.html
+html/en/messages/ConfigurationSection-Tail.html
+html/en/messages/ConfigurationUrl-Head.html
+html/en/messages/ConfigurationItem-Head.html
+html/en/messages/ConfigurationItem-Tail.html
+html/en/messages/ConfigurationUrl-Body.html
+html/en/messages/ConfigurationUrl-Tail.html
+html/en/search/htdig/index.html
+html/en/search/htdig/star_blank.gif
+html/en/search/htdig/button1.gif
+html/en/search/htdig/button10.gif
+html/en/search/htdig/button2.gif
+html/en/search/htdig/button3.gif
+html/en/search/htdig/button4.gif
+html/en/search/htdig/button5.gif
+html/en/search/htdig/button6.gif
+html/en/search/htdig/button7.gif
+html/en/search/htdig/button8.gif
+html/en/search/htdig/button9.gif
+html/en/search/htdig/buttonl.gif
+html/en/search/htdig/buttonr.gif
+html/en/search/htdig/htdig.gif
+html/en/search/htdig/search.html
+html/en/search/htdig/star.gif
+html/en/search/mnogosearch/index.html
+html/en/search/mnogosearch/result.html
+html/en/search/mnogosearch/search.html
+html/en/search/mnogosearch/m-search.gif
+html/en/search/udmsearch
+html/en/search/namazu/search.html
+html/en/search/namazu/index.html
+html/en/search/start-lt2.html
+html/en/search/start-lt3.html
+html/en/search/start-lt4.html
+html/en/search/start1.html
+html/en/search/start2.html
+html/en/search/start3.html
+html/en/search/start4.html
+html/en/README.CONF.html
+html/en/FAQ.html
+html/en/local/dontget/replacement.gif
+html/en/local/dontget/replacement.js
+html/en/local/dontget/replacement.png
+html/en/local/index.html
+html/en/Welcome.html
+html/en/robots.txt
+html/en/wwwoffle.pac
+html/es/messages/CantRefreshPosted.html
+html/es/messages/AddCacheInfo.html
+html/es/messages/AliasRedirect.html
+html/es/messages/ControlWWWOFFLE-Head.html
+html/es/messages/ControlPage.html
+html/es/messages/IndexHost-Tail.html
+html/es/messages/MonitorWillGet.html
+html/es/messages/ConfirmRequest.html
+html/es/messages/ControlAuthFail.html
+html/es/messages/ControlDelete-Body.html
+html/es/messages/ControlDelete-Head.html
+html/es/messages/ControlDelete-Tail.html
+html/es/messages/ControlIllegal.html
+html/es/messages/RefreshPage.html
+html/es/messages/README
+html/es/messages/ControlWWWOFFLE-Tail.html
+html/es/messages/FTPDir-Head.html
+html/es/messages/FTPDir-Tail.html
+html/es/messages/FTPDirRedirect.html
+html/es/messages/FTPPut.html
+html/es/messages/FileLocked.html
+html/es/messages/HostNotCached.html
+html/es/messages/HostNotGot.html
+html/es/messages/IllegalProtocol.html
+html/es/messages/Index-Head.html
+html/es/messages/Index-Tail.html
+html/es/messages/IndexError-Body.html
+html/es/messages/IndexHost-Body.html
+html/es/messages/IndexHost-Head.html
+html/es/messages/IndexIllegal.html
+html/es/messages/IndexLastOut-Body.html
+html/es/messages/IndexLastOut-Head.html
+html/es/messages/IndexLastOut-Tail.html
+html/es/messages/IndexLastTime-Body.html
+html/es/messages/IndexLastTime-Head.html
+html/es/messages/IndexLastTime-Tail.html
+html/es/messages/IndexMonitor-Body.html
+html/es/messages/IndexMonitor-Head.html
+html/es/messages/IndexMonitor-Tail.html
+html/es/messages/IndexOutgoing-Body.html
+html/es/messages/IndexOutgoing-Head.html
+html/es/messages/IndexOutgoing-Tail.html
+html/es/messages/IndexProtocol-Body.html
+html/es/messages/IndexProtocol-Head.html
+html/es/messages/IndexProtocol-Tail.html
+html/es/messages/IndexRedirect.html
+html/es/messages/IndexRoot-Body.html
+html/es/messages/IndexSeparator-Body.html
+html/es/messages/IndexURLRedirect.html
+html/es/messages/LocalDirRedirect.html
+html/es/messages/MethodUnsupported.html
+html/es/messages/MonitorFormError.html
+html/es/messages/MonitorIllegal.html
+html/es/messages/MonitorPage.html
+html/es/messages/PageNotFound.html
+html/es/messages/ProxyAuthFail.html
+html/es/messages/RefreshWillGet.html
+html/es/messages/RefreshFormError.html
+html/es/messages/RefreshIllegal.html
+html/es/messages/RefreshRedirect.html
+html/es/messages/WillGet.html
+html/es/messages/RefusedRequest.html
+html/es/messages/RemoteHostError.html
+html/es/messages/SearchIllegal.html
+html/es/messages/ServerError.html
+html/es/messages/UserNeedsPass.html
+html/es/messages/README.CONF.txt
+html/es/search/htdig/index.html
+html/es/search/htdig/search.html
+html/es/search/udmsearch
+html/es/search/mnogosearch/index.html
+html/es/search/mnogosearch/search.html
+html/es/search/start-lt2.html
+html/es/search/start-lt3.html
+html/es/search/start-lt4.html
+html/es/search/start1.html
+html/es/search/start2.html
+html/es/search/start3.html
+html/es/search/start4.html
+html/es/Welcome.html
+html/es/FAQ.html
+html/es/README.CONF.html
+html/es/robots.txt
+html/es/wwwoffle.pac
+html/es/index.html
+html/fr/messages/CantRefreshPosted.html
+html/fr/messages/AddCacheInfo.html
+html/fr/messages/AliasRedirect.html
+html/fr/messages/ControlWWWOFFLE-Head.html
+html/fr/messages/README.CONF.txt
+html/fr/messages/ControlPage.html
+html/fr/messages/IndexHost-Tail.html
+html/fr/messages/MonitorWillGet.html
+html/fr/messages/ConfirmRequest.html
+html/fr/messages/ControlAuthFail.html
+html/fr/messages/ControlDelete-Body.html
+html/fr/messages/ControlDelete-Head.html
+html/fr/messages/ControlDelete-Tail.html
+html/fr/messages/ControlIllegal.html
+html/fr/messages/WillGet.html
+html/fr/messages/RefreshPage.html
+html/fr/messages/README
+html/fr/messages/ControlWWWOFFLE-Tail.html
+html/fr/messages/FTPDir-Head.html
+html/fr/messages/FTPDir-Tail.html
+html/fr/messages/FTPDirRedirect.html
+html/fr/messages/FTPPut.html
+html/fr/messages/FileLocked.html
+html/fr/messages/HostNotCached.html
+html/fr/messages/HostNotGot.html
+html/fr/messages/IllegalProtocol.html
+html/fr/messages/Index-Head.html
+html/fr/messages/Index-Tail.html
+html/fr/messages/IndexError-Body.html
+html/fr/messages/IndexHost-Body.html
+html/fr/messages/IndexHost-Head.html
+html/fr/messages/IndexIllegal.html
+html/fr/messages/IndexLastOut-Body.html
+html/fr/messages/IndexLastOut-Head.html
+html/fr/messages/IndexLastOut-Tail.html
+html/fr/messages/IndexLastTime-Body.html
+html/fr/messages/IndexLastTime-Head.html
+html/fr/messages/IndexLastTime-Tail.html
+html/fr/messages/IndexMonitor-Body.html
+html/fr/messages/IndexMonitor-Head.html
+html/fr/messages/IndexMonitor-Tail.html
+html/fr/messages/IndexOutgoing-Body.html
+html/fr/messages/IndexOutgoing-Head.html
+html/fr/messages/IndexOutgoing-Tail.html
+html/fr/messages/IndexProtocol-Body.html
+html/fr/messages/IndexProtocol-Head.html
+html/fr/messages/IndexProtocol-Tail.html
+html/fr/messages/IndexRedirect.html
+html/fr/messages/IndexRoot-Body.html
+html/fr/messages/IndexSeparator-Body.html
+html/fr/messages/IndexURLRedirect.html
+html/fr/messages/LocalDirRedirect.html
+html/fr/messages/MethodUnsupported.html
+html/fr/messages/MonitorFormError.html
+html/fr/messages/MonitorIllegal.html
+html/fr/messages/MonitorPage.html
+html/fr/messages/PageNotFound.html
+html/fr/messages/ProxyAuthFail.html
+html/fr/messages/RefreshWillGet.html
+html/fr/messages/RefreshFormError.html
+html/fr/messages/RefreshIllegal.html
+html/fr/messages/RefreshRedirect.html
+html/fr/messages/RefusedRequest.html
+html/fr/messages/RemoteHostError.html
+html/fr/messages/SearchIllegal.html
+html/fr/messages/ServerError.html
+html/fr/messages/UserNeedsPass.html
+html/fr/search/htdig/index.html
+html/fr/search/htdig/search.html
+html/fr/search/udmsearch
+html/fr/search/mnogosearch/index.html
+html/fr/search/mnogosearch/search.html
+html/fr/search/namazu/search.html
+html/fr/search/namazu/index.html
+html/fr/Welcome.html
+html/fr/index.html
+html/fr/README.CONF.html
+html/it/messages/CantRefreshPosted.html
+html/it/messages/AddCacheInfo.html
+html/it/messages/AliasRedirect.html
+html/it/messages/ControlWWWOFFLE-Head.html
+html/it/messages/ControlPage.html
+html/it/messages/IndexHost-Tail.html
+html/it/messages/MonitorWillGet.html
+html/it/messages/ConfirmRequest.html
+html/it/messages/ControlAuthFail.html
+html/it/messages/ControlDelete-Body.html
+html/it/messages/ControlDelete-Head.html
+html/it/messages/ControlDelete-Tail.html
+html/it/messages/ControlIllegal.html
+html/it/messages/RefreshPage.html
+html/it/messages/README
+html/it/messages/ControlWWWOFFLE-Tail.html
+html/it/messages/FTPDir-Head.html
+html/it/messages/FTPDir-Tail.html
+html/it/messages/FTPDirRedirect.html
+html/it/messages/FTPPut.html
+html/it/messages/FileLocked.html
+html/it/messages/HostNotCached.html
+html/it/messages/HostNotGot.html
+html/it/messages/IllegalProtocol.html
+html/it/messages/Index-Head.html
+html/it/messages/Index-Tail.html
+html/it/messages/IndexError-Body.html
+html/it/messages/IndexHost-Body.html
+html/it/messages/IndexHost-Head.html
+html/it/messages/IndexIllegal.html
+html/it/messages/IndexLastOut-Body.html
+html/it/messages/IndexLastOut-Head.html
+html/it/messages/IndexLastOut-Tail.html
+html/it/messages/IndexLastTime-Body.html
+html/it/messages/IndexLastTime-Head.html
+html/it/messages/IndexLastTime-Tail.html
+html/it/messages/IndexMonitor-Body.html
+html/it/messages/IndexMonitor-Head.html
+html/it/messages/IndexMonitor-Tail.html
+html/it/messages/IndexOutgoing-Body.html
+html/it/messages/IndexOutgoing-Head.html
+html/it/messages/IndexOutgoing-Tail.html
+html/it/messages/IndexProtocol-Body.html
+html/it/messages/IndexProtocol-Head.html
+html/it/messages/IndexProtocol-Tail.html
+html/it/messages/IndexRedirect.html
+html/it/messages/IndexRoot-Body.html
+html/it/messages/IndexSeparator-Body.html
+html/it/messages/IndexURLRedirect.html
+html/it/messages/LocalDirRedirect.html
+html/it/messages/MethodUnsupported.html
+html/it/messages/MonitorFormError.html
+html/it/messages/MonitorIllegal.html
+html/it/messages/MonitorPage.html
+html/it/messages/PageNotFound.html
+html/it/messages/ProxyAuthFail.html
+html/it/messages/RefreshWillGet.html
+html/it/messages/RefreshFormError.html
+html/it/messages/RefreshIllegal.html
+html/it/messages/RefreshRedirect.html
+html/it/messages/WillGet.html
+html/it/messages/RefusedRequest.html
+html/it/messages/RemoteHostError.html
+html/it/messages/SearchIllegal.html
+html/it/messages/ServerError.html
+html/it/messages/UserNeedsPass.html
+html/it/search/htdig/index.html
+html/it/search/htdig/search.html
+html/it/search/udmsearch
+html/it/search/mnogosearch/result.html
+html/it/search/mnogosearch/search.html
+html/it/search/mnogosearch/index.html
+html/it/search/start-lt2.html
+html/it/search/start-lt3.html
+html/it/search/start-lt4.html
+html/it/search/start1.html
+html/it/search/start2.html
+html/it/search/start3.html
+html/it/search/start4.html
+html/it/Welcome.html
+html/it/FAQ.html
+html/it/index.html
+html/nl/messages/CantRefreshPosted.html
+html/nl/messages/AddCacheInfo.html
+html/nl/messages/AliasRedirect.html
+html/nl/messages/ControlWWWOFFLE-Head.html
+html/nl/messages/ConfirmRequest.html
+html/nl/messages/ControlPage.html
+html/nl/messages/WillGet.html
+html/nl/messages/ControlWWWOFFLE-Tail.html
+html/nl/messages/FTPDir-Head.html
+html/nl/messages/FTPDirRedirect.html
+html/nl/messages/FTPPut.html
+html/nl/messages/FileLocked.html
+html/nl/messages/HostNotCached.html
+html/nl/messages/HostNotGot.html
+html/nl/messages/IllegalProtocol.html
+html/nl/messages/Index-Head.html
+html/nl/messages/Index-Tail.html
+html/nl/messages/IndexError-Body.html
+html/nl/messages/IndexHost-Head.html
+html/nl/messages/IndexHost-Tail.html
+html/nl/messages/IndexIllegal.html
+html/nl/messages/IndexLastOut-Head.html
+html/nl/messages/IndexLastOut-Tail.html
+html/nl/messages/IndexLastTime-Head.html
+html/nl/messages/IndexLastTime-Tail.html
+html/nl/messages/IndexMonitor-Head.html
+html/nl/messages/IndexMonitor-Tail.html
+html/nl/messages/IndexOutgoing-Head.html
+html/nl/messages/IndexOutgoing-Tail.html
+html/nl/messages/IndexProtocol-Head.html
+html/nl/messages/IndexRedirect.html
+html/nl/messages/IndexRoot-Body.html
+html/nl/messages/IndexSeparator-Body.html
+html/nl/messages/IndexURLRedirect.html
+html/nl/messages/LocalDirRedirect.html
+html/nl/messages/MethodUnsupported.html
+html/nl/messages/MonitorFormError.html
+html/nl/messages/MonitorIllegal.html
+html/nl/messages/MonitorPage.html
+html/nl/messages/MonitorWillGet.html
+html/nl/messages/PageNotFound.html
+html/nl/messages/ProxyAuthFail.html
+html/nl/messages/RefreshFormError.html
+html/nl/messages/RefreshIllegal.html
+html/nl/messages/RefreshPage.html
+html/nl/messages/RefreshRedirect.html
+html/nl/messages/RefreshWillGet.html
+html/nl/messages/RefusedRequest.html
+html/nl/messages/RemoteHostError.html
+html/nl/messages/SearchIllegal.html
+html/nl/messages/ServerError.html
+html/nl/messages/UserNeedsPass.html
+html/nl/messages/ConfigurationAuthFail.html
+html/nl/messages/ConfigurationChange.html
+html/nl/messages/ConfigurationItem-Head.html
+html/nl/messages/ConfigurationItem-Tail.html
+html/nl/messages/ConfigurationPage-Body.html
+html/nl/messages/ConfigurationPage-Head.html
+html/nl/messages/ConfigurationPage-Tail.html
+html/nl/messages/ConfigurationSection-Body.html
+html/nl/messages/ConfigurationSection-Head.html
+html/nl/messages/ConfigurationSection-Tail.html
+html/nl/messages/ConfigurationUrl-Body.html
+html/nl/messages/ConfigurationUrl-Head.html
+html/nl/messages/ConfigurationUrl-Tail.html
+html/pl/messages/CantRefreshPosted.html
+html/pl/messages/AddCacheInfo.html
+html/pl/messages/AliasRedirect.html
+html/pl/messages/ControlWWWOFFLE-Head.html
+html/pl/messages/ControlPage.html
+html/pl/messages/IndexHost-Tail.html
+html/pl/messages/MonitorWillGet.html
+html/pl/messages/ConfirmRequest.html
+html/pl/messages/ControlAuthFail.html
+html/pl/messages/ControlDelete-Body.html
+html/pl/messages/ControlDelete-Head.html
+html/pl/messages/ControlDelete-Tail.html
+html/pl/messages/ControlIllegal.html
+html/pl/messages/RefreshPage.html
+html/pl/messages/README
+html/pl/messages/ControlWWWOFFLE-Tail.html
+html/pl/messages/FTPDir-Head.html
+html/pl/messages/FTPDir-Tail.html
+html/pl/messages/FTPDirRedirect.html
+html/pl/messages/FTPPut.html
+html/pl/messages/FileLocked.html
+html/pl/messages/HostNotCached.html
+html/pl/messages/HostNotGot.html
+html/pl/messages/IllegalProtocol.html
+html/pl/messages/Index-Head.html
+html/pl/messages/Index-Tail.html
+html/pl/messages/IndexError-Body.html
+html/pl/messages/IndexHost-Body.html
+html/pl/messages/IndexHost-Head.html
+html/pl/messages/IndexIllegal.html
+html/pl/messages/IndexLastOut-Body.html
+html/pl/messages/IndexLastOut-Head.html
+html/pl/messages/IndexLastOut-Tail.html
+html/pl/messages/IndexLastTime-Body.html
+html/pl/messages/IndexLastTime-Head.html
+html/pl/messages/IndexLastTime-Tail.html
+html/pl/messages/IndexMonitor-Body.html
+html/pl/messages/IndexMonitor-Head.html
+html/pl/messages/IndexMonitor-Tail.html
+html/pl/messages/IndexOutgoing-Body.html
+html/pl/messages/IndexOutgoing-Head.html
+html/pl/messages/IndexOutgoing-Tail.html
+html/pl/messages/IndexProtocol-Body.html
+html/pl/messages/IndexProtocol-Head.html
+html/pl/messages/IndexProtocol-Tail.html
+html/pl/messages/IndexRedirect.html
+html/pl/messages/IndexRoot-Body.html
+html/pl/messages/IndexSeparator-Body.html
+html/pl/messages/IndexURLRedirect.html
+html/pl/messages/LocalDirRedirect.html
+html/pl/messages/MethodUnsupported.html
+html/pl/messages/MonitorFormError.html
+html/pl/messages/MonitorIllegal.html
+html/pl/messages/MonitorPage.html
+html/pl/messages/PageNotFound.html
+html/pl/messages/ProxyAuthFail.html
+html/pl/messages/RefreshWillGet.html
+html/pl/messages/RefreshFormError.html
+html/pl/messages/RefreshIllegal.html
+html/pl/messages/RefreshRedirect.html
+html/pl/messages/WillGet.html
+html/pl/messages/RefusedRequest.html
+html/pl/messages/RemoteHostError.html
+html/pl/messages/SearchIllegal.html
+html/pl/messages/ServerError.html
+html/pl/messages/UserNeedsPass.html
+html/pl/messages/ConfigurationAuthFail.html
+html/pl/messages/ConfigurationChange.html
+html/pl/messages/ConfigurationIllegal.html
+html/pl/messages/ConfigurationItem-Body.html
+html/pl/messages/ConfigurationItem-Head.html
+html/pl/messages/ConfigurationItem-Tail.html
+html/pl/messages/ConfigurationPage-Body.html
+html/pl/messages/ConfigurationPage-Head.html
+html/pl/messages/ConfigurationPage-Tail.html
+html/pl/messages/ConfigurationSection-Body.html
+html/pl/messages/ConfigurationUrl-Body.html
+html/pl/messages/ConfigurationSection-Head.html
+html/pl/messages/ConfigurationSection-Tail.html
+html/pl/messages/ConfigurationUrl-Head.html
+html/pl/messages/ConfigurationUrl-Tail.html
+html/pl/search/htdig/index.html
+html/pl/search/htdig/search.html
+html/pl/search/udmsearch
+html/pl/search/mnogosearch/index.html
+html/pl/search/mnogosearch/search.html
+html/pl/search/mnogosearch/result.html
+html/pl/search/start-lt2.html
+html/pl/search/start-lt3.html
+html/pl/search/start-lt4.html
+html/pl/search/start1.html
+html/pl/search/start2.html
+html/pl/search/start3.html
+html/pl/search/start4.html
+html/pl/search/namazu/index.html
+html/pl/search/namazu/search.html
+html/pl/index.html
+html/pl/Welcome.html
+html/pl/local/index.html
+html/ru/local/index.html
+html/ru/messages/CantRefreshPosted.html
+html/ru/messages/AddCacheInfo.html
+html/ru/messages/AliasRedirect.html
+html/ru/messages/ControlWWWOFFLE-Head.html
+html/ru/messages/ControlPage.html
+html/ru/messages/IndexHost-Tail.html
+html/ru/messages/MonitorWillGet.html
+html/ru/messages/ConfirmRequest.html
+html/ru/messages/ControlAuthFail.html
+html/ru/messages/ControlDelete-Body.html
+html/ru/messages/ControlDelete-Head.html
+html/ru/messages/ControlDelete-Tail.html
+html/ru/messages/ControlIllegal.html
+html/ru/messages/RefreshPage.html
+html/ru/messages/README
+html/ru/messages/ControlWWWOFFLE-Tail.html
+html/ru/messages/FTPDir-Head.html
+html/ru/messages/FTPDir-Tail.html
+html/ru/messages/FTPDirRedirect.html
+html/ru/messages/FTPPut.html
+html/ru/messages/FileLocked.html
+html/ru/messages/HostNotCached.html
+html/ru/messages/HostNotGot.html
+html/ru/messages/IllegalProtocol.html
+html/ru/messages/Index-Head.html
+html/ru/messages/Index-Tail.html
+html/ru/messages/IndexError-Body.html
+html/ru/messages/IndexHost-Body.html
+html/ru/messages/IndexHost-Head.html
+html/ru/messages/IndexIllegal.html
+html/ru/messages/IndexLastOut-Body.html
+html/ru/messages/IndexLastOut-Head.html
+html/ru/messages/IndexLastOut-Tail.html
+html/ru/messages/IndexLastTime-Body.html
+html/ru/messages/IndexLastTime-Head.html
+html/ru/messages/IndexLastTime-Tail.html
+html/ru/messages/IndexMonitor-Body.html
+html/ru/messages/IndexMonitor-Head.html
+html/ru/messages/IndexMonitor-Tail.html
+html/ru/messages/IndexOutgoing-Body.html
+html/ru/messages/IndexOutgoing-Head.html
+html/ru/messages/IndexOutgoing-Tail.html
+html/ru/messages/IndexProtocol-Body.html
+html/ru/messages/IndexProtocol-Head.html
+html/ru/messages/IndexProtocol-Tail.html
+html/ru/messages/IndexRedirect.html
+html/ru/messages/IndexRoot-Body.html
+html/ru/messages/IndexSeparator-Body.html
+html/ru/messages/IndexURLRedirect.html
+html/ru/messages/LocalDirRedirect.html
+html/ru/messages/MethodUnsupported.html
+html/ru/messages/MonitorFormError.html
+html/ru/messages/MonitorIllegal.html
+html/ru/messages/MonitorPage.html
+html/ru/messages/PageNotFound.html
+html/ru/messages/ProxyAuthFail.html
+html/ru/messages/RefreshWillGet.html
+html/ru/messages/RefreshFormError.html
+html/ru/messages/RefreshIllegal.html
+html/ru/messages/RefreshRedirect.html
+html/ru/messages/WillGet.html
+html/ru/messages/RefusedRequest.html
+html/ru/messages/RemoteHostError.html
+html/ru/messages/SearchIllegal.html
+html/ru/messages/ServerError.html
+html/ru/messages/UserNeedsPass.html
+html/ru/Welcome.html
+html/ru/FAQ.html
+html/ru/index.html
+html/default
+search/htdig/conf/htdig-lasttime.conf
+search/htdig/conf/htdig-full.conf
+search/htdig/conf/htdig-incr.conf
+search/htdig/conf/htsearch.conf
+search/htdig/conf/htfuzzy.conf
+search/htdig/conf/htmerge.conf
+search/htdig/scripts/wwwoffle-htdig-lasttime
+search/htdig/scripts/wwwoffle-htdig-full
+search/htdig/scripts/wwwoffle-htdig-incr
+search/htdig/scripts/wwwoffle-htsearch
+search/htdig/scripts/wwwoffle-htfuzzy
+search/mnogosearch/conf/indexer-incr.old.conf
+search/mnogosearch/conf/indexer-full.conf
+search/mnogosearch/conf/indexer-incr.conf
+search/mnogosearch/conf/result.html
+search/mnogosearch/conf/indexer-full.old.conf
+search/mnogosearch/scripts/wwwoffle-mnogosearch
+search/mnogosearch/scripts/wwwoffle-indexer-full
+search/mnogosearch/scripts/wwwoffle-indexer-lasttime
+search/udmsearch
+search/namazu/scripts/wwwoffle-mknmz-full
+search/namazu/scripts/wwwoffle-namazu
+search/namazu/scripts/wwwoffle-mknmz-lasttime
+search/namazu/conf/namazurc
+search/namazu/conf/mknmzrc
+search/namazu/conf/NMZ.body
+search/namazu/conf/NMZ.foot
+search/namazu/conf/NMZ.head
+search/namazu/conf/NMZ.result.normal
+search/namazu/conf/NMZ.result.short
+search/namazu/conf/NMZ.tips
+@dirrm lastout
+@dirrm local
+@dirrm html/de/messages
+@dirrm html/de/search/htdig
+@dirrm html/de/search
+@dirrm html/de
+@dirrm html/en/messages
+@dirrm html/en/search/htdig
+@dirrm html/en/search/mnogosearch
+@dirrm html/en/search/namazu
+@dirrm html/en/search
+@dirrm html/en/local/dontget
+@dirrm html/en/local
+@dirrm html/en
+@dirrm html/es/messages
+@dirrm html/es/search/htdig
+@dirrm html/es/search/mnogosearch
+@dirrm html/es/search
+@dirrm html/es
+@dirrm html/fr/messages
+@dirrm html/fr/search/htdig
+@dirrm html/fr/search/mnogosearch
+@dirrm html/fr/search/namazu
+@dirrm html/fr/search
+@dirrm html/fr
+@dirrm html/it/messages
+@dirrm html/it/search/htdig
+@dirrm html/it/search/mnogosearch
+@dirrm html/it/search
+@dirrm html/it
+@dirrm html/nl/messages
+@dirrm html/nl
+@dirrm html/pl/messages
+@dirrm html/pl/search/htdig
+@dirrm html/pl/search/mnogosearch
+@dirrm html/pl/search/namazu
+@dirrm html/pl/search
+@dirrm html/pl/local
+@dirrm html/pl
+@dirrm html/ru/local
+@dirrm html/ru/messages
+@dirrm html/ru
+@dirrm html
+@dirrm http
+@dirrm lasttime
+@dirrm monitor
+@dirrm outgoing
+@dirrm prevtime1
+@dirrm search/htdig/conf
+@dirrm search/htdig/db
+@dirrm search/htdig/db-lasttime
+@dirrm search/htdig/scripts
+@dirrm search/htdig/tmp
+@dirrm search/htdig
+@dirrm search/mnogosearch/conf
+@dirrm search/mnogosearch/scripts
+@dirrm search/mnogosearch/db
+@dirrm search/mnogosearch
+@dirrm search/namazu/scripts
+@dirrm search/namazu/db
+@dirrm search/namazu/conf
+@dirrm search/namazu
+@dirrm search
+@cwd /
+@dirrm %%WWWOFFLE_SPOOL%%