aboutsummaryrefslogtreecommitdiff
path: root/www/ajaxplorer
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2013-06-01 13:05:48 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2013-06-01 13:05:48 +0000
commite645ec7bc4efb9e41ac9a10de266746ad9b47244 (patch)
treefe4e49433127d84c126fbc3ea67bccb1531c8ce2 /www/ajaxplorer
parent95bf33a5563d419a9e2110324e7fdeafaf5383d2 (diff)
downloadports-e645ec7bc4efb9e41ac9a10de266746ad9b47244.tar.gz
ports-e645ec7bc4efb9e41ac9a10de266746ad9b47244.zip
AjaXplorer is a software that can turn any web server into a powerfull
file management system and an alternative to mainstream cloud storage providers. WWW: http://ajaxplorer.info/
Notes
Notes: svn path=/head/; revision=319563
Diffstat (limited to 'www/ajaxplorer')
-rw-r--r--www/ajaxplorer/Makefile30
-rw-r--r--www/ajaxplorer/distinfo2
-rw-r--r--www/ajaxplorer/files/pkg-deinstall.in21
-rw-r--r--www/ajaxplorer/files/pkg-message.in10
-rw-r--r--www/ajaxplorer/pkg-descr5
-rw-r--r--www/ajaxplorer/pkg-plist2809
6 files changed, 2877 insertions, 0 deletions
diff --git a/www/ajaxplorer/Makefile b/www/ajaxplorer/Makefile
new file mode 100644
index 000000000000..7957293827f7
--- /dev/null
+++ b/www/ajaxplorer/Makefile
@@ -0,0 +1,30 @@
+# $FreeBSD$
+
+PORTNAME= ajaxplorer
+PORTVERSION= 4.2.3
+CATEGORIES= www
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/stable-channel/${PORTVERSION}
+DISTNAME= ${PORTNAME}-core-${PORTVERSION}
+
+MAINTAINER= madpilot@FreeBSD.org
+COMMENT= Ajax web file management system
+
+LICENSE= AGPLv3
+
+NO_BUILD= yes
+USE_PHP= dom mcrypt gd
+USE_DOS2UNIX= yes
+DOS2UNIX_REGEX= .*\.php
+WANT_PHP_WEB= yes
+SUB_FILES= pkg-deinstall pkg-message
+
+do-install:
+ ${MKDIR} ${WWWDIR}
+ (cd ${WRKSRC} && ${COPYTREE_SHARE} "* .htaccess" ${WWWDIR})
+ ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
+
+post-install:
+ @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' >> ${TMPPLIST}
+ @${CAT} ${PKGMESSAGE}
+
+.include <bsd.port.mk>
diff --git a/www/ajaxplorer/distinfo b/www/ajaxplorer/distinfo
new file mode 100644
index 000000000000..3f8b8cb6afad
--- /dev/null
+++ b/www/ajaxplorer/distinfo
@@ -0,0 +1,2 @@
+SHA256 (ajaxplorer-core-4.2.3.tar.gz) = 58907f55c0dee0c87af1008e4fad726ef1bd096f78536bab8941f5ef0b02ee0c
+SIZE (ajaxplorer-core-4.2.3.tar.gz) = 5311026
diff --git a/www/ajaxplorer/files/pkg-deinstall.in b/www/ajaxplorer/files/pkg-deinstall.in
new file mode 100644
index 000000000000..e3bd0e00c319
--- /dev/null
+++ b/www/ajaxplorer/files/pkg-deinstall.in
@@ -0,0 +1,21 @@
+#!/bin/sh
+# $FreeBSD$
+
+if [ "$2" != "POST-DEINSTALL" ]; then
+ exit 0
+fi
+
+if [ -d %%WWWDIR%% ]; then
+ wf=`find %%WWWDIR%% -not -type d | wc -l`
+
+ if [ $wf -ne 0 ]; then
+ echo "NOTE:"
+ echo "There are still some configuration, state and/or data files left"
+ echo "in %%WWWDIR%%."
+ echo "If you want to completely remove ajaxplorer use"
+ echo "'rm -rf %%WWWDIR%%' to delete them."
+ echo
+ fi
+fi
+
+exit 0
diff --git a/www/ajaxplorer/files/pkg-message.in b/www/ajaxplorer/files/pkg-message.in
new file mode 100644
index 000000000000..e6efce8be34a
--- /dev/null
+++ b/www/ajaxplorer/files/pkg-message.in
@@ -0,0 +1,10 @@
+************************************************************************
+
+Ajaxplorer has been installed in %%WWWDIR%%.
+
+You need to configure your webserver to publish that directory.
+
+Please also read http://ajaxplorer.info/documentation/administration/
+for further details on how to secure and configure your installation.
+
+************************************************************************
diff --git a/www/ajaxplorer/pkg-descr b/www/ajaxplorer/pkg-descr
new file mode 100644
index 000000000000..51c52012d4f8
--- /dev/null
+++ b/www/ajaxplorer/pkg-descr
@@ -0,0 +1,5 @@
+AjaXplorer is a software that can turn any web server into a powerfull
+file management system and an alternative to mainstream cloud storage
+providers.
+
+WWW: http://ajaxplorer.info/
diff --git a/www/ajaxplorer/pkg-plist b/www/ajaxplorer/pkg-plist
new file mode 100644
index 000000000000..87d6afff27d6
--- /dev/null
+++ b/www/ajaxplorer/pkg-plist
@@ -0,0 +1,2809 @@
+%%WWWDIR%%/.htaccess
+%%WWWDIR%%/base.conf.php
+%%WWWDIR%%/cmd.php
+%%WWWDIR%%/conf/.htaccess
+%%WWWDIR%%/conf/RELEASE_NOTE
+%%WWWDIR%%/conf/VERSION
+%%WWWDIR%%/conf/bootstrap_conf.php
+%%WWWDIR%%/conf/bootstrap_context.php
+%%WWWDIR%%/conf/bootstrap_plugins.php
+%%WWWDIR%%/conf/bootstrap_repositories.php
+%%WWWDIR%%/conf/extensions.conf.php
+%%WWWDIR%%/conf/index.html
+%%WWWDIR%%/conf/templates/bootstrap_plugins.bridges.php
+%%WWWDIR%%/conf/templates/bootstrap_plugins.multi.php
+%%WWWDIR%%/conf/templates/bootstrap_plugins.sql.php
+%%WWWDIR%%/conf/templates/bootstrap_plugins.webftp.php
+%%WWWDIR%%/content.php
+%%WWWDIR%%/core/classes/class.AJXP_Cache.php
+%%WWWDIR%%/core/classes/class.AJXP_Controller.php
+%%WWWDIR%%/core/classes/class.AJXP_Exception.php
+%%WWWDIR%%/core/classes/class.AJXP_JSPacker.php
+%%WWWDIR%%/core/classes/class.AJXP_Logger.php
+%%WWWDIR%%/core/classes/class.AJXP_Node.php
+%%WWWDIR%%/core/classes/class.AJXP_Plugin.php
+%%WWWDIR%%/core/classes/class.AJXP_PluginsService.php
+%%WWWDIR%%/core/classes/class.AJXP_Safe.php
+%%WWWDIR%%/core/classes/class.AJXP_ShutdownScheduler.php
+%%WWWDIR%%/core/classes/class.AJXP_Utils.php
+%%WWWDIR%%/core/classes/class.AJXP_VarsFilter.php
+%%WWWDIR%%/core/classes/class.AJXP_WebdavAuth.php
+%%WWWDIR%%/core/classes/class.AJXP_WebdavBackend.php
+%%WWWDIR%%/core/classes/class.AJXP_XMLWriter.php
+%%WWWDIR%%/core/classes/class.AbstractTest.php
+%%WWWDIR%%/core/classes/class.AjxpRole.php
+%%WWWDIR%%/core/classes/class.AuthService.php
+%%WWWDIR%%/core/classes/class.CaptchaProvider.php
+%%WWWDIR%%/core/classes/class.ConfService.php
+%%WWWDIR%%/core/classes/class.HTMLWriter.php
+%%WWWDIR%%/core/classes/class.HttpClient.php
+%%WWWDIR%%/core/classes/class.RecycleBinManager.php
+%%WWWDIR%%/core/classes/class.Repository.php
+%%WWWDIR%%/core/classes/class.SystemTextEncoding.php
+%%WWWDIR%%/core/classes/class.UnixProcess.php
+%%WWWDIR%%/core/classes/class.UserSelection.php
+%%WWWDIR%%/core/classes/compat.php
+%%WWWDIR%%/core/classes/dibi.compact.php
+%%WWWDIR%%/core/classes/ezc/Base/base.php
+%%WWWDIR%%/core/classes/ezc/Base/base_autoload.php
+%%WWWDIR%%/core/classes/ezc/Base/exceptions/autoload.php
+%%WWWDIR%%/core/classes/ezc/Base/exceptions/double_class_repository_prefix.php
+%%WWWDIR%%/core/classes/ezc/Base/exceptions/exception.php
+%%WWWDIR%%/core/classes/ezc/Base/exceptions/extension_not_found.php
+%%WWWDIR%%/core/classes/ezc/Base/exceptions/file_exception.php
+%%WWWDIR%%/core/classes/ezc/Base/exceptions/file_io.php
+%%WWWDIR%%/core/classes/ezc/Base/exceptions/file_not_found.php
+%%WWWDIR%%/core/classes/ezc/Base/exceptions/file_permission.php
+%%WWWDIR%%/core/classes/ezc/Base/exceptions/functionality_not_supported.php
+%%WWWDIR%%/core/classes/ezc/Base/exceptions/init_callback_configured.php
+%%WWWDIR%%/core/classes/ezc/Base/exceptions/invalid_callback_class.php
+%%WWWDIR%%/core/classes/ezc/Base/exceptions/invalid_parent_class.php
+%%WWWDIR%%/core/classes/ezc/Base/exceptions/property_not_found.php
+%%WWWDIR%%/core/classes/ezc/Base/exceptions/property_permission.php
+%%WWWDIR%%/core/classes/ezc/Base/exceptions/setting_not_found.php
+%%WWWDIR%%/core/classes/ezc/Base/exceptions/setting_value.php
+%%WWWDIR%%/core/classes/ezc/Base/exceptions/value.php
+%%WWWDIR%%/core/classes/ezc/Base/exceptions/whatever.php
+%%WWWDIR%%/core/classes/ezc/Base/ezc_bootstrap.php
+%%WWWDIR%%/core/classes/ezc/Base/features.php
+%%WWWDIR%%/core/classes/ezc/Base/file.php
+%%WWWDIR%%/core/classes/ezc/Base/init.php
+%%WWWDIR%%/core/classes/ezc/Base/interfaces/configuration_initializer.php
+%%WWWDIR%%/core/classes/ezc/Base/interfaces/exportable.php
+%%WWWDIR%%/core/classes/ezc/Base/interfaces/persistable.php
+%%WWWDIR%%/core/classes/ezc/Base/metadata.php
+%%WWWDIR%%/core/classes/ezc/Base/metadata/pear.php
+%%WWWDIR%%/core/classes/ezc/Base/metadata/tarball.php
+%%WWWDIR%%/core/classes/ezc/Base/options.php
+%%WWWDIR%%/core/classes/ezc/Base/options/autoload.php
+%%WWWDIR%%/core/classes/ezc/Base/struct.php
+%%WWWDIR%%/core/classes/ezc/Base/structs/file_find_context.php
+%%WWWDIR%%/core/classes/ezc/Base/structs/repository_directory.php
+%%WWWDIR%%/core/classes/ezc/EZC_LICENCE
+%%WWWDIR%%/core/classes/ezc/Webdav/auth/digest_base.php
+%%WWWDIR%%/core/classes/ezc/Webdav/backends/file.php
+%%WWWDIR%%/core/classes/ezc/Webdav/backends/memory.php
+%%WWWDIR%%/core/classes/ezc/Webdav/backends/simple.php
+%%WWWDIR%%/core/classes/ezc/Webdav/exceptions/bad_request.php
+%%WWWDIR%%/core/classes/ezc/Webdav/exceptions/broken_base_uri.php
+%%WWWDIR%%/core/classes/ezc/Webdav/exceptions/broken_request_uri.php
+%%WWWDIR%%/core/classes/ezc/Webdav/exceptions/broken_storage_exception.php
+%%WWWDIR%%/core/classes/ezc/Webdav/exceptions/exception.php
+%%WWWDIR%%/core/classes/ezc/Webdav/exceptions/headers_not_validated.php
+%%WWWDIR%%/core/classes/ezc/Webdav/exceptions/inconsistency.php
+%%WWWDIR%%/core/classes/ezc/Webdav/exceptions/invalid_callback.php
+%%WWWDIR%%/core/classes/ezc/Webdav/exceptions/invalid_header.php
+%%WWWDIR%%/core/classes/ezc/Webdav/exceptions/invalid_hook.php
+%%WWWDIR%%/core/classes/ezc/Webdav/exceptions/invalid_request_body.php
+%%WWWDIR%%/core/classes/ezc/Webdav/exceptions/invalid_request_method.php
+%%WWWDIR%%/core/classes/ezc/Webdav/exceptions/invalid_xml.php
+%%WWWDIR%%/core/classes/ezc/Webdav/exceptions/missing_header.php
+%%WWWDIR%%/core/classes/ezc/Webdav/exceptions/missing_transport_configuration.php
+%%WWWDIR%%/core/classes/ezc/Webdav/exceptions/misssing_server_variable.php
+%%WWWDIR%%/core/classes/ezc/Webdav/exceptions/no_transport_handler.php
+%%WWWDIR%%/core/classes/ezc/Webdav/exceptions/plugin_precondition_failed.php
+%%WWWDIR%%/core/classes/ezc/Webdav/exceptions/request_not_supported.php
+%%WWWDIR%%/core/classes/ezc/Webdav/exceptions/unknown_header.php
+%%WWWDIR%%/core/classes/ezc/Webdav/interfaces/anonymous_authenticator.php
+%%WWWDIR%%/core/classes/ezc/Webdav/interfaces/authorizer.php
+%%WWWDIR%%/core/classes/ezc/Webdav/interfaces/backend.php
+%%WWWDIR%%/core/classes/ezc/Webdav/interfaces/backend/change.php
+%%WWWDIR%%/core/classes/ezc/Webdav/interfaces/backend/make_collection.php
+%%WWWDIR%%/core/classes/ezc/Webdav/interfaces/backend/put.php
+%%WWWDIR%%/core/classes/ezc/Webdav/interfaces/basic_authenticator.php
+%%WWWDIR%%/core/classes/ezc/Webdav/interfaces/digest_authenticator.php
+%%WWWDIR%%/core/classes/ezc/Webdav/interfaces/infrastructure_base.php
+%%WWWDIR%%/core/classes/ezc/Webdav/interfaces/path_factory.php
+%%WWWDIR%%/core/classes/ezc/Webdav/interfaces/property.php
+%%WWWDIR%%/core/classes/ezc/Webdav/interfaces/property_live.php
+%%WWWDIR%%/core/classes/ezc/Webdav/interfaces/property_storage.php
+%%WWWDIR%%/core/classes/ezc/Webdav/interfaces/request.php
+%%WWWDIR%%/core/classes/ezc/Webdav/interfaces/response.php
+%%WWWDIR%%/core/classes/ezc/Webdav/namespace_registry.php
+%%WWWDIR%%/core/classes/ezc/Webdav/options/backend_file_options.php
+%%WWWDIR%%/core/classes/ezc/Webdav/options/backend_memory_options.php
+%%WWWDIR%%/core/classes/ezc/Webdav/options/server.php
+%%WWWDIR%%/core/classes/ezc/Webdav/path_factories/automatic.php
+%%WWWDIR%%/core/classes/ezc/Webdav/path_factories/basic.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugin_configuration.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugin_parameters.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugin_registry.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/administration/purger.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/administrator.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/check_observers/lock.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/check_observers/lock_refresh.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/check_observers/multiple.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/check_observers/path_collector.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/check_observers/property_collector.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/config.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/exceptions/access_denied.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/exceptions/administration.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/handlers/copy.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/handlers/delete.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/handlers/lock.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/handlers/mkcol.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/handlers/move.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/handlers/options.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/handlers/propfind.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/handlers/proppatch.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/handlers/put.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/handlers/unlock.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/header/if_header_condition.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/header/if_header_list_item.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/header/if_header_no_tag_list.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/header/if_header_tagged_list.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/header_handler.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/interfaces/check_observer.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/interfaces/handler.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/interfaces/if_header_list.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/interfaces/lock_authorizer.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/interfaces/lock_backend.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/main.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/options.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/properties/lockdiscovery.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/properties/lockdiscovery_activelock.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/properties/supportedlock.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/properties/supportedlock_lockentry.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/property_handler.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/requests/content/lock_info.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/requests/lock.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/requests/unlock.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/responses/lock.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/responses/unlock.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/structs/lock_check_info.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/tools.php
+%%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/transport.php
+%%WWWDIR%%/core/classes/ezc/Webdav/properties/creationdate.php
+%%WWWDIR%%/core/classes/ezc/Webdav/properties/dead.php
+%%WWWDIR%%/core/classes/ezc/Webdav/properties/displayname.php
+%%WWWDIR%%/core/classes/ezc/Webdav/properties/getcontentlanguage.php
+%%WWWDIR%%/core/classes/ezc/Webdav/properties/getcontentlength.php
+%%WWWDIR%%/core/classes/ezc/Webdav/properties/getcontenttype.php
+%%WWWDIR%%/core/classes/ezc/Webdav/properties/getetag.php
+%%WWWDIR%%/core/classes/ezc/Webdav/properties/getlastmodified.php
+%%WWWDIR%%/core/classes/ezc/Webdav/properties/resourcetype.php
+%%WWWDIR%%/core/classes/ezc/Webdav/properties/source.php
+%%WWWDIR%%/core/classes/ezc/Webdav/properties/source_link.php
+%%WWWDIR%%/core/classes/ezc/Webdav/property_storages/basic.php
+%%WWWDIR%%/core/classes/ezc/Webdav/property_storages/flagged.php
+%%WWWDIR%%/core/classes/ezc/Webdav/requests/content/property_behaviour.php
+%%WWWDIR%%/core/classes/ezc/Webdav/requests/copy.php
+%%WWWDIR%%/core/classes/ezc/Webdav/requests/delete.php
+%%WWWDIR%%/core/classes/ezc/Webdav/requests/get.php
+%%WWWDIR%%/core/classes/ezc/Webdav/requests/head.php
+%%WWWDIR%%/core/classes/ezc/Webdav/requests/mkcol.php
+%%WWWDIR%%/core/classes/ezc/Webdav/requests/move.php
+%%WWWDIR%%/core/classes/ezc/Webdav/requests/options.php
+%%WWWDIR%%/core/classes/ezc/Webdav/requests/propfind.php
+%%WWWDIR%%/core/classes/ezc/Webdav/requests/proppatch.php
+%%WWWDIR%%/core/classes/ezc/Webdav/requests/put.php
+%%WWWDIR%%/core/classes/ezc/Webdav/responses/copy.php
+%%WWWDIR%%/core/classes/ezc/Webdav/responses/delete.php
+%%WWWDIR%%/core/classes/ezc/Webdav/responses/error.php
+%%WWWDIR%%/core/classes/ezc/Webdav/responses/get_collection.php
+%%WWWDIR%%/core/classes/ezc/Webdav/responses/get_resource.php
+%%WWWDIR%%/core/classes/ezc/Webdav/responses/head.php
+%%WWWDIR%%/core/classes/ezc/Webdav/responses/mkcol.php
+%%WWWDIR%%/core/classes/ezc/Webdav/responses/move.php
+%%WWWDIR%%/core/classes/ezc/Webdav/responses/multistatus.php
+%%WWWDIR%%/core/classes/ezc/Webdav/responses/options.php
+%%WWWDIR%%/core/classes/ezc/Webdav/responses/propfind.php
+%%WWWDIR%%/core/classes/ezc/Webdav/responses/proppatch.php
+%%WWWDIR%%/core/classes/ezc/Webdav/responses/propstat.php
+%%WWWDIR%%/core/classes/ezc/Webdav/responses/put.php
+%%WWWDIR%%/core/classes/ezc/Webdav/server.php
+%%WWWDIR%%/core/classes/ezc/Webdav/server_configuration.php
+%%WWWDIR%%/core/classes/ezc/Webdav/server_configuration_manager.php
+%%WWWDIR%%/core/classes/ezc/Webdav/structs/anonymous_auth.php
+%%WWWDIR%%/core/classes/ezc/Webdav/structs/auth.php
+%%WWWDIR%%/core/classes/ezc/Webdav/structs/basic_auth.php
+%%WWWDIR%%/core/classes/ezc/Webdav/structs/collection.php
+%%WWWDIR%%/core/classes/ezc/Webdav/structs/digest_auth.php
+%%WWWDIR%%/core/classes/ezc/Webdav/structs/display_information.php
+%%WWWDIR%%/core/classes/ezc/Webdav/structs/display_information_empty.php
+%%WWWDIR%%/core/classes/ezc/Webdav/structs/display_information_string.php
+%%WWWDIR%%/core/classes/ezc/Webdav/structs/display_information_xml.php
+%%WWWDIR%%/core/classes/ezc/Webdav/structs/output_result.php
+%%WWWDIR%%/core/classes/ezc/Webdav/structs/potential_uri_content.php
+%%WWWDIR%%/core/classes/ezc/Webdav/structs/resource.php
+%%WWWDIR%%/core/classes/ezc/Webdav/tools/date_time.php
+%%WWWDIR%%/core/classes/ezc/Webdav/tools/xml.php
+%%WWWDIR%%/core/classes/ezc/Webdav/transport.php
+%%WWWDIR%%/core/classes/ezc/Webdav/transports/header_handler.php
+%%WWWDIR%%/core/classes/ezc/Webdav/transports/konqueror.php
+%%WWWDIR%%/core/classes/ezc/Webdav/transports/microsoft.php
+%%WWWDIR%%/core/classes/ezc/Webdav/transports/nautilus.php
+%%WWWDIR%%/core/classes/ezc/Webdav/transports/property_handler.php
+%%WWWDIR%%/core/classes/ezc/Webdav/transports/property_handlers/nautilus.php
+%%WWWDIR%%/core/classes/ezc/Webdav/webdav_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/archive_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/authentication_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/authentication_database_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/authentication_openid_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/base_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/cache_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/configuration_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/console_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/db_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/db_schema_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/debug_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/document_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/execution_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/feed_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/file_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/graph_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/graph_database_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/image_analyzer_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/image_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/input_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/log_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/log_database_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/mail_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/mvc_authentication_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/mvc_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/mvc_feed_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/mvc_mail_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/mvc_template_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/persistent_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/persistent_object_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/php_generator_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/query_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/search_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/signal_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/system_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/template_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/template_translation_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/translation_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/translation_cache_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/tree_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/tree_db_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/tree_persistent_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/url_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/webdav_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/workflow_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/workflow_database_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/workflow_event_autoload.php
+%%WWWDIR%%/core/classes/ezc/autoload/workflow_signal_autoload.php
+%%WWWDIR%%/core/classes/http_class/LICENSE.txt
+%%WWWDIR%%/core/classes/http_class/http_class.php
+%%WWWDIR%%/core/classes/index.html
+%%WWWDIR%%/core/classes/interface.AjxpWebdavProvider.php
+%%WWWDIR%%/core/classes/interface.AjxpWrapper.php
+%%WWWDIR%%/core/classes/packer/class.JavaScriptPacker.php
+%%WWWDIR%%/core/classes/packer/index.html
+%%WWWDIR%%/core/classes/pclzip.lib.php
+%%WWWDIR%%/core/classes/securimage/AHGBold.ttf
+%%WWWDIR%%/core/classes/securimage/LICENSE.txt
+%%WWWDIR%%/core/classes/securimage/README.FONT.txt
+%%WWWDIR%%/core/classes/securimage/README.txt
+%%WWWDIR%%/core/classes/securimage/gdfonts/automatic.gdf
+%%WWWDIR%%/core/classes/securimage/images/refresh.gif
+%%WWWDIR%%/core/classes/securimage/securimage.php
+%%WWWDIR%%/core/classes/securimage/words/words.txt
+%%WWWDIR%%/core/doc/API.odt
+%%WWWDIR%%/core/doc/API_3.0.odt
+%%WWWDIR%%/core/doc/Ajaxplorer-DriverAPI-v2.3.pdf
+%%WWWDIR%%/core/doc/Ajaxplorer-DriverAPI-v3.pdf
+%%WWWDIR%%/core/doc/CREDITS.txt
+%%WWWDIR%%/core/doc/INSTALL.txt
+%%WWWDIR%%/core/doc/LICENSE.txt
+%%WWWDIR%%/core/doc/LICENSE_until3.2.4.txt
+%%WWWDIR%%/core/doc/TROUBLESHOOTING.txt
+%%WWWDIR%%/core/doc/ajaxplorer-manual-2.37-dist.html
+%%WWWDIR%%/core/tests/index.html
+%%WWWDIR%%/core/tests/startup.phtml
+%%WWWDIR%%/core/tests/test.AJXPVersion.php
+%%WWWDIR%%/core/tests/test.Client.php
+%%WWWDIR%%/core/tests/test.PHPCLI.php
+%%WWWDIR%%/core/tests/test.PHPDomXML.php
+%%WWWDIR%%/core/tests/test.PHPErrorLevel.php
+%%WWWDIR%%/core/tests/test.PHPGDVersion.php
+%%WWWDIR%%/core/tests/test.PHPLimits.php
+%%WWWDIR%%/core/tests/test.PHPMCrypt.php
+%%WWWDIR%%/core/tests/test.PHPOS.php
+%%WWWDIR%%/core/tests/test.PHPSession.php
+%%WWWDIR%%/core/tests/test.PHPVersion.php
+%%WWWDIR%%/core/tests/test.SSLEncryption.php
+%%WWWDIR%%/core/tests/test.ServerEncoding.php
+%%WWWDIR%%/core/tests/test.Upload.php
+%%WWWDIR%%/core/tests/test.UsersConfig.php
+%%WWWDIR%%/core/tests/test.Writeability.php
+%%WWWDIR%%/core/tests/test.Zlib.php
+%%WWWDIR%%/data/cache/.htaccess
+%%WWWDIR%%/data/files/.htaccess
+%%WWWDIR%%/data/files/AjaXplorer-QuickStart.txt
+%%WWWDIR%%/data/logs/.htaccess
+%%WWWDIR%%/data/logs/index.html
+%%WWWDIR%%/data/personal/.htaccess
+%%WWWDIR%%/data/plugins/.htaccess
+%%WWWDIR%%/data/plugins/auth.serial/.htaccess
+%%WWWDIR%%/data/plugins/conf.serial/.htaccess
+%%WWWDIR%%/data/public/index.html
+%%WWWDIR%%/data/tmp/.htaccess
+%%WWWDIR%%/dav.php
+%%WWWDIR%%/index.php
+%%WWWDIR%%/plugins/access.ajxp_conf/admin.png
+%%WWWDIR%%/plugins/access.ajxp_conf/ajxp_confActions.xml
+%%WWWDIR%%/plugins/access.ajxp_conf/class.ConfigEditor.js
+%%WWWDIR%%/plugins/access.ajxp_conf/class.ajxp_confAccessDriver.php
+%%WWWDIR%%/plugins/access.ajxp_conf/i18n/de.php
+%%WWWDIR%%/plugins/access.ajxp_conf/i18n/en.php
+%%WWWDIR%%/plugins/access.ajxp_conf/i18n/es.php
+%%WWWDIR%%/plugins/access.ajxp_conf/i18n/fi.php
+%%WWWDIR%%/plugins/access.ajxp_conf/i18n/fr.php
+%%WWWDIR%%/plugins/access.ajxp_conf/i18n/hu.php
+%%WWWDIR%%/plugins/access.ajxp_conf/i18n/si.php
+%%WWWDIR%%/plugins/access.ajxp_conf/manifest.xml
+%%WWWDIR%%/plugins/access.ajxp_conf/plugin_doc.html
+%%WWWDIR%%/plugins/access.ajxp_shared/class.ajxpSharedAccessDriver.php
+%%WWWDIR%%/plugins/access.ajxp_shared/i18n/de.php
+%%WWWDIR%%/plugins/access.ajxp_shared/i18n/en.php
+%%WWWDIR%%/plugins/access.ajxp_shared/i18n/es.php
+%%WWWDIR%%/plugins/access.ajxp_shared/i18n/fr.php
+%%WWWDIR%%/plugins/access.ajxp_shared/i18n/hu.php
+%%WWWDIR%%/plugins/access.ajxp_shared/i18n/si.php
+%%WWWDIR%%/plugins/access.ajxp_shared/manifest.xml
+%%WWWDIR%%/plugins/access.ajxp_shared/plugin_doc.html
+%%WWWDIR%%/plugins/access.ajxp_shared/share.png
+%%WWWDIR%%/plugins/access.dropbox/class.dropboxAccessDriver.php
+%%WWWDIR%%/plugins/access.dropbox/class.dropboxWrapper.php
+%%WWWDIR%%/plugins/access.dropbox/dropbox-php/API.php
+%%WWWDIR%%/plugins/access.dropbox/dropbox-php/Exception.php
+%%WWWDIR%%/plugins/access.dropbox/dropbox-php/Exception/Forbidden.php
+%%WWWDIR%%/plugins/access.dropbox/dropbox-php/Exception/NotFound.php
+%%WWWDIR%%/plugins/access.dropbox/dropbox-php/Exception/OverQuota.php
+%%WWWDIR%%/plugins/access.dropbox/dropbox-php/Exception/RequestToken.php
+%%WWWDIR%%/plugins/access.dropbox/dropbox-php/LICENSE
+%%WWWDIR%%/plugins/access.dropbox/dropbox-php/OAuth.php
+%%WWWDIR%%/plugins/access.dropbox/dropbox-php/OAuth/PEAR.php
+%%WWWDIR%%/plugins/access.dropbox/dropbox-php/OAuth/PHP.php
+%%WWWDIR%%/plugins/access.dropbox/dropbox-php/OAuth/Wordpress.php
+%%WWWDIR%%/plugins/access.dropbox/dropbox-php/OAuth/Zend.php
+%%WWWDIR%%/plugins/access.dropbox/dropbox-php/autoload.php
+%%WWWDIR%%/plugins/access.dropbox/dropboxLogo.png
+%%WWWDIR%%/plugins/access.dropbox/i18n/conf/en.php
+%%WWWDIR%%/plugins/access.dropbox/i18n/conf/fr.php
+%%WWWDIR%%/plugins/access.dropbox/manifest.xml
+%%WWWDIR%%/plugins/access.dropbox/plugin_doc.html
+%%WWWDIR%%/plugins/access.fs/class.fsAccessDriver.php
+%%WWWDIR%%/plugins/access.fs/class.fsAccessWrapper.php
+%%WWWDIR%%/plugins/access.fs/fsActions.xml
+%%WWWDIR%%/plugins/access.fs/i18n/conf/en.php
+%%WWWDIR%%/plugins/access.fs/i18n/conf/fr.php
+%%WWWDIR%%/plugins/access.fs/icon.png
+%%WWWDIR%%/plugins/access.fs/manifest.xml
+%%WWWDIR%%/plugins/access.fs/plugin_doc.html
+%%WWWDIR%%/plugins/access.fs/test.fsAccess.php
+%%WWWDIR%%/plugins/access.ftp/class.ftpAccessDriver.php
+%%WWWDIR%%/plugins/access.ftp/class.ftpAccessWrapper.php
+%%WWWDIR%%/plugins/access.ftp/i18n/conf/en.php
+%%WWWDIR%%/plugins/access.ftp/i18n/conf/fr.php
+%%WWWDIR%%/plugins/access.ftp/icon.png
+%%WWWDIR%%/plugins/access.ftp/manifest.xml
+%%WWWDIR%%/plugins/access.ftp/plugin_doc.html
+%%WWWDIR%%/plugins/access.ftp/test.ftpAccess.php
+%%WWWDIR%%/plugins/access.imap/class.imapAccessDriver.php
+%%WWWDIR%%/plugins/access.imap/class.imapAccessWrapper.php
+%%WWWDIR%%/plugins/access.imap/manifest.xml
+%%WWWDIR%%/plugins/access.imap/plugin_doc.html
+%%WWWDIR%%/plugins/access.imap/resources/i18n/conf/en.php
+%%WWWDIR%%/plugins/access.imap/resources/i18n/conf/fr.php
+%%WWWDIR%%/plugins/access.imap/resources/images/16/mail_folder_inbox.png
+%%WWWDIR%%/plugins/access.imap/resources/images/16/mail_folder_outbox.png
+%%WWWDIR%%/plugins/access.imap/resources/images/16/mail_folder_sent.png
+%%WWWDIR%%/plugins/access.imap/resources/images/16/mail_message.png
+%%WWWDIR%%/plugins/access.imap/resources/images/22/mail_folder_inbox.png
+%%WWWDIR%%/plugins/access.imap/resources/images/22/mail_folder_outbox.png
+%%WWWDIR%%/plugins/access.imap/resources/images/22/mail_folder_sent.png
+%%WWWDIR%%/plugins/access.imap/resources/images/22/mail_message.png
+%%WWWDIR%%/plugins/access.imap/resources/images/32/mail_folder_inbox.png
+%%WWWDIR%%/plugins/access.imap/resources/images/32/mail_folder_outbox.png
+%%WWWDIR%%/plugins/access.imap/resources/images/32/mail_folder_sent.png
+%%WWWDIR%%/plugins/access.imap/resources/images/32/mail_message.png
+%%WWWDIR%%/plugins/access.imap/resources/images/64/mail_folder_inbox.png
+%%WWWDIR%%/plugins/access.imap/resources/images/64/mail_folder_outbox.png
+%%WWWDIR%%/plugins/access.imap/resources/images/64/mail_folder_sent.png
+%%WWWDIR%%/plugins/access.imap/resources/images/64/mail_message.png
+%%WWWDIR%%/plugins/access.mysql/class.mysqlAccessDriver.php
+%%WWWDIR%%/plugins/access.mysql/manifest.xml
+%%WWWDIR%%/plugins/access.mysql/mysqlActions.xml
+%%WWWDIR%%/plugins/access.mysql/plugin_doc.html
+%%WWWDIR%%/plugins/access.mysql/resources/css/sqlEditor.css
+%%WWWDIR%%/plugins/access.mysql/resources/i18n/conf/en.php
+%%WWWDIR%%/plugins/access.mysql/resources/i18n/conf/fr.php
+%%WWWDIR%%/plugins/access.mysql/resources/i18n/de.php
+%%WWWDIR%%/plugins/access.mysql/resources/i18n/en.php
+%%WWWDIR%%/plugins/access.mysql/resources/i18n/es.php
+%%WWWDIR%%/plugins/access.mysql/resources/i18n/fi.php
+%%WWWDIR%%/plugins/access.mysql/resources/i18n/fr.php
+%%WWWDIR%%/plugins/access.mysql/resources/i18n/si.php
+%%WWWDIR%%/plugins/access.mysql/resources/images/actions/16/table_delete.png
+%%WWWDIR%%/plugins/access.mysql/resources/images/actions/16/table_edit.png
+%%WWWDIR%%/plugins/access.mysql/resources/images/actions/16/table_empty.png
+%%WWWDIR%%/plugins/access.mysql/resources/images/actions/16/table_new.png
+%%WWWDIR%%/plugins/access.mysql/resources/images/actions/16/table_record.png
+%%WWWDIR%%/plugins/access.mysql/resources/images/actions/16/table_record_delete.png
+%%WWWDIR%%/plugins/access.mysql/resources/images/actions/16/table_record_edit.png
+%%WWWDIR%%/plugins/access.mysql/resources/images/actions/16/table_record_new.png
+%%WWWDIR%%/plugins/access.mysql/resources/images/actions/22/table_delete.png
+%%WWWDIR%%/plugins/access.mysql/resources/images/actions/22/table_edit.png
+%%WWWDIR%%/plugins/access.mysql/resources/images/actions/22/table_empty.png
+%%WWWDIR%%/plugins/access.mysql/resources/images/actions/22/table_new.png
+%%WWWDIR%%/plugins/access.mysql/resources/images/actions/22/table_record.png
+%%WWWDIR%%/plugins/access.mysql/resources/images/actions/22/table_record_delete.png
+%%WWWDIR%%/plugins/access.mysql/resources/images/actions/22/table_record_edit.png
+%%WWWDIR%%/plugins/access.mysql/resources/images/actions/22/table_record_new.png
+%%WWWDIR%%/plugins/access.mysql/resources/images/mimes/16/table_empty.png
+%%WWWDIR%%/plugins/access.mysql/resources/images/mimes/16/table_empty_tree.png
+%%WWWDIR%%/plugins/access.mysql/resources/images/mimes/16/table_record.png
+%%WWWDIR%%/plugins/access.mysql/resources/images/mysql_icon.png
+%%WWWDIR%%/plugins/access.mysql/resources/js/class.SQLEditor.js
+%%WWWDIR%%/plugins/access.mysql/resources/js/class.SQLSearchEngine.js
+%%WWWDIR%%/plugins/access.remote_fs/additionalActions.xml
+%%WWWDIR%%/plugins/access.remote_fs/class.remote_fsAccessDriver.php
+%%WWWDIR%%/plugins/access.remote_fs/class.remote_fsAccessWrapper.php
+%%WWWDIR%%/plugins/access.remote_fs/i18n/conf/en.php
+%%WWWDIR%%/plugins/access.remote_fs/i18n/conf/fr.php
+%%WWWDIR%%/plugins/access.remote_fs/manifest.xml
+%%WWWDIR%%/plugins/access.remote_fs/plugin_doc.html
+%%WWWDIR%%/plugins/access.remote_fs/remote_fs_icon.png
+%%WWWDIR%%/plugins/access.s3/aS3StreamWrapper/README
+%%WWWDIR%%/plugins/access.s3/aS3StreamWrapper/lib/wrapper/aS3StreamWrapper.class.php
+%%WWWDIR%%/plugins/access.s3/aS3StreamWrapper/lib/wrapper/aS3StreamWrapperMimeTypes.class.php
+%%WWWDIR%%/plugins/access.s3/aS3StreamWrapper/lib/wrapper/aS3StreamWrapperTest.php
+%%WWWDIR%%/plugins/access.s3/aS3StreamWrapper/lib/wrapper/aS3UpdateMimeTypesList.php
+%%WWWDIR%%/plugins/access.s3/aS3StreamWrapper/lib/wrapper/mime.types
+%%WWWDIR%%/plugins/access.s3/class.s3AccessDriver.php
+%%WWWDIR%%/plugins/access.s3/class.s3AccessWrapper.php
+%%WWWDIR%%/plugins/access.s3/i18n/conf/en.php
+%%WWWDIR%%/plugins/access.s3/i18n/conf/fr.php
+%%WWWDIR%%/plugins/access.s3/manifest.xml
+%%WWWDIR%%/plugins/access.s3/plugin_doc.html
+%%WWWDIR%%/plugins/access.sftp/class.sftpAccessDriver.php
+%%WWWDIR%%/plugins/access.sftp/class.sftpAccessWrapper.php
+%%WWWDIR%%/plugins/access.sftp/i18n/conf/en.php
+%%WWWDIR%%/plugins/access.sftp/i18n/conf/fr.php
+%%WWWDIR%%/plugins/access.sftp/icon.png
+%%WWWDIR%%/plugins/access.sftp/manifest.xml
+%%WWWDIR%%/plugins/access.sftp/plugin_doc.html
+%%WWWDIR%%/plugins/access.smb/class.smbAccessDriver.php
+%%WWWDIR%%/plugins/access.smb/class.smbAccessWrapper.php
+%%WWWDIR%%/plugins/access.smb/i18n/conf/en.php
+%%WWWDIR%%/plugins/access.smb/i18n/conf/fr.php
+%%WWWDIR%%/plugins/access.smb/manifest.xml
+%%WWWDIR%%/plugins/access.smb/plugin_doc.html
+%%WWWDIR%%/plugins/access.smb/smb.php
+%%WWWDIR%%/plugins/access.webdav/PEAR_HTTP_WebDAV_Client_Patch.diff
+%%WWWDIR%%/plugins/access.webdav/class.webdavAccessDriver.php
+%%WWWDIR%%/plugins/access.webdav/class.webdavAccessWrapper.php
+%%WWWDIR%%/plugins/access.webdav/i18n/conf/en.php
+%%WWWDIR%%/plugins/access.webdav/i18n/conf/fr.php
+%%WWWDIR%%/plugins/access.webdav/manifest.xml
+%%WWWDIR%%/plugins/access.webdav/plugin_doc.html
+%%WWWDIR%%/plugins/action.powerfs/class.PowerFSController.php
+%%WWWDIR%%/plugins/action.powerfs/i18n/conf/en.php
+%%WWWDIR%%/plugins/action.powerfs/i18n/conf/fr.php
+%%WWWDIR%%/plugins/action.powerfs/i18n/en.php
+%%WWWDIR%%/plugins/action.powerfs/i18n/fr.php
+%%WWWDIR%%/plugins/action.powerfs/manifest.xml
+%%WWWDIR%%/plugins/action.powerfs/plugin_doc.html
+%%WWWDIR%%/plugins/action.scheduler/class.AjxpScheduler.php
+%%WWWDIR%%/plugins/action.scheduler/i18n/en.php
+%%WWWDIR%%/plugins/action.scheduler/i18n/fr.php
+%%WWWDIR%%/plugins/action.scheduler/icons/16/application_x_executable_script.png
+%%WWWDIR%%/plugins/action.scheduler/icons/16/media_playback_start.png
+%%WWWDIR%%/plugins/action.scheduler/icons/16/player_time.png
+%%WWWDIR%%/plugins/action.scheduler/icons/16/shellscript.png
+%%WWWDIR%%/plugins/action.scheduler/icons/16/task.png
+%%WWWDIR%%/plugins/action.scheduler/icons/16/task_add.png
+%%WWWDIR%%/plugins/action.scheduler/icons/16/task_delete.png
+%%WWWDIR%%/plugins/action.scheduler/icons/16/task_run.png
+%%WWWDIR%%/plugins/action.scheduler/icons/22/application_x_executable_script.png
+%%WWWDIR%%/plugins/action.scheduler/icons/22/media_playback_start.png
+%%WWWDIR%%/plugins/action.scheduler/icons/22/player_time.png
+%%WWWDIR%%/plugins/action.scheduler/icons/22/shellscript.png
+%%WWWDIR%%/plugins/action.scheduler/icons/22/task.png
+%%WWWDIR%%/plugins/action.scheduler/icons/22/task_add.png
+%%WWWDIR%%/plugins/action.scheduler/icons/22/task_delete.png
+%%WWWDIR%%/plugins/action.scheduler/icons/22/task_run.png
+%%WWWDIR%%/plugins/action.scheduler/icons/64/application_x_executable_script.png
+%%WWWDIR%%/plugins/action.scheduler/icons/64/media_playback_start.png
+%%WWWDIR%%/plugins/action.scheduler/icons/64/player_time.png
+%%WWWDIR%%/plugins/action.scheduler/icons/64/shellscript.png
+%%WWWDIR%%/plugins/action.scheduler/icons/64/task.png
+%%WWWDIR%%/plugins/action.scheduler/manifest.xml
+%%WWWDIR%%/plugins/action.scheduler/plugin_doc.html
+%%WWWDIR%%/plugins/action.share/class.PublicletCounter.php
+%%WWWDIR%%/plugins/action.share/class.ShareCenter.js
+%%WWWDIR%%/plugins/action.share/class.ShareCenter.php
+%%WWWDIR%%/plugins/action.share/manifest.xml
+%%WWWDIR%%/plugins/action.share/plugin_doc.html
+%%WWWDIR%%/plugins/action.share/res/404.html
+%%WWWDIR%%/plugins/action.share/res/button_cancel.png
+%%WWWDIR%%/plugins/action.share/res/down.png
+%%WWWDIR%%/plugins/action.share/res/drive_harddisk.png
+%%WWWDIR%%/plugins/action.share/res/i18n/conf/en.php
+%%WWWDIR%%/plugins/action.share/res/i18n/conf/fr.php
+%%WWWDIR%%/plugins/action.share/res/i18n/de.php
+%%WWWDIR%%/plugins/action.share/res/i18n/en.php
+%%WWWDIR%%/plugins/action.share/res/i18n/fr.php
+%%WWWDIR%%/plugins/action.share/res/public_links.php
+%%WWWDIR%%/plugins/action.skeleton/class.PluginSkeleton.php
+%%WWWDIR%%/plugins/action.skeleton/manifest.xml
+%%WWWDIR%%/plugins/action.skeleton/plugin_doc.html
+%%WWWDIR%%/plugins/action.skeleton/res/i18n/conf/en.php
+%%WWWDIR%%/plugins/action.skeleton/res/i18n/conf/fr.php
+%%WWWDIR%%/plugins/action.skeleton/res/i18n/en.php
+%%WWWDIR%%/plugins/action.skeleton/res/i18n/fr.php
+%%WWWDIR%%/plugins/action.skeleton/res/images/16/url.png
+%%WWWDIR%%/plugins/action.skeleton/res/images/16/user-desktop.png
+%%WWWDIR%%/plugins/action.skeleton/res/images/22/url.png
+%%WWWDIR%%/plugins/action.skeleton/res/images/22/user-desktop.png
+%%WWWDIR%%/plugins/action.updater/class.AjaXplorerUpgrader.php
+%%WWWDIR%%/plugins/action.updater/class.UpdateController.php
+%%WWWDIR%%/plugins/action.updater/i18n/conf/en.php
+%%WWWDIR%%/plugins/action.updater/i18n/conf/fr.php
+%%WWWDIR%%/plugins/action.updater/i18n/en.php
+%%WWWDIR%%/plugins/action.updater/i18n/fr.php
+%%WWWDIR%%/plugins/action.updater/manifest.xml
+%%WWWDIR%%/plugins/action.updater/output_head.html
+%%WWWDIR%%/plugins/action.updater/plugin_doc.html
+%%WWWDIR%%/plugins/auth.basic_http/class.basic_httpAuthDriver.php
+%%WWWDIR%%/plugins/auth.basic_http/i18n/conf/en.php
+%%WWWDIR%%/plugins/auth.basic_http/i18n/conf/fr.php
+%%WWWDIR%%/plugins/auth.basic_http/manifest.xml
+%%WWWDIR%%/plugins/auth.basic_http/plugin_doc.html
+%%WWWDIR%%/plugins/auth.ftp/README.txt
+%%WWWDIR%%/plugins/auth.ftp/class.ftpAuthDriver.php
+%%WWWDIR%%/plugins/auth.ftp/ftpLoginScreen.png
+%%WWWDIR%%/plugins/auth.ftp/i18n/conf/en.php
+%%WWWDIR%%/plugins/auth.ftp/i18n/conf/fr.php
+%%WWWDIR%%/plugins/auth.ftp/i18n/en.php
+%%WWWDIR%%/plugins/auth.ftp/i18n/fr.php
+%%WWWDIR%%/plugins/auth.ftp/manifest.xml
+%%WWWDIR%%/plugins/auth.ftp/plugin_doc.html
+%%WWWDIR%%/plugins/auth.ldap/class.ldapAuthDriver.php
+%%WWWDIR%%/plugins/auth.ldap/i18n/conf/en.php
+%%WWWDIR%%/plugins/auth.ldap/i18n/conf/fr.php
+%%WWWDIR%%/plugins/auth.ldap/manifest.xml
+%%WWWDIR%%/plugins/auth.ldap/plugin_doc.html
+%%WWWDIR%%/plugins/auth.multi/MultiAuthScreenshot.png
+%%WWWDIR%%/plugins/auth.multi/class.multiAuthDriver.php
+%%WWWDIR%%/plugins/auth.multi/i18n/conf/en.php
+%%WWWDIR%%/plugins/auth.multi/i18n/conf/fr.php
+%%WWWDIR%%/plugins/auth.multi/login_patch.xml
+%%WWWDIR%%/plugins/auth.multi/manifest.xml
+%%WWWDIR%%/plugins/auth.multi/plugin_doc.html
+%%WWWDIR%%/plugins/auth.remote/class.remoteAuthDriver.php
+%%WWWDIR%%/plugins/auth.remote/cms_auth_functions.php
+%%WWWDIR%%/plugins/auth.remote/glueCode.php
+%%WWWDIR%%/plugins/auth.remote/i18n/conf/en.php
+%%WWWDIR%%/plugins/auth.remote/i18n/conf/fr.php
+%%WWWDIR%%/plugins/auth.remote/manifest.xml
+%%WWWDIR%%/plugins/auth.remote/plugin_doc.html
+%%WWWDIR%%/plugins/auth.remote/remoteAuthActions.xml
+%%WWWDIR%%/plugins/auth.remote/sessionSwitcher.php
+%%WWWDIR%%/plugins/auth.remote_ajxp/class.remote_ajxpAuthDriver.php
+%%WWWDIR%%/plugins/auth.remote_ajxp/i18n/conf/en.php
+%%WWWDIR%%/plugins/auth.remote_ajxp/i18n/conf/fr.php
+%%WWWDIR%%/plugins/auth.remote_ajxp/manifest.xml
+%%WWWDIR%%/plugins/auth.remote_ajxp/plugin_doc.html
+%%WWWDIR%%/plugins/auth.serial/class.serialAuthDriver.php
+%%WWWDIR%%/plugins/auth.serial/i18n/conf/en.php
+%%WWWDIR%%/plugins/auth.serial/i18n/conf/fr.php
+%%WWWDIR%%/plugins/auth.serial/manifest.xml
+%%WWWDIR%%/plugins/auth.serial/plugin_doc.html
+%%WWWDIR%%/plugins/auth.smb/class.smbAuthDriver.php
+%%WWWDIR%%/plugins/auth.smb/i18n/conf/en.php
+%%WWWDIR%%/plugins/auth.smb/i18n/conf/fr.php
+%%WWWDIR%%/plugins/auth.smb/manifest.xml
+%%WWWDIR%%/plugins/auth.smb/plugin_doc.html
+%%WWWDIR%%/plugins/auth.sql/class.sqlAuthDriver.php
+%%WWWDIR%%/plugins/auth.sql/create.sql
+%%WWWDIR%%/plugins/auth.sql/i18n/conf/en.php
+%%WWWDIR%%/plugins/auth.sql/i18n/conf/fr.php
+%%WWWDIR%%/plugins/auth.sql/manifest.xml
+%%WWWDIR%%/plugins/auth.sql/plugin_doc.html
+%%WWWDIR%%/plugins/conf.serial/class.AJXP_User.php
+%%WWWDIR%%/plugins/conf.serial/class.serialConfDriver.php
+%%WWWDIR%%/plugins/conf.serial/i18n/conf/en.php
+%%WWWDIR%%/plugins/conf.serial/i18n/conf/fr.php
+%%WWWDIR%%/plugins/conf.serial/manifest.xml
+%%WWWDIR%%/plugins/conf.serial/plugin_doc.html
+%%WWWDIR%%/plugins/conf.sql/README.txt
+%%WWWDIR%%/plugins/conf.sql/class.AJXP_User.php
+%%WWWDIR%%/plugins/conf.sql/class.sqlConfDriver.php
+%%WWWDIR%%/plugins/conf.sql/create.sql
+%%WWWDIR%%/plugins/conf.sql/i18n/conf/en.php
+%%WWWDIR%%/plugins/conf.sql/i18n/conf/fr.php
+%%WWWDIR%%/plugins/conf.sql/manifest.xml
+%%WWWDIR%%/plugins/conf.sql/plugin_doc.html
+%%WWWDIR%%/plugins/conf.sql/update_3.0.3_up.sql
+%%WWWDIR%%/plugins/core.access/class.AbstractAccessDriver.php
+%%WWWDIR%%/plugins/core.ajaxplorer/ajxp_mixins.xml
+%%WWWDIR%%/plugins/core.ajaxplorer/ajxp_registry.xsd
+%%WWWDIR%%/plugins/core.ajaxplorer/i18n-template.php
+%%WWWDIR%%/plugins/core.ajaxplorer/i18n/ca.php
+%%WWWDIR%%/plugins/core.ajaxplorer/i18n/conf/en.php
+%%WWWDIR%%/plugins/core.ajaxplorer/i18n/conf/fr.php
+%%WWWDIR%%/plugins/core.ajaxplorer/i18n/cs.php
+%%WWWDIR%%/plugins/core.ajaxplorer/i18n/da.php
+%%WWWDIR%%/plugins/core.ajaxplorer/i18n/de.php
+%%WWWDIR%%/plugins/core.ajaxplorer/i18n/en.php
+%%WWWDIR%%/plugins/core.ajaxplorer/i18n/es.php
+%%WWWDIR%%/plugins/core.ajaxplorer/i18n/eus.php
+%%WWWDIR%%/plugins/core.ajaxplorer/i18n/fi.php
+%%WWWDIR%%/plugins/core.ajaxplorer/i18n/fr.php
+%%WWWDIR%%/plugins/core.ajaxplorer/i18n/gr.php
+%%WWWDIR%%/plugins/core.ajaxplorer/i18n/he.php
+%%WWWDIR%%/plugins/core.ajaxplorer/i18n/hu.php
+%%WWWDIR%%/plugins/core.ajaxplorer/i18n/it.php
+%%WWWDIR%%/plugins/core.ajaxplorer/i18n/ja.php
+%%WWWDIR%%/plugins/core.ajaxplorer/i18n/kr.php
+%%WWWDIR%%/plugins/core.ajaxplorer/i18n/nl.php
+%%WWWDIR%%/plugins/core.ajaxplorer/i18n/no.php
+%%WWWDIR%%/plugins/core.ajaxplorer/i18n/pl.php
+%%WWWDIR%%/plugins/core.ajaxplorer/i18n/pt-br.php
+%%WWWDIR%%/plugins/core.ajaxplorer/i18n/ru.php
+%%WWWDIR%%/plugins/core.ajaxplorer/i18n/si.php
+%%WWWDIR%%/plugins/core.ajaxplorer/i18n/sv.php
+%%WWWDIR%%/plugins/core.ajaxplorer/i18n/tr.php
+%%WWWDIR%%/plugins/core.ajaxplorer/i18n/zh-tw.php
+%%WWWDIR%%/plugins/core.ajaxplorer/i18n/zh.php
+%%WWWDIR%%/plugins/core.ajaxplorer/manifest.xml
+%%WWWDIR%%/plugins/core.ajaxplorer/plugin_doc.html
+%%WWWDIR%%/plugins/core.auth/class.AbstractAuthDriver.php
+%%WWWDIR%%/plugins/core.auth/class.CoreAuthLoader.php
+%%WWWDIR%%/plugins/core.auth/i18n/conf/en.php
+%%WWWDIR%%/plugins/core.auth/i18n/conf/fr.php
+%%WWWDIR%%/plugins/core.auth/manifest.xml
+%%WWWDIR%%/plugins/core.auth/plugin_doc.html
+%%WWWDIR%%/plugins/core.auth/standard_auth_actions.xml
+%%WWWDIR%%/plugins/core.conf/class.AbstractAjxpUser.php
+%%WWWDIR%%/plugins/core.conf/class.AbstractConfDriver.php
+%%WWWDIR%%/plugins/core.conf/default_template_logo-16.png
+%%WWWDIR%%/plugins/core.conf/default_template_logo-22.png
+%%WWWDIR%%/plugins/core.conf/i18n/conf/en.php
+%%WWWDIR%%/plugins/core.conf/i18n/conf/fr.php
+%%WWWDIR%%/plugins/core.conf/manifest.xml
+%%WWWDIR%%/plugins/core.conf/plugin_doc.html
+%%WWWDIR%%/plugins/core.conf/standard_conf_actions.xml
+%%WWWDIR%%/plugins/core.log/class.AbstractLogDriver.php
+%%WWWDIR%%/plugins/core.metastore/interface.MetaStoreProvider.php
+%%WWWDIR%%/plugins/core.uploader/class.CoreUploaderLoader.php
+%%WWWDIR%%/plugins/core.uploader/i18n/conf/en.php
+%%WWWDIR%%/plugins/core.uploader/i18n/conf/fr.php
+%%WWWDIR%%/plugins/core.uploader/manifest.xml
+%%WWWDIR%%/plugins/core.uploader/plugin_doc.html
+%%WWWDIR%%/plugins/downloader.http/bookmarklet/ajxp.css
+%%WWWDIR%%/plugins/downloader.http/bookmarklet/ajxp.js
+%%WWWDIR%%/plugins/downloader.http/class.HttpDownloader.php
+%%WWWDIR%%/plugins/downloader.http/manifest.xml
+%%WWWDIR%%/plugins/downloader.http/plugin_doc.html
+%%WWWDIR%%/plugins/downloader.http/resources/downloader.css
+%%WWWDIR%%/plugins/downloader.http/resources/i18n/de.php
+%%WWWDIR%%/plugins/downloader.http/resources/i18n/en.php
+%%WWWDIR%%/plugins/downloader.http/resources/i18n/fr.php
+%%WWWDIR%%/plugins/downloader.http/resources/images/16/add_bookmarklet.png
+%%WWWDIR%%/plugins/downloader.http/resources/images/16/bookmarklet.png
+%%WWWDIR%%/plugins/downloader.http/resources/images/16/computer_upload.png
+%%WWWDIR%%/plugins/downloader.http/resources/images/16/external_download.png
+%%WWWDIR%%/plugins/downloader.http/resources/images/16/kget_list.png
+%%WWWDIR%%/plugins/downloader.http/resources/images/16/make.png
+%%WWWDIR%%/plugins/downloader.http/resources/images/22/add_bookmarklet.png
+%%WWWDIR%%/plugins/downloader.http/resources/images/22/bookmarklet.png
+%%WWWDIR%%/plugins/downloader.http/resources/images/22/computer_upload.png
+%%WWWDIR%%/plugins/downloader.http/resources/images/22/external_download.png
+%%WWWDIR%%/plugins/downloader.http/resources/images/22/kget_list.png
+%%WWWDIR%%/plugins/downloader.http/resources/images/22/make.png
+%%WWWDIR%%/plugins/downloader.http/resources/images/32/add_bookmarklet.png
+%%WWWDIR%%/plugins/downloader.http/resources/images/32/bookmarklet.png
+%%WWWDIR%%/plugins/downloader.http/resources/images/32/kget_list.png
+%%WWWDIR%%/plugins/downloader.http/resources/images/32/make.png
+%%WWWDIR%%/plugins/downloader.http/resources/images/64/kget_list.png
+%%WWWDIR%%/plugins/downloader.http/resources/images/64/make.png
+%%WWWDIR%%/plugins/editor.audio/class.AudioPreviewer.js
+%%WWWDIR%%/plugins/editor.audio/class.AudioPreviewer.php
+%%WWWDIR%%/plugins/editor.audio/dewplayer-bubble.swf
+%%WWWDIR%%/plugins/editor.audio/dewplayer-playlist.swf
+%%WWWDIR%%/plugins/editor.audio/editor-audio-player.png
+%%WWWDIR%%/plugins/editor.audio/i18n/conf/en.php
+%%WWWDIR%%/plugins/editor.audio/i18n/conf/fr.php
+%%WWWDIR%%/plugins/editor.audio/manifest.xml
+%%WWWDIR%%/plugins/editor.audio/plugin_doc.html
+%%WWWDIR%%/plugins/editor.browser/class.BrowserOpener.js
+%%WWWDIR%%/plugins/editor.browser/class.FileMimeSender.php
+%%WWWDIR%%/plugins/editor.browser/manifest.xml
+%%WWWDIR%%/plugins/editor.browser/plugin_doc.html
+%%WWWDIR%%/plugins/editor.browser/resources/i18n/de.php
+%%WWWDIR%%/plugins/editor.browser/resources/i18n/en.php
+%%WWWDIR%%/plugins/editor.browser/resources/i18n/fr.php
+%%WWWDIR%%/plugins/editor.browser/resources/images/actions/16/.directory
+%%WWWDIR%%/plugins/editor.browser/resources/images/actions/16/emblem-symbolic-link.png
+%%WWWDIR%%/plugins/editor.browser/resources/images/actions/16/project-open.png
+%%WWWDIR%%/plugins/editor.browser/resources/images/actions/22/.directory
+%%WWWDIR%%/plugins/editor.browser/resources/images/actions/22/emblem-symbolic-link.png
+%%WWWDIR%%/plugins/editor.browser/resources/images/actions/22/project-open.png
+%%WWWDIR%%/plugins/editor.browser/resources/images/actions/32/.directory
+%%WWWDIR%%/plugins/editor.browser/resources/images/actions/32/emblem-symbolic-link.png
+%%WWWDIR%%/plugins/editor.browser/resources/images/actions/32/project-open.png
+%%WWWDIR%%/plugins/editor.browser/resources/other/mime.types
+%%WWWDIR%%/plugins/editor.ckeditor/HOWTO-INSTALL.txt
+%%WWWDIR%%/plugins/editor.ckeditor/class.AjxpCkEditor.js
+%%WWWDIR%%/plugins/editor.ckeditor/editor-ckeditor.png
+%%WWWDIR%%/plugins/editor.ckeditor/html_edit.png
+%%WWWDIR%%/plugins/editor.ckeditor/i18n/conf/en.php
+%%WWWDIR%%/plugins/editor.ckeditor/manifest.xml
+%%WWWDIR%%/plugins/editor.ckeditor/plugin_doc.html
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/LICENSE
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/csharp/css/csharpcolors.css
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/csharp/index.html
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/csharp/js/parsecsharp.js
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/csharp/js/tokenizecsharp.js
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/freemarker/LICENSE
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/freemarker/css/freemarkercolors.css
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/freemarker/index.html
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/freemarker/js/parsefreemarker.js
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/groovy/index.html
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/java/LICENSE
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/java/css/javacolors.css
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/java/index.html
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/java/js/parsejava.js
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/java/js/tokenizejava.js
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/lua/LICENSE
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/lua/css/luacolors.css
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/lua/index.html
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/lua/js/parselua.js
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/ometa/LICENSE
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/ometa/css/ometacolors.css
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/ometa/index.html
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/ometa/js/parseometa.js
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/ometa/js/tokenizeometa.js
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/php/LICENSE
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/php/css/phpcolors.css
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/php/index.html
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/php/js/parsephp.js
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/php/js/parsephphtmlmixed.js
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/php/js/tokenizephp.js
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/plsql/LICENSE
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/plsql/css/plsqlcolors.css
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/plsql/index.html
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/plsql/js/parseplsql.js
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/python/LICENSE
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/python/css/pythoncolors.css
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/python/index.html
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/python/js/parsepython.js
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/scheme/LICENSE
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/scheme/css/schemecolors.css
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/scheme/index.html
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/scheme/js/parsescheme.js
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/scheme/js/tokenizescheme.js
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/sql/LICENSE
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/sql/css/sqlcolors.css
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/sql/index.html
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/sql/js/parsesql.js
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/xquery/LICENSE
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/xquery/css/xqcolors-dark.css
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/xquery/css/xqcolors.css
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/xquery/css/xqcolors2.css
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/xquery/index.html
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/xquery/js/parsexquery.js
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/xquery/js/tokenizexquery.js
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/css/baboon.png
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/css/baboon_vector.ai
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/css/csscolors.css
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/css/docs.css
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/css/font.js
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/css/jscolors.css
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/css/people.jpg
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/css/sparqlcolors.css
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/css/xmlcolors.css
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/js/codemirror.js
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/js/editor.js
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/js/highlight.js
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/js/mirrorframe.js
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/js/parsecss.js
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/js/parsedummy.js
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/js/parsehtmlmixed.js
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/js/parsejavascript.js
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/js/parsesparql.js
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/js/parsexml.js
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/js/select.js
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/js/stringstream.js
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/js/tokenize.js
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/js/tokenizejavascript.js
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/js/undo.js
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/js/unittests.js
+%%WWWDIR%%/plugins/editor.codemirror/CodeMirror/js/util.js
+%%WWWDIR%%/plugins/editor.codemirror/class.CodeMirrorEditor.js
+%%WWWDIR%%/plugins/editor.codemirror/css/dummycolors.css
+%%WWWDIR%%/plugins/editor.codemirror/css/linenumbers-py.css
+%%WWWDIR%%/plugins/editor.codemirror/css/linenumbers.css
+%%WWWDIR%%/plugins/editor.codemirror/editor-codemirror.png
+%%WWWDIR%%/plugins/editor.codemirror/i18n/conf/en.php
+%%WWWDIR%%/plugins/editor.codemirror/i18n/conf/fr.php
+%%WWWDIR%%/plugins/editor.codemirror/i18n/de.php
+%%WWWDIR%%/plugins/editor.codemirror/i18n/en.php
+%%WWWDIR%%/plugins/editor.codemirror/i18n/fr.php
+%%WWWDIR%%/plugins/editor.codemirror/i18n/si.php
+%%WWWDIR%%/plugins/editor.codemirror/img/format_indent_more.png
+%%WWWDIR%%/plugins/editor.codemirror/img/format_list_ordered.png
+%%WWWDIR%%/plugins/editor.codemirror/img/format_wrap.png
+%%WWWDIR%%/plugins/editor.codemirror/img/go_jump.png
+%%WWWDIR%%/plugins/editor.codemirror/img/redo.png
+%%WWWDIR%%/plugins/editor.codemirror/img/system_search.png
+%%WWWDIR%%/plugins/editor.codemirror/img/undo.png
+%%WWWDIR%%/plugins/editor.codemirror/manifest.xml
+%%WWWDIR%%/plugins/editor.codemirror/plugin_doc.html
+%%WWWDIR%%/plugins/editor.codemirror/source_edit.png
+%%WWWDIR%%/plugins/editor.diaporama/PThumb.lib.php
+%%WWWDIR%%/plugins/editor.diaporama/class.Diaporama.js
+%%WWWDIR%%/plugins/editor.diaporama/class.ImagePreviewer.php
+%%WWWDIR%%/plugins/editor.diaporama/editor-diaporama.png
+%%WWWDIR%%/plugins/editor.diaporama/i18n/conf/en.php
+%%WWWDIR%%/plugins/editor.diaporama/i18n/conf/fr.php
+%%WWWDIR%%/plugins/editor.diaporama/manifest.xml
+%%WWWDIR%%/plugins/editor.diaporama/plugin_doc.html
+%%WWWDIR%%/plugins/editor.eml/attach.png
+%%WWWDIR%%/plugins/editor.eml/class.EmlParser.php
+%%WWWDIR%%/plugins/editor.eml/class.EmlViewer.js
+%%WWWDIR%%/plugins/editor.eml/editor-eml.png
+%%WWWDIR%%/plugins/editor.eml/emlViewer.css
+%%WWWDIR%%/plugins/editor.eml/i18n/conf/en.php
+%%WWWDIR%%/plugins/editor.eml/i18n/conf/fr.php
+%%WWWDIR%%/plugins/editor.eml/i18n/de.php
+%%WWWDIR%%/plugins/editor.eml/i18n/en.php
+%%WWWDIR%%/plugins/editor.eml/i18n/fr.php
+%%WWWDIR%%/plugins/editor.eml/i18n/si.php
+%%WWWDIR%%/plugins/editor.eml/img/16/mail_mime.png
+%%WWWDIR%%/plugins/editor.eml/img/64/mail_mime.png
+%%WWWDIR%%/plugins/editor.eml/manifest.xml
+%%WWWDIR%%/plugins/editor.eml/plugin_doc.html
+%%WWWDIR%%/plugins/editor.exif/class.ExifEditor.js
+%%WWWDIR%%/plugins/editor.exif/editor-exif.png
+%%WWWDIR%%/plugins/editor.exif/i18n/conf/en.php
+%%WWWDIR%%/plugins/editor.exif/i18n/conf/fr.php
+%%WWWDIR%%/plugins/editor.exif/i18n/de.php
+%%WWWDIR%%/plugins/editor.exif/i18n/en.php
+%%WWWDIR%%/plugins/editor.exif/i18n/es.php
+%%WWWDIR%%/plugins/editor.exif/i18n/fr.php
+%%WWWDIR%%/plugins/editor.exif/i18n/si.php
+%%WWWDIR%%/plugins/editor.exif/images/actions/16/camera_photo.png
+%%WWWDIR%%/plugins/editor.exif/images/actions/22/camera_photo.png
+%%WWWDIR%%/plugins/editor.exif/images/actions/32/camera_photo.png
+%%WWWDIR%%/plugins/editor.exif/manifest.xml
+%%WWWDIR%%/plugins/editor.exif/plugin_doc.html
+%%WWWDIR%%/plugins/editor.imagick/class.IMagickPreviewer.js
+%%WWWDIR%%/plugins/editor.imagick/class.IMagickPreviewer.php
+%%WWWDIR%%/plugins/editor.imagick/i18n/conf/en.php
+%%WWWDIR%%/plugins/editor.imagick/i18n/conf/fr.php
+%%WWWDIR%%/plugins/editor.imagick/manifest.xml
+%%WWWDIR%%/plugins/editor.imagick/plugin_doc.html
+%%WWWDIR%%/plugins/editor.openlayer/class.OLViewer.js
+%%WWWDIR%%/plugins/editor.openlayer/editor-openlayer.png
+%%WWWDIR%%/plugins/editor.openlayer/i18n/conf/en.php
+%%WWWDIR%%/plugins/editor.openlayer/i18n/conf/fr.php
+%%WWWDIR%%/plugins/editor.openlayer/i18n/de.php
+%%WWWDIR%%/plugins/editor.openlayer/i18n/en.php
+%%WWWDIR%%/plugins/editor.openlayer/i18n/es.php
+%%WWWDIR%%/plugins/editor.openlayer/i18n/fr.php
+%%WWWDIR%%/plugins/editor.openlayer/i18n/si.php
+%%WWWDIR%%/plugins/editor.openlayer/manifest.xml
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/OpenLayers.js
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/img/blank.gif
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/img/cloud-popup-relative.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/img/drag-rectangle-off.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/img/drag-rectangle-on.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/img/east-mini.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/img/layer-switcher-maximize.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/img/layer-switcher-minimize.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/img/marker-blue.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/img/marker-gold.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/img/marker-green.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/img/marker.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/img/measuring-stick-off.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/img/measuring-stick-on.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/img/north-mini.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/img/panning-hand-off.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/img/panning-hand-on.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/img/slider.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/img/south-mini.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/img/west-mini.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/img/zoom-minus-mini.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/img/zoom-plus-mini.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/img/zoom-world-mini.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/img/zoombar.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/theme/default/framedCloud.css
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/theme/default/google.css
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/theme/default/ie6-style.css
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/theme/default/img/add_point_off.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/theme/default/img/add_point_on.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/theme/default/img/blank.gif
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/theme/default/img/close.gif
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/theme/default/img/drag-rectangle-off.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/theme/default/img/drag-rectangle-on.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/theme/default/img/draw_line_off.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/theme/default/img/draw_line_on.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/theme/default/img/draw_point_off.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/theme/default/img/draw_point_on.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/theme/default/img/draw_polygon_off.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/theme/default/img/draw_polygon_on.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/theme/default/img/editing_tool_bar.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/theme/default/img/move_feature_off.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/theme/default/img/move_feature_on.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/theme/default/img/navigation_history.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/theme/default/img/overview_replacement.gif
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/theme/default/img/pan-panel-NOALPHA.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/theme/default/img/pan-panel.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/theme/default/img/pan_off.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/theme/default/img/pan_on.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/theme/default/img/panning-hand-off.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/theme/default/img/panning-hand-on.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/theme/default/img/remove_point_off.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/theme/default/img/remove_point_on.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/theme/default/img/ruler.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/theme/default/img/save_features_off.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/theme/default/img/save_features_on.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/theme/default/img/view_next_off.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/theme/default/img/view_next_on.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/theme/default/img/view_previous_off.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/theme/default/img/view_previous_on.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/theme/default/img/zoom-panel-NOALPHA.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/theme/default/img/zoom-panel.png
+%%WWWDIR%%/plugins/editor.openlayer/openlayer/theme/default/style.css
+%%WWWDIR%%/plugins/editor.openlayer/plugin_doc.html
+%%WWWDIR%%/plugins/editor.openlayer/services.png
+%%WWWDIR%%/plugins/editor.other/class.OtherEditorChooser.js
+%%WWWDIR%%/plugins/editor.other/manifest.xml
+%%WWWDIR%%/plugins/editor.other/plugin_doc.html
+%%WWWDIR%%/plugins/editor.other/resources/i18n/conf/en.php
+%%WWWDIR%%/plugins/editor.other/resources/i18n/conf/fr.php
+%%WWWDIR%%/plugins/editor.other/resources/i18n/de.php
+%%WWWDIR%%/plugins/editor.other/resources/i18n/en.php
+%%WWWDIR%%/plugins/editor.other/resources/i18n/fr.php
+%%WWWDIR%%/plugins/editor.other/resources/images/actions/16/unknown.png
+%%WWWDIR%%/plugins/editor.other/resources/images/actions/22/unknown.png
+%%WWWDIR%%/plugins/editor.other/resources/images/actions/32/unknown.png
+%%WWWDIR%%/plugins/editor.other/resources/other_chooser.css
+%%WWWDIR%%/plugins/editor.pixlr/.htaccess
+%%WWWDIR%%/plugins/editor.pixlr/class.PixlrEditor.js
+%%WWWDIR%%/plugins/editor.pixlr/class.PixlrEditor.php
+%%WWWDIR%%/plugins/editor.pixlr/editor-pixlr.png
+%%WWWDIR%%/plugins/editor.pixlr/fake_close_pixlr.php
+%%WWWDIR%%/plugins/editor.pixlr/fake_save_pixlr.php
+%%WWWDIR%%/plugins/editor.pixlr/i18n/conf/en.php
+%%WWWDIR%%/plugins/editor.pixlr/i18n/conf/fr.php
+%%WWWDIR%%/plugins/editor.pixlr/images/actions/16/color_fill.png
+%%WWWDIR%%/plugins/editor.pixlr/images/actions/22/color_fill.png
+%%WWWDIR%%/plugins/editor.pixlr/images/actions/32/color_fill.png
+%%WWWDIR%%/plugins/editor.pixlr/manifest.xml
+%%WWWDIR%%/plugins/editor.pixlr/plugin_doc.html
+%%WWWDIR%%/plugins/editor.soundmanager/class.SMPlayer.js
+%%WWWDIR%%/plugins/editor.soundmanager/i18n/conf/en.php
+%%WWWDIR%%/plugins/editor.soundmanager/i18n/en.php
+%%WWWDIR%%/plugins/editor.soundmanager/kmixdocked-muted.png
+%%WWWDIR%%/plugins/editor.soundmanager/kmixdocked.png
+%%WWWDIR%%/plugins/editor.soundmanager/manifest.xml
+%%WWWDIR%%/plugins/editor.soundmanager/player_bg_icon.png
+%%WWWDIR%%/plugins/editor.soundmanager/plugin_doc.html
+%%WWWDIR%%/plugins/editor.soundmanager/sm/360-player/360-button-pause-light.gif
+%%WWWDIR%%/plugins/editor.soundmanager/sm/360-player/360-button-pause-light.png
+%%WWWDIR%%/plugins/editor.soundmanager/sm/360-player/360-button-pause.gif
+%%WWWDIR%%/plugins/editor.soundmanager/sm/360-player/360-button-pause.png
+%%WWWDIR%%/plugins/editor.soundmanager/sm/360-player/360-button-play-light.gif
+%%WWWDIR%%/plugins/editor.soundmanager/sm/360-player/360-button-play-light.png
+%%WWWDIR%%/plugins/editor.soundmanager/sm/360-player/360-button-play.gif
+%%WWWDIR%%/plugins/editor.soundmanager/sm/360-player/360-button-play.png
+%%WWWDIR%%/plugins/editor.soundmanager/sm/360-player/360-button-vis-pause-light.gif
+%%WWWDIR%%/plugins/editor.soundmanager/sm/360-player/360-button-vis-pause-light.png
+%%WWWDIR%%/plugins/editor.soundmanager/sm/360-player/360-button-vis-pause.gif
+%%WWWDIR%%/plugins/editor.soundmanager/sm/360-player/360-button-vis-pause.png
+%%WWWDIR%%/plugins/editor.soundmanager/sm/360-player/360-button-vis-play-light.gif
+%%WWWDIR%%/plugins/editor.soundmanager/sm/360-player/360-button-vis-play-light.png
+%%WWWDIR%%/plugins/editor.soundmanager/sm/360-player/360-button-vis-play.gif
+%%WWWDIR%%/plugins/editor.soundmanager/sm/360-player/360-button-vis-play.png
+%%WWWDIR%%/plugins/editor.soundmanager/sm/360-player/360player-visualization.css
+%%WWWDIR%%/plugins/editor.soundmanager/sm/360-player/360player.css
+%%WWWDIR%%/plugins/editor.soundmanager/sm/360-player/icon_loading_dots.gif
+%%WWWDIR%%/plugins/editor.soundmanager/sm/360-player/icon_loading_spinner.gif
+%%WWWDIR%%/plugins/editor.soundmanager/sm/360-player/icon_loading_spinner_bigger.gif
+%%WWWDIR%%/plugins/editor.soundmanager/sm/360-player/script/360player.js
+%%WWWDIR%%/plugins/editor.soundmanager/sm/360-player/script/berniecode-animator.js
+%%WWWDIR%%/plugins/editor.soundmanager/sm/360-player/script/excanvas.js
+%%WWWDIR%%/plugins/editor.soundmanager/sm/script/soundmanager2-nodebug-jsmin.js
+%%WWWDIR%%/plugins/editor.soundmanager/sm/swf/soundmanager2.swf
+%%WWWDIR%%/plugins/editor.soundmanager/sm/swf/soundmanager2_flash9.swf
+%%WWWDIR%%/plugins/editor.soundmanager/sm_preview_player.css
+%%WWWDIR%%/plugins/editor.soundmanager/soundmanager-pl.png
+%%WWWDIR%%/plugins/editor.text/class.TextEditor.js
+%%WWWDIR%%/plugins/editor.text/editor-text.png
+%%WWWDIR%%/plugins/editor.text/i18n/conf/en.php
+%%WWWDIR%%/plugins/editor.text/i18n/conf/fr.php
+%%WWWDIR%%/plugins/editor.text/manifest.xml
+%%WWWDIR%%/plugins/editor.text/plugin_doc.html
+%%WWWDIR%%/plugins/editor.video/class.VideoPreviewer.js
+%%WWWDIR%%/plugins/editor.video/class.VideoReader.php
+%%WWWDIR%%/plugins/editor.video/editor-video.png
+%%WWWDIR%%/plugins/editor.video/i18n/conf/en.php
+%%WWWDIR%%/plugins/editor.video/i18n/conf/fr.php
+%%WWWDIR%%/plugins/editor.video/manifest.xml
+%%WWWDIR%%/plugins/editor.video/player_flv_maxi.swf
+%%WWWDIR%%/plugins/editor.video/plugin_doc.html
+%%WWWDIR%%/plugins/editor.video/video-js/LICENSE.txt
+%%WWWDIR%%/plugins/editor.video/video-js/video-js.css
+%%WWWDIR%%/plugins/editor.video/video-js/video.js
+%%WWWDIR%%/plugins/editor.zoho/agent/files/.htaccess
+%%WWWDIR%%/plugins/editor.zoho/agent/save_zoho.php
+%%WWWDIR%%/plugins/editor.zoho/class.ZohoEditor.js
+%%WWWDIR%%/plugins/editor.zoho/class.ZohoEditor.php
+%%WWWDIR%%/plugins/editor.zoho/editor-zoho.png
+%%WWWDIR%%/plugins/editor.zoho/i18n/conf/en.php
+%%WWWDIR%%/plugins/editor.zoho/i18n/conf/fr.php
+%%WWWDIR%%/plugins/editor.zoho/i18n/en.php
+%%WWWDIR%%/plugins/editor.zoho/images/mimes/16/presentation.png
+%%WWWDIR%%/plugins/editor.zoho/images/mimes/16/spreadsheet.png
+%%WWWDIR%%/plugins/editor.zoho/images/mimes/16/word.png
+%%WWWDIR%%/plugins/editor.zoho/images/mimes/64/presentation.png
+%%WWWDIR%%/plugins/editor.zoho/images/mimes/64/spreadsheet.png
+%%WWWDIR%%/plugins/editor.zoho/images/mimes/64/word.png
+%%WWWDIR%%/plugins/editor.zoho/images/zoho.png
+%%WWWDIR%%/plugins/editor.zoho/manifest.xml
+%%WWWDIR%%/plugins/editor.zoho/plugin_doc.html
+%%WWWDIR%%/plugins/gui.ajax/AjxpLogo250.png
+%%WWWDIR%%/plugins/gui.ajax/ajxpclient_actions.xml
+%%WWWDIR%%/plugins/gui.ajax/class.AJXP_ClientDriver.php
+%%WWWDIR%%/plugins/gui.ajax/gui-ajax-umbra.png
+%%WWWDIR%%/plugins/gui.ajax/manifest.xml
+%%WWWDIR%%/plugins/gui.ajax/plugin_doc.html
+%%WWWDIR%%/plugins/gui.ajax/res/html/gui.html
+%%WWWDIR%%/plugins/gui.ajax/res/html/gui_debug.html
+%%WWWDIR%%/plugins/gui.ajax/res/i18n/conf/en.php
+%%WWWDIR%%/plugins/gui.ajax/res/i18n/conf/fr.php
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/ajxp_utils.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/class.AbstractEditor.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/class.Action.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/class.ActionsManager.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/class.ActionsToolbar.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/class.ActivityMonitor.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/class.Ajaxplorer.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/class.AjxpAutoCompleter.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/class.AjxpBootstrap.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/class.AjxpDataModel.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/class.AjxpDraggable.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/class.AjxpNode.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/class.AjxpPane.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/class.AjxpSortable.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/class.AjxpTabulator.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/class.BackgroundManager.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/class.BookmarksBar.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/class.Connexion.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/class.FilesList.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/class.FoldersTree.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/class.FormManager.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/class.HeaderResizer.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/class.InfoPanel.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/class.LocationBar.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/class.Modal.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/class.MultiDownloader.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/class.PropertyPanel.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/class.RemoteNodeProvider.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/class.Repository.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/class.RepositorySelect.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/class.ResourcesManager.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/class.SearchEngine.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/class.SliderInput.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/class.TreeSelector.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/class.User.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/class.UserWidget.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/interfaces/class.IActionProvider.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/interfaces/class.IAjxpNodeProvider.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/interfaces/class.IAjxpWidget.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/interfaces/class.IContextMenuable.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/interfaces/class.IFocusable.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer_boot.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer_boot_list.txt
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer_boot_protolegacy.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer_boot_protolegacy_list.txt
+%%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer_list.txt
+%%WWWDIR%%/plugins/gui.ajax/res/js/lib/leightbox/lightbox.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/lib/md5/md5.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/lib/modernizr/modernizr.min.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/lib/prototype/accordion.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/lib/prototype/carousel.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/lib/prototype/cookiejar.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/lib/prototype/corners.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/lib/prototype/jsProgressBarHandler.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/lib/prototype/proto.history.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/lib/prototype/proto.menu.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/lib/prototype/proto.scroller.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/lib/prototype/protopass.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/lib/prototype/prototype-1.6.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/lib/prototype/prototype.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/lib/prototype/prototype.livepipe.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/lib/prototype/prototype.oo.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/lib/prototype/shadower.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/lib/prototype/splitter.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/lib/prototype/webfx.selectable.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/lib/prototype/webfx.sortable.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/lib/scriptaculous/MIT-LICENSE
+%%WWWDIR%%/plugins/gui.ajax/res/js/lib/scriptaculous/src/builder.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/lib/scriptaculous/src/controls.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/lib/scriptaculous/src/dragdrop.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/lib/scriptaculous/src/effects.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/lib/scriptaculous/src/scriptaculous.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/lib/scriptaculous/src/slider.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/lib/scriptaculous/src/sound.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/lib/scriptaculous/src/unittest.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/lib/webfx/ajxptree.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/lib/webfx/xtree.js
+%%WWWDIR%%/plugins/gui.ajax/res/js/lib/xpath/javascript-xpath-cmp.js
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/css/ajaxplorer.css
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/css/allz.css
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/css/allz_list.txt
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/css/pnghack/pngHack.css
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/css/pnghack/pngHack.htc
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/css/pnghack/transparent.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/css/screen.css
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/css/xtree.css
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/0.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/1.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/2.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/I.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/ICON.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/L.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/Lminus.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/Lplus.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/OxygenPalette.psd
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/T.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/Tminus.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/Toolbar.psd
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/ToolbarBg.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/ToolbarBgReverse.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/Tplus.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/accessories-archiver.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/admin.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/ajxp-link.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/applix.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/archive_insert.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/ark_extract.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/arrow_down_margin.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/back.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/bookmark.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/bookmark_add.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/bookmark_menu.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/button_cancel.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/column-visible.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/configure.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/database.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/decrypted.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/delete_bookmark.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/documentinfo_koffice.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/download_manager.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/drive_remote.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/edit.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/edit_clear_history.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/editcopy.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/editdelete.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/editpaste.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/encrypted.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/eraser.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/favorite-folder.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/file_info.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/fileclose.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/filenew.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/fileopen.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/filesave.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/fileview_icon.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/flag.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/folder1_important.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/folder_grey.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/folder_new.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/folder_parent.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/folder_red.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/folder_red_new.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/forward.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/frame_image.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/goto_parent.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/hdd_external_mount.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/hdd_external_unmount.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/help-about.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/info.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/ksysv.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/mail_generic.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/media-playback-start.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/network-wired.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/network_server_database.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/player_play copy.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/player_play.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/player_stop.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/public_url.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/reload.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/search.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/share.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/toggle_log.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/transp.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/trashcan_empty.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/up.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/user-create-repository.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/user_group_new.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/view_choose.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/view_icon.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/view_left_close.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/view_left_right.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/view_list_tree.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/view_text.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/view_tree.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/viewmag1.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/window_close.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/window_fullscreen.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/window_nofullscreen.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/xmag.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/yast_backup.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/yast_kuser.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/yast_security.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/yast_user_add.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/zoom-fit-best.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/zoom-in.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/zoom-original.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16/zoom-out.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/accessories-archiver.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/admin.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/ajxp-link.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/applix.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/archive_insert.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/ark_extract.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/back_22.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/bookmark.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/bookmark_f.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/button_cancel.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/cancel.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/configure.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/database.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/decrypted.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/dialog_close.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/dialog_ok_apply.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/documentinfo_koffice.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/download_manager.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/drive_remote.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/edit.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/edit_clear_history.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/editcopy.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/editdelete.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/editpaste.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/encrypted.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/eraser.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/favorite-folder.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/file_info.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/fileclose.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/filenew.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/fileopen.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/filesave.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/fileview_icon.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/folder1_important.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/folder_grey.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/folder_new.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/folder_red.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/folder_red_new.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/forward_22.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/frame_image.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/go_back.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/hdd_external_mount.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/hdd_external_unmount.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/info.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/ksysv.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/mail_generic.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/media-playback-start.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/network-wired.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/network_server.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/network_server_database.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/player_play.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/player_stop.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/printer1.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/public_url.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/reload.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/share.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/system_search.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/trashcan_empty.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/up.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/user-create-repository.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/user_group_new.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/view_choose.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/view_icon.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/view_left_close.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/view_left_right.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/view_list_details.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/view_list_tree.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/view_pim_news.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/view_text.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/view_tree.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/window_fullscreen.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/window_nofullscreen.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/yast_backup.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/yast_security.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/yast_user_add.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/zoom-fit-best.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/zoom-fit-restore.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/zoom-in.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/zoom-original.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22/zoom-out.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/accessories-archiver.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/ajxp-link.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/archive_insert.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/ark_extract.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/back.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/bookmark.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/bookmark_add.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/bottom.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/button_cancel.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/button_ok.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/configure.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/database.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/documentinfo_koffice.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/download_manager.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/drive_remote.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/edit_clear_history.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/edit_rename.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/editcopy.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/editdelete.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/editpaste.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/eraser.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/favorite-folder.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/file_info.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/fileclose.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/filenew.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/fileopen.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/filesave.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/fileview_icon.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/fileview_preview.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/folder1_important.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/folder_grey.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/folder_network.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/folder_new.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/folder_parent.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/folder_red.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/folder_red_new.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/forward.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/hdd_external_mount.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/hdd_external_unmount.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/info.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/ksysv.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/mail_generic.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/media_playback_start.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/network_server.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/network_server_database.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/object_edit.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/player_stop.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/preferences_system.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/preferences_system_login.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/reload.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/share.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/system_log_out.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/system_search.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/toggle_log.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/top.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/trashcan_empty.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/up.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/user-create-repository.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/user_create.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/user_group_new.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/user_guest.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/user_normal.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/user_sysadmin.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/utilities_file_archiver.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/view_choose.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/view_left_close.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/view_left_right.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/view_list_details.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/view_list_icons.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/view_list_text.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/view_list_tree.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/view_pim_news.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/view_tree.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/window_fullscreen.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/window_nofullscreen.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/xmag.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/yast_backup.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/yast_user_add.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/zoom-fit-best.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/zoom-in.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/zoom-original.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32/zoom-out.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/ajxp-connexion-loader.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/arrow_down.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/arrow_down_margin.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/arrow_left.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/arrow_right.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/arrow_up.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/arrow_up_margin.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/autocompleter-loader.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/blank.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/fakeFlashButtonBg.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/foldericon.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/greenled.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/header_bg.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/header_bg_down.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/header_bg_on.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/header_bg_plain.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/header_bg_up.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/hgrabber.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/html-folder.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/i18n/lang.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/i18n/lang_cn.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/i18n/lang_de.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/i18n/lang_ee.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/i18n/lang_en.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/i18n/lang_fr.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/i18n/lang_hun.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/i18n/lang_it.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/i18n/lang_lt.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/i18n/lang_pl.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/i18n/lang_rs.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/i18n/lang_si.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/i18n/lang_sk.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/loadingImage.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/locationBg.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/admin.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/archive.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/css.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/document.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/document_open_remote.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/exe.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/flash.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/folder.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/folder_development.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/folder_grey.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/folder_open.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/folder_red.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/hdd_external_mount.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/hdd_external_unmount.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/html.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/image.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/java_src.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/javascript.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/midi.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/mime_empty.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/pdf.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/php.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/preferences_desktop.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/preferences_plugin.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/presentation.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/repo_child.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/search.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/sound.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/source_pl.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/spreadsheet.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/susehelpcenter.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/toggle_log.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/trashcan.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/trashcan_full.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/txt2.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/user.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/user_admin.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/user_child.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/user_group_new.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/user_guest.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/user_shared.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/video.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/word.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/x-office-calendar.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/yast_kuser.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16/zip.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/admin.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/archive.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/css.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/document.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/document_open_remote.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/exe.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/flash.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/folder.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/folder_development.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/folder_grey.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/folder_red.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/hdd_external_mount.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/hdd_external_unmount.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/html.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/image.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/javascript.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/midi.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/mime_empty.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/pdf.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/php.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/preferences_desktop.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/preferences_plugin.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/presentation.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/repo_child.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/sound.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/source_java.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/source_pl.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/spreadsheet.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/susehelpcenter.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/toggle_log.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/trashcan.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/trashcan_full.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/txt2.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/user.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/user_admin.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/user_child.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/user_group_new.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/user_guest.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/user_shared.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/video.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/word.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/x-office-calendar.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/yast_kuser.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64/zip.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/openfoldericon.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/overlays/12/bookmark.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/overlays/12/shared.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/overlays/8/bookmark.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/overlays/8/shared.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/progress_bar.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/progress_bar_80.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/progress_box.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/progress_box_80.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/redled.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/slider-handle-vert.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/slider-handle.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/slider-track-bottom.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/slider-track-left.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/slider-track-right.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/slider-track-top.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/strip.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/tree-even-odd-bg.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/tree-odd-even-bg.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/vgrabber.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/yellowled.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/css/ajaxplorer.css
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/css/allz.css
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/css/allz_list.txt
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/css/pie/PIE.htc
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/css/pie/PIE.js
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/css/pnghack/pngHack.css
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/css/pnghack/pngHack.htc
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/css/pnghack/transparent.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/css/screen.css
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/css/xtree.css
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/html/gui.html
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/html/gui_debug.html
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/0.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/1.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/2.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/I.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/ICON.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/L.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/Lminus.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/Lplus.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/OxygenPalette.psd
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/T.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/Tminus.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/Toolbar.psd
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/ToolbarBg.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/ToolbarBgReverse.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/Tplus.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/1leftarrow.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/1uparrow.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/accessories-archiver.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/admin.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/ajxp-link.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/applix.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/archive_insert.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/ark_extract.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/arrow_down_margin.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/back.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/bookmark.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/bookmark_add.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/bookmark_menu.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/button_cancel.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/button_ok.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/column-visible.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/configure.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/database.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/decrypted.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/delete_bookmark.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/documentinfo_koffice.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/download_manager.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/drive_remote.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/edit.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/edit_clear_history.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/editcopy.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/editdelete.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/editpaste.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/encrypted.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/eraser.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/favorite-folder.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/file_info.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/fileclose.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/filenew.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/fileopen.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/filesave.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/fileview_icon.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/flag.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/folder1_important.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/folder_grey.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/folder_new.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/folder_parent.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/folder_red.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/folder_red_new.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/forward.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/frame_image.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/go_back.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/goto_parent.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/hdd_external_mount.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/hdd_external_unmount.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/help-about.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/info.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/ksysv.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/mail_generic.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/media-playback-start.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/network-wired.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/network_server_database.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/panel_horizontal_hide.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/panel_horizontal_show.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/panel_vertical_hide.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/panel_vertical_show.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/player_play copy.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/player_play.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/player_stop.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/public_url.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/reload.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/search.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/share.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/toggle_log.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/transp.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/trashcan_empty.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/up.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/user-create-repository.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/user_group_new.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/view_choose.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/view_icon.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/view_left_close.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/view_left_right.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/view_list_tree.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/view_text.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/view_tree.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/viewmag1.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/window_close.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/window_fullscreen.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/window_nofullscreen.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/xmag.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/yast_backup.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/yast_kuser.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/yast_security.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/yast_user_add.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/zoom-fit-best.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/zoom-in.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/zoom-original.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16/zoom-out.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/1leftarrow.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/1uparrow.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/accessories-archiver.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/admin.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/ajxp-link.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/applix.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/archive_insert.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/ark_extract.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/back_22.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/bookmark.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/bookmark_f.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/button_cancel.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/button_ok.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/cancel.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/configure.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/database.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/decrypted.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/dialog_close.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/dialog_ok_apply.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/documentinfo_koffice.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/download_manager.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/drive_remote.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/edit.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/edit_clear_history.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/editcopy.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/editdelete.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/editpaste.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/encrypted.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/eraser.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/favorite-folder.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/file_info.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/fileclose.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/filenew.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/fileopen.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/filesave.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/fileview_icon.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/folder1_important.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/folder_grey.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/folder_new.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/folder_red.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/folder_red_new.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/forward_22.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/frame_image.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/go_back.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/hdd_external_mount.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/hdd_external_unmount.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/info.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/ksysv.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/mail_generic.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/media-playback-start.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/network-wired.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/network_server.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/network_server_database.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/player_play.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/player_stop.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/printer1.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/public_url.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/reload.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/share.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/system_search.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/trashcan_empty.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/unshare.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/up.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/user-create-repository.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/user_group_new.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/view_choose.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/view_icon.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/view_left_close.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/view_left_right.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/view_list_details.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/view_list_tree.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/view_pim_news.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/view_text.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/view_tree.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/window_fullscreen.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/window_nofullscreen.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/yast_backup.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/yast_security.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/yast_user_add.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/zoom-fit-best.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/zoom-fit-restore.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/zoom-in.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/zoom-original.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22/zoom-out.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/1leftarrow.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/1uparrow.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/accessories-archiver.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/ajxp-link.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/archive_insert.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/ark_extract.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/back.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/bookmark.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/bookmark_add.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/bottom.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/button_cancel.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/button_ok.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/configure.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/database.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/documentinfo_koffice.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/download_manager.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/drive_remote.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/edit_clear_history.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/edit_rename.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/editcopy.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/editdelete.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/editpaste.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/eraser.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/favorite-folder.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/file_info.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/fileclose.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/filenew.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/fileopen.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/filesave.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/fileview_icon.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/fileview_preview.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/folder1_important.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/folder_grey.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/folder_network.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/folder_new.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/folder_parent.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/folder_red.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/folder_red_new.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/forward.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/hdd_external_mount.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/hdd_external_unmount.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/info.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/ksysv.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/mail_generic.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/media_playback_start.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/network_server.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/network_server_database.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/object_edit.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/player_stop.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/preferences_system.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/preferences_system_login.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/reload.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/share.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/system_log_out.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/system_search.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/toggle_log.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/top.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/trashcan_empty.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/up.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/user-create-repository.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/user_create.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/user_group_new.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/user_guest.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/user_normal.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/user_sysadmin.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/utilities_file_archiver.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/view_choose.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/view_left_close.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/view_left_right.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/view_list_details.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/view_list_icons.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/view_list_text.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/view_list_tree.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/view_pim_news.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/view_tree.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/window_fullscreen.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/window_nofullscreen.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/xmag.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/yast_backup.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/yast_user_add.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/zoom-fit-best.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/zoom-in.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/zoom-original.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32/zoom-out.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/ajxp-connexion-loader.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/arrow_down.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/arrow_down_margin.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/arrow_left.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/arrow_right.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/arrow_up.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/arrow_up_margin.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/autocompleter-loader.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/blank.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/fakeFlashButtonBg.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/foldericon.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/greenled.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/header_bg.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/header_bg_down.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/header_bg_on.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/header_bg_plain.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/header_bg_up.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/hgrabber.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/html-folder.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/i18n/lang.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/i18n/lang_cn.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/i18n/lang_de.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/i18n/lang_ee.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/i18n/lang_en.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/i18n/lang_fr.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/i18n/lang_hun.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/i18n/lang_it.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/i18n/lang_lt.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/i18n/lang_pl.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/i18n/lang_rs.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/i18n/lang_si.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/i18n/lang_sk.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/loadingImage.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/locationBg.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/admin.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/archive.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/css.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/document.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/document_open_remote.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/exe.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/flash.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/folder.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/folder_development.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/folder_grey.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/folder_open.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/folder_red.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/hdd_external_mount.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/hdd_external_unmount.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/html.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/image.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/java_src.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/javascript.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/midi.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/mime_empty.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/pdf.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/php.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/preferences_desktop.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/preferences_plugin.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/presentation.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/repo_child.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/search.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/sound.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/source_pl.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/spreadsheet.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/susehelpcenter.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/toggle_log.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/trashcan.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/trashcan_full.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/txt2.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/user.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/user_admin.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/user_child.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/user_group_new.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/user_guest.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/user_shared.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/video.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/word.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/x-office-calendar.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/yast_kuser.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16/zip.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/admin.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/archive.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/css.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/document.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/document_open_remote.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/exe.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/flash.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/folder.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/folder_development.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/folder_grey.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/folder_red.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/hdd_external_mount.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/hdd_external_unmount.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/html.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/image.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/javascript.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/midi.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/mime_empty.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/pdf.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/php.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/preferences_desktop.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/preferences_plugin.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/presentation.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/repo_child.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/sound.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/source_java.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/source_pl.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/spreadsheet.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/susehelpcenter.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/toggle_log.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/trashcan.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/trashcan_full.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/txt2.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/user.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/user_admin.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/user_child.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/user_group_new.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/user_guest.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/user_shared.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/video.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/word.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/x-office-calendar.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/yast_kuser.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64/zip.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/openfoldericon.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/overlays/12/bookmark.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/overlays/12/shared.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/overlays/8/bookmark.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/overlays/8/shared.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/overlays/share128.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/progress_bar.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/progress_bar_80.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/progress_box.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/progress_box_80.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/redled.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/slider-handle-vert.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/slider-handle.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/slider-track-bottom.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/slider-track-left.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/slider-track-right.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/slider-track-top.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/strip.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/tree-even-odd-bg.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/tree-odd-even-bg.png
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/vgrabber.gif
+%%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/yellowled.png
+%%WWWDIR%%/plugins/gui.ajax/widget_sample.html
+%%WWWDIR%%/plugins/gui.ios/ajxp-ios.js
+%%WWWDIR%%/plugins/gui.ios/class.IOSGuiPlugin.php
+%%WWWDIR%%/plugins/gui.ios/gui-ios.png
+%%WWWDIR%%/plugins/gui.ios/i18n/conf/en.php
+%%WWWDIR%%/plugins/gui.ios/i18n/conf/fr.php
+%%WWWDIR%%/plugins/gui.ios/i18n/en.php
+%%WWWDIR%%/plugins/gui.ios/i18n/fr.php
+%%WWWDIR%%/plugins/gui.ios/manifest.xml
+%%WWWDIR%%/plugins/gui.ios/plugin_doc.html
+%%WWWDIR%%/plugins/gui.light/ajxp-dl-later.js
+%%WWWDIR%%/plugins/gui.light/class.LightGuiPlugin.php
+%%WWWDIR%%/plugins/gui.light/close.html
+%%WWWDIR%%/plugins/gui.light/i18n/conf/en.php
+%%WWWDIR%%/plugins/gui.light/i18n/conf/fr.php
+%%WWWDIR%%/plugins/gui.light/manifest.xml
+%%WWWDIR%%/plugins/gui.light/plugin_doc.html
+%%WWWDIR%%/plugins/gui.mobile/ajxp-mobile.css
+%%WWWDIR%%/plugins/gui.mobile/ajxp-mobile.js
+%%WWWDIR%%/plugins/gui.mobile/class.MobileGuiPlugin.php
+%%WWWDIR%%/plugins/gui.mobile/gui-mobile.png
+%%WWWDIR%%/plugins/gui.mobile/i18n/conf/en.php
+%%WWWDIR%%/plugins/gui.mobile/i18n/conf/fr.php
+%%WWWDIR%%/plugins/gui.mobile/manifest.xml
+%%WWWDIR%%/plugins/gui.mobile/plugin_doc.html
+%%WWWDIR%%/plugins/index.html
+%%WWWDIR%%/plugins/index.lucene/Zend/Exception.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Exception.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Analysis/Analyzer.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Analysis/Analyzer/Common.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Analysis/Analyzer/Common/Text.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Analysis/Analyzer/Common/Text/CaseInsensitive.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Analysis/Analyzer/Common/TextNum.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Analysis/Analyzer/Common/TextNum/CaseInsensitive.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8/CaseInsensitive.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8Num.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8Num/CaseInsensitive.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Analysis/Token.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Analysis/TokenFilter.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Analysis/TokenFilter/LowerCase.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Analysis/TokenFilter/LowerCaseUtf8.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Analysis/TokenFilter/ShortWords.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Analysis/TokenFilter/StopWords.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Document.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Document/Docx.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Document/Exception.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Document/Html.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Document/OpenXml.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Document/Pptx.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Document/Xlsx.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Exception.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/FSM.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/FSMAction.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Field.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Index/DictionaryLoader.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Index/DocsFilter.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Index/FieldInfo.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Index/SegmentInfo.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Index/SegmentMerger.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Index/SegmentWriter.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Index/SegmentWriter/DocumentWriter.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Index/SegmentWriter/StreamWriter.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Index/Term.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Index/TermInfo.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Index/TermsPriorityQueue.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Index/TermsStream/Interface.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Index/Writer.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Interface.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/LockManager.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/MultiSearcher.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/PriorityQueue.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Proxy.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/BooleanExpressionRecognizer.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/Highlighter/Default.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/Highlighter/Interface.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/Query.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/Query/Boolean.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/Query/Empty.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/Query/Fuzzy.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/Query/Insignificant.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/Query/MultiTerm.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/Query/Phrase.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/Query/Preprocessing.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/Query/Preprocessing/Fuzzy.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/Query/Preprocessing/Phrase.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/Query/Preprocessing/Term.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/Query/Range.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/Query/Term.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/Query/Wildcard.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/QueryEntry.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/QueryEntry/Phrase.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/QueryEntry/Subquery.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/QueryEntry/Term.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/QueryHit.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/QueryLexer.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/QueryParser.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/QueryParserContext.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/QueryParserException.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/QueryToken.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/Similarity.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/Similarity/Default.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/Weight.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/Weight/Boolean.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/Weight/Empty.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/Weight/MultiTerm.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/Weight/Phrase.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/Weight/Term.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Storage/Directory.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Storage/Directory/Filesystem.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Storage/File.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Storage/File/Filesystem.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Storage/File/Memory.php
+%%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/TermStreamsPriorityQueue.php
+%%WWWDIR%%/plugins/index.lucene/class.AjxpLuceneIndexer.php
+%%WWWDIR%%/plugins/index.lucene/manifest.xml
+%%WWWDIR%%/plugins/index.lucene/plugin_doc.html
+%%WWWDIR%%/plugins/index.lucene/resources/i18n/conf/en.php
+%%WWWDIR%%/plugins/index.lucene/resources/i18n/conf/fr.php
+%%WWWDIR%%/plugins/index.lucene/resources/i18n/de.php
+%%WWWDIR%%/plugins/index.lucene/resources/i18n/en.php
+%%WWWDIR%%/plugins/index.lucene/resources/i18n/fr.php
+%%WWWDIR%%/plugins/index.lucene/resources/images/16/ark_view.png
+%%WWWDIR%%/plugins/index.lucene/resources/images/22/ark_view.png
+%%WWWDIR%%/plugins/index.lucene/resources/images/32/ark_view.png
+%%WWWDIR%%/plugins/log.sql/README.txt
+%%WWWDIR%%/plugins/log.sql/arrow_down_margin.png
+%%WWWDIR%%/plugins/log.sql/class.sqlLogDriver.php
+%%WWWDIR%%/plugins/log.sql/create.sql
+%%WWWDIR%%/plugins/log.sql/i18n/conf/en.php
+%%WWWDIR%%/plugins/log.sql/i18n/conf/fr.php
+%%WWWDIR%%/plugins/log.sql/manifest.xml
+%%WWWDIR%%/plugins/log.sql/plugin_doc.html
+%%WWWDIR%%/plugins/log.syslog/class.sysLogDriver.php
+%%WWWDIR%%/plugins/log.syslog/i18n/conf/en.php
+%%WWWDIR%%/plugins/log.syslog/i18n/conf/fr.php
+%%WWWDIR%%/plugins/log.syslog/manifest.xml
+%%WWWDIR%%/plugins/log.syslog/plugin_doc.html
+%%WWWDIR%%/plugins/log.text/class.textLogDriver.php
+%%WWWDIR%%/plugins/log.text/i18n/conf/en.php
+%%WWWDIR%%/plugins/log.text/i18n/conf/fr.php
+%%WWWDIR%%/plugins/log.text/manifest.xml
+%%WWWDIR%%/plugins/log.text/plugin_doc.html
+%%WWWDIR%%/plugins/meta.exif/class.ExifCellRenderer.js
+%%WWWDIR%%/plugins/meta.exif/class.ExifMetaManager.php
+%%WWWDIR%%/plugins/meta.exif/class.GeoConversion.php
+%%WWWDIR%%/plugins/meta.exif/i18n/conf/en.php
+%%WWWDIR%%/plugins/meta.exif/i18n/conf/fr.php
+%%WWWDIR%%/plugins/meta.exif/i18n/de.php
+%%WWWDIR%%/plugins/meta.exif/i18n/en.php
+%%WWWDIR%%/plugins/meta.exif/i18n/es.php
+%%WWWDIR%%/plugins/meta.exif/i18n/fr.php
+%%WWWDIR%%/plugins/meta.exif/i18n/si.php
+%%WWWDIR%%/plugins/meta.exif/manifest.xml
+%%WWWDIR%%/plugins/meta.exif/plugin_doc.html
+%%WWWDIR%%/plugins/meta.exif/world.png
+%%WWWDIR%%/plugins/meta.filehasher/class.FileHasher.php
+%%WWWDIR%%/plugins/meta.filehasher/i18n/conf/en.php
+%%WWWDIR%%/plugins/meta.filehasher/manifest.xml
+%%WWWDIR%%/plugins/meta.filehasher/plugin_doc.html
+%%WWWDIR%%/plugins/meta.git/class.GitManager.php
+%%WWWDIR%%/plugins/meta.git/class.HistoryBrowser.js
+%%WWWDIR%%/plugins/meta.git/i18n/conf/en.php
+%%WWWDIR%%/plugins/meta.git/i18n/conf/fr.php
+%%WWWDIR%%/plugins/meta.git/i18n/en.php
+%%WWWDIR%%/plugins/meta.git/i18n/fr.php
+%%WWWDIR%%/plugins/meta.git/images/actions/16/system_file_manager.png
+%%WWWDIR%%/plugins/meta.git/images/actions/22/system_file_manager.png
+%%WWWDIR%%/plugins/meta.git/images/actions/32/system_file_manager.png
+%%WWWDIR%%/plugins/meta.git/manifest.xml
+%%WWWDIR%%/plugins/meta.mount/class.FilesystemMounter.php
+%%WWWDIR%%/plugins/meta.mount/i18n/conf/en.php
+%%WWWDIR%%/plugins/meta.mount/manifest.xml
+%%WWWDIR%%/plugins/meta.mount/plugin_doc.html
+%%WWWDIR%%/plugins/meta.quota/class.QuotaComputer.php
+%%WWWDIR%%/plugins/meta.quota/i18n/conf/en.php
+%%WWWDIR%%/plugins/meta.quota/i18n/en.php
+%%WWWDIR%%/plugins/meta.quota/img/16/progressbar.png
+%%WWWDIR%%/plugins/meta.quota/img/22/progressbar.png
+%%WWWDIR%%/plugins/meta.quota/img/32/progressbar.png
+%%WWWDIR%%/plugins/meta.quota/manifest.xml
+%%WWWDIR%%/plugins/meta.quota/plugin_doc.html
+%%WWWDIR%%/plugins/meta.simple_lock/class.SimpleLockManager.php
+%%WWWDIR%%/plugins/meta.simple_lock/i18n/conf/en.php
+%%WWWDIR%%/plugins/meta.simple_lock/i18n/conf/fr.php
+%%WWWDIR%%/plugins/meta.simple_lock/i18n/en.php
+%%WWWDIR%%/plugins/meta.simple_lock/i18n/fr.php
+%%WWWDIR%%/plugins/meta.simple_lock/icons/12/lock.png
+%%WWWDIR%%/plugins/meta.simple_lock/icons/12/lock_my.png
+%%WWWDIR%%/plugins/meta.simple_lock/icons/16/lock.png
+%%WWWDIR%%/plugins/meta.simple_lock/icons/16/unlock.png
+%%WWWDIR%%/plugins/meta.simple_lock/icons/22/lock.png
+%%WWWDIR%%/plugins/meta.simple_lock/icons/22/unlock.png
+%%WWWDIR%%/plugins/meta.simple_lock/icons/32/lock.png
+%%WWWDIR%%/plugins/meta.simple_lock/icons/32/unlock.png
+%%WWWDIR%%/plugins/meta.simple_lock/icons/8/lock.png
+%%WWWDIR%%/plugins/meta.simple_lock/icons/8/lock_my.png
+%%WWWDIR%%/plugins/meta.simple_lock/manifest.xml
+%%WWWDIR%%/plugins/meta.simple_lock/plugin_doc.html
+%%WWWDIR%%/plugins/meta.svn/class.SVNLogger.js
+%%WWWDIR%%/plugins/meta.svn/class.SvnManager.php
+%%WWWDIR%%/plugins/meta.svn/i18n/conf/en.php
+%%WWWDIR%%/plugins/meta.svn/i18n/conf/fr.php
+%%WWWDIR%%/plugins/meta.svn/i18n/de.php
+%%WWWDIR%%/plugins/meta.svn/i18n/en.php
+%%WWWDIR%%/plugins/meta.svn/i18n/es.php
+%%WWWDIR%%/plugins/meta.svn/i18n/fr.php
+%%WWWDIR%%/plugins/meta.svn/i18n/si.php
+%%WWWDIR%%/plugins/meta.svn/images/actions/16/system_file_manager.png
+%%WWWDIR%%/plugins/meta.svn/images/actions/22/system_file_manager.png
+%%WWWDIR%%/plugins/meta.svn/images/actions/32/system_file_manager.png
+%%WWWDIR%%/plugins/meta.svn/manifest.xml
+%%WWWDIR%%/plugins/meta.svn/plugin_doc.html
+%%WWWDIR%%/plugins/meta.svn/svn_executor.inc.php
+%%WWWDIR%%/plugins/meta.svn/svn_lib.inc.php
+%%WWWDIR%%/plugins/meta.user/class.MetaCellRenderer.js
+%%WWWDIR%%/plugins/meta.user/class.UserMetaManager.php
+%%WWWDIR%%/plugins/meta.user/css/blue.png
+%%WWWDIR%%/plugins/meta.user/css/brown.png
+%%WWWDIR%%/plugins/meta.user/css/green.png
+%%WWWDIR%%/plugins/meta.user/css/grey.png
+%%WWWDIR%%/plugins/meta.user/css/labelsClasses.css
+%%WWWDIR%%/plugins/meta.user/css/purple.png
+%%WWWDIR%%/plugins/meta.user/css/red.png
+%%WWWDIR%%/plugins/meta.user/i18n/conf/en.php
+%%WWWDIR%%/plugins/meta.user/i18n/conf/fr.php
+%%WWWDIR%%/plugins/meta.user/i18n/de.php
+%%WWWDIR%%/plugins/meta.user/i18n/en.php
+%%WWWDIR%%/plugins/meta.user/i18n/es.php
+%%WWWDIR%%/plugins/meta.user/i18n/fi.php
+%%WWWDIR%%/plugins/meta.user/i18n/fr.php
+%%WWWDIR%%/plugins/meta.user/i18n/si.php
+%%WWWDIR%%/plugins/meta.user/img/16/tag.png
+%%WWWDIR%%/plugins/meta.user/img/22/tag.png
+%%WWWDIR%%/plugins/meta.user/img/32/tag.png
+%%WWWDIR%%/plugins/meta.user/img/48/tag.png
+%%WWWDIR%%/plugins/meta.user/img/64/tag.png
+%%WWWDIR%%/plugins/meta.user/manifest.xml
+%%WWWDIR%%/plugins/meta.user/plugin_doc.html
+%%WWWDIR%%/plugins/meta.user/rating.png
+%%WWWDIR%%/plugins/meta.user/rating_off.png
+%%WWWDIR%%/plugins/meta.user/rating_remove.png
+%%WWWDIR%%/plugins/metastore.s3/class.s3MetaStore.php
+%%WWWDIR%%/plugins/metastore.s3/i18n/conf/en.php
+%%WWWDIR%%/plugins/metastore.s3/i18n/conf/fr.php
+%%WWWDIR%%/plugins/metastore.s3/manifest.xml
+%%WWWDIR%%/plugins/metastore.s3/plugin_doc.html
+%%WWWDIR%%/plugins/metastore.serial/class.SerialMetaStore.php
+%%WWWDIR%%/plugins/metastore.serial/i18n/conf/en.php
+%%WWWDIR%%/plugins/metastore.serial/i18n/conf/fr.php
+%%WWWDIR%%/plugins/metastore.serial/manifest.xml
+%%WWWDIR%%/plugins/metastore.serial/plugin_doc.html
+%%WWWDIR%%/plugins/notify.phpmail-lite/class.NotifierFormEnricher.js
+%%WWWDIR%%/plugins/notify.phpmail-lite/class.PhpMailLiteNotifier.php
+%%WWWDIR%%/plugins/notify.phpmail-lite/conf.notify.phpmail-lite.inc
+%%WWWDIR%%/plugins/notify.phpmail-lite/i18n/conf/en.php
+%%WWWDIR%%/plugins/notify.phpmail-lite/i18n/conf/fr.php
+%%WWWDIR%%/plugins/notify.phpmail-lite/lib/class.phpmailer-lite.php
+%%WWWDIR%%/plugins/notify.phpmail-lite/manifest.xml
+%%WWWDIR%%/plugins/notify.phpmail-lite/plugin_doc.html
+%%WWWDIR%%/plugins/shorten.bitly/class.BitlyShortener.php
+%%WWWDIR%%/plugins/shorten.bitly/i18n/conf/en.php
+%%WWWDIR%%/plugins/shorten.bitly/i18n/conf/fr.php
+%%WWWDIR%%/plugins/shorten.bitly/manifest.xml
+%%WWWDIR%%/plugins/shorten.bitly/plugin_doc.html
+%%WWWDIR%%/plugins/uploader.flex/FlashFileUpload.swf
+%%WWWDIR%%/plugins/uploader.flex/class.FlexUploadProcessor.php
+%%WWWDIR%%/plugins/uploader.flex/flash_tpl.html
+%%WWWDIR%%/plugins/uploader.flex/i18n/conf/en.php
+%%WWWDIR%%/plugins/uploader.flex/i18n/conf/fr.php
+%%WWWDIR%%/plugins/uploader.flex/manifest.xml
+%%WWWDIR%%/plugins/uploader.flex/plugin_doc.html
+%%WWWDIR%%/plugins/uploader.html/class.MultiUploader.js
+%%WWWDIR%%/plugins/uploader.html/class.SimpleUploadProcessor.php
+%%WWWDIR%%/plugins/uploader.html/class.XHRUploader.js
+%%WWWDIR%%/plugins/uploader.html/dropzone.psd
+%%WWWDIR%%/plugins/uploader.html/i18n/conf/en.php
+%%WWWDIR%%/plugins/uploader.html/i18n/conf/fr.php
+%%WWWDIR%%/plugins/uploader.html/i18n/de-dropzone.png
+%%WWWDIR%%/plugins/uploader.html/i18n/en-dropzone.png
+%%WWWDIR%%/plugins/uploader.html/i18n/fi-dropzone.png
+%%WWWDIR%%/plugins/uploader.html/i18n/fr-dropzone.png
+%%WWWDIR%%/plugins/uploader.html/i18n/si-dropzone.png
+%%WWWDIR%%/plugins/uploader.html/manifest.xml
+%%WWWDIR%%/plugins/uploader.html/plugin_doc.html
+%%WWWDIR%%/plugins/uploader.jumploader/class.JumploaderProcessor.php
+%%WWWDIR%%/plugins/uploader.jumploader/i18n/conf/en.php
+%%WWWDIR%%/plugins/uploader.jumploader/i18n/conf/fr.php
+%%WWWDIR%%/plugins/uploader.jumploader/jumploader_tpl.html
+%%WWWDIR%%/plugins/uploader.jumploader/manifest.xml
+%%WWWDIR%%/plugins/uploader.jumploader/plugin_doc.html
+%%WWWDIR%%/publicLet.inc.php
+%%WWWDIR%%/runTests.php
+@dirrm %%WWWDIR%%/plugins/uploader.jumploader/i18n/conf
+@dirrm %%WWWDIR%%/plugins/uploader.jumploader/i18n
+@dirrm %%WWWDIR%%/plugins/uploader.jumploader
+@dirrm %%WWWDIR%%/plugins/uploader.html/i18n/conf
+@dirrm %%WWWDIR%%/plugins/uploader.html/i18n
+@dirrm %%WWWDIR%%/plugins/uploader.html
+@dirrm %%WWWDIR%%/plugins/uploader.flex/i18n/conf
+@dirrm %%WWWDIR%%/plugins/uploader.flex/i18n
+@dirrm %%WWWDIR%%/plugins/uploader.flex
+@dirrm %%WWWDIR%%/plugins/shorten.bitly/i18n/conf
+@dirrm %%WWWDIR%%/plugins/shorten.bitly/i18n
+@dirrm %%WWWDIR%%/plugins/shorten.bitly
+@dirrm %%WWWDIR%%/plugins/notify.phpmail-lite/lib
+@dirrm %%WWWDIR%%/plugins/notify.phpmail-lite/i18n/conf
+@dirrm %%WWWDIR%%/plugins/notify.phpmail-lite/i18n
+@dirrm %%WWWDIR%%/plugins/notify.phpmail-lite
+@dirrm %%WWWDIR%%/plugins/metastore.serial/i18n/conf
+@dirrm %%WWWDIR%%/plugins/metastore.serial/i18n
+@dirrm %%WWWDIR%%/plugins/metastore.serial
+@dirrm %%WWWDIR%%/plugins/metastore.s3/i18n/conf
+@dirrm %%WWWDIR%%/plugins/metastore.s3/i18n
+@dirrm %%WWWDIR%%/plugins/metastore.s3
+@dirrm %%WWWDIR%%/plugins/meta.user/img/64
+@dirrm %%WWWDIR%%/plugins/meta.user/img/48
+@dirrm %%WWWDIR%%/plugins/meta.user/img/32
+@dirrm %%WWWDIR%%/plugins/meta.user/img/22
+@dirrm %%WWWDIR%%/plugins/meta.user/img/16
+@dirrm %%WWWDIR%%/plugins/meta.user/img
+@dirrm %%WWWDIR%%/plugins/meta.user/i18n/conf
+@dirrm %%WWWDIR%%/plugins/meta.user/i18n
+@dirrm %%WWWDIR%%/plugins/meta.user/css
+@dirrm %%WWWDIR%%/plugins/meta.user
+@dirrm %%WWWDIR%%/plugins/meta.svn/images/actions/32
+@dirrm %%WWWDIR%%/plugins/meta.svn/images/actions/22
+@dirrm %%WWWDIR%%/plugins/meta.svn/images/actions/16
+@dirrm %%WWWDIR%%/plugins/meta.svn/images/actions
+@dirrm %%WWWDIR%%/plugins/meta.svn/images
+@dirrm %%WWWDIR%%/plugins/meta.svn/i18n/conf
+@dirrm %%WWWDIR%%/plugins/meta.svn/i18n
+@dirrm %%WWWDIR%%/plugins/meta.svn
+@dirrm %%WWWDIR%%/plugins/meta.simple_lock/icons/8
+@dirrm %%WWWDIR%%/plugins/meta.simple_lock/icons/32
+@dirrm %%WWWDIR%%/plugins/meta.simple_lock/icons/22
+@dirrm %%WWWDIR%%/plugins/meta.simple_lock/icons/16
+@dirrm %%WWWDIR%%/plugins/meta.simple_lock/icons/12
+@dirrm %%WWWDIR%%/plugins/meta.simple_lock/icons
+@dirrm %%WWWDIR%%/plugins/meta.simple_lock/i18n/conf
+@dirrm %%WWWDIR%%/plugins/meta.simple_lock/i18n
+@dirrm %%WWWDIR%%/plugins/meta.simple_lock
+@dirrm %%WWWDIR%%/plugins/meta.quota/img/32
+@dirrm %%WWWDIR%%/plugins/meta.quota/img/22
+@dirrm %%WWWDIR%%/plugins/meta.quota/img/16
+@dirrm %%WWWDIR%%/plugins/meta.quota/img
+@dirrm %%WWWDIR%%/plugins/meta.quota/i18n/conf
+@dirrm %%WWWDIR%%/plugins/meta.quota/i18n
+@dirrm %%WWWDIR%%/plugins/meta.quota
+@dirrm %%WWWDIR%%/plugins/meta.mount/i18n/conf
+@dirrm %%WWWDIR%%/plugins/meta.mount/i18n
+@dirrm %%WWWDIR%%/plugins/meta.mount
+@dirrm %%WWWDIR%%/plugins/meta.git/images/actions/32
+@dirrm %%WWWDIR%%/plugins/meta.git/images/actions/22
+@dirrm %%WWWDIR%%/plugins/meta.git/images/actions/16
+@dirrm %%WWWDIR%%/plugins/meta.git/images/actions
+@dirrm %%WWWDIR%%/plugins/meta.git/images
+@dirrm %%WWWDIR%%/plugins/meta.git/i18n/conf
+@dirrm %%WWWDIR%%/plugins/meta.git/i18n
+@dirrm %%WWWDIR%%/plugins/meta.git
+@dirrm %%WWWDIR%%/plugins/meta.filehasher/i18n/conf
+@dirrm %%WWWDIR%%/plugins/meta.filehasher/i18n
+@dirrm %%WWWDIR%%/plugins/meta.filehasher
+@dirrm %%WWWDIR%%/plugins/meta.exif/i18n/conf
+@dirrm %%WWWDIR%%/plugins/meta.exif/i18n
+@dirrm %%WWWDIR%%/plugins/meta.exif
+@dirrm %%WWWDIR%%/plugins/log.text/i18n/conf
+@dirrm %%WWWDIR%%/plugins/log.text/i18n
+@dirrm %%WWWDIR%%/plugins/log.text
+@dirrm %%WWWDIR%%/plugins/log.syslog/i18n/conf
+@dirrm %%WWWDIR%%/plugins/log.syslog/i18n
+@dirrm %%WWWDIR%%/plugins/log.syslog
+@dirrm %%WWWDIR%%/plugins/log.sql/i18n/conf
+@dirrm %%WWWDIR%%/plugins/log.sql/i18n
+@dirrm %%WWWDIR%%/plugins/log.sql
+@dirrm %%WWWDIR%%/plugins/index.lucene/resources/images/32
+@dirrm %%WWWDIR%%/plugins/index.lucene/resources/images/22
+@dirrm %%WWWDIR%%/plugins/index.lucene/resources/images/16
+@dirrm %%WWWDIR%%/plugins/index.lucene/resources/images
+@dirrm %%WWWDIR%%/plugins/index.lucene/resources/i18n/conf
+@dirrm %%WWWDIR%%/plugins/index.lucene/resources/i18n
+@dirrm %%WWWDIR%%/plugins/index.lucene/resources
+@dirrm %%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Storage/File
+@dirrm %%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Storage/Directory
+@dirrm %%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Storage
+@dirrm %%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/Weight
+@dirrm %%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/Similarity
+@dirrm %%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/QueryEntry
+@dirrm %%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/Query/Preprocessing
+@dirrm %%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/Query
+@dirrm %%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search/Highlighter
+@dirrm %%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Search
+@dirrm %%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Index/TermsStream
+@dirrm %%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Index/SegmentWriter
+@dirrm %%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Index
+@dirrm %%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Document
+@dirrm %%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Analysis/TokenFilter
+@dirrm %%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8Num
+@dirrm %%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8
+@dirrm %%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Analysis/Analyzer/Common/TextNum
+@dirrm %%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Analysis/Analyzer/Common/Text
+@dirrm %%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Analysis/Analyzer/Common
+@dirrm %%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Analysis/Analyzer
+@dirrm %%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene/Analysis
+@dirrm %%WWWDIR%%/plugins/index.lucene/Zend/Search/Lucene
+@dirrm %%WWWDIR%%/plugins/index.lucene/Zend/Search
+@dirrm %%WWWDIR%%/plugins/index.lucene/Zend
+@dirrm %%WWWDIR%%/plugins/index.lucene
+@dirrm %%WWWDIR%%/plugins/gui.mobile/i18n/conf
+@dirrm %%WWWDIR%%/plugins/gui.mobile/i18n
+@dirrm %%WWWDIR%%/plugins/gui.mobile
+@dirrm %%WWWDIR%%/plugins/gui.light/i18n/conf
+@dirrm %%WWWDIR%%/plugins/gui.light/i18n
+@dirrm %%WWWDIR%%/plugins/gui.light
+@dirrm %%WWWDIR%%/plugins/gui.ios/i18n/conf
+@dirrm %%WWWDIR%%/plugins/gui.ios/i18n
+@dirrm %%WWWDIR%%/plugins/gui.ios
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/overlays/8
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/overlays/12
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/overlays
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/64
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes/16
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/mimes
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/i18n
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/32
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/22
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions/16
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images/actions
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/images
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/html
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/css/pnghack
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/css/pie
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/themes/umbra/css
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/themes/umbra
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/overlays/8
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/overlays/12
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/overlays
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/64
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes/16
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/mimes
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/i18n
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/32
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/22
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions/16
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images/actions
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/images
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/css/pnghack
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen/css
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/themes/oxygen
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/themes
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/js/lib/xpath
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/js/lib/webfx
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/js/lib/scriptaculous/src
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/js/lib/scriptaculous
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/js/lib/prototype
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/js/lib/modernizr
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/js/lib/md5
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/js/lib/leightbox
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/js/lib
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer/interfaces
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/js/ajaxplorer
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/js
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/i18n/conf
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/i18n
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res/html
+@dirrm %%WWWDIR%%/plugins/gui.ajax/res
+@dirrm %%WWWDIR%%/plugins/gui.ajax
+@dirrm %%WWWDIR%%/plugins/editor.zoho/images/mimes/64
+@dirrm %%WWWDIR%%/plugins/editor.zoho/images/mimes/16
+@dirrm %%WWWDIR%%/plugins/editor.zoho/images/mimes
+@dirrm %%WWWDIR%%/plugins/editor.zoho/images
+@dirrm %%WWWDIR%%/plugins/editor.zoho/i18n/conf
+@dirrm %%WWWDIR%%/plugins/editor.zoho/i18n
+@dirrm %%WWWDIR%%/plugins/editor.zoho/agent/files
+@dirrm %%WWWDIR%%/plugins/editor.zoho/agent
+@dirrm %%WWWDIR%%/plugins/editor.zoho
+@dirrm %%WWWDIR%%/plugins/editor.video/video-js
+@dirrm %%WWWDIR%%/plugins/editor.video/i18n/conf
+@dirrm %%WWWDIR%%/plugins/editor.video/i18n
+@dirrm %%WWWDIR%%/plugins/editor.video
+@dirrm %%WWWDIR%%/plugins/editor.text/i18n/conf
+@dirrm %%WWWDIR%%/plugins/editor.text/i18n
+@dirrm %%WWWDIR%%/plugins/editor.text
+@dirrm %%WWWDIR%%/plugins/editor.soundmanager/sm/swf
+@dirrm %%WWWDIR%%/plugins/editor.soundmanager/sm/script
+@dirrm %%WWWDIR%%/plugins/editor.soundmanager/sm/360-player/script
+@dirrm %%WWWDIR%%/plugins/editor.soundmanager/sm/360-player
+@dirrm %%WWWDIR%%/plugins/editor.soundmanager/sm
+@dirrm %%WWWDIR%%/plugins/editor.soundmanager/i18n/conf
+@dirrm %%WWWDIR%%/plugins/editor.soundmanager/i18n
+@dirrm %%WWWDIR%%/plugins/editor.soundmanager
+@dirrm %%WWWDIR%%/plugins/editor.pixlr/images/actions/32
+@dirrm %%WWWDIR%%/plugins/editor.pixlr/images/actions/22
+@dirrm %%WWWDIR%%/plugins/editor.pixlr/images/actions/16
+@dirrm %%WWWDIR%%/plugins/editor.pixlr/images/actions
+@dirrm %%WWWDIR%%/plugins/editor.pixlr/images
+@dirrm %%WWWDIR%%/plugins/editor.pixlr/i18n/conf
+@dirrm %%WWWDIR%%/plugins/editor.pixlr/i18n
+@dirrm %%WWWDIR%%/plugins/editor.pixlr
+@dirrm %%WWWDIR%%/plugins/editor.other/resources/images/actions/32
+@dirrm %%WWWDIR%%/plugins/editor.other/resources/images/actions/22
+@dirrm %%WWWDIR%%/plugins/editor.other/resources/images/actions/16
+@dirrm %%WWWDIR%%/plugins/editor.other/resources/images/actions
+@dirrm %%WWWDIR%%/plugins/editor.other/resources/images
+@dirrm %%WWWDIR%%/plugins/editor.other/resources/i18n/conf
+@dirrm %%WWWDIR%%/plugins/editor.other/resources/i18n
+@dirrm %%WWWDIR%%/plugins/editor.other/resources
+@dirrm %%WWWDIR%%/plugins/editor.other
+@dirrm %%WWWDIR%%/plugins/editor.openlayer/openlayer/theme/default/img
+@dirrm %%WWWDIR%%/plugins/editor.openlayer/openlayer/theme/default
+@dirrm %%WWWDIR%%/plugins/editor.openlayer/openlayer/theme
+@dirrm %%WWWDIR%%/plugins/editor.openlayer/openlayer/img
+@dirrm %%WWWDIR%%/plugins/editor.openlayer/openlayer
+@dirrm %%WWWDIR%%/plugins/editor.openlayer/i18n/conf
+@dirrm %%WWWDIR%%/plugins/editor.openlayer/i18n
+@dirrm %%WWWDIR%%/plugins/editor.openlayer
+@dirrm %%WWWDIR%%/plugins/editor.imagick/i18n/conf
+@dirrm %%WWWDIR%%/plugins/editor.imagick/i18n
+@dirrm %%WWWDIR%%/plugins/editor.imagick
+@dirrm %%WWWDIR%%/plugins/editor.exif/images/actions/32
+@dirrm %%WWWDIR%%/plugins/editor.exif/images/actions/22
+@dirrm %%WWWDIR%%/plugins/editor.exif/images/actions/16
+@dirrm %%WWWDIR%%/plugins/editor.exif/images/actions
+@dirrm %%WWWDIR%%/plugins/editor.exif/images
+@dirrm %%WWWDIR%%/plugins/editor.exif/i18n/conf
+@dirrm %%WWWDIR%%/plugins/editor.exif/i18n
+@dirrm %%WWWDIR%%/plugins/editor.exif
+@dirrm %%WWWDIR%%/plugins/editor.eml/img/64
+@dirrm %%WWWDIR%%/plugins/editor.eml/img/16
+@dirrm %%WWWDIR%%/plugins/editor.eml/img
+@dirrm %%WWWDIR%%/plugins/editor.eml/i18n/conf
+@dirrm %%WWWDIR%%/plugins/editor.eml/i18n
+@dirrm %%WWWDIR%%/plugins/editor.eml
+@dirrm %%WWWDIR%%/plugins/editor.diaporama/i18n/conf
+@dirrm %%WWWDIR%%/plugins/editor.diaporama/i18n
+@dirrm %%WWWDIR%%/plugins/editor.diaporama
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/img
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/i18n/conf
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/i18n
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/css
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/CodeMirror/js
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/CodeMirror/css
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/xquery/js
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/xquery/css
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/xquery
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/sql/js
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/sql/css
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/sql
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/scheme/js
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/scheme/css
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/scheme
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/python/js
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/python/css
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/python
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/plsql/js
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/plsql/css
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/plsql
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/php/js
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/php/css
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/php
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/ometa/js
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/ometa/css
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/ometa
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/lua/js
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/lua/css
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/lua
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/java/js
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/java/css
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/java
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/groovy
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/freemarker/js
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/freemarker/css
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/freemarker
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/csharp/js
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/csharp/css
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib/csharp
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/CodeMirror/contrib
+@dirrm %%WWWDIR%%/plugins/editor.codemirror/CodeMirror
+@dirrm %%WWWDIR%%/plugins/editor.codemirror
+@dirrm %%WWWDIR%%/plugins/editor.ckeditor/i18n/conf
+@dirrm %%WWWDIR%%/plugins/editor.ckeditor/i18n
+@dirrm %%WWWDIR%%/plugins/editor.ckeditor
+@dirrm %%WWWDIR%%/plugins/editor.browser/resources/other
+@dirrm %%WWWDIR%%/plugins/editor.browser/resources/images/actions/32
+@dirrm %%WWWDIR%%/plugins/editor.browser/resources/images/actions/22
+@dirrm %%WWWDIR%%/plugins/editor.browser/resources/images/actions/16
+@dirrm %%WWWDIR%%/plugins/editor.browser/resources/images/actions
+@dirrm %%WWWDIR%%/plugins/editor.browser/resources/images
+@dirrm %%WWWDIR%%/plugins/editor.browser/resources/i18n
+@dirrm %%WWWDIR%%/plugins/editor.browser/resources
+@dirrm %%WWWDIR%%/plugins/editor.browser
+@dirrm %%WWWDIR%%/plugins/editor.audio/i18n/conf
+@dirrm %%WWWDIR%%/plugins/editor.audio/i18n
+@dirrm %%WWWDIR%%/plugins/editor.audio
+@dirrm %%WWWDIR%%/plugins/downloader.http/resources/images/64
+@dirrm %%WWWDIR%%/plugins/downloader.http/resources/images/32
+@dirrm %%WWWDIR%%/plugins/downloader.http/resources/images/22
+@dirrm %%WWWDIR%%/plugins/downloader.http/resources/images/16
+@dirrm %%WWWDIR%%/plugins/downloader.http/resources/images
+@dirrm %%WWWDIR%%/plugins/downloader.http/resources/i18n
+@dirrm %%WWWDIR%%/plugins/downloader.http/resources
+@dirrm %%WWWDIR%%/plugins/downloader.http/bookmarklet
+@dirrm %%WWWDIR%%/plugins/downloader.http
+@dirrm %%WWWDIR%%/plugins/core.uploader/i18n/conf
+@dirrm %%WWWDIR%%/plugins/core.uploader/i18n
+@dirrm %%WWWDIR%%/plugins/core.uploader
+@dirrm %%WWWDIR%%/plugins/core.metastore
+@dirrm %%WWWDIR%%/plugins/core.log
+@dirrm %%WWWDIR%%/plugins/core.conf/i18n/conf
+@dirrm %%WWWDIR%%/plugins/core.conf/i18n
+@dirrm %%WWWDIR%%/plugins/core.conf
+@dirrm %%WWWDIR%%/plugins/core.auth/i18n/conf
+@dirrm %%WWWDIR%%/plugins/core.auth/i18n
+@dirrm %%WWWDIR%%/plugins/core.auth
+@dirrm %%WWWDIR%%/plugins/core.ajaxplorer/i18n/conf
+@dirrm %%WWWDIR%%/plugins/core.ajaxplorer/i18n
+@dirrm %%WWWDIR%%/plugins/core.ajaxplorer
+@dirrm %%WWWDIR%%/plugins/core.access
+@dirrm %%WWWDIR%%/plugins/conf.sql/i18n/conf
+@dirrm %%WWWDIR%%/plugins/conf.sql/i18n
+@dirrm %%WWWDIR%%/plugins/conf.sql
+@dirrm %%WWWDIR%%/plugins/conf.serial/i18n/conf
+@dirrm %%WWWDIR%%/plugins/conf.serial/i18n
+@dirrm %%WWWDIR%%/plugins/conf.serial
+@dirrm %%WWWDIR%%/plugins/auth.sql/i18n/conf
+@dirrm %%WWWDIR%%/plugins/auth.sql/i18n
+@dirrm %%WWWDIR%%/plugins/auth.sql
+@dirrm %%WWWDIR%%/plugins/auth.smb/i18n/conf
+@dirrm %%WWWDIR%%/plugins/auth.smb/i18n
+@dirrm %%WWWDIR%%/plugins/auth.smb
+@dirrm %%WWWDIR%%/plugins/auth.serial/i18n/conf
+@dirrm %%WWWDIR%%/plugins/auth.serial/i18n
+@dirrm %%WWWDIR%%/plugins/auth.serial
+@dirrm %%WWWDIR%%/plugins/auth.remote_ajxp/i18n/conf
+@dirrm %%WWWDIR%%/plugins/auth.remote_ajxp/i18n
+@dirrm %%WWWDIR%%/plugins/auth.remote_ajxp
+@dirrm %%WWWDIR%%/plugins/auth.remote/i18n/conf
+@dirrm %%WWWDIR%%/plugins/auth.remote/i18n
+@dirrm %%WWWDIR%%/plugins/auth.remote
+@dirrm %%WWWDIR%%/plugins/auth.multi/i18n/conf
+@dirrm %%WWWDIR%%/plugins/auth.multi/i18n
+@dirrm %%WWWDIR%%/plugins/auth.multi
+@dirrm %%WWWDIR%%/plugins/auth.ldap/i18n/conf
+@dirrm %%WWWDIR%%/plugins/auth.ldap/i18n
+@dirrm %%WWWDIR%%/plugins/auth.ldap
+@dirrm %%WWWDIR%%/plugins/auth.ftp/i18n/conf
+@dirrm %%WWWDIR%%/plugins/auth.ftp/i18n
+@dirrm %%WWWDIR%%/plugins/auth.ftp
+@dirrm %%WWWDIR%%/plugins/auth.basic_http/i18n/conf
+@dirrm %%WWWDIR%%/plugins/auth.basic_http/i18n
+@dirrm %%WWWDIR%%/plugins/auth.basic_http
+@dirrm %%WWWDIR%%/plugins/action.updater/i18n/conf
+@dirrm %%WWWDIR%%/plugins/action.updater/i18n
+@dirrm %%WWWDIR%%/plugins/action.updater
+@dirrm %%WWWDIR%%/plugins/action.skeleton/res/images/22
+@dirrm %%WWWDIR%%/plugins/action.skeleton/res/images/16
+@dirrm %%WWWDIR%%/plugins/action.skeleton/res/images
+@dirrm %%WWWDIR%%/plugins/action.skeleton/res/i18n/conf
+@dirrm %%WWWDIR%%/plugins/action.skeleton/res/i18n
+@dirrm %%WWWDIR%%/plugins/action.skeleton/res
+@dirrm %%WWWDIR%%/plugins/action.skeleton
+@dirrm %%WWWDIR%%/plugins/action.share/res/i18n/conf
+@dirrm %%WWWDIR%%/plugins/action.share/res/i18n
+@dirrm %%WWWDIR%%/plugins/action.share/res
+@dirrm %%WWWDIR%%/plugins/action.share
+@dirrm %%WWWDIR%%/plugins/action.scheduler/icons/64
+@dirrm %%WWWDIR%%/plugins/action.scheduler/icons/22
+@dirrm %%WWWDIR%%/plugins/action.scheduler/icons/16
+@dirrm %%WWWDIR%%/plugins/action.scheduler/icons
+@dirrm %%WWWDIR%%/plugins/action.scheduler/i18n
+@dirrm %%WWWDIR%%/plugins/action.scheduler
+@dirrm %%WWWDIR%%/plugins/action.powerfs/i18n/conf
+@dirrm %%WWWDIR%%/plugins/action.powerfs/i18n
+@dirrm %%WWWDIR%%/plugins/action.powerfs
+@dirrm %%WWWDIR%%/plugins/access.webdav/i18n/conf
+@dirrm %%WWWDIR%%/plugins/access.webdav/i18n
+@dirrm %%WWWDIR%%/plugins/access.webdav
+@dirrm %%WWWDIR%%/plugins/access.smb/i18n/conf
+@dirrm %%WWWDIR%%/plugins/access.smb/i18n
+@dirrm %%WWWDIR%%/plugins/access.smb
+@dirrm %%WWWDIR%%/plugins/access.sftp/i18n/conf
+@dirrm %%WWWDIR%%/plugins/access.sftp/i18n
+@dirrm %%WWWDIR%%/plugins/access.sftp
+@dirrm %%WWWDIR%%/plugins/access.s3/i18n/conf
+@dirrm %%WWWDIR%%/plugins/access.s3/i18n
+@dirrm %%WWWDIR%%/plugins/access.s3/aS3StreamWrapper/lib/wrapper
+@exec mkdir -p %B/plugins/access.s3/aS3StreamWrapper/lib/vendor
+@dirrm %%WWWDIR%%/plugins/access.s3/aS3StreamWrapper/lib/vendor
+@dirrm %%WWWDIR%%/plugins/access.s3/aS3StreamWrapper/lib
+@dirrm %%WWWDIR%%/plugins/access.s3/aS3StreamWrapper
+@dirrm %%WWWDIR%%/plugins/access.s3
+@dirrm %%WWWDIR%%/plugins/access.remote_fs/i18n/conf
+@dirrm %%WWWDIR%%/plugins/access.remote_fs/i18n
+@dirrm %%WWWDIR%%/plugins/access.remote_fs
+@dirrm %%WWWDIR%%/plugins/access.mysql/resources/js
+@exec mkdir -p %B/plugins/access.mysql/resources/images/mimes/64
+@dirrm %%WWWDIR%%/plugins/access.mysql/resources/images/mimes/64
+@dirrm %%WWWDIR%%/plugins/access.mysql/resources/images/mimes/16
+@dirrm %%WWWDIR%%/plugins/access.mysql/resources/images/mimes
+@dirrm %%WWWDIR%%/plugins/access.mysql/resources/images/actions/22
+@dirrm %%WWWDIR%%/plugins/access.mysql/resources/images/actions/16
+@dirrm %%WWWDIR%%/plugins/access.mysql/resources/images/actions
+@dirrm %%WWWDIR%%/plugins/access.mysql/resources/images
+@dirrm %%WWWDIR%%/plugins/access.mysql/resources/i18n/conf
+@dirrm %%WWWDIR%%/plugins/access.mysql/resources/i18n
+@dirrm %%WWWDIR%%/plugins/access.mysql/resources/css
+@dirrm %%WWWDIR%%/plugins/access.mysql/resources
+@dirrm %%WWWDIR%%/plugins/access.mysql
+@dirrm %%WWWDIR%%/plugins/access.imap/resources/images/64
+@dirrm %%WWWDIR%%/plugins/access.imap/resources/images/32
+@dirrm %%WWWDIR%%/plugins/access.imap/resources/images/22
+@dirrm %%WWWDIR%%/plugins/access.imap/resources/images/16
+@dirrm %%WWWDIR%%/plugins/access.imap/resources/images
+@dirrm %%WWWDIR%%/plugins/access.imap/resources/i18n/conf
+@dirrm %%WWWDIR%%/plugins/access.imap/resources/i18n
+@dirrm %%WWWDIR%%/plugins/access.imap/resources
+@dirrm %%WWWDIR%%/plugins/access.imap
+@dirrm %%WWWDIR%%/plugins/access.ftp/i18n/conf
+@dirrm %%WWWDIR%%/plugins/access.ftp/i18n
+@dirrm %%WWWDIR%%/plugins/access.ftp
+@dirrm %%WWWDIR%%/plugins/access.fs/i18n/conf
+@dirrm %%WWWDIR%%/plugins/access.fs/i18n
+@dirrm %%WWWDIR%%/plugins/access.fs
+@dirrm %%WWWDIR%%/plugins/access.dropbox/i18n/conf
+@dirrm %%WWWDIR%%/plugins/access.dropbox/i18n
+@dirrm %%WWWDIR%%/plugins/access.dropbox/dropbox-php/OAuth
+@dirrm %%WWWDIR%%/plugins/access.dropbox/dropbox-php/Exception
+@dirrm %%WWWDIR%%/plugins/access.dropbox/dropbox-php
+@dirrm %%WWWDIR%%/plugins/access.dropbox
+@dirrm %%WWWDIR%%/plugins/access.ajxp_shared/i18n
+@dirrm %%WWWDIR%%/plugins/access.ajxp_shared
+@dirrm %%WWWDIR%%/plugins/access.ajxp_conf/i18n
+@dirrm %%WWWDIR%%/plugins/access.ajxp_conf
+@dirrm %%WWWDIR%%/plugins
+@dirrmtry %%WWWDIR%%/data/tmp
+@dirrmtry %%WWWDIR%%/data/public
+@dirrmtry %%WWWDIR%%/data/plugins/conf.serial
+@dirrmtry %%WWWDIR%%/data/plugins/auth.serial
+@dirrmtry %%WWWDIR%%/data/plugins
+@dirrmtry %%WWWDIR%%/data/personal
+@dirrmtry %%WWWDIR%%/data/logs
+@exec mkdir -p %B/data/files/recycle_bin
+@dirrmtry %%WWWDIR%%/data/files/recycle_bin
+@dirrmtry %%WWWDIR%%/data/files
+@dirrmtry %%WWWDIR%%/data/cache
+@dirrmtry %%WWWDIR%%/data
+@dirrm %%WWWDIR%%/core/tests
+@dirrm %%WWWDIR%%/core/doc
+@dirrm %%WWWDIR%%/core/classes/securimage/words
+@dirrm %%WWWDIR%%/core/classes/securimage/images
+@dirrm %%WWWDIR%%/core/classes/securimage/gdfonts
+@dirrm %%WWWDIR%%/core/classes/securimage
+@dirrm %%WWWDIR%%/core/classes/packer
+@dirrm %%WWWDIR%%/core/classes/http_class
+@dirrm %%WWWDIR%%/core/classes/ezc/autoload
+@dirrm %%WWWDIR%%/core/classes/ezc/Webdav/transports/property_handlers
+@dirrm %%WWWDIR%%/core/classes/ezc/Webdav/transports
+@dirrm %%WWWDIR%%/core/classes/ezc/Webdav/tools
+@dirrm %%WWWDIR%%/core/classes/ezc/Webdav/structs
+@dirrm %%WWWDIR%%/core/classes/ezc/Webdav/responses
+@dirrm %%WWWDIR%%/core/classes/ezc/Webdav/requests/content
+@dirrm %%WWWDIR%%/core/classes/ezc/Webdav/requests
+@dirrm %%WWWDIR%%/core/classes/ezc/Webdav/property_storages
+@dirrm %%WWWDIR%%/core/classes/ezc/Webdav/properties
+@dirrm %%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/structs
+@dirrm %%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/responses
+@dirrm %%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/requests/content
+@dirrm %%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/requests
+@dirrm %%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/properties
+@dirrm %%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/interfaces
+@dirrm %%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/header
+@dirrm %%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/handlers
+@dirrm %%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/exceptions
+@dirrm %%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/check_observers
+@dirrm %%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock/administration
+@dirrm %%WWWDIR%%/core/classes/ezc/Webdav/plugins/lock
+@dirrm %%WWWDIR%%/core/classes/ezc/Webdav/plugins
+@dirrm %%WWWDIR%%/core/classes/ezc/Webdav/path_factories
+@dirrm %%WWWDIR%%/core/classes/ezc/Webdav/options
+@dirrm %%WWWDIR%%/core/classes/ezc/Webdav/interfaces/backend
+@dirrm %%WWWDIR%%/core/classes/ezc/Webdav/interfaces
+@dirrm %%WWWDIR%%/core/classes/ezc/Webdav/exceptions
+@dirrm %%WWWDIR%%/core/classes/ezc/Webdav/backends
+@dirrm %%WWWDIR%%/core/classes/ezc/Webdav/auth
+@dirrm %%WWWDIR%%/core/classes/ezc/Webdav
+@dirrm %%WWWDIR%%/core/classes/ezc/Base/structs
+@dirrm %%WWWDIR%%/core/classes/ezc/Base/options
+@dirrm %%WWWDIR%%/core/classes/ezc/Base/metadata
+@dirrm %%WWWDIR%%/core/classes/ezc/Base/interfaces
+@dirrm %%WWWDIR%%/core/classes/ezc/Base/exceptions
+@dirrm %%WWWDIR%%/core/classes/ezc/Base
+@dirrm %%WWWDIR%%/core/classes/ezc
+@dirrm %%WWWDIR%%/core/classes
+@dirrm %%WWWDIR%%/core
+@dirrm %%WWWDIR%%/conf/templates
+@dirrm %%WWWDIR%%/conf
+@dirrmtry %%WWWDIR%%