summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2008-07-24 08:38:03 +0000
committerjoerg <joerg>2008-07-24 08:38:03 +0000
commit42efadd8b65e61a7e65deed54c1355f72b01c926 (patch)
tree84914c1c05ae08efea07517893b88f358a9b7aa3
parent97e4f82304f979deb0bf3b5ea4b1e57a5b669594 (diff)
downloadpkgsrc-42efadd8b65e61a7e65deed54c1355f72b01c926.tar.gz
Update MoinMoin to 1.7.1:
- Fix a Cross Site Scripting attack - changes in caching API Changes in 1.7.0: - new event/notification/authentication/session framework - OpenID support - improvements for LDAP auth, attachment performance, logging etc
-rw-r--r--www/py-moin/Makefile6
-rw-r--r--www/py-moin/PLIST858
-rw-r--r--www/py-moin/distinfo8
3 files changed, 809 insertions, 63 deletions
diff --git a/www/py-moin/Makefile b/www/py-moin/Makefile
index 6b70d8b0b17..4d30546b1a9 100644
--- a/www/py-moin/Makefile
+++ b/www/py-moin/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2008/07/22 20:17:24 tnn Exp $
+# $NetBSD: Makefile,v 1.10 2008/07/24 08:38:03 joerg Exp $
#
-DISTNAME= moin-1.6.3
-PKGNAME= ${PYPKGPREFIX}-moin-1.6.3
+DISTNAME= moin-1.7.1
+PKGNAME= ${PYPKGPREFIX}-moin-1.7.1
CATEGORIES= www python
MASTER_SITES= http://static.moinmo.in/files/
diff --git a/www/py-moin/PLIST b/www/py-moin/PLIST
index be87e419b8c..032a62bba7f 100644
--- a/www/py-moin/PLIST
+++ b/www/py-moin/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2008/05/07 10:02:44 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2008/07/24 08:38:04 joerg Exp $
bin/moin
${PYSITELIB}/MoinMoin/Page.py
${PYSITELIB}/MoinMoin/Page.pyc
@@ -69,6 +69,9 @@ ${PYSITELIB}/MoinMoin/action/backup.pyo
${PYSITELIB}/MoinMoin/action/bookmark.py
${PYSITELIB}/MoinMoin/action/bookmark.pyc
${PYSITELIB}/MoinMoin/action/bookmark.pyo
+${PYSITELIB}/MoinMoin/action/cache.py
+${PYSITELIB}/MoinMoin/action/cache.pyc
+${PYSITELIB}/MoinMoin/action/cache.pyo
${PYSITELIB}/MoinMoin/action/chart.py
${PYSITELIB}/MoinMoin/action/chart.pyc
${PYSITELIB}/MoinMoin/action/chart.pyo
@@ -99,6 +102,9 @@ ${PYSITELIB}/MoinMoin/action/login.pyo
${PYSITELIB}/MoinMoin/action/logout.py
${PYSITELIB}/MoinMoin/action/logout.pyc
${PYSITELIB}/MoinMoin/action/logout.pyo
+${PYSITELIB}/MoinMoin/action/newaccount.py
+${PYSITELIB}/MoinMoin/action/newaccount.pyc
+${PYSITELIB}/MoinMoin/action/newaccount.pyo
${PYSITELIB}/MoinMoin/action/newpage.py
${PYSITELIB}/MoinMoin/action/newpage.pyc
${PYSITELIB}/MoinMoin/action/newpage.pyo
@@ -111,6 +117,9 @@ ${PYSITELIB}/MoinMoin/action/quicklink.pyo
${PYSITELIB}/MoinMoin/action/quickunlink.py
${PYSITELIB}/MoinMoin/action/quickunlink.pyc
${PYSITELIB}/MoinMoin/action/quickunlink.pyo
+${PYSITELIB}/MoinMoin/action/recoverpass.py
+${PYSITELIB}/MoinMoin/action/recoverpass.pyc
+${PYSITELIB}/MoinMoin/action/recoverpass.pyo
${PYSITELIB}/MoinMoin/action/refresh.py
${PYSITELIB}/MoinMoin/action/refresh.pyc
${PYSITELIB}/MoinMoin/action/refresh.pyo
@@ -120,6 +129,9 @@ ${PYSITELIB}/MoinMoin/action/revert.pyo
${PYSITELIB}/MoinMoin/action/rss_rc.py
${PYSITELIB}/MoinMoin/action/rss_rc.pyc
${PYSITELIB}/MoinMoin/action/rss_rc.pyo
+${PYSITELIB}/MoinMoin/action/serveopenid.py
+${PYSITELIB}/MoinMoin/action/serveopenid.pyc
+${PYSITELIB}/MoinMoin/action/serveopenid.pyo
${PYSITELIB}/MoinMoin/action/showtags.py
${PYSITELIB}/MoinMoin/action/showtags.pyc
${PYSITELIB}/MoinMoin/action/showtags.pyo
@@ -135,9 +147,6 @@ ${PYSITELIB}/MoinMoin/action/subscribe.pyo
${PYSITELIB}/MoinMoin/action/supplementation.py
${PYSITELIB}/MoinMoin/action/supplementation.pyc
${PYSITELIB}/MoinMoin/action/supplementation.pyo
-${PYSITELIB}/MoinMoin/action/test.py
-${PYSITELIB}/MoinMoin/action/test.pyc
-${PYSITELIB}/MoinMoin/action/test.pyo
${PYSITELIB}/MoinMoin/action/thread_monitor.py
${PYSITELIB}/MoinMoin/action/thread_monitor.pyc
${PYSITELIB}/MoinMoin/action/thread_monitor.pyo
@@ -150,12 +159,18 @@ ${PYSITELIB}/MoinMoin/action/unsubscribe.pyo
${PYSITELIB}/MoinMoin/action/userprefs.py
${PYSITELIB}/MoinMoin/action/userprefs.pyc
${PYSITELIB}/MoinMoin/action/userprefs.pyo
+${PYSITELIB}/MoinMoin/action/userprofile.py
+${PYSITELIB}/MoinMoin/action/userprofile.pyc
+${PYSITELIB}/MoinMoin/action/userprofile.pyo
${PYSITELIB}/MoinMoin/auth/_PHPsessionParser.py
${PYSITELIB}/MoinMoin/auth/_PHPsessionParser.pyc
${PYSITELIB}/MoinMoin/auth/_PHPsessionParser.pyo
${PYSITELIB}/MoinMoin/auth/__init__.py
${PYSITELIB}/MoinMoin/auth/__init__.pyc
${PYSITELIB}/MoinMoin/auth/__init__.pyo
+${PYSITELIB}/MoinMoin/auth/botbouncer.py
+${PYSITELIB}/MoinMoin/auth/botbouncer.pyc
+${PYSITELIB}/MoinMoin/auth/botbouncer.pyo
${PYSITELIB}/MoinMoin/auth/http.py
${PYSITELIB}/MoinMoin/auth/http.pyc
${PYSITELIB}/MoinMoin/auth/http.pyo
@@ -171,6 +186,9 @@ ${PYSITELIB}/MoinMoin/auth/log.pyo
${PYSITELIB}/MoinMoin/auth/mysql_group.py
${PYSITELIB}/MoinMoin/auth/mysql_group.pyc
${PYSITELIB}/MoinMoin/auth/mysql_group.pyo
+${PYSITELIB}/MoinMoin/auth/openidrp.py
+${PYSITELIB}/MoinMoin/auth/openidrp.pyc
+${PYSITELIB}/MoinMoin/auth/openidrp.pyo
${PYSITELIB}/MoinMoin/auth/php_session.py
${PYSITELIB}/MoinMoin/auth/php_session.pyc
${PYSITELIB}/MoinMoin/auth/php_session.pyo
@@ -201,6 +219,24 @@ ${PYSITELIB}/MoinMoin/converter/text_html_text_moin_wiki.pyo
${PYSITELIB}/MoinMoin/error.py
${PYSITELIB}/MoinMoin/error.pyc
${PYSITELIB}/MoinMoin/error.pyo
+${PYSITELIB}/MoinMoin/events/__init__.py
+${PYSITELIB}/MoinMoin/events/__init__.pyc
+${PYSITELIB}/MoinMoin/events/__init__.pyo
+${PYSITELIB}/MoinMoin/events/emailnotify.py
+${PYSITELIB}/MoinMoin/events/emailnotify.pyc
+${PYSITELIB}/MoinMoin/events/emailnotify.pyo
+${PYSITELIB}/MoinMoin/events/jabbernotify.py
+${PYSITELIB}/MoinMoin/events/jabbernotify.pyc
+${PYSITELIB}/MoinMoin/events/jabbernotify.pyo
+${PYSITELIB}/MoinMoin/events/notification.py
+${PYSITELIB}/MoinMoin/events/notification.pyc
+${PYSITELIB}/MoinMoin/events/notification.pyo
+${PYSITELIB}/MoinMoin/events/wikidictsrescan.py
+${PYSITELIB}/MoinMoin/events/wikidictsrescan.pyc
+${PYSITELIB}/MoinMoin/events/wikidictsrescan.pyo
+${PYSITELIB}/MoinMoin/events/xapian_index.py
+${PYSITELIB}/MoinMoin/events/xapian_index.pyc
+${PYSITELIB}/MoinMoin/events/xapian_index.pyo
${PYSITELIB}/MoinMoin/failure.py
${PYSITELIB}/MoinMoin/failure.pyc
${PYSITELIB}/MoinMoin/failure.pyo
@@ -299,6 +335,8 @@ ${PYSITELIB}/MoinMoin/formatter/text_xml.pyc
${PYSITELIB}/MoinMoin/formatter/text_xml.pyo
${PYSITELIB}/MoinMoin/i18n/Makefile
${PYSITELIB}/MoinMoin/i18n/MoinMoin.pot
+${PYSITELIB}/MoinMoin/i18n/POTFILES
+${PYSITELIB}/MoinMoin/i18n/POTFILES.in
${PYSITELIB}/MoinMoin/i18n/README
${PYSITELIB}/MoinMoin/i18n/__init__.py
${PYSITELIB}/MoinMoin/i18n/__init__.pyc
@@ -326,6 +364,9 @@ ${PYSITELIB}/MoinMoin/i18n/hu.MoinMoin.po
${PYSITELIB}/MoinMoin/i18n/id.MoinMoin.po
${PYSITELIB}/MoinMoin/i18n/it.MoinMoin.po
${PYSITELIB}/MoinMoin/i18n/ja.MoinMoin.po
+${PYSITELIB}/MoinMoin/i18n/jabberbot/JabberBot.pot
+${PYSITELIB}/MoinMoin/i18n/jabberbot/Makefile
+${PYSITELIB}/MoinMoin/i18n/jabberbot/pl.JabberBot.po
${PYSITELIB}/MoinMoin/i18n/ko.MoinMoin.po
${PYSITELIB}/MoinMoin/i18n/ku.MoinMoin.po
${PYSITELIB}/MoinMoin/i18n/lt.MoinMoin.po
@@ -376,6 +417,9 @@ ${PYSITELIB}/MoinMoin/i18n/uk.MoinMoin.po
${PYSITELIB}/MoinMoin/i18n/vi.MoinMoin.po
${PYSITELIB}/MoinMoin/i18n/zh-tw.MoinMoin.po
${PYSITELIB}/MoinMoin/i18n/zh.MoinMoin.po
+${PYSITELIB}/MoinMoin/log.py
+${PYSITELIB}/MoinMoin/log.pyc
+${PYSITELIB}/MoinMoin/log.pyo
${PYSITELIB}/MoinMoin/logfile/__init__.py
${PYSITELIB}/MoinMoin/logfile/__init__.pyc
${PYSITELIB}/MoinMoin/logfile/__init__.pyo
@@ -427,15 +471,18 @@ ${PYSITELIB}/MoinMoin/macro/GetText.pyo
${PYSITELIB}/MoinMoin/macro/GetText2.py
${PYSITELIB}/MoinMoin/macro/GetText2.pyc
${PYSITELIB}/MoinMoin/macro/GetText2.pyo
+${PYSITELIB}/MoinMoin/macro/Hits.py
+${PYSITELIB}/MoinMoin/macro/Hits.pyc
+${PYSITELIB}/MoinMoin/macro/Hits.pyo
${PYSITELIB}/MoinMoin/macro/Include.py
${PYSITELIB}/MoinMoin/macro/Include.pyc
${PYSITELIB}/MoinMoin/macro/Include.pyo
+${PYSITELIB}/MoinMoin/macro/InterWiki.py
+${PYSITELIB}/MoinMoin/macro/InterWiki.pyc
+${PYSITELIB}/MoinMoin/macro/InterWiki.pyo
${PYSITELIB}/MoinMoin/macro/LikePages.py
${PYSITELIB}/MoinMoin/macro/LikePages.pyc
${PYSITELIB}/MoinMoin/macro/LikePages.pyo
-${PYSITELIB}/MoinMoin/macro/Login.py
-${PYSITELIB}/MoinMoin/macro/Login.pyc
-${PYSITELIB}/MoinMoin/macro/Login.pyo
${PYSITELIB}/MoinMoin/macro/MonthCalendar.py
${PYSITELIB}/MoinMoin/macro/MonthCalendar.pyc
${PYSITELIB}/MoinMoin/macro/MonthCalendar.pyo
@@ -448,9 +495,15 @@ ${PYSITELIB}/MoinMoin/macro/NewPage.pyo
${PYSITELIB}/MoinMoin/macro/OrphanedPages.py
${PYSITELIB}/MoinMoin/macro/OrphanedPages.pyc
${PYSITELIB}/MoinMoin/macro/OrphanedPages.pyo
+${PYSITELIB}/MoinMoin/macro/PageCount.py
+${PYSITELIB}/MoinMoin/macro/PageCount.pyc
+${PYSITELIB}/MoinMoin/macro/PageCount.pyo
${PYSITELIB}/MoinMoin/macro/PageHits.py
${PYSITELIB}/MoinMoin/macro/PageHits.pyc
${PYSITELIB}/MoinMoin/macro/PageHits.pyo
+${PYSITELIB}/MoinMoin/macro/PageList.py
+${PYSITELIB}/MoinMoin/macro/PageList.pyc
+${PYSITELIB}/MoinMoin/macro/PageList.pyo
${PYSITELIB}/MoinMoin/macro/PageSize.py
${PYSITELIB}/MoinMoin/macro/PageSize.pyc
${PYSITELIB}/MoinMoin/macro/PageSize.pyo
@@ -595,6 +648,9 @@ ${PYSITELIB}/MoinMoin/script/account/create.pyo
${PYSITELIB}/MoinMoin/script/account/disable.py
${PYSITELIB}/MoinMoin/script/account/disable.pyc
${PYSITELIB}/MoinMoin/script/account/disable.pyo
+${PYSITELIB}/MoinMoin/script/account/resetpw.py
+${PYSITELIB}/MoinMoin/script/account/resetpw.pyc
+${PYSITELIB}/MoinMoin/script/account/resetpw.pyo
${PYSITELIB}/MoinMoin/script/cli/__init__.py
${PYSITELIB}/MoinMoin/script/cli/__init__.pyc
${PYSITELIB}/MoinMoin/script/cli/__init__.pyo
@@ -637,6 +693,9 @@ ${PYSITELIB}/MoinMoin/script/maint/globaledit.pyo
${PYSITELIB}/MoinMoin/script/maint/mailtranslators.py
${PYSITELIB}/MoinMoin/script/maint/mailtranslators.pyc
${PYSITELIB}/MoinMoin/script/maint/mailtranslators.pyo
+${PYSITELIB}/MoinMoin/script/maint/makecache.py
+${PYSITELIB}/MoinMoin/script/maint/makecache.pyc
+${PYSITELIB}/MoinMoin/script/maint/makecache.pyo
${PYSITELIB}/MoinMoin/script/maint/mkpagepacks.py
${PYSITELIB}/MoinMoin/script/maint/mkpagepacks.pyc
${PYSITELIB}/MoinMoin/script/maint/mkpagepacks.pyo
@@ -679,6 +738,33 @@ ${PYSITELIB}/MoinMoin/script/migration/1060200.pyo
${PYSITELIB}/MoinMoin/script/migration/1060300.py
${PYSITELIB}/MoinMoin/script/migration/1060300.pyc
${PYSITELIB}/MoinMoin/script/migration/1060300.pyo
+${PYSITELIB}/MoinMoin/script/migration/1060400.py
+${PYSITELIB}/MoinMoin/script/migration/1060400.pyc
+${PYSITELIB}/MoinMoin/script/migration/1060400.pyo
+${PYSITELIB}/MoinMoin/script/migration/1060500.py
+${PYSITELIB}/MoinMoin/script/migration/1060500.pyc
+${PYSITELIB}/MoinMoin/script/migration/1060500.pyo
+${PYSITELIB}/MoinMoin/script/migration/1060600.py
+${PYSITELIB}/MoinMoin/script/migration/1060600.pyc
+${PYSITELIB}/MoinMoin/script/migration/1060600.pyo
+${PYSITELIB}/MoinMoin/script/migration/1060700.py
+${PYSITELIB}/MoinMoin/script/migration/1060700.pyc
+${PYSITELIB}/MoinMoin/script/migration/1060700.pyo
+${PYSITELIB}/MoinMoin/script/migration/1060800.py
+${PYSITELIB}/MoinMoin/script/migration/1060800.pyc
+${PYSITELIB}/MoinMoin/script/migration/1060800.pyo
+${PYSITELIB}/MoinMoin/script/migration/1060900.py
+${PYSITELIB}/MoinMoin/script/migration/1060900.pyc
+${PYSITELIB}/MoinMoin/script/migration/1060900.pyo
+${PYSITELIB}/MoinMoin/script/migration/1069999.py
+${PYSITELIB}/MoinMoin/script/migration/1069999.pyc
+${PYSITELIB}/MoinMoin/script/migration/1069999.pyo
+${PYSITELIB}/MoinMoin/script/migration/1070000.py
+${PYSITELIB}/MoinMoin/script/migration/1070000.pyc
+${PYSITELIB}/MoinMoin/script/migration/1070000.pyo
+${PYSITELIB}/MoinMoin/script/migration/1070100.py
+${PYSITELIB}/MoinMoin/script/migration/1070100.pyc
+${PYSITELIB}/MoinMoin/script/migration/1070100.pyo
${PYSITELIB}/MoinMoin/script/migration/__init__.py
${PYSITELIB}/MoinMoin/script/migration/__init__.pyc
${PYSITELIB}/MoinMoin/script/migration/__init__.pyo
@@ -760,27 +846,18 @@ ${PYSITELIB}/MoinMoin/script/old/xmlrpc-tools/WhoAmI.pyo
${PYSITELIB}/MoinMoin/script/old/xmlrpc-tools/__init__.py
${PYSITELIB}/MoinMoin/script/old/xmlrpc-tools/__init__.pyc
${PYSITELIB}/MoinMoin/script/old/xmlrpc-tools/__init__.pyo
-${PYSITELIB}/MoinMoin/script/old/xmlrpc-tools/get_es_pages.py
-${PYSITELIB}/MoinMoin/script/old/xmlrpc-tools/get_es_pages.pyc
-${PYSITELIB}/MoinMoin/script/old/xmlrpc-tools/get_es_pages.pyo
-${PYSITELIB}/MoinMoin/script/old/xmlrpc-tools/getmasterpages2.py
-${PYSITELIB}/MoinMoin/script/old/xmlrpc-tools/getmasterpages2.pyc
-${PYSITELIB}/MoinMoin/script/old/xmlrpc-tools/getmasterpages2.pyo
-${PYSITELIB}/MoinMoin/script/old/xmlrpc-tools/getsystempages.py
-${PYSITELIB}/MoinMoin/script/old/xmlrpc-tools/getsystempages.pyc
-${PYSITELIB}/MoinMoin/script/old/xmlrpc-tools/getsystempages.pyo
-${PYSITELIB}/MoinMoin/script/old/xmlrpc-tools/getsystempages2.py
-${PYSITELIB}/MoinMoin/script/old/xmlrpc-tools/getsystempages2.pyc
-${PYSITELIB}/MoinMoin/script/old/xmlrpc-tools/getsystempages2.pyo
-${PYSITELIB}/MoinMoin/script/old/xmlrpc-tools/putPageTest.py
-${PYSITELIB}/MoinMoin/script/old/xmlrpc-tools/putPageTest.pyc
-${PYSITELIB}/MoinMoin/script/old/xmlrpc-tools/putPageTest.pyo
${PYSITELIB}/MoinMoin/script/old/xmlrpc-tools/wikibackup.py
${PYSITELIB}/MoinMoin/script/old/xmlrpc-tools/wikibackup.pyc
${PYSITELIB}/MoinMoin/script/old/xmlrpc-tools/wikibackup.pyo
${PYSITELIB}/MoinMoin/script/old/xmlrpc-tools/wikirestore.py
${PYSITELIB}/MoinMoin/script/old/xmlrpc-tools/wikirestore.pyc
${PYSITELIB}/MoinMoin/script/old/xmlrpc-tools/wikirestore.pyo
+${PYSITELIB}/MoinMoin/script/server/__init__.py
+${PYSITELIB}/MoinMoin/script/server/__init__.pyc
+${PYSITELIB}/MoinMoin/script/server/__init__.pyo
+${PYSITELIB}/MoinMoin/script/server/standalone.py
+${PYSITELIB}/MoinMoin/script/server/standalone.pyc
+${PYSITELIB}/MoinMoin/script/server/standalone.pyo
${PYSITELIB}/MoinMoin/script/xmlrpc/__init__.py
${PYSITELIB}/MoinMoin/script/xmlrpc/__init__.pyc
${PYSITELIB}/MoinMoin/script/xmlrpc/__init__.pyo
@@ -847,6 +924,9 @@ ${PYSITELIB}/MoinMoin/server/server_twisted.pyo
${PYSITELIB}/MoinMoin/server/server_wsgi.py
${PYSITELIB}/MoinMoin/server/server_wsgi.pyc
${PYSITELIB}/MoinMoin/server/server_wsgi.pyo
+${PYSITELIB}/MoinMoin/session.py
+${PYSITELIB}/MoinMoin/session.pyc
+${PYSITELIB}/MoinMoin/session.pyo
${PYSITELIB}/MoinMoin/stats/__init__.py
${PYSITELIB}/MoinMoin/stats/__init__.pyc
${PYSITELIB}/MoinMoin/stats/__init__.pyo
@@ -877,18 +957,12 @@ ${PYSITELIB}/MoinMoin/support/__init__.pyo
${PYSITELIB}/MoinMoin/support/cgitb.py
${PYSITELIB}/MoinMoin/support/cgitb.pyc
${PYSITELIB}/MoinMoin/support/cgitb.pyo
-${PYSITELIB}/MoinMoin/support/copy.py
-${PYSITELIB}/MoinMoin/support/copy.pyc
-${PYSITELIB}/MoinMoin/support/copy.pyo
${PYSITELIB}/MoinMoin/support/difflib.py
${PYSITELIB}/MoinMoin/support/difflib.pyc
${PYSITELIB}/MoinMoin/support/difflib.pyo
${PYSITELIB}/MoinMoin/support/htmlmarkup.py
${PYSITELIB}/MoinMoin/support/htmlmarkup.pyc
${PYSITELIB}/MoinMoin/support/htmlmarkup.pyo
-${PYSITELIB}/MoinMoin/support/logging_fix.py
-${PYSITELIB}/MoinMoin/support/logging_fix.pyc
-${PYSITELIB}/MoinMoin/support/logging_fix.pyo
${PYSITELIB}/MoinMoin/support/multicall.py
${PYSITELIB}/MoinMoin/support/multicall.pyc
${PYSITELIB}/MoinMoin/support/multicall.pyo
@@ -940,9 +1014,36 @@ ${PYSITELIB}/MoinMoin/theme/rightsidebar.pyo
${PYSITELIB}/MoinMoin/user.py
${PYSITELIB}/MoinMoin/user.pyc
${PYSITELIB}/MoinMoin/user.pyo
-${PYSITELIB}/MoinMoin/userform.py
-${PYSITELIB}/MoinMoin/userform.pyc
-${PYSITELIB}/MoinMoin/userform.pyo
+${PYSITELIB}/MoinMoin/userform/__init__.py
+${PYSITELIB}/MoinMoin/userform/__init__.pyc
+${PYSITELIB}/MoinMoin/userform/__init__.pyo
+${PYSITELIB}/MoinMoin/userform/admin.py
+${PYSITELIB}/MoinMoin/userform/admin.pyc
+${PYSITELIB}/MoinMoin/userform/admin.pyo
+${PYSITELIB}/MoinMoin/userform/login.py
+${PYSITELIB}/MoinMoin/userform/login.pyc
+${PYSITELIB}/MoinMoin/userform/login.pyo
+${PYSITELIB}/MoinMoin/userprefs/__init__.py
+${PYSITELIB}/MoinMoin/userprefs/__init__.pyc
+${PYSITELIB}/MoinMoin/userprefs/__init__.pyo
+${PYSITELIB}/MoinMoin/userprefs/changepass.py
+${PYSITELIB}/MoinMoin/userprefs/changepass.pyc
+${PYSITELIB}/MoinMoin/userprefs/changepass.pyo
+${PYSITELIB}/MoinMoin/userprefs/notification.py
+${PYSITELIB}/MoinMoin/userprefs/notification.pyc
+${PYSITELIB}/MoinMoin/userprefs/notification.pyo
+${PYSITELIB}/MoinMoin/userprefs/oid.py
+${PYSITELIB}/MoinMoin/userprefs/oid.pyc
+${PYSITELIB}/MoinMoin/userprefs/oid.pyo
+${PYSITELIB}/MoinMoin/userprefs/oidserv.py
+${PYSITELIB}/MoinMoin/userprefs/oidserv.pyc
+${PYSITELIB}/MoinMoin/userprefs/oidserv.pyo
+${PYSITELIB}/MoinMoin/userprefs/prefs.py
+${PYSITELIB}/MoinMoin/userprefs/prefs.pyc
+${PYSITELIB}/MoinMoin/userprefs/prefs.pyo
+${PYSITELIB}/MoinMoin/userprefs/suid.py
+${PYSITELIB}/MoinMoin/userprefs/suid.pyc
+${PYSITELIB}/MoinMoin/userprefs/suid.pyo
${PYSITELIB}/MoinMoin/util/__init__.py
${PYSITELIB}/MoinMoin/util/__init__.pyc
${PYSITELIB}/MoinMoin/util/__init__.pyo
@@ -955,6 +1056,9 @@ ${PYSITELIB}/MoinMoin/util/chartypes.pyo
${PYSITELIB}/MoinMoin/util/chartypes_create.py
${PYSITELIB}/MoinMoin/util/chartypes_create.pyc
${PYSITELIB}/MoinMoin/util/chartypes_create.pyo
+${PYSITELIB}/MoinMoin/util/clock.py
+${PYSITELIB}/MoinMoin/util/clock.pyc
+${PYSITELIB}/MoinMoin/util/clock.pyo
${PYSITELIB}/MoinMoin/util/dataset.py
${PYSITELIB}/MoinMoin/util/dataset.pyc
${PYSITELIB}/MoinMoin/util/dataset.pyo
@@ -973,6 +1077,9 @@ ${PYSITELIB}/MoinMoin/util/filesys.pyo
${PYSITELIB}/MoinMoin/util/lock.py
${PYSITELIB}/MoinMoin/util/lock.pyc
${PYSITELIB}/MoinMoin/util/lock.pyo
+${PYSITELIB}/MoinMoin/util/moinoid.py
+${PYSITELIB}/MoinMoin/util/moinoid.pyc
+${PYSITELIB}/MoinMoin/util/moinoid.pyo
${PYSITELIB}/MoinMoin/util/profile.py
${PYSITELIB}/MoinMoin/util/profile.pyc
${PYSITELIB}/MoinMoin/util/profile.pyo
@@ -1048,8 +1155,51 @@ ${PYSITELIB}/MoinMoin/xmlrpc/__init__.pyo
${PYSITELIB}/MoinMoin/xmlrpc/putClientInfo.py
${PYSITELIB}/MoinMoin/xmlrpc/putClientInfo.pyc
${PYSITELIB}/MoinMoin/xmlrpc/putClientInfo.pyo
-share/moin/config/mailimportconf.py
-share/moin/config/more_samples/ldap_smb_farmconfig.py
+${PYSITELIB}/jabberbot/__init__.py
+${PYSITELIB}/jabberbot/__init__.pyc
+${PYSITELIB}/jabberbot/__init__.pyo
+${PYSITELIB}/jabberbot/bot.py
+${PYSITELIB}/jabberbot/bot.pyc
+${PYSITELIB}/jabberbot/bot.pyo
+${PYSITELIB}/jabberbot/capat.py
+${PYSITELIB}/jabberbot/capat.pyc
+${PYSITELIB}/jabberbot/capat.pyo
+${PYSITELIB}/jabberbot/commands.py
+${PYSITELIB}/jabberbot/commands.pyc
+${PYSITELIB}/jabberbot/commands.pyo
+${PYSITELIB}/jabberbot/config.py
+${PYSITELIB}/jabberbot/config.pyc
+${PYSITELIB}/jabberbot/config.pyo
+${PYSITELIB}/jabberbot/i18n.py
+${PYSITELIB}/jabberbot/i18n.pyc
+${PYSITELIB}/jabberbot/i18n.pyo
+${PYSITELIB}/jabberbot/multicall.py
+${PYSITELIB}/jabberbot/multicall.pyc
+${PYSITELIB}/jabberbot/multicall.pyo
+${PYSITELIB}/jabberbot/oob.py
+${PYSITELIB}/jabberbot/oob.pyc
+${PYSITELIB}/jabberbot/oob.pyo
+${PYSITELIB}/jabberbot/xmlrpcbot.py
+${PYSITELIB}/jabberbot/xmlrpcbot.pyc
+${PYSITELIB}/jabberbot/xmlrpcbot.pyo
+${PYSITELIB}/jabberbot/xmppbot.py
+${PYSITELIB}/jabberbot/xmppbot.pyc
+${PYSITELIB}/jabberbot/xmppbot.pyo
+share/moin/config/logging/README
+share/moin/config/logging/logfile
+share/moin/config/logging/logfile_debug_auth
+share/moin/config/logging/stderr
+share/moin/config/more_samples/README
+share/moin/config/more_samples/auth_session_wikiconfig_snippet
+share/moin/config/more_samples/http_auth_wikiconfig_snippet
+share/moin/config/more_samples/jabber_wikiconfig_snippet
+share/moin/config/more_samples/ldap_wikiconfig_snippet
+share/moin/config/more_samples/mail_wikiconfig_snippet
+share/moin/config/more_samples/mailimportconf.py
+share/moin/config/more_samples/security_wikiconfig_snippet
+share/moin/config/more_samples/smb_wikiconfig_snippet
+share/moin/config/more_samples/ui_wikiconfig_snippet
+share/moin/config/more_samples/user_wikiconfig_snippet
share/moin/config/wikiconfig.py
share/moin/config/wikifarm/farmconfig.py
share/moin/config/wikifarm/mywiki.py
@@ -1064,11 +1214,13 @@ share/moin/data/pages/BadContent/revisions/00000001
share/moin/data/plugin/__init__.py
share/moin/data/plugin/action/__init__.py
share/moin/data/plugin/converter/__init__.py
+share/moin/data/plugin/events/__init__.py
share/moin/data/plugin/filter/__init__.py
share/moin/data/plugin/formatter/__init__.py
share/moin/data/plugin/macro/__init__.py
share/moin/data/plugin/parser/__init__.py
share/moin/data/plugin/theme/__init__.py
+share/moin/data/plugin/userprefs/__init__.py
share/moin/data/plugin/xmlrpc/__init__.py
share/moin/data/user/README
share/moin/htdocs/applets/FCKeditor/README
@@ -1855,6 +2007,7 @@ share/moin/htdocs/common/js/infobox.js
share/moin/htdocs/common/moindude.png
share/moin/htdocs/common/moinmoin.png
share/moin/htdocs/common/moinmoin_alpha.png
+share/moin/htdocs/common/openid.png
share/moin/htdocs/favicon.ico
share/moin/htdocs/index.html
share/moin/htdocs/modern/css/common.css
@@ -1863,6 +2016,11 @@ share/moin/htdocs/modern/css/print.css
share/moin/htdocs/modern/css/projection.css
share/moin/htdocs/modern/css/screen.css
share/moin/htdocs/modern/img/PythonPowered.png
+share/moin/htdocs/modern/img/admon-caution.png
+share/moin/htdocs/modern/img/admon-important.png
+share/moin/htdocs/modern/img/admon-note.png
+share/moin/htdocs/modern/img/admon-tip.png
+share/moin/htdocs/modern/img/admon-warning.png
share/moin/htdocs/modern/img/alert.png
share/moin/htdocs/modern/img/angry.png
share/moin/htdocs/modern/img/attach.png
@@ -1990,7 +2148,6 @@ share/moin/htdocs/robots.txt
share/moin/server/moin
share/moin/server/moin.cgi
share/moin/server/moin.fcg
-share/moin/server/moin.py
share/moin/server/moin.wsgi
share/moin/server/moin_flup_wsgi.py
share/moin/server/moinmodpy.htaccess
@@ -1998,61 +2155,113 @@ share/moin/server/moinmodpy.py
share/moin/server/mointwisted
share/moin/server/mointwisted.cmd
share/moin/server/mointwisted.py
+share/moin/server/wikiserver.py
+share/moin/server/wikiserverconfig.py
+share/moin/underlay/pages/AbandonedPages/cache/pagelinks
share/moin/underlay/pages/AbandonedPages/current
+share/moin/underlay/pages/AbandonedPages/edit-log
share/moin/underlay/pages/AbandonedPages/revisions/00000001
+share/moin/underlay/pages/AutoAdminGroup/cache/pagelinks
share/moin/underlay/pages/AutoAdminGroup/current
+share/moin/underlay/pages/AutoAdminGroup/edit-log
share/moin/underlay/pages/AutoAdminGroup/revisions/00000001
share/moin/underlay/pages/BadContent/current
share/moin/underlay/pages/BadContent/revisions/00000001
+share/moin/underlay/pages/CamelCase/cache/pagelinks
share/moin/underlay/pages/CamelCase/current
+share/moin/underlay/pages/CamelCase/edit-log
share/moin/underlay/pages/CamelCase/revisions/00000001
+share/moin/underlay/pages/CategoryCategory/cache/pagelinks
share/moin/underlay/pages/CategoryCategory/current
+share/moin/underlay/pages/CategoryCategory/edit-log
share/moin/underlay/pages/CategoryCategory/revisions/00000001
+share/moin/underlay/pages/CategoryHomepage/cache/pagelinks
share/moin/underlay/pages/CategoryHomepage/current
+share/moin/underlay/pages/CategoryHomepage/edit-log
share/moin/underlay/pages/CategoryHomepage/revisions/00000001
+share/moin/underlay/pages/CategoryTemplate/cache/pagelinks
share/moin/underlay/pages/CategoryTemplate/current
+share/moin/underlay/pages/CategoryTemplate/edit-log
share/moin/underlay/pages/CategoryTemplate/revisions/00000001
-share/moin/underlay/pages/DesktopEdition(2f)HowToConfigure/current
-share/moin/underlay/pages/DesktopEdition(2f)HowToConfigure/revisions/00000001
+share/moin/underlay/pages/DesktopEdition/cache/pagelinks
share/moin/underlay/pages/DesktopEdition/current
+share/moin/underlay/pages/DesktopEdition/edit-log
share/moin/underlay/pages/DesktopEdition/revisions/00000001
+share/moin/underlay/pages/EditedSystemPages/cache/pagelinks
share/moin/underlay/pages/EditedSystemPages/current
+share/moin/underlay/pages/EditedSystemPages/edit-log
share/moin/underlay/pages/EditedSystemPages/revisions/00000001
+share/moin/underlay/pages/EventStats(2f)HitCounts/cache/pagelinks
share/moin/underlay/pages/EventStats(2f)HitCounts/current
+share/moin/underlay/pages/EventStats(2f)HitCounts/edit-log
share/moin/underlay/pages/EventStats(2f)HitCounts/revisions/00000001
+share/moin/underlay/pages/EventStats(2f)Languages/cache/pagelinks
share/moin/underlay/pages/EventStats(2f)Languages/current
+share/moin/underlay/pages/EventStats(2f)Languages/edit-log
share/moin/underlay/pages/EventStats(2f)Languages/revisions/00000001
+share/moin/underlay/pages/EventStats(2f)UserAgents/cache/pagelinks
share/moin/underlay/pages/EventStats(2f)UserAgents/current
+share/moin/underlay/pages/EventStats(2f)UserAgents/edit-log
share/moin/underlay/pages/EventStats(2f)UserAgents/revisions/00000001
+share/moin/underlay/pages/EventStats/cache/pagelinks
share/moin/underlay/pages/EventStats/current
+share/moin/underlay/pages/EventStats/edit-log
share/moin/underlay/pages/EventStats/revisions/00000001
+share/moin/underlay/pages/FindPage/cache/pagelinks
share/moin/underlay/pages/FindPage/current
+share/moin/underlay/pages/FindPage/edit-log
share/moin/underlay/pages/FindPage/revisions/00000001
+share/moin/underlay/pages/FortuneCookies/cache/pagelinks
share/moin/underlay/pages/FortuneCookies/current
+share/moin/underlay/pages/FortuneCookies/edit-log
share/moin/underlay/pages/FortuneCookies/revisions/00000001
+share/moin/underlay/pages/FrontPage/cache/pagelinks
share/moin/underlay/pages/FrontPage/current
+share/moin/underlay/pages/FrontPage/edit-log
share/moin/underlay/pages/FrontPage/revisions/00000001
+share/moin/underlay/pages/HelpContents/cache/pagelinks
share/moin/underlay/pages/HelpContents/current
+share/moin/underlay/pages/HelpContents/edit-log
share/moin/underlay/pages/HelpContents/revisions/00000001
+share/moin/underlay/pages/HelpForAdministrators/cache/pagelinks
share/moin/underlay/pages/HelpForAdministrators/current
+share/moin/underlay/pages/HelpForAdministrators/edit-log
share/moin/underlay/pages/HelpForAdministrators/revisions/00000001
+share/moin/underlay/pages/HelpForBeginners/cache/pagelinks
share/moin/underlay/pages/HelpForBeginners/current
+share/moin/underlay/pages/HelpForBeginners/edit-log
share/moin/underlay/pages/HelpForBeginners/revisions/00000001
+share/moin/underlay/pages/HelpForDevelopers/cache/pagelinks
share/moin/underlay/pages/HelpForDevelopers/current
+share/moin/underlay/pages/HelpForDevelopers/edit-log
share/moin/underlay/pages/HelpForDevelopers/revisions/00000001
+share/moin/underlay/pages/HelpForUsers/cache/pagelinks
share/moin/underlay/pages/HelpForUsers/current
+share/moin/underlay/pages/HelpForUsers/edit-log
share/moin/underlay/pages/HelpForUsers/revisions/00000001
+share/moin/underlay/pages/HelpIndex/cache/pagelinks
share/moin/underlay/pages/HelpIndex/current
+share/moin/underlay/pages/HelpIndex/edit-log
share/moin/underlay/pages/HelpIndex/revisions/00000001
+share/moin/underlay/pages/HelpMiscellaneous(2f)ExperimentalFeatures/cache/pagelinks
share/moin/underlay/pages/HelpMiscellaneous(2f)ExperimentalFeatures/current
+share/moin/underlay/pages/HelpMiscellaneous(2f)ExperimentalFeatures/edit-log
share/moin/underlay/pages/HelpMiscellaneous(2f)ExperimentalFeatures/revisions/00000001
+share/moin/underlay/pages/HelpMiscellaneous(2f)FrequentlyAskedQuestions/cache/pagelinks
share/moin/underlay/pages/HelpMiscellaneous(2f)FrequentlyAskedQuestions/current
+share/moin/underlay/pages/HelpMiscellaneous(2f)FrequentlyAskedQuestions/edit-log
share/moin/underlay/pages/HelpMiscellaneous(2f)FrequentlyAskedQuestions/revisions/00000001
+share/moin/underlay/pages/HelpMiscellaneous/cache/pagelinks
share/moin/underlay/pages/HelpMiscellaneous/current
+share/moin/underlay/pages/HelpMiscellaneous/edit-log
share/moin/underlay/pages/HelpMiscellaneous/revisions/00000001
+share/moin/underlay/pages/HelpOnAccessControlLists/cache/pagelinks
share/moin/underlay/pages/HelpOnAccessControlLists/current
+share/moin/underlay/pages/HelpOnAccessControlLists/edit-log
share/moin/underlay/pages/HelpOnAccessControlLists/revisions/00000001
+share/moin/underlay/pages/HelpOnAcl/cache/pagelinks
share/moin/underlay/pages/HelpOnAcl/current
+share/moin/underlay/pages/HelpOnAcl/edit-log
share/moin/underlay/pages/HelpOnAcl/revisions/00000001
share/moin/underlay/pages/HelpOnActions(2f)AttachFile/attachments/move_example1.png
share/moin/underlay/pages/HelpOnActions(2f)AttachFile/attachments/move_example2.png
@@ -2064,263 +2273,522 @@ share/moin/underlay/pages/HelpOnActions(2f)AttachFile/attachments/unzip5.png
share/moin/underlay/pages/HelpOnActions(2f)AttachFile/attachments/unzip6.png
share/moin/underlay/pages/HelpOnActions(2f)AttachFile/attachments/unzip6b.png
share/moin/underlay/pages/HelpOnActions(2f)AttachFile/attachments/unzip7.png
+share/moin/underlay/pages/HelpOnActions(2f)AttachFile/cache/pagelinks
share/moin/underlay/pages/HelpOnActions(2f)AttachFile/current
+share/moin/underlay/pages/HelpOnActions(2f)AttachFile/edit-log
share/moin/underlay/pages/HelpOnActions(2f)AttachFile/revisions/00000001
+share/moin/underlay/pages/HelpOnActions/cache/pagelinks
share/moin/underlay/pages/HelpOnActions/current
+share/moin/underlay/pages/HelpOnActions/edit-log
share/moin/underlay/pages/HelpOnActions/revisions/00000001
+share/moin/underlay/pages/HelpOnAdministration/cache/pagelinks
share/moin/underlay/pages/HelpOnAdministration/current
+share/moin/underlay/pages/HelpOnAdministration/edit-log
share/moin/underlay/pages/HelpOnAdministration/revisions/00000001
+share/moin/underlay/pages/HelpOnAdmonitions/cache/pagelinks
+share/moin/underlay/pages/HelpOnAdmonitions/current
+share/moin/underlay/pages/HelpOnAdmonitions/edit-log
+share/moin/underlay/pages/HelpOnAdmonitions/revisions/00000001
+share/moin/underlay/pages/HelpOnAuthentication(2f)ExternalCookie/cache/pagelinks
share/moin/underlay/pages/HelpOnAuthentication(2f)ExternalCookie/current
+share/moin/underlay/pages/HelpOnAuthentication(2f)ExternalCookie/edit-log
share/moin/underlay/pages/HelpOnAuthentication(2f)ExternalCookie/revisions/00000001
-share/moin/underlay/pages/HelpOnAuthentication(2f)LDAP/current
-share/moin/underlay/pages/HelpOnAuthentication(2f)LDAP/revisions/00000001
+share/moin/underlay/pages/HelpOnAuthentication/cache/pagelinks
share/moin/underlay/pages/HelpOnAuthentication/current
+share/moin/underlay/pages/HelpOnAuthentication/edit-log
share/moin/underlay/pages/HelpOnAuthentication/revisions/00000001
+share/moin/underlay/pages/HelpOnAutoAdmin/cache/pagelinks
share/moin/underlay/pages/HelpOnAutoAdmin/current
+share/moin/underlay/pages/HelpOnAutoAdmin/edit-log
share/moin/underlay/pages/HelpOnAutoAdmin/revisions/00000001
+share/moin/underlay/pages/HelpOnCategories/cache/pagelinks
share/moin/underlay/pages/HelpOnCategories/current
+share/moin/underlay/pages/HelpOnCategories/edit-log
share/moin/underlay/pages/HelpOnCategories/revisions/00000001
+share/moin/underlay/pages/HelpOnComments/cache/pagelinks
share/moin/underlay/pages/HelpOnComments/current
+share/moin/underlay/pages/HelpOnComments/edit-log
share/moin/underlay/pages/HelpOnComments/revisions/00000001
+share/moin/underlay/pages/HelpOnConfiguration(2f)ApacheVoodoo/cache/pagelinks
share/moin/underlay/pages/HelpOnConfiguration(2f)ApacheVoodoo/current
+share/moin/underlay/pages/HelpOnConfiguration(2f)ApacheVoodoo/edit-log
share/moin/underlay/pages/HelpOnConfiguration(2f)ApacheVoodoo/revisions/00000001
+share/moin/underlay/pages/HelpOnConfiguration(2f)EmailSupport/cache/pagelinks
share/moin/underlay/pages/HelpOnConfiguration(2f)EmailSupport/current
+share/moin/underlay/pages/HelpOnConfiguration(2f)EmailSupport/edit-log
share/moin/underlay/pages/HelpOnConfiguration(2f)EmailSupport/revisions/00000001
+share/moin/underlay/pages/HelpOnConfiguration(2f)FileAttachments/cache/pagelinks
share/moin/underlay/pages/HelpOnConfiguration(2f)FileAttachments/current
+share/moin/underlay/pages/HelpOnConfiguration(2f)FileAttachments/edit-log
share/moin/underlay/pages/HelpOnConfiguration(2f)FileAttachments/revisions/00000001
+share/moin/underlay/pages/HelpOnConfiguration(2f)IntegratingWithApache/cache/pagelinks
share/moin/underlay/pages/HelpOnConfiguration(2f)IntegratingWithApache/current
+share/moin/underlay/pages/HelpOnConfiguration(2f)IntegratingWithApache/edit-log
share/moin/underlay/pages/HelpOnConfiguration(2f)IntegratingWithApache/revisions/00000001
+share/moin/underlay/pages/HelpOnConfiguration(2f)SecurityPolicy/cache/pagelinks
share/moin/underlay/pages/HelpOnConfiguration(2f)SecurityPolicy/current
+share/moin/underlay/pages/HelpOnConfiguration(2f)SecurityPolicy/edit-log
share/moin/underlay/pages/HelpOnConfiguration(2f)SecurityPolicy/revisions/00000001
+share/moin/underlay/pages/HelpOnConfiguration(2f)SupplementationPage/cache/pagelinks
share/moin/underlay/pages/HelpOnConfiguration(2f)SupplementationPage/current
+share/moin/underlay/pages/HelpOnConfiguration(2f)SupplementationPage/edit-log
share/moin/underlay/pages/HelpOnConfiguration(2f)SupplementationPage/revisions/00000001
+share/moin/underlay/pages/HelpOnConfiguration(2f)SurgeProtection/cache/pagelinks
share/moin/underlay/pages/HelpOnConfiguration(2f)SurgeProtection/current
+share/moin/underlay/pages/HelpOnConfiguration(2f)SurgeProtection/edit-log
share/moin/underlay/pages/HelpOnConfiguration(2f)SurgeProtection/revisions/00000001
+share/moin/underlay/pages/HelpOnConfiguration(2f)UserPreferences/cache/pagelinks
share/moin/underlay/pages/HelpOnConfiguration(2f)UserPreferences/current
+share/moin/underlay/pages/HelpOnConfiguration(2f)UserPreferences/edit-log
share/moin/underlay/pages/HelpOnConfiguration(2f)UserPreferences/revisions/00000001
+share/moin/underlay/pages/HelpOnConfiguration/cache/pagelinks
share/moin/underlay/pages/HelpOnConfiguration/current
+share/moin/underlay/pages/HelpOnConfiguration/edit-log
share/moin/underlay/pages/HelpOnConfiguration/revisions/00000001
+share/moin/underlay/pages/HelpOnCreoleSyntax/cache/pagelinks
share/moin/underlay/pages/HelpOnCreoleSyntax/current
+share/moin/underlay/pages/HelpOnCreoleSyntax/edit-log
share/moin/underlay/pages/HelpOnCreoleSyntax/revisions/00000001
+share/moin/underlay/pages/HelpOnDictionaries/cache/pagelinks
share/moin/underlay/pages/HelpOnDictionaries/current
+share/moin/underlay/pages/HelpOnDictionaries/edit-log
share/moin/underlay/pages/HelpOnDictionaries/revisions/00000001
+share/moin/underlay/pages/HelpOnEditLocks/cache/pagelinks
share/moin/underlay/pages/HelpOnEditLocks/current
+share/moin/underlay/pages/HelpOnEditLocks/edit-log
share/moin/underlay/pages/HelpOnEditLocks/revisions/00000001
+share/moin/underlay/pages/HelpOnEditing(2f)SubPages/cache/pagelinks
share/moin/underlay/pages/HelpOnEditing(2f)SubPages/current
+share/moin/underlay/pages/HelpOnEditing(2f)SubPages/edit-log
share/moin/underlay/pages/HelpOnEditing(2f)SubPages/revisions/00000001
+share/moin/underlay/pages/HelpOnEditing/cache/pagelinks
share/moin/underlay/pages/HelpOnEditing/current
+share/moin/underlay/pages/HelpOnEditing/edit-log
share/moin/underlay/pages/HelpOnEditing/revisions/00000001
+share/moin/underlay/pages/HelpOnFormatting/cache/pagelinks
share/moin/underlay/pages/HelpOnFormatting/current
+share/moin/underlay/pages/HelpOnFormatting/edit-log
share/moin/underlay/pages/HelpOnFormatting/revisions/00000001
+share/moin/underlay/pages/HelpOnGraphicalEditor/cache/pagelinks
share/moin/underlay/pages/HelpOnGraphicalEditor/current
+share/moin/underlay/pages/HelpOnGraphicalEditor/edit-log
share/moin/underlay/pages/HelpOnGraphicalEditor/revisions/00000001
+share/moin/underlay/pages/HelpOnHeadlines/cache/pagelinks
share/moin/underlay/pages/HelpOnHeadlines/current
+share/moin/underlay/pages/HelpOnHeadlines/edit-log
share/moin/underlay/pages/HelpOnHeadlines/revisions/00000001
+share/moin/underlay/pages/HelpOnInstalling(2f)AolServer/cache/pagelinks
share/moin/underlay/pages/HelpOnInstalling(2f)AolServer/current
+share/moin/underlay/pages/HelpOnInstalling(2f)AolServer/edit-log
share/moin/underlay/pages/HelpOnInstalling(2f)AolServer/revisions/00000001
+share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnLinux/cache/pagelinks
share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnLinux/current
+share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnLinux/edit-log
share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnLinux/revisions/00000001
share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnLinuxFtp/attachments/explore.py
+share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnLinuxFtp/cache/pagelinks
share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnLinuxFtp/current
+share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnLinuxFtp/edit-log
share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnLinuxFtp/revisions/00000001
+share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnMacOsx/cache/pagelinks
share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnMacOsx/current
+share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnMacOsx/edit-log
share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnMacOsx/revisions/00000001
+share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnWin32/cache/pagelinks
share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnWin32/current
+share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnWin32/edit-log
share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnWin32/revisions/00000001
+share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnWin32withDomainAuthentication/cache/pagelinks
share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnWin32withDomainAuthentication/current
+share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnWin32withDomainAuthentication/edit-log
share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnWin32withDomainAuthentication/revisions/00000001
+share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnWin32withFastCgi/cache/pagelinks
share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnWin32withFastCgi/current
+share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnWin32withFastCgi/edit-log
share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnWin32withFastCgi/revisions/00000001
+share/moin/underlay/pages/HelpOnInstalling(2f)ApacheWithModPython/cache/pagelinks
share/moin/underlay/pages/HelpOnInstalling(2f)ApacheWithModPython/current
+share/moin/underlay/pages/HelpOnInstalling(2f)ApacheWithModPython/edit-log
share/moin/underlay/pages/HelpOnInstalling(2f)ApacheWithModPython/revisions/00000001
+share/moin/underlay/pages/HelpOnInstalling(2f)ApacheWithModWSGI/cache/pagelinks
share/moin/underlay/pages/HelpOnInstalling(2f)ApacheWithModWSGI/current
+share/moin/underlay/pages/HelpOnInstalling(2f)ApacheWithModWSGI/edit-log
share/moin/underlay/pages/HelpOnInstalling(2f)ApacheWithModWSGI/revisions/00000001
share/moin/underlay/pages/HelpOnInstalling(2f)BasicInstallation/attachments/pythontest.cgi
+share/moin/underlay/pages/HelpOnInstalling(2f)BasicInstallation/cache/pagelinks
share/moin/underlay/pages/HelpOnInstalling(2f)BasicInstallation/current
+share/moin/underlay/pages/HelpOnInstalling(2f)BasicInstallation/edit-log
share/moin/underlay/pages/HelpOnInstalling(2f)BasicInstallation/revisions/00000001
+share/moin/underlay/pages/HelpOnInstalling(2f)FastCgi/cache/pagelinks
share/moin/underlay/pages/HelpOnInstalling(2f)FastCgi/current
+share/moin/underlay/pages/HelpOnInstalling(2f)FastCgi/edit-log
share/moin/underlay/pages/HelpOnInstalling(2f)FastCgi/revisions/00000001
+share/moin/underlay/pages/HelpOnInstalling(2f)InternetInformationServer/cache/pagelinks
share/moin/underlay/pages/HelpOnInstalling(2f)InternetInformationServer/current
+share/moin/underlay/pages/HelpOnInstalling(2f)InternetInformationServer/edit-log
share/moin/underlay/pages/HelpOnInstalling(2f)InternetInformationServer/revisions/00000001
+share/moin/underlay/pages/HelpOnInstalling(2f)MinimalWiki/cache/pagelinks
share/moin/underlay/pages/HelpOnInstalling(2f)MinimalWiki/current
+share/moin/underlay/pages/HelpOnInstalling(2f)MinimalWiki/edit-log
share/moin/underlay/pages/HelpOnInstalling(2f)MinimalWiki/revisions/00000001
+share/moin/underlay/pages/HelpOnInstalling(2f)StandaloneServer/cache/pagelinks
share/moin/underlay/pages/HelpOnInstalling(2f)StandaloneServer/current
+share/moin/underlay/pages/HelpOnInstalling(2f)StandaloneServer/edit-log
share/moin/underlay/pages/HelpOnInstalling(2f)StandaloneServer/revisions/00000001
share/moin/underlay/pages/HelpOnInstalling(2f)TroubleShooting/attachments/is_python_here.sh
+share/moin/underlay/pages/HelpOnInstalling(2f)TroubleShooting/cache/pagelinks
share/moin/underlay/pages/HelpOnInstalling(2f)TroubleShooting/current
+share/moin/underlay/pages/HelpOnInstalling(2f)TroubleShooting/edit-log
share/moin/underlay/pages/HelpOnInstalling(2f)TroubleShooting/revisions/00000001
+share/moin/underlay/pages/HelpOnInstalling(2f)TwistedWeb/cache/pagelinks
share/moin/underlay/pages/HelpOnInstalling(2f)TwistedWeb/current
+share/moin/underlay/pages/HelpOnInstalling(2f)TwistedWeb/edit-log
share/moin/underlay/pages/HelpOnInstalling(2f)TwistedWeb/revisions/00000001
+share/moin/underlay/pages/HelpOnInstalling(2f)WebLogic/cache/pagelinks
share/moin/underlay/pages/HelpOnInstalling(2f)WebLogic/current
+share/moin/underlay/pages/HelpOnInstalling(2f)WebLogic/edit-log
share/moin/underlay/pages/HelpOnInstalling(2f)WebLogic/revisions/00000001
share/moin/underlay/pages/HelpOnInstalling(2f)WikiInstanceCreation/attachments/createinstance.sh
+share/moin/underlay/pages/HelpOnInstalling(2f)WikiInstanceCreation/cache/pagelinks
share/moin/underlay/pages/HelpOnInstalling(2f)WikiInstanceCreation/current
+share/moin/underlay/pages/HelpOnInstalling(2f)WikiInstanceCreation/edit-log
share/moin/underlay/pages/HelpOnInstalling(2f)WikiInstanceCreation/revisions/00000001
+share/moin/underlay/pages/HelpOnInstalling(2f)Win32MoinEasyBackup/cache/pagelinks
share/moin/underlay/pages/HelpOnInstalling(2f)Win32MoinEasyBackup/current
+share/moin/underlay/pages/HelpOnInstalling(2f)Win32MoinEasyBackup/edit-log
share/moin/underlay/pages/HelpOnInstalling(2f)Win32MoinEasyBackup/revisions/00000001
+share/moin/underlay/pages/HelpOnInstalling/cache/pagelinks
share/moin/underlay/pages/HelpOnInstalling/current
+share/moin/underlay/pages/HelpOnInstalling/edit-log
share/moin/underlay/pages/HelpOnInstalling/revisions/00000001
+share/moin/underlay/pages/HelpOnLanguages/cache/pagelinks
share/moin/underlay/pages/HelpOnLanguages/current
+share/moin/underlay/pages/HelpOnLanguages/edit-log
share/moin/underlay/pages/HelpOnLanguages/revisions/00000001
share/moin/underlay/pages/HelpOnLinking(2f)NotesLinks/attachments/docprop.jpg
+share/moin/underlay/pages/HelpOnLinking(2f)NotesLinks/cache/pagelinks
share/moin/underlay/pages/HelpOnLinking(2f)NotesLinks/current
+share/moin/underlay/pages/HelpOnLinking(2f)NotesLinks/edit-log
share/moin/underlay/pages/HelpOnLinking(2f)NotesLinks/revisions/00000001
+share/moin/underlay/pages/HelpOnLinking/cache/pagelinks
share/moin/underlay/pages/HelpOnLinking/current
+share/moin/underlay/pages/HelpOnLinking/edit-log
share/moin/underlay/pages/HelpOnLinking/revisions/00000001
+share/moin/underlay/pages/HelpOnLists/cache/pagelinks
share/moin/underlay/pages/HelpOnLists/current
+share/moin/underlay/pages/HelpOnLists/edit-log
share/moin/underlay/pages/HelpOnLists/revisions/00000001
+share/moin/underlay/pages/HelpOnLogin/cache/pagelinks
share/moin/underlay/pages/HelpOnLogin/current
+share/moin/underlay/pages/HelpOnLogin/edit-log
share/moin/underlay/pages/HelpOnLogin/revisions/00000001
+share/moin/underlay/pages/HelpOnMacros(2f)EmbedObject/cache/pagelinks
share/moin/underlay/pages/HelpOnMacros(2f)EmbedObject/current
+share/moin/underlay/pages/HelpOnMacros(2f)EmbedObject/edit-log
share/moin/underlay/pages/HelpOnMacros(2f)EmbedObject/revisions/00000001
+share/moin/underlay/pages/HelpOnMacros(2f)ImageLink/cache/pagelinks
share/moin/underlay/pages/HelpOnMacros(2f)ImageLink/current
+share/moin/underlay/pages/HelpOnMacros(2f)ImageLink/edit-log
share/moin/underlay/pages/HelpOnMacros(2f)ImageLink/revisions/00000001
+share/moin/underlay/pages/HelpOnMacros(2f)Include/cache/pagelinks
share/moin/underlay/pages/HelpOnMacros(2f)Include/current
+share/moin/underlay/pages/HelpOnMacros(2f)Include/edit-log
share/moin/underlay/pages/HelpOnMacros(2f)Include/revisions/00000001
+share/moin/underlay/pages/HelpOnMacros(2f)MailTo/cache/pagelinks
share/moin/underlay/pages/HelpOnMacros(2f)MailTo/current
+share/moin/underlay/pages/HelpOnMacros(2f)MailTo/edit-log
share/moin/underlay/pages/HelpOnMacros(2f)MailTo/revisions/00000001
+share/moin/underlay/pages/HelpOnMacros(2f)MonthCalendar/cache/pagelinks
share/moin/underlay/pages/HelpOnMacros(2f)MonthCalendar/current
+share/moin/underlay/pages/HelpOnMacros(2f)MonthCalendar/edit-log
share/moin/underlay/pages/HelpOnMacros(2f)MonthCalendar/revisions/00000001
+share/moin/underlay/pages/HelpOnMacros/cache/hitcounts
+share/moin/underlay/pages/HelpOnMacros/cache/pagelinks
share/moin/underlay/pages/HelpOnMacros/current
+share/moin/underlay/pages/HelpOnMacros/edit-log
share/moin/underlay/pages/HelpOnMacros/revisions/00000001
+share/moin/underlay/pages/HelpOnMoinCommand(2f)ExportDump/cache/pagelinks
+share/moin/underlay/pages/HelpOnMoinCommand(2f)ExportDump/current
+share/moin/underlay/pages/HelpOnMoinCommand(2f)ExportDump/edit-log
+share/moin/underlay/pages/HelpOnMoinCommand(2f)ExportDump/revisions/00000001
+share/moin/underlay/pages/HelpOnMoinCommand/cache/pagelinks
share/moin/underlay/pages/HelpOnMoinCommand/current
+share/moin/underlay/pages/HelpOnMoinCommand/edit-log
share/moin/underlay/pages/HelpOnMoinCommand/revisions/00000001
share/moin/underlay/pages/HelpOnMoinWikiSyntax/attachments/myexample.draw
share/moin/underlay/pages/HelpOnMoinWikiSyntax/attachments/myexample.png
+share/moin/underlay/pages/HelpOnMoinWikiSyntax/cache/pagelinks
share/moin/underlay/pages/HelpOnMoinWikiSyntax/current
+share/moin/underlay/pages/HelpOnMoinWikiSyntax/edit-log
share/moin/underlay/pages/HelpOnMoinWikiSyntax/revisions/00000001
+share/moin/underlay/pages/HelpOnNavigation/cache/pagelinks
share/moin/underlay/pages/HelpOnNavigation/current
+share/moin/underlay/pages/HelpOnNavigation/edit-log
share/moin/underlay/pages/HelpOnNavigation/revisions/00000001
+share/moin/underlay/pages/HelpOnNotification/cache/pagelinks
+share/moin/underlay/pages/HelpOnNotification/current
+share/moin/underlay/pages/HelpOnNotification/edit-log
+share/moin/underlay/pages/HelpOnNotification/revisions/00000001
+share/moin/underlay/pages/HelpOnOpenIDProvider/cache/pagelinks
+share/moin/underlay/pages/HelpOnOpenIDProvider/current
+share/moin/underlay/pages/HelpOnOpenIDProvider/edit-log
+share/moin/underlay/pages/HelpOnOpenIDProvider/revisions/00000001
+share/moin/underlay/pages/HelpOnPackageInstaller/cache/pagelinks
share/moin/underlay/pages/HelpOnPackageInstaller/current
+share/moin/underlay/pages/HelpOnPackageInstaller/edit-log
share/moin/underlay/pages/HelpOnPackageInstaller/revisions/00000001
+share/moin/underlay/pages/HelpOnPageCreation/cache/pagelinks
share/moin/underlay/pages/HelpOnPageCreation/current
+share/moin/underlay/pages/HelpOnPageCreation/edit-log
share/moin/underlay/pages/HelpOnPageCreation/revisions/00000001
+share/moin/underlay/pages/HelpOnPageDeletion/cache/pagelinks
share/moin/underlay/pages/HelpOnPageDeletion/current
+share/moin/underlay/pages/HelpOnPageDeletion/edit-log
share/moin/underlay/pages/HelpOnPageDeletion/revisions/00000001
+share/moin/underlay/pages/HelpOnParsers(2f)ReStructuredText(2f)RstPrimer/cache/pagelinks
share/moin/underlay/pages/HelpOnParsers(2f)ReStructuredText(2f)RstPrimer/current
+share/moin/underlay/pages/HelpOnParsers(2f)ReStructuredText(2f)RstPrimer/edit-log
share/moin/underlay/pages/HelpOnParsers(2f)ReStructuredText(2f)RstPrimer/revisions/00000001
+share/moin/underlay/pages/HelpOnParsers(2f)ReStructuredText/cache/pagelinks
share/moin/underlay/pages/HelpOnParsers(2f)ReStructuredText/current
+share/moin/underlay/pages/HelpOnParsers(2f)ReStructuredText/edit-log
share/moin/underlay/pages/HelpOnParsers(2f)ReStructuredText/revisions/00000001
+share/moin/underlay/pages/HelpOnParsers/cache/pagelinks
share/moin/underlay/pages/HelpOnParsers/current
+share/moin/underlay/pages/HelpOnParsers/edit-log
share/moin/underlay/pages/HelpOnParsers/revisions/00000001
+share/moin/underlay/pages/HelpOnPatchCreation/cache/pagelinks
share/moin/underlay/pages/HelpOnPatchCreation/current
+share/moin/underlay/pages/HelpOnPatchCreation/edit-log
share/moin/underlay/pages/HelpOnPatchCreation/revisions/00000001
+share/moin/underlay/pages/HelpOnProcessingInstructions/cache/pagelinks
share/moin/underlay/pages/HelpOnProcessingInstructions/current
+share/moin/underlay/pages/HelpOnProcessingInstructions/edit-log
share/moin/underlay/pages/HelpOnProcessingInstructions/revisions/00000001
+share/moin/underlay/pages/HelpOnRules/cache/pagelinks
share/moin/underlay/pages/HelpOnRules/current
+share/moin/underlay/pages/HelpOnRules/edit-log
share/moin/underlay/pages/HelpOnRules/revisions/00000001
+share/moin/underlay/pages/HelpOnSearching/cache/pagelinks
share/moin/underlay/pages/HelpOnSearching/current
+share/moin/underlay/pages/HelpOnSearching/edit-log
share/moin/underlay/pages/HelpOnSearching/revisions/00000001
+share/moin/underlay/pages/HelpOnSessions/cache/pagelinks
share/moin/underlay/pages/HelpOnSessions/current
+share/moin/underlay/pages/HelpOnSessions/edit-log
share/moin/underlay/pages/HelpOnSessions/revisions/00000001
+share/moin/underlay/pages/HelpOnSlideShows(2f)000(20)Introduction/cache/pagelinks
share/moin/underlay/pages/HelpOnSlideShows(2f)000(20)Introduction/current
+share/moin/underlay/pages/HelpOnSlideShows(2f)000(20)Introduction/edit-log
share/moin/underlay/pages/HelpOnSlideShows(2f)000(20)Introduction/revisions/00000001
+share/moin/underlay/pages/HelpOnSlideShows(2f)100(20)Creating(20)the(20)slides/cache/pagelinks
share/moin/underlay/pages/HelpOnSlideShows(2f)100(20)Creating(20)the(20)slides/current
+share/moin/underlay/pages/HelpOnSlideShows(2f)100(20)Creating(20)the(20)slides/edit-log
share/moin/underlay/pages/HelpOnSlideShows(2f)100(20)Creating(20)the(20)slides/revisions/00000001
+share/moin/underlay/pages/HelpOnSlideShows(2f)900(20)Last(20)but(20)not(20)least(3a20)Running(20)your(20)presentation/cache/pagelinks
share/moin/underlay/pages/HelpOnSlideShows(2f)900(20)Last(20)but(20)not(20)least(3a20)Running(20)your(20)presentation/current
+share/moin/underlay/pages/HelpOnSlideShows(2f)900(20)Last(20)but(20)not(20)least(3a20)Running(20)your(20)presentation/edit-log
share/moin/underlay/pages/HelpOnSlideShows(2f)900(20)Last(20)but(20)not(20)least(3a20)Running(20)your(20)presentation/revisions/00000001
+share/moin/underlay/pages/HelpOnSlideShows/cache/pagelinks
share/moin/underlay/pages/HelpOnSlideShows/current
+share/moin/underlay/pages/HelpOnSlideShows/edit-log
share/moin/underlay/pages/HelpOnSlideShows/revisions/00000001
+share/moin/underlay/pages/HelpOnSmileys/cache/pagelinks
share/moin/underlay/pages/HelpOnSmileys/current
+share/moin/underlay/pages/HelpOnSmileys/edit-log
share/moin/underlay/pages/HelpOnSmileys/revisions/00000001
+share/moin/underlay/pages/HelpOnSpam/cache/pagelinks
share/moin/underlay/pages/HelpOnSpam/current
+share/moin/underlay/pages/HelpOnSpam/edit-log
share/moin/underlay/pages/HelpOnSpam/revisions/00000001
+share/moin/underlay/pages/HelpOnSpellCheck/cache/pagelinks
share/moin/underlay/pages/HelpOnSpellCheck/current
+share/moin/underlay/pages/HelpOnSpellCheck/edit-log
share/moin/underlay/pages/HelpOnSpellCheck/revisions/00000001
+share/moin/underlay/pages/HelpOnSubscribing/cache/pagelinks
share/moin/underlay/pages/HelpOnSubscribing/current
+share/moin/underlay/pages/HelpOnSubscribing/edit-log
share/moin/underlay/pages/HelpOnSubscribing/revisions/00000001
+share/moin/underlay/pages/HelpOnSuperUser/cache/pagelinks
share/moin/underlay/pages/HelpOnSuperUser/current
+share/moin/underlay/pages/HelpOnSuperUser/edit-log
share/moin/underlay/pages/HelpOnSuperUser/revisions/00000001
+share/moin/underlay/pages/HelpOnSynchronisation/cache/pagelinks
share/moin/underlay/pages/HelpOnSynchronisation/current
+share/moin/underlay/pages/HelpOnSynchronisation/edit-log
share/moin/underlay/pages/HelpOnSynchronisation/revisions/00000001
share/moin/underlay/pages/HelpOnTables/attachments/MiniPage.png
+share/moin/underlay/pages/HelpOnTables/cache/pagelinks
share/moin/underlay/pages/HelpOnTables/current
+share/moin/underlay/pages/HelpOnTables/edit-log
share/moin/underlay/pages/HelpOnTables/revisions/00000001
+share/moin/underlay/pages/HelpOnTemplates/cache/pagelinks
share/moin/underlay/pages/HelpOnTemplates/current
+share/moin/underlay/pages/HelpOnTemplates/edit-log
share/moin/underlay/pages/HelpOnTemplates/revisions/00000001
+share/moin/underlay/pages/HelpOnTextChas/cache/pagelinks
share/moin/underlay/pages/HelpOnTextChas/current
+share/moin/underlay/pages/HelpOnTextChas/edit-log
share/moin/underlay/pages/HelpOnTextChas/revisions/00000001
+share/moin/underlay/pages/HelpOnThemes/cache/pagelinks
share/moin/underlay/pages/HelpOnThemes/current
+share/moin/underlay/pages/HelpOnThemes/edit-log
share/moin/underlay/pages/HelpOnThemes/revisions/00000001
+share/moin/underlay/pages/HelpOnUpdating/cache/pagelinks
share/moin/underlay/pages/HelpOnUpdating/current
+share/moin/underlay/pages/HelpOnUpdating/edit-log
share/moin/underlay/pages/HelpOnUpdating/revisions/00000001
+share/moin/underlay/pages/HelpOnUpdatingPython/cache/pagelinks
share/moin/underlay/pages/HelpOnUpdatingPython/current
+share/moin/underlay/pages/HelpOnUpdatingPython/edit-log
share/moin/underlay/pages/HelpOnUpdatingPython/revisions/00000001
+share/moin/underlay/pages/HelpOnUserHandling/cache/pagelinks
share/moin/underlay/pages/HelpOnUserHandling/current
+share/moin/underlay/pages/HelpOnUserHandling/edit-log
share/moin/underlay/pages/HelpOnUserHandling/revisions/00000001
+share/moin/underlay/pages/HelpOnUserPreferences/cache/pagelinks
share/moin/underlay/pages/HelpOnUserPreferences/current
+share/moin/underlay/pages/HelpOnUserPreferences/edit-log
share/moin/underlay/pages/HelpOnUserPreferences/revisions/00000001
+share/moin/underlay/pages/HelpOnVariables/cache/pagelinks
share/moin/underlay/pages/HelpOnVariables/current
+share/moin/underlay/pages/HelpOnVariables/edit-log
share/moin/underlay/pages/HelpOnVariables/revisions/00000001
+share/moin/underlay/pages/HelpOnXapian/cache/pagelinks
share/moin/underlay/pages/HelpOnXapian/current
+share/moin/underlay/pages/HelpOnXapian/edit-log
share/moin/underlay/pages/HelpOnXapian/revisions/00000001
+share/moin/underlay/pages/HelpOnXmlPages/cache/pagelinks
share/moin/underlay/pages/HelpOnXmlPages/current
+share/moin/underlay/pages/HelpOnXmlPages/edit-log
share/moin/underlay/pages/HelpOnXmlPages/revisions/00000001
+share/moin/underlay/pages/HelpTemplate/cache/pagelinks
share/moin/underlay/pages/HelpTemplate/current
+share/moin/underlay/pages/HelpTemplate/edit-log
share/moin/underlay/pages/HelpTemplate/revisions/00000001
+share/moin/underlay/pages/HomepageGroupsTemplate/cache/pagelinks
share/moin/underlay/pages/HomepageGroupsTemplate/current
+share/moin/underlay/pages/HomepageGroupsTemplate/edit-log
share/moin/underlay/pages/HomepageGroupsTemplate/revisions/00000001
+share/moin/underlay/pages/HomepagePrivatePageTemplate/cache/pagelinks
share/moin/underlay/pages/HomepagePrivatePageTemplate/current
+share/moin/underlay/pages/HomepagePrivatePageTemplate/edit-log
share/moin/underlay/pages/HomepagePrivatePageTemplate/revisions/00000001
+share/moin/underlay/pages/HomepageReadPageTemplate/cache/pagelinks
share/moin/underlay/pages/HomepageReadPageTemplate/current
+share/moin/underlay/pages/HomepageReadPageTemplate/edit-log
share/moin/underlay/pages/HomepageReadPageTemplate/revisions/00000001
+share/moin/underlay/pages/HomepageReadWritePageTemplate/cache/pagelinks
share/moin/underlay/pages/HomepageReadWritePageTemplate/current
+share/moin/underlay/pages/HomepageReadWritePageTemplate/edit-log
share/moin/underlay/pages/HomepageReadWritePageTemplate/revisions/00000001
+share/moin/underlay/pages/HomepageTemplate/cache/pagelinks
share/moin/underlay/pages/HomepageTemplate/current
+share/moin/underlay/pages/HomepageTemplate/edit-log
share/moin/underlay/pages/HomepageTemplate/revisions/00000001
+share/moin/underlay/pages/InterWiki/cache/pagelinks
share/moin/underlay/pages/InterWiki/current
+share/moin/underlay/pages/InterWiki/edit-log
share/moin/underlay/pages/InterWiki/revisions/00000001
+share/moin/underlay/pages/LocalBadContent/cache/pagelinks
share/moin/underlay/pages/LocalBadContent/current
+share/moin/underlay/pages/LocalBadContent/edit-log
share/moin/underlay/pages/LocalBadContent/revisions/00000001
+share/moin/underlay/pages/LocalSpellingWords/cache/pagelinks
share/moin/underlay/pages/LocalSpellingWords/current
+share/moin/underlay/pages/LocalSpellingWords/edit-log
share/moin/underlay/pages/LocalSpellingWords/revisions/00000001
+share/moin/underlay/pages/MissingHomePage/cache/pagelinks
share/moin/underlay/pages/MissingHomePage/current
+share/moin/underlay/pages/MissingHomePage/edit-log
share/moin/underlay/pages/MissingHomePage/revisions/00000001
+share/moin/underlay/pages/MissingPage/cache/pagelinks
share/moin/underlay/pages/MissingPage/current
+share/moin/underlay/pages/MissingPage/edit-log
share/moin/underlay/pages/MissingPage/revisions/00000001
+share/moin/underlay/pages/MoinMoin(2f)InstallDocs/cache/pagelinks
share/moin/underlay/pages/MoinMoin(2f)InstallDocs/current
+share/moin/underlay/pages/MoinMoin(2f)InstallDocs/edit-log
share/moin/underlay/pages/MoinMoin(2f)InstallDocs/revisions/00000001
+share/moin/underlay/pages/MoinMoin(2f)TextFormatting/cache/pagelinks
share/moin/underlay/pages/MoinMoin(2f)TextFormatting/current
+share/moin/underlay/pages/MoinMoin(2f)TextFormatting/edit-log
share/moin/underlay/pages/MoinMoin(2f)TextFormatting/revisions/00000001
+share/moin/underlay/pages/MoinMoin/cache/pagelinks
share/moin/underlay/pages/MoinMoin/current
+share/moin/underlay/pages/MoinMoin/edit-log
share/moin/underlay/pages/MoinMoin/revisions/00000001
-share/moin/underlay/pages/MoinPagesEditorGroup/current
-share/moin/underlay/pages/MoinPagesEditorGroup/revisions/00000001
+share/moin/underlay/pages/OrphanedPages/cache/pagelinks
share/moin/underlay/pages/OrphanedPages/current
+share/moin/underlay/pages/OrphanedPages/edit-log
share/moin/underlay/pages/OrphanedPages/revisions/00000001
+share/moin/underlay/pages/PageHits/cache/pagelinks
share/moin/underlay/pages/PageHits/current
+share/moin/underlay/pages/PageHits/edit-log
share/moin/underlay/pages/PageHits/revisions/00000001
+share/moin/underlay/pages/PageSize/cache/pagelinks
share/moin/underlay/pages/PageSize/current
+share/moin/underlay/pages/PageSize/edit-log
share/moin/underlay/pages/PageSize/revisions/00000001
+share/moin/underlay/pages/PermissionDeniedPage/cache/pagelinks
+share/moin/underlay/pages/PermissionDeniedPage/current
+share/moin/underlay/pages/PermissionDeniedPage/edit-log
+share/moin/underlay/pages/PermissionDeniedPage/revisions/00000001
+share/moin/underlay/pages/ProjectGroupsTemplate/cache/pagelinks
share/moin/underlay/pages/ProjectGroupsTemplate/current
+share/moin/underlay/pages/ProjectGroupsTemplate/edit-log
share/moin/underlay/pages/ProjectGroupsTemplate/revisions/00000001
+share/moin/underlay/pages/ProjectTemplate/cache/pagelinks
share/moin/underlay/pages/ProjectTemplate/current
+share/moin/underlay/pages/ProjectTemplate/edit-log
share/moin/underlay/pages/ProjectTemplate/revisions/00000001
+share/moin/underlay/pages/RandomPage/cache/pagelinks
share/moin/underlay/pages/RandomPage/current
+share/moin/underlay/pages/RandomPage/edit-log
share/moin/underlay/pages/RandomPage/revisions/00000001
+share/moin/underlay/pages/RecentChanges/cache/pagelinks
share/moin/underlay/pages/RecentChanges/current
+share/moin/underlay/pages/RecentChanges/edit-log
share/moin/underlay/pages/RecentChanges/revisions/00000001
-share/moin/underlay/pages/SendMyPassword/current
-share/moin/underlay/pages/SendMyPassword/revisions/00000001
+share/moin/underlay/pages/SiteNavigation/cache/pagelinks
share/moin/underlay/pages/SiteNavigation/current
+share/moin/underlay/pages/SiteNavigation/edit-log
share/moin/underlay/pages/SiteNavigation/revisions/00000001
+share/moin/underlay/pages/SlideShowHandOutTemplate/cache/pagelinks
share/moin/underlay/pages/SlideShowHandOutTemplate/current
+share/moin/underlay/pages/SlideShowHandOutTemplate/edit-log
share/moin/underlay/pages/SlideShowHandOutTemplate/revisions/00000001
+share/moin/underlay/pages/SlideShowTemplate/cache/pagelinks
share/moin/underlay/pages/SlideShowTemplate/current
+share/moin/underlay/pages/SlideShowTemplate/edit-log
share/moin/underlay/pages/SlideShowTemplate/revisions/00000001
+share/moin/underlay/pages/SlideTemplate/cache/pagelinks
share/moin/underlay/pages/SlideTemplate/current
+share/moin/underlay/pages/SlideTemplate/edit-log
share/moin/underlay/pages/SlideTemplate/revisions/00000001
+share/moin/underlay/pages/SyncJobTemplate/cache/pagelinks
share/moin/underlay/pages/SyncJobTemplate/current
+share/moin/underlay/pages/SyncJobTemplate/edit-log
share/moin/underlay/pages/SyncJobTemplate/revisions/00000001
+share/moin/underlay/pages/SyntaxReference/cache/pagelinks
share/moin/underlay/pages/SyntaxReference/current
+share/moin/underlay/pages/SyntaxReference/edit-log
share/moin/underlay/pages/SyntaxReference/revisions/00000001
+share/moin/underlay/pages/SystemAdmin/cache/pagelinks
share/moin/underlay/pages/SystemAdmin/current
+share/moin/underlay/pages/SystemAdmin/edit-log
share/moin/underlay/pages/SystemAdmin/revisions/00000001
+share/moin/underlay/pages/SystemInfo/cache/pagelinks
share/moin/underlay/pages/SystemInfo/current
+share/moin/underlay/pages/SystemInfo/edit-log
share/moin/underlay/pages/SystemInfo/revisions/00000001
+share/moin/underlay/pages/SystemPagesGroup/cache/pagelinks
share/moin/underlay/pages/SystemPagesGroup/current
+share/moin/underlay/pages/SystemPagesGroup/edit-log
share/moin/underlay/pages/SystemPagesGroup/revisions/00000001
+share/moin/underlay/pages/SystemPagesInEnglishGroup/cache/pagelinks
share/moin/underlay/pages/SystemPagesInEnglishGroup/current
+share/moin/underlay/pages/SystemPagesInEnglishGroup/edit-log
share/moin/underlay/pages/SystemPagesInEnglishGroup/revisions/00000001
share/moin/underlay/pages/SystemPagesSetup/attachments/Bulgarian.zip
share/moin/underlay/pages/SystemPagesSetup/attachments/Croatian.zip
@@ -2332,10 +2800,8 @@ share/moin/underlay/pages/SystemPagesSetup/attachments/Finnish.zip
share/moin/underlay/pages/SystemPagesSetup/attachments/French.zip
share/moin/underlay/pages/SystemPagesSetup/attachments/German.zip
share/moin/underlay/pages/SystemPagesSetup/attachments/Hebrew.zip
-share/moin/underlay/pages/SystemPagesSetup/attachments/Hindi.zip
share/moin/underlay/pages/SystemPagesSetup/attachments/Hungarian.zip
share/moin/underlay/pages/SystemPagesSetup/attachments/Indonesian.zip
-share/moin/underlay/pages/SystemPagesSetup/attachments/Irish.zip
share/moin/underlay/pages/SystemPagesSetup/attachments/Italian.zip
share/moin/underlay/pages/SystemPagesSetup/attachments/Japanese.zip
share/moin/underlay/pages/SystemPagesSetup/attachments/Korean.zip
@@ -2357,490 +2823,761 @@ share/moin/underlay/pages/SystemPagesSetup/attachments/Turkish.zip
share/moin/underlay/pages/SystemPagesSetup/attachments/Ukrainian.zip
share/moin/underlay/pages/SystemPagesSetup/attachments/all_languages.zip
share/moin/underlay/pages/SystemPagesSetup/attachments/extra.zip
+share/moin/underlay/pages/SystemPagesSetup/cache/pagelinks
share/moin/underlay/pages/SystemPagesSetup/current
+share/moin/underlay/pages/SystemPagesSetup/edit-log
share/moin/underlay/pages/SystemPagesSetup/revisions/00000001
+share/moin/underlay/pages/TitleIndex/cache/pagelinks
share/moin/underlay/pages/TitleIndex/current
+share/moin/underlay/pages/TitleIndex/edit-log
share/moin/underlay/pages/TitleIndex/revisions/00000001
-share/moin/underlay/pages/UserPreferences/current
-share/moin/underlay/pages/UserPreferences/revisions/00000001
+share/moin/underlay/pages/WantedPages/cache/pagelinks
share/moin/underlay/pages/WantedPages/current
+share/moin/underlay/pages/WantedPages/edit-log
share/moin/underlay/pages/WantedPages/revisions/00000001
+share/moin/underlay/pages/WhyWikiWorks/cache/pagelinks
share/moin/underlay/pages/WhyWikiWorks/current
+share/moin/underlay/pages/WhyWikiWorks/edit-log
share/moin/underlay/pages/WhyWikiWorks/revisions/00000001
+share/moin/underlay/pages/WikiCourse(2f)01(20)What(20)is(20)a(20)MoinMoin(20)wiki(3f)/cache/pagelinks
share/moin/underlay/pages/WikiCourse(2f)01(20)What(20)is(20)a(20)MoinMoin(20)wiki(3f)/current
+share/moin/underlay/pages/WikiCourse(2f)01(20)What(20)is(20)a(20)MoinMoin(20)wiki(3f)/edit-log
share/moin/underlay/pages/WikiCourse(2f)01(20)What(20)is(20)a(20)MoinMoin(20)wiki(3f)/revisions/00000001
+share/moin/underlay/pages/WikiCourse(2f)02(20)Finding(20)information/cache/pagelinks
share/moin/underlay/pages/WikiCourse(2f)02(20)Finding(20)information/current
+share/moin/underlay/pages/WikiCourse(2f)02(20)Finding(20)information/edit-log
share/moin/underlay/pages/WikiCourse(2f)02(20)Finding(20)information/revisions/00000001
+share/moin/underlay/pages/WikiCourse(2f)03(20)Staying(20)up(20)to(20)date/cache/pagelinks
share/moin/underlay/pages/WikiCourse(2f)03(20)Staying(20)up(20)to(20)date/current
+share/moin/underlay/pages/WikiCourse(2f)03(20)Staying(20)up(20)to(20)date/edit-log
share/moin/underlay/pages/WikiCourse(2f)03(20)Staying(20)up(20)to(20)date/revisions/00000001
+share/moin/underlay/pages/WikiCourse(2f)04(20)Creating(20)a(20)wiki(20)account/cache/pagelinks
share/moin/underlay/pages/WikiCourse(2f)04(20)Creating(20)a(20)wiki(20)account/current
+share/moin/underlay/pages/WikiCourse(2f)04(20)Creating(20)a(20)wiki(20)account/edit-log
share/moin/underlay/pages/WikiCourse(2f)04(20)Creating(20)a(20)wiki(20)account/revisions/00000001
+share/moin/underlay/pages/WikiCourse(2f)05(20)User(20)preferences/cache/pagelinks
share/moin/underlay/pages/WikiCourse(2f)05(20)User(20)preferences/current
+share/moin/underlay/pages/WikiCourse(2f)05(20)User(20)preferences/edit-log
share/moin/underlay/pages/WikiCourse(2f)05(20)User(20)preferences/revisions/00000001
+share/moin/underlay/pages/WikiCourse(2f)06(20)Your(20)own(20)wiki(20)homepage/cache/pagelinks
share/moin/underlay/pages/WikiCourse(2f)06(20)Your(20)own(20)wiki(20)homepage/current
+share/moin/underlay/pages/WikiCourse(2f)06(20)Your(20)own(20)wiki(20)homepage/edit-log
share/moin/underlay/pages/WikiCourse(2f)06(20)Your(20)own(20)wiki(20)homepage/revisions/00000001
+share/moin/underlay/pages/WikiCourse(2f)07(20)The(20)text(20)editor/cache/pagelinks
share/moin/underlay/pages/WikiCourse(2f)07(20)The(20)text(20)editor/current
+share/moin/underlay/pages/WikiCourse(2f)07(20)The(20)text(20)editor/edit-log
share/moin/underlay/pages/WikiCourse(2f)07(20)The(20)text(20)editor/revisions/00000001
+share/moin/underlay/pages/WikiCourse(2f)08(20)Hot(20)Keys/cache/pagelinks
share/moin/underlay/pages/WikiCourse(2f)08(20)Hot(20)Keys/current
+share/moin/underlay/pages/WikiCourse(2f)08(20)Hot(20)Keys/edit-log
share/moin/underlay/pages/WikiCourse(2f)08(20)Hot(20)Keys/revisions/00000001
+share/moin/underlay/pages/WikiCourse(2f)10(20)Text(20)layout(20)with(20)wiki(20)markup/cache/pagelinks
share/moin/underlay/pages/WikiCourse(2f)10(20)Text(20)layout(20)with(20)wiki(20)markup/current
+share/moin/underlay/pages/WikiCourse(2f)10(20)Text(20)layout(20)with(20)wiki(20)markup/edit-log
share/moin/underlay/pages/WikiCourse(2f)10(20)Text(20)layout(20)with(20)wiki(20)markup/revisions/00000001
+share/moin/underlay/pages/WikiCourse(2f)11(20)Paragraphs/cache/pagelinks
share/moin/underlay/pages/WikiCourse(2f)11(20)Paragraphs/current
+share/moin/underlay/pages/WikiCourse(2f)11(20)Paragraphs/edit-log
share/moin/underlay/pages/WikiCourse(2f)11(20)Paragraphs/revisions/00000001
+share/moin/underlay/pages/WikiCourse(2f)12(20)Headlines/cache/pagelinks
share/moin/underlay/pages/WikiCourse(2f)12(20)Headlines/current
+share/moin/underlay/pages/WikiCourse(2f)12(20)Headlines/edit-log
share/moin/underlay/pages/WikiCourse(2f)12(20)Headlines/revisions/00000001
+share/moin/underlay/pages/WikiCourse(2f)13(20)Lists/cache/pagelinks
share/moin/underlay/pages/WikiCourse(2f)13(20)Lists/current
+share/moin/underlay/pages/WikiCourse(2f)13(20)Lists/edit-log
share/moin/underlay/pages/WikiCourse(2f)13(20)Lists/revisions/00000001
+share/moin/underlay/pages/WikiCourse(2f)14(20)Text(20)styles/cache/pagelinks
share/moin/underlay/pages/WikiCourse(2f)14(20)Text(20)styles/current
+share/moin/underlay/pages/WikiCourse(2f)14(20)Text(20)styles/edit-log
share/moin/underlay/pages/WikiCourse(2f)14(20)Text(20)styles/revisions/00000001
+share/moin/underlay/pages/WikiCourse(2f)15(20)Tables/cache/pagelinks
share/moin/underlay/pages/WikiCourse(2f)15(20)Tables/current
+share/moin/underlay/pages/WikiCourse(2f)15(20)Tables/edit-log
share/moin/underlay/pages/WikiCourse(2f)15(20)Tables/revisions/00000001
+share/moin/underlay/pages/WikiCourse(2f)16(20)Wiki(20)internal(20)links/cache/pagelinks
share/moin/underlay/pages/WikiCourse(2f)16(20)Wiki(20)internal(20)links/current
+share/moin/underlay/pages/WikiCourse(2f)16(20)Wiki(20)internal(20)links/edit-log
share/moin/underlay/pages/WikiCourse(2f)16(20)Wiki(20)internal(20)links/revisions/00000001
+share/moin/underlay/pages/WikiCourse(2f)17(20)External(20)links/cache/pagelinks
share/moin/underlay/pages/WikiCourse(2f)17(20)External(20)links/current
+share/moin/underlay/pages/WikiCourse(2f)17(20)External(20)links/edit-log
share/moin/underlay/pages/WikiCourse(2f)17(20)External(20)links/revisions/00000001
share/moin/underlay/pages/WikiCourse(2f)18(20)Attachments/attachments/letter.txt
+share/moin/underlay/pages/WikiCourse(2f)18(20)Attachments/cache/pagelinks
share/moin/underlay/pages/WikiCourse(2f)18(20)Attachments/current
+share/moin/underlay/pages/WikiCourse(2f)18(20)Attachments/edit-log
share/moin/underlay/pages/WikiCourse(2f)18(20)Attachments/revisions/00000001
+share/moin/underlay/pages/WikiCourse(2f)19(20)Symbols/cache/pagelinks
share/moin/underlay/pages/WikiCourse(2f)19(20)Symbols/current
+share/moin/underlay/pages/WikiCourse(2f)19(20)Symbols/edit-log
share/moin/underlay/pages/WikiCourse(2f)19(20)Symbols/revisions/00000001
+share/moin/underlay/pages/WikiCourse(2f)20(20)Dynamic(20)content/cache/pagelinks
share/moin/underlay/pages/WikiCourse(2f)20(20)Dynamic(20)content/current
+share/moin/underlay/pages/WikiCourse(2f)20(20)Dynamic(20)content/edit-log
share/moin/underlay/pages/WikiCourse(2f)20(20)Dynamic(20)content/revisions/00000001
+share/moin/underlay/pages/WikiCourse(2f)21(20)Macros/cache/pagelinks
share/moin/underlay/pages/WikiCourse(2f)21(20)Macros/current
+share/moin/underlay/pages/WikiCourse(2f)21(20)Macros/edit-log
share/moin/underlay/pages/WikiCourse(2f)21(20)Macros/revisions/00000001
+share/moin/underlay/pages/WikiCourse(2f)22(20)Parsers/cache/pagelinks
share/moin/underlay/pages/WikiCourse(2f)22(20)Parsers/current
+share/moin/underlay/pages/WikiCourse(2f)22(20)Parsers/edit-log
share/moin/underlay/pages/WikiCourse(2f)22(20)Parsers/revisions/00000001
+share/moin/underlay/pages/WikiCourse(2f)23(20)Actions/cache/pagelinks
share/moin/underlay/pages/WikiCourse(2f)23(20)Actions/current
+share/moin/underlay/pages/WikiCourse(2f)23(20)Actions/edit-log
share/moin/underlay/pages/WikiCourse(2f)23(20)Actions/revisions/00000001
+share/moin/underlay/pages/WikiCourse(2f)30(20)The(20)graphical(20)editor/cache/pagelinks
share/moin/underlay/pages/WikiCourse(2f)30(20)The(20)graphical(20)editor/current
+share/moin/underlay/pages/WikiCourse(2f)30(20)The(20)graphical(20)editor/edit-log
share/moin/underlay/pages/WikiCourse(2f)30(20)The(20)graphical(20)editor/revisions/00000001
+share/moin/underlay/pages/WikiCourse(2f)40(20)Creating(20)more(20)pages/cache/pagelinks
share/moin/underlay/pages/WikiCourse(2f)40(20)Creating(20)more(20)pages/current
+share/moin/underlay/pages/WikiCourse(2f)40(20)Creating(20)more(20)pages/edit-log
share/moin/underlay/pages/WikiCourse(2f)40(20)Creating(20)more(20)pages/revisions/00000001
+share/moin/underlay/pages/WikiCourse(2f)50(20)Wiki(20)etiquette/cache/pagelinks
share/moin/underlay/pages/WikiCourse(2f)50(20)Wiki(20)etiquette/current
+share/moin/underlay/pages/WikiCourse(2f)50(20)Wiki(20)etiquette/edit-log
share/moin/underlay/pages/WikiCourse(2f)50(20)Wiki(20)etiquette/revisions/00000001
+share/moin/underlay/pages/WikiCourse(2f)51(20)Applications/cache/pagelinks
share/moin/underlay/pages/WikiCourse(2f)51(20)Applications/current
+share/moin/underlay/pages/WikiCourse(2f)51(20)Applications/edit-log
share/moin/underlay/pages/WikiCourse(2f)51(20)Applications/revisions/00000001
+share/moin/underlay/pages/WikiCourse(2f)52(20)Structure(20)in(20)the(20)wiki/cache/pagelinks
share/moin/underlay/pages/WikiCourse(2f)52(20)Structure(20)in(20)the(20)wiki/current
+share/moin/underlay/pages/WikiCourse(2f)52(20)Structure(20)in(20)the(20)wiki/edit-log
share/moin/underlay/pages/WikiCourse(2f)52(20)Structure(20)in(20)the(20)wiki/revisions/00000001
+share/moin/underlay/pages/WikiCourse/cache/pagelinks
share/moin/underlay/pages/WikiCourse/current
+share/moin/underlay/pages/WikiCourse/edit-log
share/moin/underlay/pages/WikiCourse/revisions/00000001
+share/moin/underlay/pages/WikiCourseHandOut/cache/pagelinks
share/moin/underlay/pages/WikiCourseHandOut/current
+share/moin/underlay/pages/WikiCourseHandOut/edit-log
share/moin/underlay/pages/WikiCourseHandOut/revisions/00000001
+share/moin/underlay/pages/WikiHomePage/cache/pagelinks
share/moin/underlay/pages/WikiHomePage/current
+share/moin/underlay/pages/WikiHomePage/edit-log
share/moin/underlay/pages/WikiHomePage/revisions/00000001
+share/moin/underlay/pages/WikiName/cache/pagelinks
share/moin/underlay/pages/WikiName/current
+share/moin/underlay/pages/WikiName/edit-log
share/moin/underlay/pages/WikiName/revisions/00000001
share/moin/underlay/pages/WikiSandBox/attachments/mytest.draw
share/moin/underlay/pages/WikiSandBox/attachments/mytest.map
share/moin/underlay/pages/WikiSandBox/attachments/mytest.png
+share/moin/underlay/pages/WikiSandBox/cache/pagelinks
share/moin/underlay/pages/WikiSandBox/current
+share/moin/underlay/pages/WikiSandBox/edit-log
share/moin/underlay/pages/WikiSandBox/revisions/00000001
+share/moin/underlay/pages/WikiTipOfTheDay/cache/pagelinks
share/moin/underlay/pages/WikiTipOfTheDay/current
+share/moin/underlay/pages/WikiTipOfTheDay/edit-log
share/moin/underlay/pages/WikiTipOfTheDay/revisions/00000001
+share/moin/underlay/pages/WikiWikiWeb/cache/pagelinks
share/moin/underlay/pages/WikiWikiWeb/current
+share/moin/underlay/pages/WikiWikiWeb/edit-log
share/moin/underlay/pages/WikiWikiWeb/revisions/00000001
+share/moin/underlay/pages/WordIndex/cache/pagelinks
share/moin/underlay/pages/WordIndex/current
+share/moin/underlay/pages/WordIndex/edit-log
share/moin/underlay/pages/WordIndex/revisions/00000001
+share/moin/underlay/pages/XsltVersion/cache/pagelinks
share/moin/underlay/pages/XsltVersion/current
+share/moin/underlay/pages/XsltVersion/edit-log
share/moin/underlay/pages/XsltVersion/revisions/00000001
@dirrm share/moin/underlay/pages/XsltVersion/revisions
+@dirrm share/moin/underlay/pages/XsltVersion/cache
@dirrm share/moin/underlay/pages/XsltVersion
@dirrm share/moin/underlay/pages/WordIndex/revisions
+@dirrm share/moin/underlay/pages/WordIndex/cache
@dirrm share/moin/underlay/pages/WordIndex
@dirrm share/moin/underlay/pages/WikiWikiWeb/revisions
+@dirrm share/moin/underlay/pages/WikiWikiWeb/cache
@dirrm share/moin/underlay/pages/WikiWikiWeb
@dirrm share/moin/underlay/pages/WikiTipOfTheDay/revisions
+@dirrm share/moin/underlay/pages/WikiTipOfTheDay/cache
@dirrm share/moin/underlay/pages/WikiTipOfTheDay
@dirrm share/moin/underlay/pages/WikiSandBox/revisions
+@dirrm share/moin/underlay/pages/WikiSandBox/cache
@dirrm share/moin/underlay/pages/WikiSandBox/attachments
@dirrm share/moin/underlay/pages/WikiSandBox
@dirrm share/moin/underlay/pages/WikiName/revisions
+@dirrm share/moin/underlay/pages/WikiName/cache
@dirrm share/moin/underlay/pages/WikiName
@dirrm share/moin/underlay/pages/WikiHomePage/revisions
+@dirrm share/moin/underlay/pages/WikiHomePage/cache
@dirrm share/moin/underlay/pages/WikiHomePage
@dirrm share/moin/underlay/pages/WikiCourseHandOut/revisions
+@dirrm share/moin/underlay/pages/WikiCourseHandOut/cache
@dirrm share/moin/underlay/pages/WikiCourseHandOut
@dirrm share/moin/underlay/pages/WikiCourse/revisions
+@dirrm share/moin/underlay/pages/WikiCourse/cache
@dirrm share/moin/underlay/pages/WikiCourse(2f)52(20)Structure(20)in(20)the(20)wiki/revisions
+@dirrm share/moin/underlay/pages/WikiCourse(2f)52(20)Structure(20)in(20)the(20)wiki/cache
@dirrm share/moin/underlay/pages/WikiCourse(2f)52(20)Structure(20)in(20)the(20)wiki
@dirrm share/moin/underlay/pages/WikiCourse(2f)51(20)Applications/revisions
+@dirrm share/moin/underlay/pages/WikiCourse(2f)51(20)Applications/cache
@dirrm share/moin/underlay/pages/WikiCourse(2f)51(20)Applications
@dirrm share/moin/underlay/pages/WikiCourse(2f)50(20)Wiki(20)etiquette/revisions
+@dirrm share/moin/underlay/pages/WikiCourse(2f)50(20)Wiki(20)etiquette/cache
@dirrm share/moin/underlay/pages/WikiCourse(2f)50(20)Wiki(20)etiquette
@dirrm share/moin/underlay/pages/WikiCourse(2f)40(20)Creating(20)more(20)pages/revisions
+@dirrm share/moin/underlay/pages/WikiCourse(2f)40(20)Creating(20)more(20)pages/cache
@dirrm share/moin/underlay/pages/WikiCourse(2f)40(20)Creating(20)more(20)pages
@dirrm share/moin/underlay/pages/WikiCourse(2f)30(20)The(20)graphical(20)editor/revisions
+@dirrm share/moin/underlay/pages/WikiCourse(2f)30(20)The(20)graphical(20)editor/cache
@dirrm share/moin/underlay/pages/WikiCourse(2f)30(20)The(20)graphical(20)editor
@dirrm share/moin/underlay/pages/WikiCourse(2f)23(20)Actions/revisions
+@dirrm share/moin/underlay/pages/WikiCourse(2f)23(20)Actions/cache
@dirrm share/moin/underlay/pages/WikiCourse(2f)23(20)Actions
@dirrm share/moin/underlay/pages/WikiCourse(2f)22(20)Parsers/revisions
+@dirrm share/moin/underlay/pages/WikiCourse(2f)22(20)Parsers/cache
@dirrm share/moin/underlay/pages/WikiCourse(2f)22(20)Parsers
@dirrm share/moin/underlay/pages/WikiCourse(2f)21(20)Macros/revisions
+@dirrm share/moin/underlay/pages/WikiCourse(2f)21(20)Macros/cache
@dirrm share/moin/underlay/pages/WikiCourse(2f)21(20)Macros
@dirrm share/moin/underlay/pages/WikiCourse(2f)20(20)Dynamic(20)content/revisions
+@dirrm share/moin/underlay/pages/WikiCourse(2f)20(20)Dynamic(20)content/cache
@dirrm share/moin/underlay/pages/WikiCourse(2f)20(20)Dynamic(20)content
@dirrm share/moin/underlay/pages/WikiCourse(2f)19(20)Symbols/revisions
+@dirrm share/moin/underlay/pages/WikiCourse(2f)19(20)Symbols/cache
@dirrm share/moin/underlay/pages/WikiCourse(2f)19(20)Symbols
@dirrm share/moin/underlay/pages/WikiCourse(2f)18(20)Attachments/revisions
+@dirrm share/moin/underlay/pages/WikiCourse(2f)18(20)Attachments/cache
@dirrm share/moin/underlay/pages/WikiCourse(2f)18(20)Attachments/attachments
@dirrm share/moin/underlay/pages/WikiCourse(2f)18(20)Attachments
@dirrm share/moin/underlay/pages/WikiCourse(2f)17(20)External(20)links/revisions
+@dirrm share/moin/underlay/pages/WikiCourse(2f)17(20)External(20)links/cache
@dirrm share/moin/underlay/pages/WikiCourse(2f)17(20)External(20)links
@dirrm share/moin/underlay/pages/WikiCourse(2f)16(20)Wiki(20)internal(20)links/revisions
+@dirrm share/moin/underlay/pages/WikiCourse(2f)16(20)Wiki(20)internal(20)links/cache
@dirrm share/moin/underlay/pages/WikiCourse(2f)16(20)Wiki(20)internal(20)links
@dirrm share/moin/underlay/pages/WikiCourse(2f)15(20)Tables/revisions
+@dirrm share/moin/underlay/pages/WikiCourse(2f)15(20)Tables/cache
@dirrm share/moin/underlay/pages/WikiCourse(2f)15(20)Tables
@dirrm share/moin/underlay/pages/WikiCourse(2f)14(20)Text(20)styles/revisions
+@dirrm share/moin/underlay/pages/WikiCourse(2f)14(20)Text(20)styles/cache
@dirrm share/moin/underlay/pages/WikiCourse(2f)14(20)Text(20)styles
@dirrm share/moin/underlay/pages/WikiCourse(2f)13(20)Lists/revisions
+@dirrm share/moin/underlay/pages/WikiCourse(2f)13(20)Lists/cache
@dirrm share/moin/underlay/pages/WikiCourse(2f)13(20)Lists
@dirrm share/moin/underlay/pages/WikiCourse(2f)12(20)Headlines/revisions
+@dirrm share/moin/underlay/pages/WikiCourse(2f)12(20)Headlines/cache
@dirrm share/moin/underlay/pages/WikiCourse(2f)12(20)Headlines
@dirrm share/moin/underlay/pages/WikiCourse(2f)11(20)Paragraphs/revisions
+@dirrm share/moin/underlay/pages/WikiCourse(2f)11(20)Paragraphs/cache
@dirrm share/moin/underlay/pages/WikiCourse(2f)11(20)Paragraphs
@dirrm share/moin/underlay/pages/WikiCourse(2f)10(20)Text(20)layout(20)with(20)wiki(20)markup/revisions
+@dirrm share/moin/underlay/pages/WikiCourse(2f)10(20)Text(20)layout(20)with(20)wiki(20)markup/cache
@dirrm share/moin/underlay/pages/WikiCourse(2f)10(20)Text(20)layout(20)with(20)wiki(20)markup
@dirrm share/moin/underlay/pages/WikiCourse(2f)08(20)Hot(20)Keys/revisions
+@dirrm share/moin/underlay/pages/WikiCourse(2f)08(20)Hot(20)Keys/cache
@dirrm share/moin/underlay/pages/WikiCourse(2f)08(20)Hot(20)Keys
@dirrm share/moin/underlay/pages/WikiCourse(2f)07(20)The(20)text(20)editor/revisions
+@dirrm share/moin/underlay/pages/WikiCourse(2f)07(20)The(20)text(20)editor/cache
@dirrm share/moin/underlay/pages/WikiCourse(2f)07(20)The(20)text(20)editor
@dirrm share/moin/underlay/pages/WikiCourse(2f)06(20)Your(20)own(20)wiki(20)homepage/revisions
+@dirrm share/moin/underlay/pages/WikiCourse(2f)06(20)Your(20)own(20)wiki(20)homepage/cache
@dirrm share/moin/underlay/pages/WikiCourse(2f)06(20)Your(20)own(20)wiki(20)homepage
@dirrm share/moin/underlay/pages/WikiCourse(2f)05(20)User(20)preferences/revisions
+@dirrm share/moin/underlay/pages/WikiCourse(2f)05(20)User(20)preferences/cache
@dirrm share/moin/underlay/pages/WikiCourse(2f)05(20)User(20)preferences
@dirrm share/moin/underlay/pages/WikiCourse(2f)04(20)Creating(20)a(20)wiki(20)account/revisions
+@dirrm share/moin/underlay/pages/WikiCourse(2f)04(20)Creating(20)a(20)wiki(20)account/cache
@dirrm share/moin/underlay/pages/WikiCourse(2f)04(20)Creating(20)a(20)wiki(20)account
@dirrm share/moin/underlay/pages/WikiCourse(2f)03(20)Staying(20)up(20)to(20)date/revisions
+@dirrm share/moin/underlay/pages/WikiCourse(2f)03(20)Staying(20)up(20)to(20)date/cache
@dirrm share/moin/underlay/pages/WikiCourse(2f)03(20)Staying(20)up(20)to(20)date
@dirrm share/moin/underlay/pages/WikiCourse(2f)02(20)Finding(20)information/revisions
+@dirrm share/moin/underlay/pages/WikiCourse(2f)02(20)Finding(20)information/cache
@dirrm share/moin/underlay/pages/WikiCourse(2f)02(20)Finding(20)information
@dirrm share/moin/underlay/pages/WikiCourse(2f)01(20)What(20)is(20)a(20)MoinMoin(20)wiki(3f)/revisions
+@dirrm share/moin/underlay/pages/WikiCourse(2f)01(20)What(20)is(20)a(20)MoinMoin(20)wiki(3f)/cache
@dirrm share/moin/underlay/pages/WikiCourse(2f)01(20)What(20)is(20)a(20)MoinMoin(20)wiki(3f)
@dirrm share/moin/underlay/pages/WikiCourse
@dirrm share/moin/underlay/pages/WhyWikiWorks/revisions
+@dirrm share/moin/underlay/pages/WhyWikiWorks/cache
@dirrm share/moin/underlay/pages/WhyWikiWorks
@dirrm share/moin/underlay/pages/WantedPages/revisions
+@dirrm share/moin/underlay/pages/WantedPages/cache
@dirrm share/moin/underlay/pages/WantedPages
-@dirrm share/moin/underlay/pages/UserPreferences/revisions
-@dirrm share/moin/underlay/pages/UserPreferences
@dirrm share/moin/underlay/pages/TitleIndex/revisions
+@dirrm share/moin/underlay/pages/TitleIndex/cache
@dirrm share/moin/underlay/pages/TitleIndex
@dirrm share/moin/underlay/pages/SystemPagesSetup/revisions
+@dirrm share/moin/underlay/pages/SystemPagesSetup/cache
@dirrm share/moin/underlay/pages/SystemPagesSetup/attachments
@dirrm share/moin/underlay/pages/SystemPagesSetup
@dirrm share/moin/underlay/pages/SystemPagesInEnglishGroup/revisions
+@dirrm share/moin/underlay/pages/SystemPagesInEnglishGroup/cache
@dirrm share/moin/underlay/pages/SystemPagesInEnglishGroup
@dirrm share/moin/underlay/pages/SystemPagesGroup/revisions
+@dirrm share/moin/underlay/pages/SystemPagesGroup/cache
@dirrm share/moin/underlay/pages/SystemPagesGroup
@dirrm share/moin/underlay/pages/SystemInfo/revisions
+@dirrm share/moin/underlay/pages/SystemInfo/cache
@dirrm share/moin/underlay/pages/SystemInfo
@dirrm share/moin/underlay/pages/SystemAdmin/revisions
+@dirrm share/moin/underlay/pages/SystemAdmin/cache
@dirrm share/moin/underlay/pages/SystemAdmin
@dirrm share/moin/underlay/pages/SyntaxReference/revisions
+@dirrm share/moin/underlay/pages/SyntaxReference/cache
@dirrm share/moin/underlay/pages/SyntaxReference
@dirrm share/moin/underlay/pages/SyncJobTemplate/revisions
+@dirrm share/moin/underlay/pages/SyncJobTemplate/cache
@dirrm share/moin/underlay/pages/SyncJobTemplate
@dirrm share/moin/underlay/pages/SlideTemplate/revisions
+@dirrm share/moin/underlay/pages/SlideTemplate/cache
@dirrm share/moin/underlay/pages/SlideTemplate
@dirrm share/moin/underlay/pages/SlideShowTemplate/revisions
+@dirrm share/moin/underlay/pages/SlideShowTemplate/cache
@dirrm share/moin/underlay/pages/SlideShowTemplate
@dirrm share/moin/underlay/pages/SlideShowHandOutTemplate/revisions
+@dirrm share/moin/underlay/pages/SlideShowHandOutTemplate/cache
@dirrm share/moin/underlay/pages/SlideShowHandOutTemplate
@dirrm share/moin/underlay/pages/SiteNavigation/revisions
+@dirrm share/moin/underlay/pages/SiteNavigation/cache
@dirrm share/moin/underlay/pages/SiteNavigation
-@dirrm share/moin/underlay/pages/SendMyPassword/revisions
-@dirrm share/moin/underlay/pages/SendMyPassword
@dirrm share/moin/underlay/pages/RecentChanges/revisions
+@dirrm share/moin/underlay/pages/RecentChanges/cache
@dirrm share/moin/underlay/pages/RecentChanges
@dirrm share/moin/underlay/pages/RandomPage/revisions
+@dirrm share/moin/underlay/pages/RandomPage/cache
@dirrm share/moin/underlay/pages/RandomPage
@dirrm share/moin/underlay/pages/ProjectTemplate/revisions
+@dirrm share/moin/underlay/pages/ProjectTemplate/cache
@dirrm share/moin/underlay/pages/ProjectTemplate
@dirrm share/moin/underlay/pages/ProjectGroupsTemplate/revisions
+@dirrm share/moin/underlay/pages/ProjectGroupsTemplate/cache
@dirrm share/moin/underlay/pages/ProjectGroupsTemplate
+@dirrm share/moin/underlay/pages/PermissionDeniedPage/revisions
+@dirrm share/moin/underlay/pages/PermissionDeniedPage/cache
+@dirrm share/moin/underlay/pages/PermissionDeniedPage
@dirrm share/moin/underlay/pages/PageSize/revisions
+@dirrm share/moin/underlay/pages/PageSize/cache
@dirrm share/moin/underlay/pages/PageSize
@dirrm share/moin/underlay/pages/PageHits/revisions
+@dirrm share/moin/underlay/pages/PageHits/cache
@dirrm share/moin/underlay/pages/PageHits
@dirrm share/moin/underlay/pages/OrphanedPages/revisions
+@dirrm share/moin/underlay/pages/OrphanedPages/cache
@dirrm share/moin/underlay/pages/OrphanedPages
-@dirrm share/moin/underlay/pages/MoinPagesEditorGroup/revisions
-@dirrm share/moin/underlay/pages/MoinPagesEditorGroup
@dirrm share/moin/underlay/pages/MoinMoin/revisions
+@dirrm share/moin/underlay/pages/MoinMoin/cache
@dirrm share/moin/underlay/pages/MoinMoin(2f)TextFormatting/revisions
+@dirrm share/moin/underlay/pages/MoinMoin(2f)TextFormatting/cache
@dirrm share/moin/underlay/pages/MoinMoin(2f)TextFormatting
@dirrm share/moin/underlay/pages/MoinMoin(2f)InstallDocs/revisions
+@dirrm share/moin/underlay/pages/MoinMoin(2f)InstallDocs/cache
@dirrm share/moin/underlay/pages/MoinMoin(2f)InstallDocs
@dirrm share/moin/underlay/pages/MoinMoin
@dirrm share/moin/underlay/pages/MissingPage/revisions
+@dirrm share/moin/underlay/pages/MissingPage/cache
@dirrm share/moin/underlay/pages/MissingPage
@dirrm share/moin/underlay/pages/MissingHomePage/revisions
+@dirrm share/moin/underlay/pages/MissingHomePage/cache
@dirrm share/moin/underlay/pages/MissingHomePage
@dirrm share/moin/underlay/pages/LocalSpellingWords/revisions
+@dirrm share/moin/underlay/pages/LocalSpellingWords/cache
@dirrm share/moin/underlay/pages/LocalSpellingWords
@dirrm share/moin/underlay/pages/LocalBadContent/revisions
+@dirrm share/moin/underlay/pages/LocalBadContent/cache
@dirrm share/moin/underlay/pages/LocalBadContent
@dirrm share/moin/underlay/pages/InterWiki/revisions
+@dirrm share/moin/underlay/pages/InterWiki/cache
@dirrm share/moin/underlay/pages/InterWiki
@dirrm share/moin/underlay/pages/HomepageTemplate/revisions
+@dirrm share/moin/underlay/pages/HomepageTemplate/cache
@dirrm share/moin/underlay/pages/HomepageTemplate
@dirrm share/moin/underlay/pages/HomepageReadWritePageTemplate/revisions
+@dirrm share/moin/underlay/pages/HomepageReadWritePageTemplate/cache
@dirrm share/moin/underlay/pages/HomepageReadWritePageTemplate
@dirrm share/moin/underlay/pages/HomepageReadPageTemplate/revisions
+@dirrm share/moin/underlay/pages/HomepageReadPageTemplate/cache
@dirrm share/moin/underlay/pages/HomepageReadPageTemplate
@dirrm share/moin/underlay/pages/HomepagePrivatePageTemplate/revisions
+@dirrm share/moin/underlay/pages/HomepagePrivatePageTemplate/cache
@dirrm share/moin/underlay/pages/HomepagePrivatePageTemplate
@dirrm share/moin/underlay/pages/HomepageGroupsTemplate/revisions
+@dirrm share/moin/underlay/pages/HomepageGroupsTemplate/cache
@dirrm share/moin/underlay/pages/HomepageGroupsTemplate
@dirrm share/moin/underlay/pages/HelpTemplate/revisions
+@dirrm share/moin/underlay/pages/HelpTemplate/cache
@dirrm share/moin/underlay/pages/HelpTemplate
@dirrm share/moin/underlay/pages/HelpOnXmlPages/revisions
+@dirrm share/moin/underlay/pages/HelpOnXmlPages/cache
@dirrm share/moin/underlay/pages/HelpOnXmlPages
@dirrm share/moin/underlay/pages/HelpOnXapian/revisions
+@dirrm share/moin/underlay/pages/HelpOnXapian/cache
@dirrm share/moin/underlay/pages/HelpOnXapian
@dirrm share/moin/underlay/pages/HelpOnVariables/revisions
+@dirrm share/moin/underlay/pages/HelpOnVariables/cache
@dirrm share/moin/underlay/pages/HelpOnVariables
@dirrm share/moin/underlay/pages/HelpOnUserPreferences/revisions
+@dirrm share/moin/underlay/pages/HelpOnUserPreferences/cache
@dirrm share/moin/underlay/pages/HelpOnUserPreferences
@dirrm share/moin/underlay/pages/HelpOnUserHandling/revisions
+@dirrm share/moin/underlay/pages/HelpOnUserHandling/cache
@dirrm share/moin/underlay/pages/HelpOnUserHandling
@dirrm share/moin/underlay/pages/HelpOnUpdatingPython/revisions
+@dirrm share/moin/underlay/pages/HelpOnUpdatingPython/cache
@dirrm share/moin/underlay/pages/HelpOnUpdatingPython
@dirrm share/moin/underlay/pages/HelpOnUpdating/revisions
+@dirrm share/moin/underlay/pages/HelpOnUpdating/cache
@dirrm share/moin/underlay/pages/HelpOnUpdating
@dirrm share/moin/underlay/pages/HelpOnThemes/revisions
+@dirrm share/moin/underlay/pages/HelpOnThemes/cache
@dirrm share/moin/underlay/pages/HelpOnThemes
@dirrm share/moin/underlay/pages/HelpOnTextChas/revisions
+@dirrm share/moin/underlay/pages/HelpOnTextChas/cache
@dirrm share/moin/underlay/pages/HelpOnTextChas
@dirrm share/moin/underlay/pages/HelpOnTemplates/revisions
+@dirrm share/moin/underlay/pages/HelpOnTemplates/cache
@dirrm share/moin/underlay/pages/HelpOnTemplates
@dirrm share/moin/underlay/pages/HelpOnTables/revisions
+@dirrm share/moin/underlay/pages/HelpOnTables/cache
@dirrm share/moin/underlay/pages/HelpOnTables/attachments
@dirrm share/moin/underlay/pages/HelpOnTables
@dirrm share/moin/underlay/pages/HelpOnSynchronisation/revisions
+@dirrm share/moin/underlay/pages/HelpOnSynchronisation/cache
@dirrm share/moin/underlay/pages/HelpOnSynchronisation
@dirrm share/moin/underlay/pages/HelpOnSuperUser/revisions
+@dirrm share/moin/underlay/pages/HelpOnSuperUser/cache
@dirrm share/moin/underlay/pages/HelpOnSuperUser
@dirrm share/moin/underlay/pages/HelpOnSubscribing/revisions
+@dirrm share/moin/underlay/pages/HelpOnSubscribing/cache
@dirrm share/moin/underlay/pages/HelpOnSubscribing
@dirrm share/moin/underlay/pages/HelpOnSpellCheck/revisions
+@dirrm share/moin/underlay/pages/HelpOnSpellCheck/cache
@dirrm share/moin/underlay/pages/HelpOnSpellCheck
@dirrm share/moin/underlay/pages/HelpOnSpam/revisions
+@dirrm share/moin/underlay/pages/HelpOnSpam/cache
@dirrm share/moin/underlay/pages/HelpOnSpam
@dirrm share/moin/underlay/pages/HelpOnSmileys/revisions
+@dirrm share/moin/underlay/pages/HelpOnSmileys/cache
@dirrm share/moin/underlay/pages/HelpOnSmileys
@dirrm share/moin/underlay/pages/HelpOnSlideShows/revisions
+@dirrm share/moin/underlay/pages/HelpOnSlideShows/cache
@dirrm share/moin/underlay/pages/HelpOnSlideShows(2f)900(20)Last(20)but(20)not(20)least(3a20)Running(20)your(20)presentation/revisions
+@dirrm share/moin/underlay/pages/HelpOnSlideShows(2f)900(20)Last(20)but(20)not(20)least(3a20)Running(20)your(20)presentation/cache
@dirrm share/moin/underlay/pages/HelpOnSlideShows(2f)900(20)Last(20)but(20)not(20)least(3a20)Running(20)your(20)presentation
@dirrm share/moin/underlay/pages/HelpOnSlideShows(2f)100(20)Creating(20)the(20)slides/revisions
+@dirrm share/moin/underlay/pages/HelpOnSlideShows(2f)100(20)Creating(20)the(20)slides/cache
@dirrm share/moin/underlay/pages/HelpOnSlideShows(2f)100(20)Creating(20)the(20)slides
@dirrm share/moin/underlay/pages/HelpOnSlideShows(2f)000(20)Introduction/revisions
+@dirrm share/moin/underlay/pages/HelpOnSlideShows(2f)000(20)Introduction/cache
@dirrm share/moin/underlay/pages/HelpOnSlideShows(2f)000(20)Introduction
@dirrm share/moin/underlay/pages/HelpOnSlideShows
@dirrm share/moin/underlay/pages/HelpOnSessions/revisions
+@dirrm share/moin/underlay/pages/HelpOnSessions/cache
@dirrm share/moin/underlay/pages/HelpOnSessions
@dirrm share/moin/underlay/pages/HelpOnSearching/revisions
+@dirrm share/moin/underlay/pages/HelpOnSearching/cache
@dirrm share/moin/underlay/pages/HelpOnSearching
@dirrm share/moin/underlay/pages/HelpOnRules/revisions
+@dirrm share/moin/underlay/pages/HelpOnRules/cache
@dirrm share/moin/underlay/pages/HelpOnRules
@dirrm share/moin/underlay/pages/HelpOnProcessingInstructions/revisions
+@dirrm share/moin/underlay/pages/HelpOnProcessingInstructions/cache
@dirrm share/moin/underlay/pages/HelpOnProcessingInstructions
@dirrm share/moin/underlay/pages/HelpOnPatchCreation/revisions
+@dirrm share/moin/underlay/pages/HelpOnPatchCreation/cache
@dirrm share/moin/underlay/pages/HelpOnPatchCreation
@dirrm share/moin/underlay/pages/HelpOnParsers/revisions
+@dirrm share/moin/underlay/pages/HelpOnParsers/cache
@dirrm share/moin/underlay/pages/HelpOnParsers(2f)ReStructuredText/revisions
+@dirrm share/moin/underlay/pages/HelpOnParsers(2f)ReStructuredText/cache
@dirrm share/moin/underlay/pages/HelpOnParsers(2f)ReStructuredText(2f)RstPrimer/revisions
+@dirrm share/moin/underlay/pages/HelpOnParsers(2f)ReStructuredText(2f)RstPrimer/cache
@dirrm share/moin/underlay/pages/HelpOnParsers(2f)ReStructuredText(2f)RstPrimer
@dirrm share/moin/underlay/pages/HelpOnParsers(2f)ReStructuredText
@dirrm share/moin/underlay/pages/HelpOnParsers
@dirrm share/moin/underlay/pages/HelpOnPageDeletion/revisions
+@dirrm share/moin/underlay/pages/HelpOnPageDeletion/cache
@dirrm share/moin/underlay/pages/HelpOnPageDeletion
@dirrm share/moin/underlay/pages/HelpOnPageCreation/revisions
+@dirrm share/moin/underlay/pages/HelpOnPageCreation/cache
@dirrm share/moin/underlay/pages/HelpOnPageCreation
@dirrm share/moin/underlay/pages/HelpOnPackageInstaller/revisions
+@dirrm share/moin/underlay/pages/HelpOnPackageInstaller/cache
@dirrm share/moin/underlay/pages/HelpOnPackageInstaller
+@dirrm share/moin/underlay/pages/HelpOnOpenIDProvider/revisions
+@dirrm share/moin/underlay/pages/HelpOnOpenIDProvider/cache
+@dirrm share/moin/underlay/pages/HelpOnOpenIDProvider
+@dirrm share/moin/underlay/pages/HelpOnNotification/revisions
+@dirrm share/moin/underlay/pages/HelpOnNotification/cache
+@dirrm share/moin/underlay/pages/HelpOnNotification
@dirrm share/moin/underlay/pages/HelpOnNavigation/revisions
+@dirrm share/moin/underlay/pages/HelpOnNavigation/cache
@dirrm share/moin/underlay/pages/HelpOnNavigation
@dirrm share/moin/underlay/pages/HelpOnMoinWikiSyntax/revisions
+@dirrm share/moin/underlay/pages/HelpOnMoinWikiSyntax/cache
@dirrm share/moin/underlay/pages/HelpOnMoinWikiSyntax/attachments
@dirrm share/moin/underlay/pages/HelpOnMoinWikiSyntax
@dirrm share/moin/underlay/pages/HelpOnMoinCommand/revisions
+@dirrm share/moin/underlay/pages/HelpOnMoinCommand/cache
+@dirrm share/moin/underlay/pages/HelpOnMoinCommand(2f)ExportDump/revisions
+@dirrm share/moin/underlay/pages/HelpOnMoinCommand(2f)ExportDump/cache
+@dirrm share/moin/underlay/pages/HelpOnMoinCommand(2f)ExportDump
@dirrm share/moin/underlay/pages/HelpOnMoinCommand
@dirrm share/moin/underlay/pages/HelpOnMacros/revisions
+@dirrm share/moin/underlay/pages/HelpOnMacros/cache
@dirrm share/moin/underlay/pages/HelpOnMacros(2f)MonthCalendar/revisions
+@dirrm share/moin/underlay/pages/HelpOnMacros(2f)MonthCalendar/cache
@dirrm share/moin/underlay/pages/HelpOnMacros(2f)MonthCalendar
@dirrm share/moin/underlay/pages/HelpOnMacros(2f)MailTo/revisions
+@dirrm share/moin/underlay/pages/HelpOnMacros(2f)MailTo/cache
@dirrm share/moin/underlay/pages/HelpOnMacros(2f)MailTo
@dirrm share/moin/underlay/pages/HelpOnMacros(2f)Include/revisions
+@dirrm share/moin/underlay/pages/HelpOnMacros(2f)Include/cache
@dirrm share/moin/underlay/pages/HelpOnMacros(2f)Include
@dirrm share/moin/underlay/pages/HelpOnMacros(2f)ImageLink/revisions
+@dirrm share/moin/underlay/pages/HelpOnMacros(2f)ImageLink/cache
@dirrm share/moin/underlay/pages/HelpOnMacros(2f)ImageLink
@dirrm share/moin/underlay/pages/HelpOnMacros(2f)EmbedObject/revisions
+@dirrm share/moin/underlay/pages/HelpOnMacros(2f)EmbedObject/cache
@dirrm share/moin/underlay/pages/HelpOnMacros(2f)EmbedObject
@dirrm share/moin/underlay/pages/HelpOnMacros
@dirrm share/moin/underlay/pages/HelpOnLogin/revisions
+@dirrm share/moin/underlay/pages/HelpOnLogin/cache
@dirrm share/moin/underlay/pages/HelpOnLogin
@dirrm share/moin/underlay/pages/HelpOnLists/revisions
+@dirrm share/moin/underlay/pages/HelpOnLists/cache
@dirrm share/moin/underlay/pages/HelpOnLists
@dirrm share/moin/underlay/pages/HelpOnLinking/revisions
+@dirrm share/moin/underlay/pages/HelpOnLinking/cache
@dirrm share/moin/underlay/pages/HelpOnLinking(2f)NotesLinks/revisions
+@dirrm share/moin/underlay/pages/HelpOnLinking(2f)NotesLinks/cache
@dirrm share/moin/underlay/pages/HelpOnLinking(2f)NotesLinks/attachments
@dirrm share/moin/underlay/pages/HelpOnLinking(2f)NotesLinks
@dirrm share/moin/underlay/pages/HelpOnLinking
@dirrm share/moin/underlay/pages/HelpOnLanguages/revisions
+@dirrm share/moin/underlay/pages/HelpOnLanguages/cache
@dirrm share/moin/underlay/pages/HelpOnLanguages
@dirrm share/moin/underlay/pages/HelpOnInstalling/revisions
+@dirrm share/moin/underlay/pages/HelpOnInstalling/cache
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)Win32MoinEasyBackup/revisions
+@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)Win32MoinEasyBackup/cache
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)Win32MoinEasyBackup
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)WikiInstanceCreation/revisions
+@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)WikiInstanceCreation/cache
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)WikiInstanceCreation/attachments
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)WikiInstanceCreation
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)WebLogic/revisions
+@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)WebLogic/cache
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)WebLogic
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)TwistedWeb/revisions
+@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)TwistedWeb/cache
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)TwistedWeb
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)TroubleShooting/revisions
+@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)TroubleShooting/cache
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)TroubleShooting/attachments
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)TroubleShooting
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)StandaloneServer/revisions
+@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)StandaloneServer/cache
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)StandaloneServer
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)MinimalWiki/revisions
+@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)MinimalWiki/cache
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)MinimalWiki
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)InternetInformationServer/revisions
+@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)InternetInformationServer/cache
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)InternetInformationServer
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)FastCgi/revisions
+@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)FastCgi/cache
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)FastCgi
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)BasicInstallation/revisions
+@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)BasicInstallation/cache
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)BasicInstallation/attachments
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)BasicInstallation
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)ApacheWithModWSGI/revisions
+@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)ApacheWithModWSGI/cache
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)ApacheWithModWSGI
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)ApacheWithModPython/revisions
+@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)ApacheWithModPython/cache
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)ApacheWithModPython
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnWin32withFastCgi/revisions
+@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnWin32withFastCgi/cache
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnWin32withFastCgi
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnWin32withDomainAuthentication/revisions
+@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnWin32withDomainAuthentication/cache
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnWin32withDomainAuthentication
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnWin32/revisions
+@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnWin32/cache
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnWin32
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnMacOsx/revisions
+@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnMacOsx/cache
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnMacOsx
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnLinuxFtp/revisions
+@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnLinuxFtp/cache
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnLinuxFtp/attachments
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnLinuxFtp
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnLinux/revisions
+@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnLinux/cache
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)ApacheOnLinux
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)AolServer/revisions
+@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)AolServer/cache
@dirrm share/moin/underlay/pages/HelpOnInstalling(2f)AolServer
@dirrm share/moin/underlay/pages/HelpOnInstalling
@dirrm share/moin/underlay/pages/HelpOnHeadlines/revisions
+@dirrm share/moin/underlay/pages/HelpOnHeadlines/cache
@dirrm share/moin/underlay/pages/HelpOnHeadlines
@dirrm share/moin/underlay/pages/HelpOnGraphicalEditor/revisions
+@dirrm share/moin/underlay/pages/HelpOnGraphicalEditor/cache
@dirrm share/moin/underlay/pages/HelpOnGraphicalEditor
@dirrm share/moin/underlay/pages/HelpOnFormatting/revisions
+@dirrm share/moin/underlay/pages/HelpOnFormatting/cache
@dirrm share/moin/underlay/pages/HelpOnFormatting
@dirrm share/moin/underlay/pages/HelpOnEditing/revisions
+@dirrm share/moin/underlay/pages/HelpOnEditing/cache
@dirrm share/moin/underlay/pages/HelpOnEditing(2f)SubPages/revisions
+@dirrm share/moin/underlay/pages/HelpOnEditing(2f)SubPages/cache
@dirrm share/moin/underlay/pages/HelpOnEditing(2f)SubPages
@dirrm share/moin/underlay/pages/HelpOnEditing
@dirrm share/moin/underlay/pages/HelpOnEditLocks/revisions
+@dirrm share/moin/underlay/pages/HelpOnEditLocks/cache
@dirrm share/moin/underlay/pages/HelpOnEditLocks
@dirrm share/moin/underlay/pages/HelpOnDictionaries/revisions
+@dirrm share/moin/underlay/pages/HelpOnDictionaries/cache
@dirrm share/moin/underlay/pages/HelpOnDictionaries
@dirrm share/moin/underlay/pages/HelpOnCreoleSyntax/revisions
+@dirrm share/moin/underlay/pages/HelpOnCreoleSyntax/cache
@dirrm share/moin/underlay/pages/HelpOnCreoleSyntax
@dirrm share/moin/underlay/pages/HelpOnConfiguration/revisions
+@dirrm share/moin/underlay/pages/HelpOnConfiguration/cache
@dirrm share/moin/underlay/pages/HelpOnConfiguration(2f)UserPreferences/revisions
+@dirrm share/moin/underlay/pages/HelpOnConfiguration(2f)UserPreferences/cache
@dirrm share/moin/underlay/pages/HelpOnConfiguration(2f)UserPreferences
@dirrm share/moin/underlay/pages/HelpOnConfiguration(2f)SurgeProtection/revisions
+@dirrm share/moin/underlay/pages/HelpOnConfiguration(2f)SurgeProtection/cache
@dirrm share/moin/underlay/pages/HelpOnConfiguration(2f)SurgeProtection
@dirrm share/moin/underlay/pages/HelpOnConfiguration(2f)SupplementationPage/revisions
+@dirrm share/moin/underlay/pages/HelpOnConfiguration(2f)SupplementationPage/cache
@dirrm share/moin/underlay/pages/HelpOnConfiguration(2f)SupplementationPage
@dirrm share/moin/underlay/pages/HelpOnConfiguration(2f)SecurityPolicy/revisions
+@dirrm share/moin/underlay/pages/HelpOnConfiguration(2f)SecurityPolicy/cache
@dirrm share/moin/underlay/pages/HelpOnConfiguration(2f)SecurityPolicy
@dirrm share/moin/underlay/pages/HelpOnConfiguration(2f)IntegratingWithApache/revisions
+@dirrm share/moin/underlay/pages/HelpOnConfiguration(2f)IntegratingWithApache/cache
@dirrm share/moin/underlay/pages/HelpOnConfiguration(2f)IntegratingWithApache
@dirrm share/moin/underlay/pages/HelpOnConfiguration(2f)FileAttachments/revisions
+@dirrm share/moin/underlay/pages/HelpOnConfiguration(2f)FileAttachments/cache
@dirrm share/moin/underlay/pages/HelpOnConfiguration(2f)FileAttachments
@dirrm share/moin/underlay/pages/HelpOnConfiguration(2f)EmailSupport/revisions
+@dirrm share/moin/underlay/pages/HelpOnConfiguration(2f)EmailSupport/cache
@dirrm share/moin/underlay/pages/HelpOnConfiguration(2f)EmailSupport
@dirrm share/moin/underlay/pages/HelpOnConfiguration(2f)ApacheVoodoo/revisions
+@dirrm share/moin/underlay/pages/HelpOnConfiguration(2f)ApacheVoodoo/cache
@dirrm share/moin/underlay/pages/HelpOnConfiguration(2f)ApacheVoodoo
@dirrm share/moin/underlay/pages/HelpOnConfiguration
@dirrm share/moin/underlay/pages/HelpOnComments/revisions
+@dirrm share/moin/underlay/pages/HelpOnComments/cache
@dirrm share/moin/underlay/pages/HelpOnComments
@dirrm share/moin/underlay/pages/HelpOnCategories/revisions
+@dirrm share/moin/underlay/pages/HelpOnCategories/cache
@dirrm share/moin/underlay/pages/HelpOnCategories
@dirrm share/moin/underlay/pages/HelpOnAutoAdmin/revisions
+@dirrm share/moin/underlay/pages/HelpOnAutoAdmin/cache
@dirrm share/moin/underlay/pages/HelpOnAutoAdmin
@dirrm share/moin/underlay/pages/HelpOnAuthentication/revisions
-@dirrm share/moin/underlay/pages/HelpOnAuthentication(2f)LDAP/revisions
-@dirrm share/moin/underlay/pages/HelpOnAuthentication(2f)LDAP
+@dirrm share/moin/underlay/pages/HelpOnAuthentication/cache
@dirrm share/moin/underlay/pages/HelpOnAuthentication(2f)ExternalCookie/revisions
+@dirrm share/moin/underlay/pages/HelpOnAuthentication(2f)ExternalCookie/cache
@dirrm share/moin/underlay/pages/HelpOnAuthentication(2f)ExternalCookie
@dirrm share/moin/underlay/pages/HelpOnAuthentication
+@dirrm share/moin/underlay/pages/HelpOnAdmonitions/revisions
+@dirrm share/moin/underlay/pages/HelpOnAdmonitions/cache
+@dirrm share/moin/underlay/pages/HelpOnAdmonitions
@dirrm share/moin/underlay/pages/HelpOnAdministration/revisions
+@dirrm share/moin/underlay/pages/HelpOnAdministration/cache
@dirrm share/moin/underlay/pages/HelpOnAdministration
@dirrm share/moin/underlay/pages/HelpOnActions/revisions
+@dirrm share/moin/underlay/pages/HelpOnActions/cache
@dirrm share/moin/underlay/pages/HelpOnActions(2f)AttachFile/revisions
+@dirrm share/moin/underlay/pages/HelpOnActions(2f)AttachFile/cache
@dirrm share/moin/underlay/pages/HelpOnActions(2f)AttachFile/attachments
@dirrm share/moin/underlay/pages/HelpOnActions(2f)AttachFile
@dirrm share/moin/underlay/pages/HelpOnActions
@dirrm share/moin/underlay/pages/HelpOnAcl/revisions
+@dirrm share/moin/underlay/pages/HelpOnAcl/cache
@dirrm share/moin/underlay/pages/HelpOnAcl
@dirrm share/moin/underlay/pages/HelpOnAccessControlLists/revisions
+@dirrm share/moin/underlay/pages/HelpOnAccessControlLists/cache
@dirrm share/moin/underlay/pages/HelpOnAccessControlLists
@dirrm share/moin/underlay/pages/HelpMiscellaneous/revisions
+@dirrm share/moin/underlay/pages/HelpMiscellaneous/cache
@dirrm share/moin/underlay/pages/HelpMiscellaneous(2f)FrequentlyAskedQuestions/revisions
+@dirrm share/moin/underlay/pages/HelpMiscellaneous(2f)FrequentlyAskedQuestions/cache
@dirrm share/moin/underlay/pages/HelpMiscellaneous(2f)FrequentlyAskedQuestions
@dirrm share/moin/underlay/pages/HelpMiscellaneous(2f)ExperimentalFeatures/revisions
+@dirrm share/moin/underlay/pages/HelpMiscellaneous(2f)ExperimentalFeatures/cache
@dirrm share/moin/underlay/pages/HelpMiscellaneous(2f)ExperimentalFeatures
@dirrm share/moin/underlay/pages/HelpMiscellaneous
@dirrm share/moin/underlay/pages/HelpIndex/revisions
+@dirrm share/moin/underlay/pages/HelpIndex/cache
@dirrm share/moin/underlay/pages/HelpIndex
@dirrm share/moin/underlay/pages/HelpForUsers/revisions
+@dirrm share/moin/underlay/pages/HelpForUsers/cache
@dirrm share/moin/underlay/pages/HelpForUsers
@dirrm share/moin/underlay/pages/HelpForDevelopers/revisions
+@dirrm share/moin/underlay/pages/HelpForDevelopers/cache
@dirrm share/moin/underlay/pages/HelpForDevelopers
@dirrm share/moin/underlay/pages/HelpForBeginners/revisions
+@dirrm share/moin/underlay/pages/HelpForBeginners/cache
@dirrm share/moin/underlay/pages/HelpForBeginners
@dirrm share/moin/underlay/pages/HelpForAdministrators/revisions
+@dirrm share/moin/underlay/pages/HelpForAdministrators/cache
@dirrm share/moin/underlay/pages/HelpForAdministrators
@dirrm share/moin/underlay/pages/HelpContents/revisions
+@dirrm share/moin/underlay/pages/HelpContents/cache
@dirrm share/moin/underlay/pages/HelpContents
@dirrm share/moin/underlay/pages/FrontPage/revisions
+@dirrm share/moin/underlay/pages/FrontPage/cache
@dirrm share/moin/underlay/pages/FrontPage
@dirrm share/moin/underlay/pages/FortuneCookies/revisions
+@dirrm share/moin/underlay/pages/FortuneCookies/cache
@dirrm share/moin/underlay/pages/FortuneCookies
@dirrm share/moin/underlay/pages/FindPage/revisions
+@dirrm share/moin/underlay/pages/FindPage/cache
@dirrm share/moin/underlay/pages/FindPage
@dirrm share/moin/underlay/pages/EventStats/revisions
+@dirrm share/moin/underlay/pages/EventStats/cache
@dirrm share/moin/underlay/pages/EventStats(2f)UserAgents/revisions
+@dirrm share/moin/underlay/pages/EventStats(2f)UserAgents/cache
@dirrm share/moin/underlay/pages/EventStats(2f)UserAgents
@dirrm share/moin/underlay/pages/EventStats(2f)Languages/revisions
+@dirrm share/moin/underlay/pages/EventStats(2f)Languages/cache
@dirrm share/moin/underlay/pages/EventStats(2f)Languages
@dirrm share/moin/underlay/pages/EventStats(2f)HitCounts/revisions
+@dirrm share/moin/underlay/pages/EventStats(2f)HitCounts/cache
@dirrm share/moin/underlay/pages/EventStats(2f)HitCounts
@dirrm share/moin/underlay/pages/EventStats
@dirrm share/moin/underlay/pages/EditedSystemPages/revisions
+@dirrm share/moin/underlay/pages/EditedSystemPages/cache
@dirrm share/moin/underlay/pages/EditedSystemPages
@dirrm share/moin/underlay/pages/DesktopEdition/revisions
-@dirrm share/moin/underlay/pages/DesktopEdition(2f)HowToConfigure/revisions
-@dirrm share/moin/underlay/pages/DesktopEdition(2f)HowToConfigure
+@dirrm share/moin/underlay/pages/DesktopEdition/cache
@dirrm share/moin/underlay/pages/DesktopEdition
@dirrm share/moin/underlay/pages/CategoryTemplate/revisions
+@dirrm share/moin/underlay/pages/CategoryTemplate/cache
@dirrm share/moin/underlay/pages/CategoryTemplate
@dirrm share/moin/underlay/pages/CategoryHomepage/revisions
+@dirrm share/moin/underlay/pages/CategoryHomepage/cache
@dirrm share/moin/underlay/pages/CategoryHomepage
@dirrm share/moin/underlay/pages/CategoryCategory/revisions
+@dirrm share/moin/underlay/pages/CategoryCategory/cache
@dirrm share/moin/underlay/pages/CategoryCategory
@dirrm share/moin/underlay/pages/CamelCase/revisions
+@dirrm share/moin/underlay/pages/CamelCase/cache
@dirrm share/moin/underlay/pages/CamelCase
@dirrm share/moin/underlay/pages/BadContent/revisions
@dirrm share/moin/underlay/pages/BadContent
@dirrm share/moin/underlay/pages/AutoAdminGroup/revisions
+@dirrm share/moin/underlay/pages/AutoAdminGroup/cache
@dirrm share/moin/underlay/pages/AutoAdminGroup
@dirrm share/moin/underlay/pages/AbandonedPages/revisions
+@dirrm share/moin/underlay/pages/AbandonedPages/cache
@dirrm share/moin/underlay/pages/AbandonedPages
@dirrm share/moin/underlay/pages
@dirrm share/moin/underlay
@@ -2954,11 +3691,13 @@ share/moin/underlay/pages/XsltVersion/revisions/00000001
@dirrm share/moin/htdocs
@dirrm share/moin/data/user
@dirrm share/moin/data/plugin/xmlrpc
+@dirrm share/moin/data/plugin/userprefs
@dirrm share/moin/data/plugin/theme
@dirrm share/moin/data/plugin/parser
@dirrm share/moin/data/plugin/macro
@dirrm share/moin/data/plugin/formatter
@dirrm share/moin/data/plugin/filter
+@dirrm share/moin/data/plugin/events
@dirrm share/moin/data/plugin/converter
@dirrm share/moin/data/plugin/action
@dirrm share/moin/data/plugin
@@ -2970,12 +3709,16 @@ share/moin/underlay/pages/XsltVersion/revisions/00000001
@dirrm share/moin/data
@dirrm share/moin/config/wikifarm
@dirrm share/moin/config/more_samples
+@dirrm share/moin/config/logging
@dirrm share/moin/config
@dirrm share/moin
+@dirrm ${PYSITELIB}/jabberbot
@dirrm ${PYSITELIB}/MoinMoin/xmlrpc
@dirrm ${PYSITELIB}/MoinMoin/wikixml
@dirrm ${PYSITELIB}/MoinMoin/widget
@dirrm ${PYSITELIB}/MoinMoin/util
+@dirrm ${PYSITELIB}/MoinMoin/userprefs
+@dirrm ${PYSITELIB}/MoinMoin/userform
@dirrm ${PYSITELIB}/MoinMoin/theme
@dirrm ${PYSITELIB}/MoinMoin/support/xapwrap
@dirrm ${PYSITELIB}/MoinMoin/support/parsedatetime
@@ -2985,6 +3728,7 @@ share/moin/underlay/pages/XsltVersion/revisions/00000001
@dirrm ${PYSITELIB}/MoinMoin/security
@dirrm ${PYSITELIB}/MoinMoin/search
@dirrm ${PYSITELIB}/MoinMoin/script/xmlrpc
+@dirrm ${PYSITELIB}/MoinMoin/script/server
@dirrm ${PYSITELIB}/MoinMoin/script/old/xmlrpc-tools
@dirrm ${PYSITELIB}/MoinMoin/script/old/migration
@dirrm ${PYSITELIB}/MoinMoin/script/old
@@ -3002,9 +3746,11 @@ share/moin/underlay/pages/XsltVersion/revisions/00000001
@dirrm ${PYSITELIB}/MoinMoin/macro
@dirrm ${PYSITELIB}/MoinMoin/logfile
@dirrm ${PYSITELIB}/MoinMoin/i18n/tools
+@dirrm ${PYSITELIB}/MoinMoin/i18n/jabberbot
@dirrm ${PYSITELIB}/MoinMoin/i18n
@dirrm ${PYSITELIB}/MoinMoin/formatter
@dirrm ${PYSITELIB}/MoinMoin/filter
+@dirrm ${PYSITELIB}/MoinMoin/events
@dirrm ${PYSITELIB}/MoinMoin/converter
@dirrm ${PYSITELIB}/MoinMoin/config
@dirrm ${PYSITELIB}/MoinMoin/auth
diff --git a/www/py-moin/distinfo b/www/py-moin/distinfo
index f760cb0756f..c7df2b28cfe 100644
--- a/www/py-moin/distinfo
+++ b/www/py-moin/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2008/05/07 10:02:44 joerg Exp $
+$NetBSD: distinfo,v 1.4 2008/07/24 08:38:04 joerg Exp $
-SHA1 (moin-1.6.3.tar.gz) = aa1eaded46f0d8394b36a5388a7fdad3b931db19
-RMD160 (moin-1.6.3.tar.gz) = fdd6d1b342114b7c7031d57a41a5a8de10e53e13
-Size (moin-1.6.3.tar.gz) = 5199116 bytes
+SHA1 (moin-1.7.1.tar.gz) = 5a9a83cdbc8546b95e8bb2da65e1da3595328f7c
+RMD160 (moin-1.7.1.tar.gz) = 04e5393e9a2f88e635ec7ed94045062103b645fc
+Size (moin-1.7.1.tar.gz) = 5468224 bytes