Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 May 2014 15:38:28 -0400 (EDT)
From:      "J.R. Oldroyd" <fbsd@opal.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/189627: www/webtrees: update to 1.5.3, add staging support
Message-ID:  <201405101938.s4AJcSXt011354@shibato.opal.com>
Resent-Message-ID: <201405101950.s4AJo1Gh077991@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         189627
>Category:       ports
>Synopsis:       www/webtrees: update to 1.5.3, add staging support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 10 19:50:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     J.R. Oldroyd
>Release:        FreeBSD 10.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD xx.opal.com 10.0-STABLE FreeBSD 10.0-STABLE #1 r265233M: Fri May 2 23:31:19 EDT 2014 xx@xx.opal.com:/usr/src/sys/amd64/compile/VT amd64
>Description:
www/webtrees: update to 1.5.3, add staging support
>How-To-Repeat:
>Fix:
diff -ruN /usr/ports/www/webtrees/Makefile www/webtrees/Makefile
--- /usr/ports/www/webtrees/Makefile	2014-03-11 16:28:36.000000000 -0400
+++ www/webtrees/Makefile	2014-05-10 15:08:39.000000000 -0400
@@ -2,7 +2,7 @@
 # $FreeBSD: head/www/webtrees/Makefile 347929 2014-03-11 20:28:36Z antoine $
 
 PORTNAME=	webtrees
-PORTVERSION=	1.0.6
+PORTVERSION=	1.5.3
 CATEGORIES=	www
 MASTER_SITES=	http://launchpad.net/${PORTNAME}/${PORTVERSION:C/\.[0-9]*$//}/${PORTVERSION}/+download/
 
@@ -18,22 +18,16 @@
 
 SUB_FILES=	pkg-message pkg-deinstall
 
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
-
-post-extract:
-	@# remove files with mis-encoded filenames; these have been dropepd from
-	@# the project's svn and will no longer be present in the 1.0.7 version
-	@${RM} ${WRKSRC}/${PORTNAME}/places/ISR/ISR_+*
-
 do-install:
-	@cd ${WRKSRC}/${PORTNAME} && ${COPYTREE_SHARE} . ${WWWDIR}
-	@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}/data ${WWWDIR}/media
-	@${CHMOD} -R u+w ${WWWDIR}/data ${WWWDIR}/media
-	@${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}/data ${WWWDIR}/media' >>${TMPPLIST}
-	@${ECHO_CMD} '@exec ${CHMOD} -R u+w ${WWWDIR}/data ${WWWDIR}/media' >>${TMPPLIST}
-
-post-install:
-	@${CAT} ${PKGMESSAGE}
+	-${MKDIR} ${STAGEDIR}${WWWDIR}
+	@cd ${WRKSRC}/${PORTNAME} && ${COPYTREE_BIN} . ${STAGEDIR}${WWWDIR}
+	@(cd ${WRKSRC}/${PORTNAME}; ${FIND} . -not -type d) | ${SORT} | \
+		${SED} -ne 's,^${PORTNAME}/,${WWWDIR_REL}/,p' >> ${TMPPLIST}
+	@${ECHO_CMD} \
+		'@exec chown -R ${WWWOWN}:${WWWGRP} %D/${WWWDIR_REL}/data' \
+		>> ${TMPPLIST}
+	@(cd ${WRKSRC}/${PORTNAME}; ${FIND} . -type d) | ${SORT} -r | \
+		${SED} -ne 's,^${PORTNAME}/,@dirrm ${WWWDIR_REL}/,p' \
+		>> ${TMPPLIST}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff -ruN /usr/ports/www/webtrees/distinfo www/webtrees/distinfo
--- /usr/ports/www/webtrees/distinfo	2014-01-22 10:30:13.000000000 -0500
+++ www/webtrees/distinfo	2014-05-10 13:47:17.000000000 -0400
@@ -1,2 +1,2 @@
-SHA256 (webtrees-1.0.6.zip) = b1adfa94dc3e33bc208dfd881f2650b8ccad62a2fbc0748d5a8a439358bee53e
-SIZE (webtrees-1.0.6.zip) = 16284925
+SHA256 (webtrees-1.5.3.zip) = 66f2dbc0abb7d8b510d58fb1a19b6363a179beeb52aef0acd7d5c71e8f583bef
+SIZE (webtrees-1.5.3.zip) = 30900439
diff -ruN /usr/ports/www/webtrees/pkg-plist www/webtrees/pkg-plist
--- /usr/ports/www/webtrees/pkg-plist	2014-01-22 10:16:56.000000000 -0500
+++ www/webtrees/pkg-plist	2014-05-10 14:23:15.000000000 -0400
@@ -1,153 +1,91 @@
 %%WWWDIR%%/GPL.txt
-%%WWWDIR%%/PEAR.php
-%%WWWDIR%%/SOAP/.htaccess
-%%WWWDIR%%/SOAP/Base.php
-%%WWWDIR%%/SOAP/Client.php
-%%WWWDIR%%/SOAP/Disco.php
-%%WWWDIR%%/SOAP/Fault.php
-%%WWWDIR%%/SOAP/HTTP/Request.php
-%%WWWDIR%%/SOAP/HTTP/Request/Listener.php
-%%WWWDIR%%/SOAP/Net/Socket.php
-%%WWWDIR%%/SOAP/Net/URL.php
-%%WWWDIR%%/SOAP/Parser.php
-%%WWWDIR%%/SOAP/Server.php
-%%WWWDIR%%/SOAP/Server/Email.php
-%%WWWDIR%%/SOAP/Server/Email_Gateway.php
-%%WWWDIR%%/SOAP/Server/TCP.php
-%%WWWDIR%%/SOAP/Transport.php
-%%WWWDIR%%/SOAP/Transport/HTTP.php
-%%WWWDIR%%/SOAP/Transport/SMTP.php
-%%WWWDIR%%/SOAP/Transport/TCP.php
-%%WWWDIR%%/SOAP/Type/dateTime.php
-%%WWWDIR%%/SOAP/Type/duration.php
-%%WWWDIR%%/SOAP/Type/hexBinary.php
-%%WWWDIR%%/SOAP/Value.php
-%%WWWDIR%%/SOAP/WSDL.php
-%%WWWDIR%%/SOAP/tools/genproxy.php
+%%WWWDIR%%/README.md
+%%WWWDIR%%/action.php
 %%WWWDIR%%/addmedia.php
-%%WWWDIR%%/addremotelink.php
-%%WWWDIR%%/addsearchlink.php
 %%WWWDIR%%/admin.php
+%%WWWDIR%%/admin_media.php
+%%WWWDIR%%/admin_media_upload.php
+%%WWWDIR%%/admin_module_blocks.php
+%%WWWDIR%%/admin_module_menus.php
+%%WWWDIR%%/admin_module_reports.php
+%%WWWDIR%%/admin_module_sidebar.php
+%%WWWDIR%%/admin_module_tabs.php
+%%WWWDIR%%/admin_modules.php
+%%WWWDIR%%/admin_pgv_to_wt.php
+%%WWWDIR%%/admin_site_access.php
+%%WWWDIR%%/admin_site_change.php
+%%WWWDIR%%/admin_site_clean.php
+%%WWWDIR%%/admin_site_config.php
+%%WWWDIR%%/admin_site_info.php
+%%WWWDIR%%/admin_site_logs.php
+%%WWWDIR%%/admin_site_merge.php
+%%WWWDIR%%/admin_site_other.php
+%%WWWDIR%%/admin_site_readme.php
+%%WWWDIR%%/admin_site_upgrade.php
+%%WWWDIR%%/admin_trees_check.php
+%%WWWDIR%%/admin_trees_config.php
+%%WWWDIR%%/admin_trees_download.php
+%%WWWDIR%%/admin_trees_export.php
+%%WWWDIR%%/admin_trees_manage.php
+%%WWWDIR%%/admin_trees_places.php
+%%WWWDIR%%/admin_users.php
+%%WWWDIR%%/admin_users_bulk.php
 %%WWWDIR%%/ancestry.php
+%%WWWDIR%%/apple-touch-icon.png
 %%WWWDIR%%/autocomplete.php
+%%WWWDIR%%/block_edit.php
 %%WWWDIR%%/branches.php
 %%WWWDIR%%/calendar.php
-%%WWWDIR%%/client.php
 %%WWWDIR%%/compact.php
 %%WWWDIR%%/data/.htaccess
 %%WWWDIR%%/data/index.php
 %%WWWDIR%%/descendancy.php
-%%WWWDIR%%/dir_editor.php
 %%WWWDIR%%/downloadbackup.php
-%%WWWDIR%%/downloadgedcom.php
 %%WWWDIR%%/edit_changes.php
 %%WWWDIR%%/edit_interface.php
-%%WWWDIR%%/edit_merge.php
-%%WWWDIR%%/editconfig_gedcom.php
-%%WWWDIR%%/editgedcoms.php
 %%WWWDIR%%/editnews.php
 %%WWWDIR%%/edituser.php
 %%WWWDIR%%/expand_view.php
-%%WWWDIR%%/export_gedcom.php
 %%WWWDIR%%/family.php
 %%WWWDIR%%/familybook.php
 %%WWWDIR%%/famlist.php
 %%WWWDIR%%/fanchart.php
 %%WWWDIR%%/favicon.ico
 %%WWWDIR%%/find.php
-%%WWWDIR%%/gedcheck.php
 %%WWWDIR%%/gedrecord.php
-%%WWWDIR%%/genservice.php
 %%WWWDIR%%/help_text.php
 %%WWWDIR%%/hourglass.php
 %%WWWDIR%%/hourglass_ajax.php
-%%WWWDIR%%/imageflush.php
-%%WWWDIR%%/images/RESN_confidential.gif
-%%WWWDIR%%/images/RESN_locked.gif
-%%WWWDIR%%/images/RESN_none.gif
-%%WWWDIR%%/images/RESN_privacy.gif
-%%WWWDIR%%/images/bubble.gif
-%%WWWDIR%%/images/buttons/head.gif
-%%WWWDIR%%/images/buttons/target.gif
-%%WWWDIR%%/images/checked.gif
-%%WWWDIR%%/images/checked_qm.gif
-%%WWWDIR%%/images/children.gif
-%%WWWDIR%%/images/feed-icon16x16.png
-%%WWWDIR%%/images/forbidden.gif
-%%WWWDIR%%/images/hline.gif
-%%WWWDIR%%/images/indicator.gif
-%%WWWDIR%%/images/loading.gif
-%%WWWDIR%%/images/mapq.gif
-%%WWWDIR%%/images/media/html.gif
-%%WWWDIR%%/images/media/pdf.gif
-%%WWWDIR%%/images/multim.gif
-%%WWWDIR%%/images/pix1.gif
-%%WWWDIR%%/images/reminder.gif
-%%WWWDIR%%/images/remove-dis.png
-%%WWWDIR%%/images/remove.gif
-%%WWWDIR%%/images/selected.png
-%%WWWDIR%%/images/sex_f_15x15.gif
-%%WWWDIR%%/images/sex_f_9x9.gif
-%%WWWDIR%%/images/sex_m_15x15.gif
-%%WWWDIR%%/images/sex_m_9x9.gif
-%%WWWDIR%%/images/sex_u_15x15.gif
-%%WWWDIR%%/images/sex_u_9x9.gif
-%%WWWDIR%%/images/small/childless.gif
-%%WWWDIR%%/images/small/rings.gif
-%%WWWDIR%%/images/terrasrv.gif
-%%WWWDIR%%/images/timelineChunk.gif
-%%WWWDIR%%/images/topdown.gif
-%%WWWDIR%%/images/trashcan.gif
-%%WWWDIR%%/images/warning.gif
-%%WWWDIR%%/imageview.php
 %%WWWDIR%%/import.php
-%%WWWDIR%%/includes/.htaccess
 %%WWWDIR%%/includes/authentication.php
-%%WWWDIR%%/includes/classes/class_date.php
-%%WWWDIR%%/includes/classes/class_event.php
-%%WWWDIR%%/includes/classes/class_family.php
-%%WWWDIR%%/includes/classes/class_gedcomrecord.php
-%%WWWDIR%%/includes/classes/class_i18n.php
-%%WWWDIR%%/includes/classes/class_localclient.php
-%%WWWDIR%%/includes/classes/class_media.php
-%%WWWDIR%%/includes/classes/class_menu.php
-%%WWWDIR%%/includes/classes/class_menubar.php
-%%WWWDIR%%/includes/classes/class_module.php
-%%WWWDIR%%/includes/classes/class_note.php
-%%WWWDIR%%/includes/classes/class_person.php
-%%WWWDIR%%/includes/classes/class_reportbase.php
-%%WWWDIR%%/includes/classes/class_reporthtml.php
-%%WWWDIR%%/includes/classes/class_reportpdf.php
-%%WWWDIR%%/includes/classes/class_repository.php
-%%WWWDIR%%/includes/classes/class_serviceclient.php
-%%WWWDIR%%/includes/classes/class_source.php
-%%WWWDIR%%/includes/classes/class_stats.php
-%%WWWDIR%%/includes/classes/class_treenav.php
-%%WWWDIR%%/includes/classes/class_wt_db.php
 %%WWWDIR%%/includes/config_data.php
-%%WWWDIR%%/includes/controllers/advancedsearch_ctrl.php
-%%WWWDIR%%/includes/controllers/ancestry_ctrl.php
-%%WWWDIR%%/includes/controllers/basecontrol.php
-%%WWWDIR%%/includes/controllers/descendancy_ctrl.php
-%%WWWDIR%%/includes/controllers/family_ctrl.php
-%%WWWDIR%%/includes/controllers/hourglass_ctrl.php
-%%WWWDIR%%/includes/controllers/individual_ctrl.php
-%%WWWDIR%%/includes/controllers/lifespan_ctrl.php
-%%WWWDIR%%/includes/controllers/media_ctrl.php
-%%WWWDIR%%/includes/controllers/note_ctrl.php
-%%WWWDIR%%/includes/controllers/pedigree_ctrl.php
-%%WWWDIR%%/includes/controllers/remotelink_ctrl.php
-%%WWWDIR%%/includes/controllers/repository_ctrl.php
-%%WWWDIR%%/includes/controllers/search_ctrl.php
-%%WWWDIR%%/includes/controllers/source_ctrl.php
-%%WWWDIR%%/includes/controllers/timeline_ctrl.php
-%%WWWDIR%%/includes/cssparser.inc.php
+%%WWWDIR%%/includes/db_schema/db_schema_10_11.php
+%%WWWDIR%%/includes/db_schema/db_schema_11_12.php
+%%WWWDIR%%/includes/db_schema/db_schema_12_13.php
+%%WWWDIR%%/includes/db_schema/db_schema_13_14.php
+%%WWWDIR%%/includes/db_schema/db_schema_14_15.php
+%%WWWDIR%%/includes/db_schema/db_schema_15_16.php
+%%WWWDIR%%/includes/db_schema/db_schema_16_17.php
+%%WWWDIR%%/includes/db_schema/db_schema_17_18.php
+%%WWWDIR%%/includes/db_schema/db_schema_18_19.php
+%%WWWDIR%%/includes/db_schema/db_schema_19_20.php
 %%WWWDIR%%/includes/db_schema/db_schema_1_2.php
+%%WWWDIR%%/includes/db_schema/db_schema_20_21.php
+%%WWWDIR%%/includes/db_schema/db_schema_21_22.php
+%%WWWDIR%%/includes/db_schema/db_schema_22_23.php
+%%WWWDIR%%/includes/db_schema/db_schema_23_24.php
+%%WWWDIR%%/includes/db_schema/db_schema_24_25.php
+%%WWWDIR%%/includes/db_schema/db_schema_25_26.php
+%%WWWDIR%%/includes/db_schema/db_schema_26_27.php
+%%WWWDIR%%/includes/db_schema/db_schema_27_28.php
 %%WWWDIR%%/includes/db_schema/db_schema_2_3.php
 %%WWWDIR%%/includes/db_schema/db_schema_3_4.php
 %%WWWDIR%%/includes/db_schema/db_schema_4_5.php
-%%WWWDIR%%/includes/dmsounds_UTF8.php
-%%WWWDIR%%/includes/family_nav.php
+%%WWWDIR%%/includes/db_schema/db_schema_5_6.php
+%%WWWDIR%%/includes/db_schema/db_schema_6_7.php
+%%WWWDIR%%/includes/db_schema/db_schema_7_8.php
+%%WWWDIR%%/includes/db_schema/db_schema_8_9.php
+%%WWWDIR%%/includes/db_schema/db_schema_9_10.php
 %%WWWDIR%%/includes/fonts/DejaVuSans.ttf
 %%WWWDIR%%/includes/fonts/LICENSE
 %%WWWDIR%%/includes/functions/functions.php
@@ -157,3718 +95,4712 @@
 %%WWWDIR%%/includes/functions/functions_edit.php
 %%WWWDIR%%/includes/functions/functions_export.php
 %%WWWDIR%%/includes/functions/functions_import.php
-%%WWWDIR%%/includes/functions/functions_lang.php
-%%WWWDIR%%/includes/functions/functions_mail.php
-%%WWWDIR%%/includes/functions/functions_media_reorder.php
 %%WWWDIR%%/includes/functions/functions_mediadb.php
-%%WWWDIR%%/includes/functions/functions_name.php
-%%WWWDIR%%/includes/functions/functions_places.php
 %%WWWDIR%%/includes/functions/functions_print.php
 %%WWWDIR%%/includes/functions/functions_print_facts.php
 %%WWWDIR%%/includes/functions/functions_print_lists.php
-%%WWWDIR%%/includes/functions/functions_privacy.php
 %%WWWDIR%%/includes/functions/functions_rtl.php
-%%WWWDIR%%/includes/functions/functions_tools.php
 %%WWWDIR%%/includes/functions/functions_utf-8.php
-%%WWWDIR%%/includes/grampsxml.rng
 %%WWWDIR%%/includes/hitcount.php
-%%WWWDIR%%/includes/media_reorder.php
-%%WWWDIR%%/includes/media_reorder_count.php
-%%WWWDIR%%/includes/media_tab_head.php
 %%WWWDIR%%/includes/reportheader.php
 %%WWWDIR%%/includes/session.php
-%%WWWDIR%%/includes/session_spider.php
-%%WWWDIR%%/includes/set_gedcom_defaults.php
 %%WWWDIR%%/includes/specialchars.php
 %%WWWDIR%%/index.php
 %%WWWDIR%%/index_edit.php
 %%WWWDIR%%/indilist.php
 %%WWWDIR%%/individual.php
 %%WWWDIR%%/inverselink.php
-%%WWWDIR%%/js/autocomplete.js.htm
-%%WWWDIR%%/js/behaviour.js.htm
-%%WWWDIR%%/js/bennolan/behaviour.js
-%%WWWDIR%%/js/bosrup/overlib.js
-%%WWWDIR%%/js/bosrup/overlib_mini.js
-%%WWWDIR%%/js/conio/prototype.js
-%%WWWDIR%%/js/jquery/css/images/ui-bg_flat_0_aaaaaa_40x100.png
-%%WWWDIR%%/js/jquery/css/images/ui-bg_glass_95_fef1ec_1x400.png
-%%WWWDIR%%/js/jquery/css/images/ui-bg_gloss-wave_16_121212_500x100.png
-%%WWWDIR%%/js/jquery/css/images/ui-bg_highlight-hard_15_888888_1x100.png
-%%WWWDIR%%/js/jquery/css/images/ui-bg_highlight-hard_55_555555_1x100.png
-%%WWWDIR%%/js/jquery/css/images/ui-bg_highlight-soft_35_adadad_1x100.png
-%%WWWDIR%%/js/jquery/css/images/ui-bg_highlight-soft_60_dddddd_1x100.png
-%%WWWDIR%%/js/jquery/css/images/ui-bg_inset-soft_15_121212_1x100.png
-%%WWWDIR%%/js/jquery/css/images/ui-icons_666666_256x240.png
-%%WWWDIR%%/js/jquery/css/images/ui-icons_aaaaaa_256x240.png
-%%WWWDIR%%/js/jquery/css/images/ui-icons_bbbbbb_256x240.png
-%%WWWDIR%%/js/jquery/css/images/ui-icons_c98000_256x240.png
-%%WWWDIR%%/js/jquery/css/images/ui-icons_cccccc_256x240.png
-%%WWWDIR%%/js/jquery/css/images/ui-icons_cd0a0a_256x240.png
-%%WWWDIR%%/js/jquery/css/images/ui-icons_f29a00_256x240.png
-%%WWWDIR%%/js/jquery/css/jquery-ui.custom.css
-%%WWWDIR%%/js/jquery/css/jquery_rtl.css
-%%WWWDIR%%/js/jquery/jquery-ui.min.js
-%%WWWDIR%%/js/jquery/jquery.ajaxQueue.js
-%%WWWDIR%%/js/jquery/jquery.autocomplete.js
-%%WWWDIR%%/js/jquery/jquery.dataTables.min.js
-%%WWWDIR%%/js/jquery/jquery.jeditable.js
-%%WWWDIR%%/js/jquery/jquery.min.js
-%%WWWDIR%%/js/jquery/jquery.scrollfollow.js
-%%WWWDIR%%/js/jquery/jquery.tablesorter.js
-%%WWWDIR%%/js/jquery/jquery.tablesorter.pager.js
-%%WWWDIR%%/js/jw_player/audio.png
-%%WWWDIR%%/js/jw_player/audio_2.png
-%%WWWDIR%%/js/jw_player/flvVideo.php
-%%WWWDIR%%/js/jw_player/player.swf
-%%WWWDIR%%/js/jw_player/silverlight.js
-%%WWWDIR%%/js/jw_player/swfobject.js
-%%WWWDIR%%/js/jw_player/wmvVideo.php
-%%WWWDIR%%/js/jw_player/wmvplayer.js
-%%WWWDIR%%/js/jw_player/wmvplayer.xaml
-%%WWWDIR%%/js/jw_player/yt.swf
-%%WWWDIR%%/js/kryogenix/locale.js
-%%WWWDIR%%/js/kryogenix/sorttable.js
-%%WWWDIR%%/js/kryogenix/sorttable_filter.js
-%%WWWDIR%%/js/overlib.js.htm
-%%WWWDIR%%/js/prototype.js.htm
-%%WWWDIR%%/js/scriptaculous.js.htm
-%%WWWDIR%%/js/scriptaculous/CHANGELOG
-%%WWWDIR%%/js/scriptaculous/MIT-LICENSE
-%%WWWDIR%%/js/scriptaculous/README
-%%WWWDIR%%/js/scriptaculous/builder.js
-%%WWWDIR%%/js/scriptaculous/controls.js
-%%WWWDIR%%/js/scriptaculous/dragdrop.js
-%%WWWDIR%%/js/scriptaculous/effects.js
-%%WWWDIR%%/js/scriptaculous/scriptaculous.js
-%%WWWDIR%%/js/scriptaculous/slider.js
-%%WWWDIR%%/js/scriptaculous/sound.js
-%%WWWDIR%%/js/sorttable.js.htm
-%%WWWDIR%%/js/strings.js
-%%WWWDIR%%/js/treenav.js
-%%WWWDIR%%/js/webtrees.js
+%%WWWDIR%%/js/autocomplete.js
+%%WWWDIR%%/js/jquery-1.11.0.js
+%%WWWDIR%%/js/jquery-ui-1.10.4.js
+%%WWWDIR%%/js/jquery.colorbox-1.4.15.js
+%%WWWDIR%%/js/jquery.cookie-1.4.0.js
+%%WWWDIR%%/js/jquery.datatables-1.9.4.js
+%%WWWDIR%%/js/jquery.jeditable-1.7.1.js
+%%WWWDIR%%/js/jquery.wheelzoom-1.1.2.js
+%%WWWDIR%%/js/modernizr.custom-2.6.2.js
+%%WWWDIR%%/js/webtrees-1.5.3.js
+%%WWWDIR%%/language/ar.mo
+%%WWWDIR%%/language/bg.mo
+%%WWWDIR%%/language/bs.mo
 %%WWWDIR%%/language/ca.mo
 %%WWWDIR%%/language/cs.mo
 %%WWWDIR%%/language/da.mo
 %%WWWDIR%%/language/de.mo
+%%WWWDIR%%/language/el.mo
 %%WWWDIR%%/language/en_GB.mo
 %%WWWDIR%%/language/en_US.mo
 %%WWWDIR%%/language/es.mo
 %%WWWDIR%%/language/et.mo
+%%WWWDIR%%/language/extra/af.mo
+%%WWWDIR%%/language/extra/dv.mo
+%%WWWDIR%%/language/extra/en_AU.mo
+%%WWWDIR%%/language/extra/fa.mo
+%%WWWDIR%%/language/extra/fo.mo
+%%WWWDIR%%/language/extra/fr_CA.mo
+%%WWWDIR%%/language/extra/gl.mo
+%%WWWDIR%%/language/extra/id.mo
+%%WWWDIR%%/language/extra/ja.mo
+%%WWWDIR%%/language/extra/ka.mo
+%%WWWDIR%%/language/extra/ko.mo
+%%WWWDIR%%/language/extra/lv.mo
+%%WWWDIR%%/language/extra/mi.mo
+%%WWWDIR%%/language/extra/mr.mo
+%%WWWDIR%%/language/extra/ms.mo
+%%WWWDIR%%/language/extra/ne.mo
+%%WWWDIR%%/language/extra/oc.mo
+%%WWWDIR%%/language/extra/ro.mo
+%%WWWDIR%%/language/extra/sl.mo
+%%WWWDIR%%/language/extra/sr.mo
+%%WWWDIR%%/language/extra/sr@Latn.mo
+%%WWWDIR%%/language/extra/ta.mo
+%%WWWDIR%%/language/extra/yi.mo
+%%WWWDIR%%/language/extra/zh_TW.mo
 %%WWWDIR%%/language/fi.mo
 %%WWWDIR%%/language/fr.mo
 %%WWWDIR%%/language/he.mo
+%%WWWDIR%%/language/hr.mo
 %%WWWDIR%%/language/hu.mo
+%%WWWDIR%%/language/is.mo
 %%WWWDIR%%/language/it.mo
+%%WWWDIR%%/language/lt.mo
+%%WWWDIR%%/language/mr.mo
 %%WWWDIR%%/language/nb.mo
 %%WWWDIR%%/language/nl.mo
+%%WWWDIR%%/language/nn.mo
 %%WWWDIR%%/language/pl.mo
 %%WWWDIR%%/language/pt.mo
+%%WWWDIR%%/language/pt_BR.mo
 %%WWWDIR%%/language/ru.mo
 %%WWWDIR%%/language/sk.mo
-%%WWWDIR%%/language/sl.mo
 %%WWWDIR%%/language/sv.mo
 %%WWWDIR%%/language/tr.mo
-%%WWWDIR%%/library/Zend/Cache.php
-%%WWWDIR%%/library/Zend/Cache/Backend.php
-%%WWWDIR%%/library/Zend/Cache/Backend/Apc.php
-%%WWWDIR%%/library/Zend/Cache/Backend/BlackHole.php
-%%WWWDIR%%/library/Zend/Cache/Backend/ExtendedInterface.php
-%%WWWDIR%%/library/Zend/Cache/Backend/File.php
-%%WWWDIR%%/library/Zend/Cache/Backend/Interface.php
-%%WWWDIR%%/library/Zend/Cache/Backend/Libmemcached.php
-%%WWWDIR%%/library/Zend/Cache/Backend/Memcached.php
-%%WWWDIR%%/library/Zend/Cache/Backend/Sqlite.php
-%%WWWDIR%%/library/Zend/Cache/Backend/Static.php
-%%WWWDIR%%/library/Zend/Cache/Backend/Test.php
-%%WWWDIR%%/library/Zend/Cache/Backend/TwoLevels.php
-%%WWWDIR%%/library/Zend/Cache/Backend/Xcache.php
-%%WWWDIR%%/library/Zend/Cache/Backend/ZendPlatform.php
-%%WWWDIR%%/library/Zend/Cache/Backend/ZendServer.php
-%%WWWDIR%%/library/Zend/Cache/Backend/ZendServer/Disk.php
-%%WWWDIR%%/library/Zend/Cache/Backend/ZendServer/ShMem.php
-%%WWWDIR%%/library/Zend/Cache/Core.php
-%%WWWDIR%%/library/Zend/Cache/Exception.php
-%%WWWDIR%%/library/Zend/Cache/Frontend/Capture.php
-%%WWWDIR%%/library/Zend/Cache/Frontend/Class.php
-%%WWWDIR%%/library/Zend/Cache/Frontend/File.php
-%%WWWDIR%%/library/Zend/Cache/Frontend/Function.php
-%%WWWDIR%%/library/Zend/Cache/Frontend/Output.php
-%%WWWDIR%%/library/Zend/Cache/Frontend/Page.php
-%%WWWDIR%%/library/Zend/Cache/Manager.php
-%%WWWDIR%%/library/Zend/Cloud/AbstractFactory.php
-%%WWWDIR%%/library/Zend/Cloud/DocumentService/Adapter.php
-%%WWWDIR%%/library/Zend/Cloud/DocumentService/Adapter/AbstractAdapter.php
-%%WWWDIR%%/library/Zend/Cloud/DocumentService/Adapter/SimpleDb.php
-%%WWWDIR%%/library/Zend/Cloud/DocumentService/Adapter/SimpleDb/Query.php
-%%WWWDIR%%/library/Zend/Cloud/DocumentService/Adapter/WindowsAzure.php
-%%WWWDIR%%/library/Zend/Cloud/DocumentService/Adapter/WindowsAzure/Query.php
-%%WWWDIR%%/library/Zend/Cloud/DocumentService/Document.php
-%%WWWDIR%%/library/Zend/Cloud/DocumentService/DocumentSet.php
-%%WWWDIR%%/library/Zend/Cloud/DocumentService/Exception.php
-%%WWWDIR%%/library/Zend/Cloud/DocumentService/Factory.php
-%%WWWDIR%%/library/Zend/Cloud/DocumentService/Query.php
-%%WWWDIR%%/library/Zend/Cloud/DocumentService/QueryAdapter.php
-%%WWWDIR%%/library/Zend/Cloud/Exception.php
-%%WWWDIR%%/library/Zend/Cloud/OperationNotAvailableException.php
-%%WWWDIR%%/library/Zend/Cloud/QueueService/Adapter.php
-%%WWWDIR%%/library/Zend/Cloud/QueueService/Adapter/AbstractAdapter.php
-%%WWWDIR%%/library/Zend/Cloud/QueueService/Adapter/Sqs.php
-%%WWWDIR%%/library/Zend/Cloud/QueueService/Adapter/WindowsAzure.php
-%%WWWDIR%%/library/Zend/Cloud/QueueService/Adapter/ZendQueue.php
-%%WWWDIR%%/library/Zend/Cloud/QueueService/Exception.php
-%%WWWDIR%%/library/Zend/Cloud/QueueService/Factory.php
-%%WWWDIR%%/library/Zend/Cloud/QueueService/Message.php
-%%WWWDIR%%/library/Zend/Cloud/QueueService/MessageSet.php
-%%WWWDIR%%/library/Zend/Cloud/StorageService/Adapter.php
-%%WWWDIR%%/library/Zend/Cloud/StorageService/Adapter/FileSystem.php
-%%WWWDIR%%/library/Zend/Cloud/StorageService/Adapter/Nirvanix.php
-%%WWWDIR%%/library/Zend/Cloud/StorageService/Adapter/S3.php
-%%WWWDIR%%/library/Zend/Cloud/StorageService/Adapter/WindowsAzure.php
-%%WWWDIR%%/library/Zend/Cloud/StorageService/Exception.php
-%%WWWDIR%%/library/Zend/Cloud/StorageService/Factory.php
-%%WWWDIR%%/library/Zend/Exception.php
-%%WWWDIR%%/library/Zend/Loader.php
-%%WWWDIR%%/library/Zend/Loader/Autoloader.php
-%%WWWDIR%%/library/Zend/Loader/Autoloader/Interface.php
-%%WWWDIR%%/library/Zend/Loader/Autoloader/Resource.php
-%%WWWDIR%%/library/Zend/Loader/Exception.php
-%%WWWDIR%%/library/Zend/Loader/PluginLoader.php
-%%WWWDIR%%/library/Zend/Loader/PluginLoader/Exception.php
-%%WWWDIR%%/library/Zend/Loader/PluginLoader/Interface.php
-%%WWWDIR%%/library/Zend/Locale.php
-%%WWWDIR%%/library/Zend/Locale/Data.php
-%%WWWDIR%%/library/Zend/Locale/Data/Translation.php
-%%WWWDIR%%/library/Zend/Locale/Data/ar.xml
-%%WWWDIR%%/library/Zend/Locale/Data/ca.xml
-%%WWWDIR%%/library/Zend/Locale/Data/characters.xml
-%%WWWDIR%%/library/Zend/Locale/Data/cs.xml
-%%WWWDIR%%/library/Zend/Locale/Data/da.xml
-%%WWWDIR%%/library/Zend/Locale/Data/de.xml
-%%WWWDIR%%/library/Zend/Locale/Data/el.xml
-%%WWWDIR%%/library/Zend/Locale/Data/en.xml
-%%WWWDIR%%/library/Zend/Locale/Data/en_AU.xml
-%%WWWDIR%%/library/Zend/Locale/Data/en_GB.xml
-%%WWWDIR%%/library/Zend/Locale/Data/en_US.xml
-%%WWWDIR%%/library/Zend/Locale/Data/es.xml
-%%WWWDIR%%/library/Zend/Locale/Data/et.xml
-%%WWWDIR%%/library/Zend/Locale/Data/fa.xml
-%%WWWDIR%%/library/Zend/Locale/Data/fi.xml
-%%WWWDIR%%/library/Zend/Locale/Data/fi_FI.xml
-%%WWWDIR%%/library/Zend/Locale/Data/fo.xml
-%%WWWDIR%%/library/Zend/Locale/Data/fr.xml
-%%WWWDIR%%/library/Zend/Locale/Data/he.xml
-%%WWWDIR%%/library/Zend/Locale/Data/hr.xml
-%%WWWDIR%%/library/Zend/Locale/Data/hu.xml
-%%WWWDIR%%/library/Zend/Locale/Data/id.xml
-%%WWWDIR%%/library/Zend/Locale/Data/it.xml
-%%WWWDIR%%/library/Zend/Locale/Data/likelySubtags.xml
-%%WWWDIR%%/library/Zend/Locale/Data/lt.xml
-%%WWWDIR%%/library/Zend/Locale/Data/nb.xml
-%%WWWDIR%%/library/Zend/Locale/Data/nl.xml
-%%WWWDIR%%/library/Zend/Locale/Data/nn.xml
-%%WWWDIR%%/library/Zend/Locale/Data/numberingSystems.xml
-%%WWWDIR%%/library/Zend/Locale/Data/oc.xml
-%%WWWDIR%%/library/Zend/Locale/Data/pl.xml
-%%WWWDIR%%/library/Zend/Locale/Data/postalCodeData.xml
-%%WWWDIR%%/library/Zend/Locale/Data/pt.xml
-%%WWWDIR%%/library/Zend/Locale/Data/ro.xml
-%%WWWDIR%%/library/Zend/Locale/Data/root.xml
-%%WWWDIR%%/library/Zend/Locale/Data/ru.xml
-%%WWWDIR%%/library/Zend/Locale/Data/sk.xml
-%%WWWDIR%%/library/Zend/Locale/Data/sl.xml
-%%WWWDIR%%/library/Zend/Locale/Data/sr.xml
-%%WWWDIR%%/library/Zend/Locale/Data/sr_Latn.xml
-%%WWWDIR%%/library/Zend/Locale/Data/supplementalData.xml
-%%WWWDIR%%/library/Zend/Locale/Data/sv.xml
-%%WWWDIR%%/library/Zend/Locale/Data/ta.xml
-%%WWWDIR%%/library/Zend/Locale/Data/tr.xml
-%%WWWDIR%%/library/Zend/Locale/Data/vi.xml
-%%WWWDIR%%/library/Zend/Locale/Data/zh.xml
-%%WWWDIR%%/library/Zend/Locale/Data/zh_CN.xml
-%%WWWDIR%%/library/Zend/Locale/Exception.php
-%%WWWDIR%%/library/Zend/Locale/Format.php
-%%WWWDIR%%/library/Zend/Locale/Math.php
-%%WWWDIR%%/library/Zend/Locale/Math/Exception.php
-%%WWWDIR%%/library/Zend/Locale/Math/PhpMath.php
-%%WWWDIR%%/library/Zend/Registry.php
-%%WWWDIR%%/library/Zend/Server/Abstract.php
-%%WWWDIR%%/library/Zend/Server/Cache.php
-%%WWWDIR%%/library/Zend/Server/Definition.php
-%%WWWDIR%%/library/Zend/Server/Exception.php
-%%WWWDIR%%/library/Zend/Server/Interface.php
-%%WWWDIR%%/library/Zend/Server/Method/Callback.php
-%%WWWDIR%%/library/Zend/Server/Method/Definition.php
-%%WWWDIR%%/library/Zend/Server/Method/Parameter.php
-%%WWWDIR%%/library/Zend/Server/Method/Prototype.php
-%%WWWDIR%%/library/Zend/Server/Reflection.php
-%%WWWDIR%%/library/Zend/Server/Reflection/Class.php
-%%WWWDIR%%/library/Zend/Server/Reflection/Exception.php
-%%WWWDIR%%/library/Zend/Server/Reflection/Function.php
-%%WWWDIR%%/library/Zend/Server/Reflection/Function/Abstract.php
-%%WWWDIR%%/library/Zend/Server/Reflection/Method.php
-%%WWWDIR%%/library/Zend/Server/Reflection/Node.php
-%%WWWDIR%%/library/Zend/Server/Reflection/Parameter.php
-%%WWWDIR%%/library/Zend/Server/Reflection/Prototype.php
-%%WWWDIR%%/library/Zend/Server/Reflection/ReturnValue.php
-%%WWWDIR%%/library/Zend/Session.php
-%%WWWDIR%%/library/Zend/Session/Abstract.php
-%%WWWDIR%%/library/Zend/Session/Exception.php
-%%WWWDIR%%/library/Zend/Session/Namespace.php
-%%WWWDIR%%/library/Zend/Session/SaveHandler/DbTable.php
-%%WWWDIR%%/library/Zend/Session/SaveHandler/Exception.php
-%%WWWDIR%%/library/Zend/Session/SaveHandler/Interface.php
-%%WWWDIR%%/library/Zend/Session/Validator/Abstract.php
-%%WWWDIR%%/library/Zend/Session/Validator/HttpUserAgent.php
-%%WWWDIR%%/library/Zend/Session/Validator/Interface.php
-%%WWWDIR%%/library/Zend/Tag/Cloud.php
-%%WWWDIR%%/library/Zend/Tag/Cloud/Decorator/Cloud.php
-%%WWWDIR%%/library/Zend/Tag/Cloud/Decorator/Exception.php
-%%WWWDIR%%/library/Zend/Tag/Cloud/Decorator/HtmlCloud.php
-%%WWWDIR%%/library/Zend/Tag/Cloud/Decorator/HtmlTag.php
-%%WWWDIR%%/library/Zend/Tag/Cloud/Decorator/Tag.php
-%%WWWDIR%%/library/Zend/Tag/Cloud/Exception.php
-%%WWWDIR%%/library/Zend/Tag/Exception.php
-%%WWWDIR%%/library/Zend/Tag/Item.php
-%%WWWDIR%%/library/Zend/Tag/ItemList.php
-%%WWWDIR%%/library/Zend/Tag/Taggable.php
-%%WWWDIR%%/library/Zend/Translate.php
-%%WWWDIR%%/library/Zend/Translate/Adapter.php
-%%WWWDIR%%/library/Zend/Translate/Adapter/Array.php
-%%WWWDIR%%/library/Zend/Translate/Adapter/Csv.php
-%%WWWDIR%%/library/Zend/Translate/Adapter/Gettext.php
-%%WWWDIR%%/library/Zend/Translate/Adapter/Ini.php
-%%WWWDIR%%/library/Zend/Translate/Adapter/Qt.php
-%%WWWDIR%%/library/Zend/Translate/Adapter/Tbx.php
-%%WWWDIR%%/library/Zend/Translate/Adapter/Tmx.php
-%%WWWDIR%%/library/Zend/Translate/Adapter/Xliff.php
-%%WWWDIR%%/library/Zend/Translate/Adapter/XmlTm.php
-%%WWWDIR%%/library/Zend/Translate/Exception.php
-%%WWWDIR%%/library/Zend/Translate/Plural.php
+%%WWWDIR%%/language/tt.mo
+%%WWWDIR%%/language/uk.mo
+%%WWWDIR%%/language/vi.mo
+%%WWWDIR%%/language/zh_CN.mo
+%%WWWDIR%%/library/WT/Controller/AdvancedSearch.php
+%%WWWDIR%%/library/WT/Controller/Ajax.php
+%%WWWDIR%%/library/WT/Controller/Ancestry.php
+%%WWWDIR%%/library/WT/Controller/Base.php
+%%WWWDIR%%/library/WT/Controller/Branches.php
+%%WWWDIR%%/library/WT/Controller/Chart.php
+%%WWWDIR%%/library/WT/Controller/Compact.php
+%%WWWDIR%%/library/WT/Controller/Descendancy.php
+%%WWWDIR%%/library/WT/Controller/Family.php
+%%WWWDIR%%/library/WT/Controller/Familybook.php
+%%WWWDIR%%/library/WT/Controller/Fanchart.php
+%%WWWDIR%%/library/WT/Controller/GedcomRecord.php
+%%WWWDIR%%/library/WT/Controller/Hourglass.php
+%%WWWDIR%%/library/WT/Controller/Individual.php
+%%WWWDIR%%/library/WT/Controller/Lifespan.php
+%%WWWDIR%%/library/WT/Controller/Media.php
+%%WWWDIR%%/library/WT/Controller/Note.php
+%%WWWDIR%%/library/WT/Controller/Page.php
+%%WWWDIR%%/library/WT/Controller/Pedigree.php
+%%WWWDIR%%/library/WT/Controller/Repository.php
+%%WWWDIR%%/library/WT/Controller/Search.php
+%%WWWDIR%%/library/WT/Controller/Simple.php
+%%WWWDIR%%/library/WT/Controller/Source.php
+%%WWWDIR%%/library/WT/Controller/Timeline.php
+%%WWWDIR%%/library/WT/DB.php
+%%WWWDIR%%/library/WT/DBStatement.php
+%%WWWDIR%%/library/WT/Date.php
+%%WWWDIR%%/library/WT/Date/Calendar.php
+%%WWWDIR%%/library/WT/Date/French.php
+%%WWWDIR%%/library/WT/Date/Gregorian.php
+%%WWWDIR%%/library/WT/Date/Hijri.php
+%%WWWDIR%%/library/WT/Date/Jalali.php
+%%WWWDIR%%/library/WT/Date/Jewish.php
+%%WWWDIR%%/library/WT/Date/Julian.php
+%%WWWDIR%%/library/WT/Date/Roman.php
+%%WWWDIR%%/library/WT/Debug.php
+%%WWWDIR%%/library/WT/Fact.php
+%%WWWDIR%%/library/WT/Family.php
+%%WWWDIR%%/library/WT/File.php
+%%WWWDIR%%/library/WT/Filter.php
+%%WWWDIR%%/library/WT/FlashMessages.php
+%%WWWDIR%%/library/WT/Gedcom/Code/Adop.php
+%%WWWDIR%%/library/WT/Gedcom/Code/Name.php
+%%WWWDIR%%/library/WT/Gedcom/Code/Pedi.php
+%%WWWDIR%%/library/WT/Gedcom/Code/Quay.php
+%%WWWDIR%%/library/WT/Gedcom/Code/Rela.php
+%%WWWDIR%%/library/WT/Gedcom/Code/Stat.php
+%%WWWDIR%%/library/WT/Gedcom/Code/Temp.php
+%%WWWDIR%%/library/WT/Gedcom/Tag.php
+%%WWWDIR%%/library/WT/GedcomRecord.php
+%%WWWDIR%%/library/WT/I18N.php
+%%WWWDIR%%/library/WT/Individual.php
+%%WWWDIR%%/library/WT/Mail.php
+%%WWWDIR%%/library/WT/Media.php
+%%WWWDIR%%/library/WT/Menu.php
+%%WWWDIR%%/library/WT/MenuBar.php
+%%WWWDIR%%/library/WT/Module.php
+%%WWWDIR%%/library/WT/Module/Block.php
+%%WWWDIR%%/library/WT/Module/Chart.php
+%%WWWDIR%%/library/WT/Module/Config.php
+%%WWWDIR%%/library/WT/Module/Menu.php
+%%WWWDIR%%/library/WT/Module/Report.php
+%%WWWDIR%%/library/WT/Module/Sidebar.php
+%%WWWDIR%%/library/WT/Module/Tab.php
+%%WWWDIR%%/library/WT/Module/Theme.php
+%%WWWDIR%%/library/WT/Note.php
+%%WWWDIR%%/library/WT/Place.php
+%%WWWDIR%%/library/WT/Query/Admin.php
+%%WWWDIR%%/library/WT/Query/Media.php
+%%WWWDIR%%/library/WT/Query/Name.php
+%%WWWDIR%%/library/WT/Report/Base.php
+%%WWWDIR%%/library/WT/Report/HTML.php
+%%WWWDIR%%/library/WT/Report/PDF.php
+%%WWWDIR%%/library/WT/Repository.php
+%%WWWDIR%%/library/WT/Site.php
+%%WWWDIR%%/library/WT/Soundex.php
+%%WWWDIR%%/library/WT/Source.php
+%%WWWDIR%%/library/WT/Stats.php
+%%WWWDIR%%/library/WT/Tree.php
+%%WWWDIR%%/library/WT/User.php
+%%WWWDIR%%/library/autoload.php
+%%WWWDIR%%/library/bin/zf.php
+%%WWWDIR%%/library/bin/zf.sh
+%%WWWDIR%%/library/bombayworks/zendframework1/DEVELOPMENT_README.md
+%%WWWDIR%%/library/bombayworks/zendframework1/INSTALL.md
+%%WWWDIR%%/library/bombayworks/zendframework1/LICENSE.txt
+%%WWWDIR%%/library/bombayworks/zendframework1/README-GIT.md
+%%WWWDIR%%/library/bombayworks/zendframework1/README.md
+%%WWWDIR%%/library/bombayworks/zendframework1/Vagrantfile
+%%WWWDIR%%/library/bombayworks/zendframework1/bin/classmap_generator.php
+%%WWWDIR%%/library/bombayworks/zendframework1/bin/zf.bat
+%%WWWDIR%%/library/bombayworks/zendframework1/bin/zf.php
+%%WWWDIR%%/library/bombayworks/zendframework1/bin/zf.sh
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Acl.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Application.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Auth.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Barcode.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/Apc.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/BlackHole.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/ExtendedInterface.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/File.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/Interface.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/Libmemcached.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/Memcached.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/Sqlite.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/Static.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/Test.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/TwoLevels.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/WinCache.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/Xcache.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/ZendPlatform.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/ZendServer.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/ZendServer/Disk.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/ZendServer/ShMem.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Core.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Frontend/Capture.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Frontend/Class.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Frontend/File.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Frontend/Function.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Frontend/Output.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Frontend/Page.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Manager.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/AbstractFactory.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/DocumentService/Adapter.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/DocumentService/Adapter/AbstractAdapter.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/DocumentService/Adapter/SimpleDb.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/DocumentService/Adapter/SimpleDb/Query.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/DocumentService/Adapter/WindowsAzure.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/DocumentService/Adapter/WindowsAzure/Query.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/DocumentService/Document.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/DocumentService/DocumentSet.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/DocumentService/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/DocumentService/Factory.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/DocumentService/Query.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/DocumentService/QueryAdapter.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/Infrastructure/Adapter.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/Infrastructure/Adapter/AbstractAdapter.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/Infrastructure/Adapter/Ec2.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/Infrastructure/Adapter/Rackspace.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/Infrastructure/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/Infrastructure/Factory.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/Infrastructure/Image.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/Infrastructure/ImageList.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/Infrastructure/Instance.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/Infrastructure/InstanceList.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/OperationNotAvailableException.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/QueueService/Adapter.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/QueueService/Adapter/AbstractAdapter.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/QueueService/Adapter/Sqs.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/QueueService/Adapter/WindowsAzure.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/QueueService/Adapter/ZendQueue.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/QueueService/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/QueueService/Factory.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/QueueService/Message.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/QueueService/MessageSet.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/StorageService/Adapter.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/StorageService/Adapter/FileSystem.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/StorageService/Adapter/Rackspace.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/StorageService/Adapter/S3.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/StorageService/Adapter/WindowsAzure.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/StorageService/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/StorageService/Factory.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Config.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper/Abstract.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper/ActionStack.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper/AjaxContext.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper/AutoComplete/Abstract.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper/AutoCompleteDojo.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper/AutoCompleteScriptaculous.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper/Cache.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper/ContextSwitch.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper/FlashMessenger.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper/Json.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper/Redirector.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper/Url.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper/ViewRenderer.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/HelperBroker.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/HelperBroker/PriorityStack.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Interface.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Dispatcher/Abstract.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Dispatcher/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Dispatcher/Interface.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Dispatcher/Standard.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Front.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Plugin/Abstract.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Plugin/ActionStack.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Plugin/Broker.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Plugin/ErrorHandler.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Plugin/PutHandler.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Request/Abstract.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Request/Apache404.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Request/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Request/Http.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Request/HttpTestCase.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Request/Simple.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Response/Abstract.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Response/Cli.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Response/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Response/Http.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Response/HttpTestCase.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Router/Abstract.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Router/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Router/Interface.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Router/Rewrite.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Router/Route.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Router/Route/Abstract.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Router/Route/Chain.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Router/Route/Hostname.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Router/Route/Interface.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Router/Route/Module.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Router/Route/Regex.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Router/Route/Static.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Crypt.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Currency.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Date.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Db.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Debug.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Dojo.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/Event.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/EventCollection.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/EventDescription.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/EventManager.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/EventManagerAware.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/Exception/InvalidArgumentException.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/Filter.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/Filter/FilterIterator.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/FilterChain.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/GlobalEventManager.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/ListenerAggregate.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/ResponseCollection.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/SharedEventCollection.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/SharedEventCollectionAware.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/SharedEventManager.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/StaticEventManager.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Feed.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Alnum.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Alpha.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/BaseName.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Boolean.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Callback.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Compress.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Compress/Bz2.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Compress/CompressAbstract.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Compress/CompressInterface.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Compress/Gz.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Compress/Lzf.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Compress/Rar.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Compress/Tar.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Compress/Zip.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Decompress.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Decrypt.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Digits.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Dir.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Encrypt.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Encrypt/Interface.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Encrypt/Mcrypt.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Encrypt/Openssl.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/File/Decrypt.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/File/Encrypt.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/File/LowerCase.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/File/Rename.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/File/UpperCase.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/HtmlEntities.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Inflector.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Input.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Int.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Interface.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/LocalizedToNormalized.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/NormalizedToLocalized.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Null.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/PregReplace.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/RealPath.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/StringToLower.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/StringToUpper.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/StringTrim.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/StripNewlines.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/StripTags.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Word/CamelCaseToDash.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Word/CamelCaseToSeparator.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Word/CamelCaseToUnderscore.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Word/DashToCamelCase.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Word/DashToSeparator.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Word/DashToUnderscore.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Word/Separator/Abstract.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Word/SeparatorToCamelCase.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Word/SeparatorToDash.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Word/SeparatorToSeparator.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Word/UnderscoreToCamelCase.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Word/UnderscoreToDash.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Word/UnderscoreToSeparator.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Form.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Gdata.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/Client.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/Client/Adapter/Curl.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/Client/Adapter/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/Client/Adapter/Interface.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/Client/Adapter/Proxy.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/Client/Adapter/Socket.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/Client/Adapter/Stream.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/Client/Adapter/Test.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/Client/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/Cookie.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/CookieJar.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/Header/Exception/InvalidArgumentException.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/Header/Exception/RuntimeException.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/Header/SetCookie.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/Response.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/Response/Stream.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/UserAgent.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/UserAgent/AbstractDevice.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/UserAgent/Bot.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/UserAgent/Checker.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/UserAgent/Console.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/UserAgent/Desktop.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/UserAgent/Device.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/UserAgent/Email.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/UserAgent/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/UserAgent/Features/Adapter.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/UserAgent/Features/Adapter/Browscap.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/UserAgent/Features/Adapter/DeviceAtlas.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/UserAgent/Features/Adapter/TeraWurfl.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/UserAgent/Features/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/UserAgent/Feed.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/UserAgent/Mobile.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/UserAgent/Offline.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/UserAgent/Probe.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/UserAgent/Spam.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/UserAgent/Storage.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/UserAgent/Storage/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/UserAgent/Storage/NonPersistent.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/UserAgent/Storage/Session.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/UserAgent/Text.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/UserAgent/Validator.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Json.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Layout.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Ldap.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Loader.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Loader/Autoloader.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Loader/Autoloader/Interface.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Loader/Autoloader/Resource.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Loader/AutoloaderFactory.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Loader/ClassMapAutoloader.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Loader/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Loader/Exception/InvalidArgumentException.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Loader/PluginLoader.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Loader/PluginLoader/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Loader/PluginLoader/Interface.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Loader/SplAutoloader.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Loader/StandardAutoloader.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/Translation.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/aa.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/aa_DJ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/aa_ER.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/aa_ET.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/af.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/af_NA.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/af_ZA.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/agq.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/agq_CM.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ak.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ak_GH.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/am.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/am_ET.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ar.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ar_001.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ar_AE.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ar_BH.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ar_DJ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ar_DZ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ar_EG.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ar_EH.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ar_ER.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ar_IL.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ar_IQ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ar_JO.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ar_KM.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ar_KW.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ar_LB.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ar_LY.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ar_MA.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ar_MR.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ar_OM.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ar_PS.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ar_QA.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ar_SA.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ar_SD.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ar_SO.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ar_SY.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ar_TD.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ar_TN.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ar_YE.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/as.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/as_IN.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/asa.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/asa_TZ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ast.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ast_ES.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/az.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/az_Cyrl.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/az_Cyrl_AZ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/az_Latn.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/az_Latn_AZ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/bas.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/bas_CM.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/be.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/be_BY.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/bem.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/bem_ZM.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/bez.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/bez_TZ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/bg.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/bg_BG.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/bm.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/bm_ML.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/bn.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/bn_BD.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/bn_IN.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/bo.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/bo_CN.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/bo_IN.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/br.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/br_FR.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/brx.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/brx_IN.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/bs.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/bs_Cyrl.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/bs_Cyrl_BA.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/bs_Latn.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/bs_Latn_BA.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/byn.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/byn_ER.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ca.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ca_AD.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ca_ES.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/cgg.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/cgg_UG.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/characters.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/chr.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/chr_US.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/coverageLevels.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/cs.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/cs_CZ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/cy.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/cy_GB.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/da.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/da_DK.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/dav.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/dav_KE.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/dayPeriods.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/de.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/de_AT.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/de_BE.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/de_CH.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/de_DE.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/de_LI.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/de_LU.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/dje.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/dje_NE.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/dua.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/dua_CM.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/dyo.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/dyo_SN.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/dz.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/dz_BT.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ebu.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ebu_KE.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ee.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ee_GH.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ee_TG.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/el.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/el_CY.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/el_GR.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_150.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_AG.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_AS.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_AU.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_BB.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_BE.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_BM.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_BS.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_BW.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_BZ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_CA.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_CM.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_DM.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_Dsrt.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_Dsrt_US.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_FJ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_FM.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_GB.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_GD.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_GG.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_GH.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_GI.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_GM.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_GU.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_GY.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_HK.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_IE.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_IM.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_IN.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_JE.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_JM.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_KE.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_KI.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_KN.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_KY.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_LC.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_LR.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_LS.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_MG.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_MH.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_MP.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_MT.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_MU.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_MW.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_NA.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_NG.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_NZ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_PG.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_PH.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_PK.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_PR.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_PW.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_SB.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_SC.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_SG.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_SL.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_SS.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_SZ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_TC.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_TO.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_TT.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_TZ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_UG.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_UM.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_US.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_US_POSIX.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_VC.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_VG.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_VI.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_VU.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_WS.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_ZA.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_ZM.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/en_ZW.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/eo.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/es.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/es_419.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/es_AR.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/es_BO.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/es_CL.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/es_CO.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/es_CR.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/es_CU.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/es_DO.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/es_EA.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/es_EC.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/es_ES.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/es_GQ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/es_GT.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/es_HN.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/es_IC.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/es_MX.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/es_NI.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/es_PA.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/es_PE.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/es_PH.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/es_PR.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/es_PY.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/es_SV.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/es_US.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/es_UY.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/es_VE.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/et.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/et_EE.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/eu.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/eu_ES.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ewo.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ewo_CM.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fa.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fa_AF.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fa_IR.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ff.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ff_SN.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fi.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fi_FI.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fil.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fil_PH.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fo.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fo_FO.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_BE.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_BF.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_BI.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_BJ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_BL.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_CA.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_CD.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_CF.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_CG.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_CH.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_CI.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_CM.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_DJ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_DZ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_FR.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_GA.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_GF.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_GN.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_GP.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_GQ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_HT.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_KM.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_LU.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_MA.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_MC.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_MF.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_MG.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_ML.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_MQ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_MR.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_MU.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_NC.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_NE.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_PF.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_RE.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_RW.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_SC.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_SN.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_SY.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_TD.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_TG.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_TN.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_VU.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fr_YT.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fur.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/fur_IT.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ga.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ga_IE.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/gd.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/gd_GB.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/genderList.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/gl.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/gl_ES.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/gsw.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/gsw_CH.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/gu.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/gu_IN.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/guz.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/guz_KE.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/gv.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ha.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ha_Latn.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ha_Latn_GH.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ha_Latn_NE.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ha_Latn_NG.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/haw.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/haw_US.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/he.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/he_IL.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/hi.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/hi_IN.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/hr.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/hr_BA.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/hr_HR.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/hu.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/hu_HU.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/hy.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/hy_AM.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ia.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ia_FR.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/id.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/id_ID.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ig.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ig_NG.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ii.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ii_CN.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/is.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/is_IS.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/it.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/it_CH.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/it_IT.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/it_SM.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ja.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ja_JP.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/jgo.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/jgo_CM.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/jmc.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/jmc_TZ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ka.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ka_GE.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/kab.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/kab_DZ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/kam.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/kam_KE.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/kde.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/kde_TZ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/kea.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/kea_CV.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/khq.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/khq_ML.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ki.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ki_KE.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/kk.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/kk_Cyrl.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/kk_Cyrl_KZ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/kkj.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/kkj_CM.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/kl.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/kl_GL.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/kln.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/kln_KE.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/km.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/km_KH.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/kn.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/kn_IN.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ko.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ko_KP.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ko_KR.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/kok.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/kok_IN.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ks.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ks_Arab.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ks_Arab_IN.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ksb.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ksb_TZ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ksf.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ksf_CM.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ksh.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ksh_DE.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/kw.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/kw_GB.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ky.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/lag.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/lag_TZ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/languageInfo.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/lg.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/lg_UG.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/likelySubtags.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ln.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ln_AO.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ln_CD.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ln_CF.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ln_CG.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/lo.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/lo_LA.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/lt.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/lt_LT.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/lu.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/lu_CD.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/luo.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/luo_KE.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/luy.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/luy_KE.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/lv.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/lv_LV.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/mas.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/mas_KE.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/mas_TZ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/mer.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/mer_KE.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/metaZones.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/mfe.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/mfe_MU.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/mg.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/mg_MG.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/mgh.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/mgh_MZ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/mgo.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/mgo_CM.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/mk.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/mk_MK.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ml.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ml_IN.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/mn.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/mn_Cyrl.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/mn_Cyrl_MN.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/mr.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/mr_IN.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ms.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ms_Latn.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ms_Latn_BN.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ms_Latn_MY.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ms_Latn_SG.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/mt.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/mt_MT.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/mua.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/mua_CM.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/my.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/my_MM.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/naq.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/naq_NA.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/nb.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/nb_NO.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/nd.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/nd_ZW.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ne.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ne_IN.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ne_NP.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/nl.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/nl_AW.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/nl_BE.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/nl_CW.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/nl_NL.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/nl_SR.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/nl_SX.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/nmg.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/nmg_CM.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/nn.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/nn_NO.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/nnh.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/nnh_CM.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/nr.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/nr_ZA.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/nso.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/nso_ZA.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/numberingSystems.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/nus.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/nus_SD.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/nyn.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/nyn_UG.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/om.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/om_ET.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/om_KE.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/or.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/or_IN.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ordinals.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/os.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/os_GE.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/os_RU.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/pa.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/pa_Arab.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/pa_Arab_PK.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/pa_Guru.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/pa_Guru_IN.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/pl.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/pl_PL.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/plurals.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/postalCodeData.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ps.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ps_AF.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/pt.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/pt_AO.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/pt_BR.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/pt_CV.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/pt_GW.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/pt_MO.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/pt_MZ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/pt_PT.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/pt_ST.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/pt_TL.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/rm.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/rm_CH.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/rn.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/rn_BI.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ro.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ro_MD.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ro_RO.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/rof.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/rof_TZ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/root.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ru.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ru_BY.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ru_KG.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ru_KZ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ru_MD.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ru_RU.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ru_UA.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/rw.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/rw_RW.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/rwk.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/rwk_TZ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/sah.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/sah_RU.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/saq.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/saq_KE.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/sbp.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/sbp_TZ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/se.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/se_FI.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/se_NO.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/seh.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/seh_MZ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ses.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ses_ML.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/sg.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/sg_CF.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/shi.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/shi_Latn.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/shi_Latn_MA.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/shi_Tfng.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/shi_Tfng_MA.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/si.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/si_LK.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/sk.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/sk_SK.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/sl.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/sl_SI.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/sn.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/sn_ZW.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/so.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/so_DJ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/so_ET.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/so_KE.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/so_SO.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/sq.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/sq_AL.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/sq_MK.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/sq_XK.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/sr.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/sr_Cyrl.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/sr_Cyrl_BA.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/sr_Cyrl_ME.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/sr_Cyrl_RS.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/sr_Cyrl_XK.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/sr_Latn.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/sr_Latn_BA.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/sr_Latn_ME.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/sr_Latn_RS.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/sr_Latn_XK.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ss.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ss_SZ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ss_ZA.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ssy.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ssy_ER.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/st.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/st_LS.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/st_ZA.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/supplementalData.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/supplementalMetadata.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/sv.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/sv_AX.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/sv_FI.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/sv_SE.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/sw.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/sw_KE.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/sw_TZ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/sw_UG.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/swc.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/swc_CD.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ta.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ta_IN.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ta_LK.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ta_MY.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ta_SG.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/te.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/te_IN.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/telephoneCodeData.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/teo.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/teo_KE.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/teo_UG.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/tg.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/tg_Cyrl.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/tg_Cyrl_TJ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/th.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/th_TH.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ti.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ti_ER.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ti_ET.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/tig.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/tig_ER.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/tn.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/tn_BW.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/tn_ZA.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/to.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/to_TO.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/tr.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/tr_CY.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/tr_TR.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ts.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ts_ZA.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/twq.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/twq_NE.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/tzm.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/tzm_Latn.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/tzm_Latn_MA.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/uk.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/uk_UA.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ur.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ur_IN.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ur_PK.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/uz.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/uz_Arab.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/uz_Arab_AF.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/uz_Cyrl.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/uz_Cyrl_UZ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/uz_Latn.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/uz_Latn_UZ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/vai.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/vai_Latn.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/vai_Latn_LR.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/vai_Vaii.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/vai_Vaii_LR.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ve.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/ve_ZA.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/vi.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/vi_VN.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/vo.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/vun.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/vun_TZ.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/wae.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/wae_CH.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/wal.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/wal_ET.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/windowsZones.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/xh.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/xh_ZA.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/xog.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/xog_UG.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/yav.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/yav_CM.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/yo.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/yo_NG.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/zh.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/zh_Hans.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/zh_Hans_CN.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/zh_Hans_HK.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/zh_Hans_MO.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/zh_Hans_SG.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/zh_Hant.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/zh_Hant_HK.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/zh_Hant_MO.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/zh_Hant_TW.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/zu.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data/zu_ZA.xml
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Format.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Math.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Math/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Math/PhpMath.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Log.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Message.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Message/File.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Message/Interface.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Part.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Part/File.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Part/Interface.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Protocol/Abstract.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Protocol/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Protocol/Imap.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Protocol/Pop3.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Protocol/Smtp.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Protocol/Smtp/Auth/Crammd5.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Protocol/Smtp/Auth/Login.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Protocol/Smtp/Auth/Plain.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Storage.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Storage/Abstract.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Storage/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Storage/Folder.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Storage/Folder/Interface.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Storage/Folder/Maildir.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Storage/Folder/Mbox.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Storage/Imap.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Storage/Maildir.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Storage/Mbox.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Storage/Pop3.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Storage/Writable/Interface.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Storage/Writable/Maildir.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Transport/Abstract.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Transport/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Transport/File.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Transport/Sendmail.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Transport/Smtp.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Markup.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Memory.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mime.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mime/Decode.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mime/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mime/Message.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mime/Part.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mobile/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mobile/Push/Abstract.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mobile/Push/Apns.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mobile/Push/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mobile/Push/Exception/DeviceQuotaExceeded.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mobile/Push/Exception/InvalidAuthToken.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mobile/Push/Exception/InvalidPayload.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mobile/Push/Exception/InvalidRegistration.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mobile/Push/Exception/InvalidToken.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mobile/Push/Exception/InvalidTopic.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mobile/Push/Exception/QuotaExceeded.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mobile/Push/Exception/ServerUnavailable.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mobile/Push/Gcm.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mobile/Push/Interface.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mobile/Push/Message/Abstract.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mobile/Push/Message/Apns.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mobile/Push/Message/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mobile/Push/Message/Gcm.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mobile/Push/Message/Interface.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mobile/Push/Message/Mpns.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mobile/Push/Message/Mpns/Raw.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mobile/Push/Message/Mpns/Tile.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mobile/Push/Message/Mpns/Toast.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mobile/Push/Mpns.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mobile/Push/Response/Gcm.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mobile/Push/Test/ApnsProxy.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Navigation.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Oauth.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/OpenId.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Paginator.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Pdf.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/ProgressBar.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Queue.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Registry.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Serializer.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Server/Abstract.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Server/Cache.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Server/Definition.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Server/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Server/Interface.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Server/Method/Callback.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Server/Method/Definition.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Server/Method/Parameter.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Server/Method/Prototype.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Server/Reflection.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Server/Reflection/Class.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Server/Reflection/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Server/Reflection/Function.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Server/Reflection/Function/Abstract.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Server/Reflection/Method.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Server/Reflection/Node.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Server/Reflection/Parameter.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Server/Reflection/Prototype.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Server/Reflection/ReturnValue.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Session.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Session/Abstract.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Session/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Session/Namespace.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Session/SaveHandler/DbTable.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Session/SaveHandler/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Session/SaveHandler/Interface.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Session/Validator/Abstract.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Session/Validator/HttpUserAgent.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Session/Validator/Interface.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Stdlib/CallbackHandler.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Stdlib/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Stdlib/Exception/InvalidCallbackException.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Stdlib/PriorityQueue.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Stdlib/SplPriorityQueue.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Tag/Cloud.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Tag/Cloud/Decorator/Cloud.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Tag/Cloud/Decorator/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Tag/Cloud/Decorator/HtmlCloud.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Tag/Cloud/Decorator/HtmlTag.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Tag/Cloud/Decorator/Tag.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Tag/Cloud/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Tag/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Tag/Item.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Tag/ItemList.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Tag/Taggable.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/TimeSync.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Translate.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Translate/Adapter.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Translate/Adapter/Array.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Translate/Adapter/Csv.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Translate/Adapter/Gettext.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Translate/Adapter/Ini.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Translate/Adapter/Qt.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Translate/Adapter/Tbx.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Translate/Adapter/Tmx.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Translate/Adapter/Xliff.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Translate/Adapter/XmlTm.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Translate/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Translate/Plural.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Uri.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Uri/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Uri/Http.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Abstract.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Alnum.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Alpha.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Barcode.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Barcode/AdapterAbstract.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Barcode/AdapterInterface.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Barcode/Code25.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Barcode/Code25interleaved.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Barcode/Code39.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Barcode/Code39ext.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Barcode/Code93.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Barcode/Code93ext.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Barcode/Ean12.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Barcode/Ean13.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Barcode/Ean14.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Barcode/Ean18.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Barcode/Ean2.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Barcode/Ean5.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Barcode/Ean8.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Barcode/Gtin12.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Barcode/Gtin13.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Barcode/Gtin14.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Barcode/Identcode.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Barcode/Intelligentmail.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Barcode/Issn.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Barcode/Itf14.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Barcode/Leitcode.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Barcode/Planet.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Barcode/Postnet.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Barcode/Royalmail.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Barcode/Sscc.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Barcode/Upca.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Barcode/Upce.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Between.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Callback.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Ccnum.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/CreditCard.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Date.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Db/Abstract.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Db/NoRecordExists.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Db/RecordExists.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Digits.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/EmailAddress.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/File/Count.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/File/Crc32.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/File/ExcludeExtension.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/File/ExcludeMimeType.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/File/Exists.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/File/Extension.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/File/FilesSize.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/File/Hash.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/File/ImageSize.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/File/IsCompressed.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/File/IsImage.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/File/Md5.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/File/MimeType.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/File/NotExists.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/File/Sha1.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/File/Size.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/File/Upload.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/File/WordCount.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Float.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/GreaterThan.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Hex.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Hostname.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Hostname/Biz.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Hostname/Cn.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Hostname/Com.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Hostname/Jp.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Iban.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Identical.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/InArray.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Int.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Interface.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Ip.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Isbn.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Ldap/Dn.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/LessThan.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/NotEmpty.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/PostCode.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Regex.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Sitemap/Changefreq.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Sitemap/Lastmod.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Sitemap/Loc.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Sitemap/Priority.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/StringLength.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Version.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/View.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Xml/Exception.php
+%%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Xml/Security.php
+%%WWWDIR%%/library/bombayworks/zendframework1/puppet/manifests/default.pp
+%%WWWDIR%%/library/bombayworks/zendframework1/puppet/scripts/pe.sh
+%%WWWDIR%%/library/bombayworks/zendframework1/puppet/scripts/php-build.sh
+%%WWWDIR%%/library/bombayworks/zendframework1/resources/languages/cs/Zend_Validate.php
+%%WWWDIR%%/library/bombayworks/zendframework1/resources/languages/de/Zend_Validate.php
+%%WWWDIR%%/library/bombayworks/zendframework1/resources/languages/en/Zend_Validate.php
+%%WWWDIR%%/library/bombayworks/zendframework1/resources/languages/es/Zend_Validate.php
+%%WWWDIR%%/library/bombayworks/zendframework1/resources/languages/fi/Zend_Validate.php
+%%WWWDIR%%/library/bombayworks/zendframework1/resources/languages/fr/Zend_Validate.php
+%%WWWDIR%%/library/bombayworks/zendframework1/resources/languages/hr/Zend_Validate.php
+%%WWWDIR%%/library/bombayworks/zendframework1/resources/languages/it/Zend_Validate.php
+%%WWWDIR%%/library/bombayworks/zendframework1/resources/languages/ja/Zend_Validate.php
+%%WWWDIR%%/library/bombayworks/zendframework1/resources/languages/nl/Zend_Validate.php
+%%WWWDIR%%/library/bombayworks/zendframework1/resources/languages/pt_BR/Zend_Validate.php
+%%WWWDIR%%/library/bombayworks/zendframework1/resources/languages/ru/Zend_Validate.php
+%%WWWDIR%%/library/bombayworks/zendframework1/resources/languages/sk/Zend_Captcha.php
+%%WWWDIR%%/library/bombayworks/zendframework1/resources/languages/sk/Zend_Validate.php
+%%WWWDIR%%/library/bombayworks/zendframework1/resources/languages/sr/Zend_Validate.php
+%%WWWDIR%%/library/bombayworks/zendframework1/resources/languages/uk/Zend_Validate.php
+%%WWWDIR%%/library/composer/ClassLoader.php
+%%WWWDIR%%/library/composer/autoload_classmap.php
+%%WWWDIR%%/library/composer/autoload_files.php
+%%WWWDIR%%/library/composer/autoload_namespaces.php
+%%WWWDIR%%/library/composer/autoload_psr4.php
+%%WWWDIR%%/library/composer/autoload_real.php
+%%WWWDIR%%/library/composer/include_paths.php
+%%WWWDIR%%/library/composer/installed.json
+%%WWWDIR%%/library/ezyang/htmlpurifier/CREDITS
+%%WWWDIR%%/library/ezyang/htmlpurifier/Doxyfile
+%%WWWDIR%%/library/ezyang/htmlpurifier/FOCUS
+%%WWWDIR%%/library/ezyang/htmlpurifier/INSTALL
+%%WWWDIR%%/library/ezyang/htmlpurifier/INSTALL.fr.utf8
+%%WWWDIR%%/library/ezyang/htmlpurifier/LICENSE
+%%WWWDIR%%/library/ezyang/htmlpurifier/NEWS
+%%WWWDIR%%/library/ezyang/htmlpurifier/README
+%%WWWDIR%%/library/ezyang/htmlpurifier/TODO
+%%WWWDIR%%/library/ezyang/htmlpurifier/VERSION
+%%WWWDIR%%/library/ezyang/htmlpurifier/WHATSNEW
+%%WWWDIR%%/library/ezyang/htmlpurifier/WYSIWYG
+%%WWWDIR%%/library/ezyang/htmlpurifier/art/1000passes.png
+%%WWWDIR%%/library/ezyang/htmlpurifier/art/100cases.png
+%%WWWDIR%%/library/ezyang/htmlpurifier/art/favicon.ico
+%%WWWDIR%%/library/ezyang/htmlpurifier/art/icon-16x16.png
+%%WWWDIR%%/library/ezyang/htmlpurifier/art/icon-16x16.svg
+%%WWWDIR%%/library/ezyang/htmlpurifier/art/icon-32x32.png
+%%WWWDIR%%/library/ezyang/htmlpurifier/art/icon-32x32.svg
+%%WWWDIR%%/library/ezyang/htmlpurifier/art/icon-64x64.png
+%%WWWDIR%%/library/ezyang/htmlpurifier/art/logo-large.png
+%%WWWDIR%%/library/ezyang/htmlpurifier/art/logo.png
+%%WWWDIR%%/library/ezyang/htmlpurifier/art/logo.svg
+%%WWWDIR%%/library/ezyang/htmlpurifier/art/powered.png
+%%WWWDIR%%/library/ezyang/htmlpurifier/benchmarks/.htaccess
+%%WWWDIR%%/library/ezyang/htmlpurifier/benchmarks/ConfigSchema.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/benchmarks/Lexer.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/benchmarks/Trace.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/benchmarks/samples/Lexer/1.html
+%%WWWDIR%%/library/ezyang/htmlpurifier/benchmarks/samples/Lexer/2.html
+%%WWWDIR%%/library/ezyang/htmlpurifier/benchmarks/samples/Lexer/3.html
+%%WWWDIR%%/library/ezyang/htmlpurifier/benchmarks/samples/Lexer/4.html
+%%WWWDIR%%/library/ezyang/htmlpurifier/benchmarks/samples/Lexer/DISCLAIMER.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/configdoc/generate.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/configdoc/styles/plain.css
+%%WWWDIR%%/library/ezyang/htmlpurifier/configdoc/styles/plain.xsl
+%%WWWDIR%%/library/ezyang/htmlpurifier/configdoc/types.xml
+%%WWWDIR%%/library/ezyang/htmlpurifier/configdoc/usage.xml
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/dev-advanced-api.html
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/dev-code-quality.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/dev-config-bcbreaks.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/dev-config-naming.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/dev-config-schema.html
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/dev-flush.html
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/dev-includes.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/dev-naming.html
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/dev-optimization.html
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/dev-progress.html
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/dtd/xhtml1-transitional.dtd
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/enduser-customize.html
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/enduser-id.html
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/enduser-overview.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/enduser-security.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/enduser-slow.html
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/enduser-tidy.html
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/enduser-uri-filter.html
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/enduser-utf8.html
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/enduser-youtube.html
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/entities/xhtml-lat1.ent
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/entities/xhtml-special.ent
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/entities/xhtml-symbol.ent
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/examples/basic.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/fixquotes.htc
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/index.html
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/proposal-colors.html
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/proposal-config.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/proposal-css-extraction.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/proposal-errors.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/proposal-filter-levels.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/proposal-language.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/proposal-new-directives.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/proposal-plists.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/ref-content-models.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/ref-css-length.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/ref-devnetwork.html
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/ref-html-modularization.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/ref-proprietary-tags.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/ref-whatwg.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/specimens/LICENSE
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/specimens/html-align-to-css.html
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/specimens/img.png
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/specimens/jochem-blok-word.html
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/specimens/windows-live-mail-desktop-beta.html
+%%WWWDIR%%/library/ezyang/htmlpurifier/docs/style.css
+%%WWWDIR%%/library/ezyang/htmlpurifier/extras/ConfigDoc/HTMLXSLTProcessor.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/extras/FSTools.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/extras/FSTools/File.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/extras/HTMLPurifierExtras.auto.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/extras/HTMLPurifierExtras.autoload.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/extras/HTMLPurifierExtras.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/extras/README
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier.auto.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier.autoload.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier.func.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier.includes.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier.kses.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier.path.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier.safe-includes.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Arborize.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrCollections.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/AlphaValue.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Background.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/BackgroundPosition.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Border.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Color.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Composite.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/DenyElementDecorator.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Filter.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Font.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/FontFamily.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Ident.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/ImportantDecorator.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Length.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/ListStyle.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Multiple.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Number.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Percentage.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/TextDecoration.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/URI.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/Clone.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/Enum.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Bool.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Class.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Color.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/FrameTarget.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/ID.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Length.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/LinkTypes.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/MultiLength.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Nmtokens.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Pixels.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/Integer.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/Lang.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/Switch.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/Text.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/Email.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/Email/SimpleCheck.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/Host.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/IPv4.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/IPv6.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Background.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/BdoDir.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/BgColor.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/BoolToCSS.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Border.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/EnumToCSS.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/ImgRequired.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/ImgSpace.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Input.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Lang.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Length.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Name.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/NameSync.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Nofollow.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/SafeEmbed.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/SafeObject.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/SafeParam.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/ScriptRequired.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/TargetBlank.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Textarea.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrTypes.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrValidator.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Bootstrap.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/CSSDefinition.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Chameleon.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Custom.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Empty.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/List.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Optional.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Required.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/StrictBlockquote.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Table.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Config.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Builder/ConfigSchema.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Builder/Xml.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Exception.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Interchange.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Interchange/Directive.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Interchange/Id.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/InterchangeBuilder.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Validator.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/ValidatorAtom.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema.ser
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.AllowedClasses.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.AllowedFrameTargets.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.AllowedRel.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.AllowedRev.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.ClassUseCDATA.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.DefaultImageAlt.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.DefaultInvalidImage.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.DefaultInvalidImageAlt.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.DefaultTextDir.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.EnableID.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.ForbiddenClasses.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.IDBlacklist.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.IDBlacklistRegexp.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.IDPrefix.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Attr.IDPrefixLocal.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.AutoParagraph.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.Custom.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.DisplayLinkURI.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.Linkify.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.PurifierLinkify.DocURL.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.PurifierLinkify.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.RemoveNbsp.Exceptions.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.RemoveNbsp.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveSpansWithoutAttributes.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.AllowImportant.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.AllowTricky.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.AllowedFonts.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.AllowedProperties.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.DefinitionRev.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.ForbiddenProperties.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.MaxImgLength.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.Proprietary.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.Trusted.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Cache.DefinitionImpl.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Cache.SerializerPath.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Cache.SerializerPermissions.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.AggressivelyFixLt.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.AllowHostnameUnderscore.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.CollectErrors.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.ColorKeywords.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.ConvertDocumentToFragment.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.DirectLexLineNumberSyncInterval.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.DisableExcludes.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.EnableIDNA.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.Encoding.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidChildren.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidTags.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.EscapeNonASCIICharacters.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.HiddenElements.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.Language.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.LexerImpl.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.MaintainLineNumbers.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.NormalizeNewlines.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.RemoveInvalidImg.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.RemoveProcessingInstructions.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.RemoveScriptContents.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Filter.Custom.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.Escaping.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.Scope.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.TidyImpl.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Filter.YouTube.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.Allowed.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedAttributes.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedComments.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedCommentsRegexp.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedElements.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedModules.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.Attr.Name.UseCDATA.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.BlockWrapper.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.CoreModules.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.CustomDoctype.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.DefinitionID.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.DefinitionRev.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.Doctype.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.FlashAllowFullScreen.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenAttributes.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenElements.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.MaxImgLength.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.Nofollow.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.Parent.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.Proprietary.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.SafeEmbed.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.SafeIframe.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.SafeObject.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.SafeScripting.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.Strict.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.TargetBlank.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.TidyAdd.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.TidyLevel.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.TidyRemove.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.Trusted.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.XHTML.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Output.CommentScriptContents.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Output.FixInnerHTML.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Output.FlashCompat.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Output.Newline.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Output.SortAttr.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Output.TidyFormat.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Test.ForceNoIconv.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.AllowedSchemes.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.Base.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.DefaultScheme.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.DefinitionID.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.DefinitionRev.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.Disable.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.DisableExternal.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.DisableExternalResources.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.DisableResources.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.Host.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.HostBlacklist.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.MakeAbsolute.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.Munge.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.MungeResources.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.MungeSecretKey.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.OverrideAllowedSchemes.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.SafeIframeRegexp.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/info.ini
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ContentSets.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Context.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Definition.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator/Cleanup.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator/Memory.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator/Template.php.in
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Null.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer/README
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCacheFactory.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Doctype.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/DoctypeRegistry.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ElementDef.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Encoder.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/EntityLookup.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/EntityLookup/entities.ser
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/EntityParser.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ErrorCollector.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ErrorStruct.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Exception.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Filter.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Filter/ExtractStyleBlocks.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Filter/YouTube.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Generator.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/HTMLDefinition.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Bdo.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/CommonAttributes.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Edit.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Forms.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Hypertext.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Iframe.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Image.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Legacy.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/List.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Name.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Nofollow.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/NonXMLCommonAttributes.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Object.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Presentation.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Proprietary.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Ruby.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/SafeEmbed.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/SafeObject.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/SafeScripting.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Scripting.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/StyleAttribute.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tables.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Target.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/TargetBlank.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Text.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/Name.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/Proprietary.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/Strict.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/Transitional.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/XHTML.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/XHTMLAndHTML4.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/XMLCommonAttributes.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModuleManager.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/IDAccumulator.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Injector.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Injector/AutoParagraph.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Injector/DisplayLinkURI.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Injector/Linkify.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Injector/PurifierLinkify.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Injector/RemoveEmpty.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Injector/RemoveSpansWithoutAttributes.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Injector/SafeObject.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Language.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Language/classes/en-x-test.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Language/messages/en-x-test.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Language/messages/en-x-testmini.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Language/messages/en.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/LanguageFactory.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Length.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Lexer.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DOMLex.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DirectLex.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Node.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Node/Comment.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Node/Element.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Node/Text.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/PercentEncoder.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Printer.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Printer/CSSDefinition.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Printer/ConfigForm.css
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Printer/ConfigForm.js
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Printer/ConfigForm.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Printer/HTMLDefinition.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/PropertyList.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/PropertyListIterator.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Queue.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Strategy.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/Composite.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/Core.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/FixNesting.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/MakeWellFormed.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/RemoveForeignElements.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/ValidateAttributes.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/StringHash.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/StringHashParser.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform/Font.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform/Simple.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Token.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Token/Comment.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Token/Empty.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Token/End.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Token/Start.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Token/Tag.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Token/Text.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/TokenFactory.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/URI.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/URIDefinition.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter/DisableExternal.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter/DisableExternalResources.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter/DisableResources.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter/HostBlacklist.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter/MakeAbsolute.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter/Munge.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter/SafeIframe.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/URIParser.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/data.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/file.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/ftp.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/http.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/https.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/mailto.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/news.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/nntp.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/URISchemeRegistry.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/UnitConverter.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/VarParser.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/VarParser/Flexible.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/VarParser/Native.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/VarParserException.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Zipper.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/maintenance/.htaccess
+%%WWWDIR%%/library/ezyang/htmlpurifier/maintenance/PH5P.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/maintenance/add-vimline.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/maintenance/common.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/maintenance/compile-doxygen.sh
+%%WWWDIR%%/library/ezyang/htmlpurifier/maintenance/config-scanner.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/maintenance/flush-definition-cache.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/maintenance/flush.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/maintenance/generate-entity-file.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/maintenance/generate-includes.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/maintenance/generate-ph5p-patch.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/maintenance/generate-schema-cache.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/maintenance/generate-standalone.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/maintenance/merge-library.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/maintenance/old-extract-schema.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/maintenance/old-remove-require-once.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/maintenance/old-remove-schema-def.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/maintenance/regenerate-docs.sh
+%%WWWDIR%%/library/ezyang/htmlpurifier/maintenance/remove-trailing-whitespace.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/maintenance/rename-config.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/maintenance/update-config.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/maintenance/update-freshmeat.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/phpdoc.ini
+%%WWWDIR%%/library/ezyang/htmlpurifier/plugins/modx.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/plugins/phorum/Changelog
+%%WWWDIR%%/library/ezyang/htmlpurifier/plugins/phorum/INSTALL
+%%WWWDIR%%/library/ezyang/htmlpurifier/plugins/phorum/README
+%%WWWDIR%%/library/ezyang/htmlpurifier/plugins/phorum/config.default.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/plugins/phorum/htmlpurifier.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/plugins/phorum/info.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/plugins/phorum/init-config.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/plugins/phorum/migrate.bbcode.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/plugins/phorum/settings.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/plugins/phorum/settings/form.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/plugins/phorum/settings/migrate-sigs-form.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/plugins/phorum/settings/migrate-sigs.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/plugins/phorum/settings/save.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/all.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/attrTransform.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/attrTransform.xml
+%%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/basic.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/basic/allElements.css
+%%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/basic/allElements.html
+%%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/basic/legacy.css
+%%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/basic/legacy.html
+%%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/cacheConfig.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/common.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/configForm.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/dataScheme.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/extractStyleBlocks.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/img.png
+%%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/innerHTML.html
+%%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/innerHTML.js
+%%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/preserveYouTube.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/printDefinition.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/test-schema/Directive.Allowed.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/test-schema/Directive.Deprecated.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/test-schema/Directive.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/test-schema/Type.bool.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/test-schema/Type.float.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/test-schema/Type.hash.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/test-schema/Type.int.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/test-schema/Type.istring.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/test-schema/Type.itext.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/test-schema/Type.list.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/test-schema/Type.lookup.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/test-schema/Type.mixed.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/test-schema/Type.nullbool.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/test-schema/Type.nullstring.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/test-schema/Type.string.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/test-schema/Type.text.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/test-schema/Type.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/test-schema/info.ini
+%%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/variableWidthAttack.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/xssAttacks.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/xssAttacks.xml
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/CliTestCase.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/Debugger.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/FSTools/FileSystemHarness.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/FSTools/FileTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrCollectionsTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/CSS/AlphaValueTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/CSS/BackgroundPositionTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/CSS/BackgroundTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/CSS/BorderTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/CSS/ColorTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/CSS/CompositeTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/CSS/FilterTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/CSS/FontFamilyTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/CSS/FontTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/CSS/ImportantDecoratorTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/CSS/LengthTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/CSS/ListStyleTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/CSS/MultipleTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/CSS/NumberTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/CSS/PercentageTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/CSS/TextDecorationTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/CSS/URITest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/CSSTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/EnumTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/HTML/BoolTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/HTML/ClassTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/HTML/ColorTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/HTML/FrameTargetTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/HTML/IDTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/HTML/LengthTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/HTML/LinkTypesTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/HTML/MultiLengthTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/HTML/NmtokensTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/HTML/PixelsTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/IntegerTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/LangTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/SwitchTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/TextTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/URI/Email/SimpleCheckTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/URI/EmailHarness.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/URI/HostTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/URI/IPv4Test.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/URI/IPv6Test.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/URITest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDefHarness.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDefTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrTransform/BackgroundTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrTransform/BdoDirTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrTransform/BgColorTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrTransform/BoolToCSSTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrTransform/BorderTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrTransform/EnumToCSSTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrTransform/ImgRequiredTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrTransform/ImgSpaceTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrTransform/InputTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrTransform/LangTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrTransform/LengthTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrTransform/NameSyncTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrTransform/NameTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrTransformHarness.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrTransformTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrTypesTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrValidator_ErrorsTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ChildDef/ChameleonTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ChildDef/CustomTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ChildDef/ListTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ChildDef/OptionalTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ChildDef/RequiredTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ChildDef/StrictBlockquoteTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ChildDef/TableTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ChildDefHarness.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ComplexHarness.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ConfigSchema/InterchangeTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ConfigSchema/Validator/directive/aliasesAliasCollision.vtest
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ConfigSchema/Validator/directive/aliasesDirectiveCollision.vtest
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ConfigSchema/Validator/directive/allowedIsString.vtest
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ConfigSchema/Validator/directive/allowedNotEmpty.vtest
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ConfigSchema/Validator/directive/defaultIsAllowed.vtest
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ConfigSchema/Validator/directive/defaultNullWithAllowed.vtest
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ConfigSchema/Validator/directive/defaultType.vtest
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ConfigSchema/Validator/directive/descriptionNotEmpty.vtest
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ConfigSchema/Validator/directive/ignoreNamespace.vtest
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ConfigSchema/Validator/directive/typeDefined.vtest
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ConfigSchema/Validator/directive/typeExists.vtest
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ConfigSchema/Validator/directive/typeWithAllowedIsStringType.vtest
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ConfigSchema/Validator/directive/typeWithValueAliasesIsStringType.vtest
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ConfigSchema/Validator/directive/unique.vtest
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ConfigSchema/Validator/directive/valueAliasesAliasIsString.vtest
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ConfigSchema/Validator/directive/valueAliasesAliasNotAllowed.vtest
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ConfigSchema/Validator/directive/valueAliasesNotAliasSelf.vtest
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ConfigSchema/Validator/directive/valueAliasesRealAllowed.vtest
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ConfigSchema/Validator/directive/valueAliasesRealIsString.vtest
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ConfigSchema/ValidatorAtomTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ConfigSchema/ValidatorTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ConfigSchema/ValidatorTestCase.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ConfigSchemaTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ConfigTest-create.ini
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ConfigTest-finalize.ini
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ConfigTest-loadIni.ini
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ConfigTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ContextTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/DefinitionCache/Decorator/CleanupTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/DefinitionCache/Decorator/MemoryTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/DefinitionCache/DecoratorHarness.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/DefinitionCache/DecoratorTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/DefinitionCache/SerializerTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/DefinitionCache/SerializerTest/README
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/DefinitionCacheFactoryTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/DefinitionCacheHarness.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/DefinitionCacheTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/DefinitionTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/DefinitionTestable.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/DoctypeRegistryTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ElementDefTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/EncoderTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/EntityLookupTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/EntityParserTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ErrorCollectorEMock.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ErrorCollectorTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ErrorsHarness.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/Filter/ExtractStyleBlocksTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/GeneratorTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLDefinitionTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLModule/FormsTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLModule/ImageTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLModule/NameTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLModule/NofollowTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLModule/ObjectTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLModule/ProprietaryTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLModule/RubyTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLModule/SafeEmbedTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLModule/SafeObjectTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLModule/SafeScriptingTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLModule/ScriptingTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLModule/TargetBlankTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLModule/TidyTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLModuleHarness.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLModuleManagerTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLModuleTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/allowed-preserve.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/allowed-remove.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/basic.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/blacklist-preserve.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/blacklist-remove.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/css-allowed-preserve.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/css-allowed-remove.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/disable-uri.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/double-youtube.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/empty.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/file-uri.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/id-default.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/id-enabled.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/id-img.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/id-name-mix.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/inline-list-loop.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/inline-wraps-block.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/list-nesting.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/munge-extra.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/munge.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/name.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/safe-iframe-googlemaps.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/safe-iframe-invalid.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/safe-iframe-youtube.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/safe-iframe.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/safe-object-embed-munge.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/safe-object-embed.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/script-bare.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/script-cdata.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/script-comment.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/script-dbl-comment.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/script-ideal.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/secure-munge.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/shift-jis-preserve-yen.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/shift-jis-remove-yen.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/strict-blockquote-with-inline.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/strict-blockquote.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/strict-underline.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/style-onload.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/tidy-background.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/trusted-comments-required.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/trusted-comments-table.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/trusted-comments.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/whitespace-preserve.htmlt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/Harness.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/IDAccumulatorTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/Injector/AutoParagraphTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/Injector/DisplayLinkURITest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/Injector/LinkifyTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/Injector/PurifierLinkifyTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/Injector/RemoveEmptyTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/Injector/RemoveSpansWithoutAttributesTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/Injector/SafeObjectTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/InjectorHarness.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/LanguageFactoryTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/LanguageTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/LengthTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/Lexer/DirectLexTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/Lexer/DirectLex_ErrorsTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/LexerTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/PHPT/domxml.phpt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/PHPT/func.phpt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/PHPT/kses/basic.phpt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/PHPT/loading/_autoload.inc
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/PHPT/loading/_no-autoload.inc
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/PHPT/loading/auto-includes.phpt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/PHPT/loading/auto-with-autoload.phpt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/PHPT/loading/auto-with-spl-autoload-default.phpt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/PHPT/loading/auto-with-spl-autoload.phpt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/PHPT/loading/auto-without-spl-autoload.phpt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/PHPT/loading/auto-without-spl-with-autoload.phpt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/PHPT/loading/auto.phpt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/PHPT/loading/error-auto-with-spl-nonstatic-autoload.phpt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/PHPT/loading/path-includes-autoload.phpt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/PHPT/loading/path-includes.phpt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/PHPT/loading/safe-includes.phpt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/PHPT/loading/standalone-autoload.phpt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/PHPT/loading/standalone-with-prefix.phpt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/PHPT/loading/standalone.phpt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/PHPT/stub.phpt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/PHPT/utf8.phpt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/PHPT/ze1_compatibility_mode.phpt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/PercentEncoderTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/PropertyListTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/SimpleTest/Reporter.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/SimpleTest/TextReporter.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/Strategy/CompositeTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/Strategy/CoreTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/Strategy/ErrorsHarness.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/Strategy/FixNestingTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/Strategy/FixNesting_ErrorsTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/Strategy/MakeWellFormed/EndInsertInjector.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/Strategy/MakeWellFormed/EndInsertInjectorTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/Strategy/MakeWellFormed/EndRewindInjector.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/Strategy/MakeWellFormed/EndRewindInjectorTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/Strategy/MakeWellFormed/SkipInjector.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/Strategy/MakeWellFormed/SkipInjectorTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/Strategy/MakeWellFormedTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/Strategy/MakeWellFormed_ErrorsTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/Strategy/MakeWellFormed_InjectorTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/Strategy/RemoveForeignElementsTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/Strategy/RemoveForeignElements_ErrorsTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/Strategy/RemoveForeignElements_TidyTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/Strategy/ValidateAttributesTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/Strategy/ValidateAttributes_IDTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/Strategy/ValidateAttributes_TidyTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/StrategyHarness.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/StringHashParser/AppendMultiline.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/StringHashParser/Default.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/StringHashParser/Multi.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/StringHashParser/OverrideSingle.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/StringHashParser/Simple.txt
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/StringHashParserTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/StringHashTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/TagTransformTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/TokenFactoryTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/TokenTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/URIDefinitionTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/URIFilter/DisableExternalResourcesTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/URIFilter/DisableExternalTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/URIFilter/DisableResourcesTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/URIFilter/HostBlacklistTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/URIFilter/MakeAbsoluteTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/URIFilter/MungeTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/URIFilterHarness.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/URIHarness.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/URIParserTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/URISchemeRegistryTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/URISchemeTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/URITest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/UnitConverterTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/VarParser/FlexibleTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/VarParser/NativeTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/VarParserHarness.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ZipperTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifierTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/PHPT/Controller/SimpleTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/PHPT/Reporter/SimpleTest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/PHPT/Section/PRESKIPIF.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/common.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/default_load.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/generate_mock_once.func.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/index.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/multitest.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/path2class.func.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/test_files.php
+%%WWWDIR%%/library/ezyang/htmlpurifier/tests/tmp/README
+%%WWWDIR%%/library/ircmaxell/password-compat/.travis.yml
+%%WWWDIR%%/library/ircmaxell/password-compat/LICENSE.md
+%%WWWDIR%%/library/ircmaxell/password-compat/README.md
+%%WWWDIR%%/library/ircmaxell/password-compat/lib/password.php
+%%WWWDIR%%/library/ircmaxell/password-compat/phpunit.xml.dist
+%%WWWDIR%%/library/ircmaxell/password-compat/test/Unit/PasswordGetInfoTest.php
+%%WWWDIR%%/library/ircmaxell/password-compat/test/Unit/PasswordHashTest.php
+%%WWWDIR%%/library/ircmaxell/password-compat/test/Unit/PasswordNeedsRehashTest.php
+%%WWWDIR%%/library/ircmaxell/password-compat/test/Unit/PasswordVerifyTest.php
+%%WWWDIR%%/library/ircmaxell/password-compat/version-test.php
+%%WWWDIR%%/library/michelf/php-markdown/License.md
+%%WWWDIR%%/library/michelf/php-markdown/Michelf/Markdown.inc.php
+%%WWWDIR%%/library/michelf/php-markdown/Michelf/Markdown.php
+%%WWWDIR%%/library/michelf/php-markdown/Michelf/MarkdownExtra.inc.php
+%%WWWDIR%%/library/michelf/php-markdown/Michelf/MarkdownExtra.php
+%%WWWDIR%%/library/michelf/php-markdown/Michelf/MarkdownInterface.inc.php
+%%WWWDIR%%/library/michelf/php-markdown/Michelf/MarkdownInterface.php
+%%WWWDIR%%/library/michelf/php-markdown/Readme.md
+%%WWWDIR%%/library/michelf/php-markdown/Readme.php
+%%WWWDIR%%/library/patchwork/utf8/.travis.yml
+%%WWWDIR%%/library/patchwork/utf8/CHANGELOG.md
+%%WWWDIR%%/library/patchwork/utf8/README.md
+%%WWWDIR%%/library/patchwork/utf8/class/Normalizer.php
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/Iconv.php
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/Intl.php
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/Mbstring.php
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/Normalizer.php
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/Xml.php
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.big5.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.cp037.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.cp1006.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.cp1026.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.cp424.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.cp437.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.cp500.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.cp737.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.cp775.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.cp850.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.cp852.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.cp855.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.cp856.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.cp857.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.cp860.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.cp861.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.cp862.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.cp863.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.cp864.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.cp865.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.cp866.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.cp869.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.cp874.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.cp875.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.cp932.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.cp936.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.cp949.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.cp950.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.gsm0338.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.iso-8859-1.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.iso-8859-10.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.iso-8859-11.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.iso-8859-13.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.iso-8859-14.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.iso-8859-15.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.iso-8859-16.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.iso-8859-2.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.iso-8859-3.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.iso-8859-4.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.iso-8859-5.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.iso-8859-6.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.iso-8859-7.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.iso-8859-8.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.iso-8859-9.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.koi8-r.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.koi8-u.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.mazovia.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.nextstep.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.stdenc.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.symbol.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.turkish.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.us-ascii-quotes.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.us-ascii.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.windows-1250.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.windows-1251.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.windows-1252.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.windows-1253.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.windows-1254.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.windows-1255.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.windows-1256.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.windows-1257.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.windows-1258.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.x-mac-ce.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.x-mac-cyrillic.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.x-mac-greek.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.x-mac-icelandic.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.x-mac-roman.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/from.zdingbat.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/to.gsm0338.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/to.mazovia.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/to.stdenc.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/to.symbol.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/to.zdingbat.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset/translit.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/unidata/canonicalComposition.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/unidata/canonicalDecomposition.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/unidata/combiningClass.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/unidata/compatibilityDecomposition.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/unidata/lowerCase.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/unidata/upperCase.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/TurkishUtf8.php
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/Utf8.php
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/Utf8/Bootup.php
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/Utf8/Bootup/iconv.php
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/Utf8/Bootup/intl.php
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/Utf8/Bootup/mbstring.php
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/Utf8/Bootup/utf8_encode.php
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/Utf8/data/caseFolding_full.ser
+%%WWWDIR%%/library/patchwork/utf8/class/Patchwork/Utf8/data/translit_extra.ser
+%%WWWDIR%%/library/patchwork/utf8/phpunit.xml.dist
 %%WWWDIR%%/library/pclzip.lib.php
-%%WWWDIR%%/library/phpmailer/class.phpmailer.php
-%%WWWDIR%%/library/phpmailer/class.smtp.php
-%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-ar.php
-%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-br.php
-%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-ca.php
-%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-ch.php
-%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-cz.php
-%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-de.php
-%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-dk.php
-%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-es.php
-%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-et.php
-%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-fi.php
-%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-fo.php
-%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-fr.php
-%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-hu.php
-%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-it.php
-%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-ja.php
-%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-nl.php
-%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-no.php
-%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-pl.php
-%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-ro.php
-%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-ru.php
-%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-se.php
-%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-tr.php
-%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-zh.php
-%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-zh_cn.php
-%%WWWDIR%%/library/tcpdf/CHANGELOG.TXT
-%%WWWDIR%%/library/tcpdf/LICENSE.TXT
-%%WWWDIR%%/library/tcpdf/README.TXT
-%%WWWDIR%%/library/tcpdf/config/lang/eng.php
-%%WWWDIR%%/library/tcpdf/config/lang/ger.php
-%%WWWDIR%%/library/tcpdf/config/lang/ita.php
-%%WWWDIR%%/library/tcpdf/config/tcpdf_config.php
-%%WWWDIR%%/library/tcpdf/fonts/arialunicid0.php
-%%WWWDIR%%/library/tcpdf/fonts/dejavusans.ctg.z
-%%WWWDIR%%/library/tcpdf/fonts/dejavusans.php
-%%WWWDIR%%/library/tcpdf/fonts/dejavusans.z
-%%WWWDIR%%/library/tcpdf/fonts/dejavusansb.ctg.z
-%%WWWDIR%%/library/tcpdf/fonts/dejavusansb.php
-%%WWWDIR%%/library/tcpdf/fonts/dejavusansb.z
-%%WWWDIR%%/library/tcpdf/fonts/dejavusansbi.ctg.z
-%%WWWDIR%%/library/tcpdf/fonts/dejavusansbi.php
-%%WWWDIR%%/library/tcpdf/fonts/dejavusansbi.z
-%%WWWDIR%%/library/tcpdf/fonts/dejavusansi.ctg.z
-%%WWWDIR%%/library/tcpdf/fonts/dejavusansi.php
-%%WWWDIR%%/library/tcpdf/fonts/dejavusansi.z
-%%WWWDIR%%/library/tcpdf/fonts/helvetica.php
-%%WWWDIR%%/library/tcpdf/fonts/helveticab.php
-%%WWWDIR%%/library/tcpdf/fonts/helveticabi.php
-%%WWWDIR%%/library/tcpdf/fonts/helveticai.php
-%%WWWDIR%%/library/tcpdf/fonts/uni2cid_aj16.php
-%%WWWDIR%%/library/tcpdf/htmlcolors.php
-%%WWWDIR%%/library/tcpdf/tcpdf.php
-%%WWWDIR%%/library/tcpdf/unicode_data.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/CHANGELOG.TXT
+%%WWWDIR%%/library/tecnick.com/tcpdf/LICENSE.TXT
+%%WWWDIR%%/library/tecnick.com/tcpdf/README.TXT
+%%WWWDIR%%/library/tecnick.com/tcpdf/config/tcpdf_config.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/barcodes/example_1d_html.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/barcodes/example_1d_png.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/barcodes/example_1d_svg.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/barcodes/example_1d_svgi.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/barcodes/example_2d_datamatrix_html.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/barcodes/example_2d_datamatrix_png.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/barcodes/example_2d_datamatrix_svg.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/barcodes/example_2d_datamatrix_svgi.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/barcodes/example_2d_pdf417_html.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/barcodes/example_2d_pdf417_png.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/barcodes/example_2d_pdf417_svg.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/barcodes/example_2d_pdf417_svgi.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/barcodes/example_2d_qrcode_html.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/barcodes/example_2d_qrcode_png.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/barcodes/example_2d_qrcode_svg.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/barcodes/example_2d_qrcode_svgi.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/barcodes/tcpdf_barcodes_1d_include.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/barcodes/tcpdf_barcodes_2d_include.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/config/tcpdf_config_alt.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/data/cert/tcpdf.crt
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/data/cert/tcpdf.fdf
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/data/cert/tcpdf.p12
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/data/chapter_demo_1.txt
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/data/chapter_demo_2.txt
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/data/table_data_demo.txt
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/data/utf8test.txt
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_001.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_002.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_003.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_004.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_005.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_006.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_007.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_008.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_009.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_010.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_011.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_012.pdf
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_012.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_013.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_014.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_015.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_016.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_017.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_018.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_019.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_020.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_021.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_022.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_023.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_024.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_025.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_026.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_027.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_028.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_029.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_030.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_031.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_032.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_033.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_034.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_035.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_036.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_037.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_038.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_039.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_040.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_041.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_042.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_043.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_044.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_045.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_046.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_047.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_048.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_049.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_050.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_051.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_052.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_053.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_054.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_055.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_056.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_057.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_058.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_059.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_060.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_061.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_062.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_063.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_064.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/example_065.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/images/_blank.png
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/images/alpha.png
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/images/bug.eps
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/images/image_demo.jpg
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/images/image_with_alpha.png
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/images/img.png
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/images/logo_example.gif
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/images/logo_example.jpg
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/images/logo_example.png
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/images/pelican.ai
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/images/tcpdf_cell.png
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/images/tcpdf_logo.jpg
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/images/tcpdf_signature.png
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/images/testsvg.svg
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/images/tiger.ai
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/images/tux.svg
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/index.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/afr.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/ara.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/aze.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/bel.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/bra.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/bul.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/cat.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/ces.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/chi.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/cym.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/dan.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/eng.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/est.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/eus.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/far.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/fra.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/ger.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/gle.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/glg.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/hat.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/heb.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/hrv.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/hun.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/hye.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/ind.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/ita.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/jpn.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/kat.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/kor.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/mkd.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/mlt.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/msa.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/nld.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/nob.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/pol.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/por.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/ron.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/rus.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/slv.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/spa.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/sqi.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/srp.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/swa.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/swe.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/ukr.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/urd.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/yid.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang/zho.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/examples/tcpdf_include.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/ae_fonts_2.0/COPYING
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/ae_fonts_2.0/ChangeLog
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/ae_fonts_2.0/README
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/aealarabiya.ctg.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/aealarabiya.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/aealarabiya.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/aefurat.ctg.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/aefurat.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/aefurat.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/cid0cs.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/cid0ct.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/cid0jp.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/cid0kr.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/courier.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/courierb.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/courierbi.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/courieri.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavu-fonts-ttf-2.33/AUTHORS
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavu-fonts-ttf-2.33/BUGS
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavu-fonts-ttf-2.33/LICENSE
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavu-fonts-ttf-2.33/NEWS
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavu-fonts-ttf-2.33/README
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavu-fonts-ttf-2.33/langcover.txt
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavu-fonts-ttf-2.33/status.txt
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavu-fonts-ttf-2.33/unicover.txt
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavusans.ctg.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavusans.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavusans.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavusansb.ctg.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavusansb.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavusansb.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavusansbi.ctg.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavusansbi.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavusansbi.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavusanscondensed.ctg.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavusanscondensed.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavusanscondensed.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavusanscondensedb.ctg.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavusanscondensedb.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavusanscondensedb.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavusanscondensedbi.ctg.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavusanscondensedbi.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavusanscondensedbi.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavusanscondensedi.ctg.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavusanscondensedi.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavusanscondensedi.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavusansextralight.ctg.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavusansextralight.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavusansextralight.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavusansi.ctg.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavusansi.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavusansi.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavusansmono.ctg.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavusansmono.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavusansmono.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavusansmonob.ctg.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavusansmonob.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavusansmonob.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavusansmonobi.ctg.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavusansmonobi.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavusansmonobi.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavusansmonoi.ctg.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavusansmonoi.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavusansmonoi.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavuserif.ctg.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavuserif.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavuserif.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavuserifb.ctg.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavuserifb.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavuserifb.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavuserifbi.ctg.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavuserifbi.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavuserifbi.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavuserifcondensed.ctg.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavuserifcondensed.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavuserifcondensed.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavuserifcondensedb.ctg.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavuserifcondensedb.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavuserifcondensedb.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavuserifcondensedbi.ctg.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavuserifcondensedbi.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavuserifcondensedbi.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavuserifcondensedi.ctg.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavuserifcondensedi.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavuserifcondensedi.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavuserifi.ctg.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavuserifi.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavuserifi.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freefont-20100919/AUTHORS
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freefont-20100919/COPYING
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freefont-20100919/CREDITS
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freefont-20100919/ChangeLog
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freefont-20100919/INSTALL
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freefont-20100919/README
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freefont-20120503/AUTHORS
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freefont-20120503/COPYING
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freefont-20120503/CREDITS
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freefont-20120503/ChangeLog
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freefont-20120503/INSTALL
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freefont-20120503/README
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freefont-20120503/TROUBLESHOOTING
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freefont-20120503/USAGE
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freemono.ctg.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freemono.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freemono.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freemonob.ctg.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freemonob.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freemonob.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freemonobi.ctg.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freemonobi.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freemonobi.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freemonoi.ctg.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freemonoi.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freemonoi.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freesans.ctg.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freesans.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freesans.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freesansb.ctg.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freesansb.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freesansb.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freesansbi.ctg.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freesansbi.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freesansbi.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freesansi.ctg.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freesansi.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freesansi.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freeserif.ctg.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freeserif.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freeserif.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freeserifb.ctg.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freeserifb.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freeserifb.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freeserifbi.ctg.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freeserifbi.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freeserifbi.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freeserifi.ctg.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freeserifi.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freeserifi.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/helvetica.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/helveticab.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/helveticabi.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/helveticai.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/hysmyeongjostdmedium.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/kozgopromedium.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/kozminproregular.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/msungstdlight.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/pdfacourier.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/pdfacourier.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/pdfacourierb.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/pdfacourierb.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/pdfacourierbi.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/pdfacourierbi.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/pdfacourieri.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/pdfacourieri.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/pdfahelvetica.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/pdfahelvetica.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/pdfahelveticab.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/pdfahelveticab.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/pdfahelveticabi.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/pdfahelveticabi.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/pdfahelveticai.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/pdfahelveticai.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/pdfasymbol.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/pdfasymbol.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/pdfatimes.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/pdfatimes.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/pdfatimesb.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/pdfatimesb.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/pdfatimesbi.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/pdfatimesbi.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/pdfatimesi.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/pdfatimesi.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/pdfazapfdingbats.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/pdfazapfdingbats.z
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/stsongstdlight.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/symbol.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/times.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/timesb.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/timesbi.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/timesi.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/uni2cid_ac15.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/uni2cid_ag15.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/uni2cid_aj16.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/uni2cid_ak12.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/fonts/zapfdingbats.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/include/barcodes/datamatrix.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/include/barcodes/pdf417.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/include/barcodes/qrcode.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/include/sRGB.icc
+%%WWWDIR%%/library/tecnick.com/tcpdf/include/tcpdf_colors.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/include/tcpdf_filters.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/include/tcpdf_font_data.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/include/tcpdf_fonts.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/include/tcpdf_images.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/include/tcpdf_static.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/tcpdf.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/tcpdf_autoconfig.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/tcpdf_barcodes_1d.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/tcpdf_barcodes_2d.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/tcpdf_import.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/tcpdf_parser.php
+%%WWWDIR%%/library/tecnick.com/tcpdf/tools/.htaccess
+%%WWWDIR%%/library/tecnick.com/tcpdf/tools/tcpdf_addfont.php
 %%WWWDIR%%/lifespan.php
 %%WWWDIR%%/login.php
-%%WWWDIR%%/login_register.php
-%%WWWDIR%%/logs.php
-%%WWWDIR%%/manageservers.php
-%%WWWDIR%%/media.php
-%%WWWDIR%%/media/MediaInfo.txt
-%%WWWDIR%%/media/index.php
-%%WWWDIR%%/media/thumbs/ThumbsInfo.txt
-%%WWWDIR%%/media/thumbs/index.php
 %%WWWDIR%%/mediafirewall.php
 %%WWWDIR%%/medialist.php
 %%WWWDIR%%/mediaviewer.php
 %%WWWDIR%%/message.php
 %%WWWDIR%%/module.php
-%%WWWDIR%%/module_admin.php
-%%WWWDIR%%/modules/GEDFact_assistant/CENS_ctrl.php
-%%WWWDIR%%/modules/GEDFact_assistant/MEDIA_ctrl.php
-%%WWWDIR%%/modules/GEDFact_assistant/_CENS/addnoteaction_assisted.php
-%%WWWDIR%%/modules/GEDFact_assistant/_CENS/census_1_ctrl.php
-%%WWWDIR%%/modules/GEDFact_assistant/_CENS/census_2_source_input.php
-%%WWWDIR%%/modules/GEDFact_assistant/_CENS/census_3_find.php
-%%WWWDIR%%/modules/GEDFact_assistant/_CENS/census_3_search_add.php
-%%WWWDIR%%/modules/GEDFact_assistant/_CENS/census_4_text.php
-%%WWWDIR%%/modules/GEDFact_assistant/_CENS/census_5_input.php
-%%WWWDIR%%/modules/GEDFact_assistant/_CENS/census_asst_date.php
-%%WWWDIR%%/modules/GEDFact_assistant/_CENS/census_asst_help.php
-%%WWWDIR%%/modules/GEDFact_assistant/_CENS/census_note_decode.php
-%%WWWDIR%%/modules/GEDFact_assistant/_CENS/js/census_5_input.js.php
-%%WWWDIR%%/modules/GEDFact_assistant/_CENS/js/chapman_codes.js
-%%WWWDIR%%/modules/GEDFact_assistant/_CENS/js/date.js
-%%WWWDIR%%/modules/GEDFact_assistant/_CENS/js/dynamicoptionlist.js
-%%WWWDIR%%/modules/GEDFact_assistant/_MEDIA/media_0_inverselink.php
-%%WWWDIR%%/modules/GEDFact_assistant/_MEDIA/media_1_ctrl.php
-%%WWWDIR%%/modules/GEDFact_assistant/_MEDIA/media_3_find.php
-%%WWWDIR%%/modules/GEDFact_assistant/_MEDIA/media_3_search_add.php
-%%WWWDIR%%/modules/GEDFact_assistant/_MEDIA/media_5_input.js
-%%WWWDIR%%/modules/GEDFact_assistant/_MEDIA/media_5_input.php
-%%WWWDIR%%/modules/GEDFact_assistant/_MEDIA/media_7_parse_addLinksTbl.php
-%%WWWDIR%%/modules/GEDFact_assistant/_MEDIA/media_query_1a.php
-%%WWWDIR%%/modules/GEDFact_assistant/_MEDIA/media_query_2a.php
-%%WWWDIR%%/modules/GEDFact_assistant/_MEDIA/media_query_3a.php
-%%WWWDIR%%/modules/GEDFact_assistant/css/gf_styles.css
-%%WWWDIR%%/modules/GEDFact_assistant/css/media_0_inverselink.css
-%%WWWDIR%%/modules/GEDFact_assistant/module.php
-%%WWWDIR%%/modules/address_label_report/module.php
-%%WWWDIR%%/modules/address_label_report/report.xml
-%%WWWDIR%%/modules/address_report/module.php
-%%WWWDIR%%/modules/address_report/report.xml
-%%WWWDIR%%/modules/ahnentafel_report/module.php
-%%WWWDIR%%/modules/ahnentafel_report/report.xml
-%%WWWDIR%%/modules/all_tab/module.php
-%%WWWDIR%%/modules/batch_update/batch_update.php
-%%WWWDIR%%/modules/batch_update/module.php
-%%WWWDIR%%/modules/batch_update/plugins/birth_y.php
-%%WWWDIR%%/modules/batch_update/plugins/death_y.php
-%%WWWDIR%%/modules/batch_update/plugins/duplicate_links.php
-%%WWWDIR%%/modules/batch_update/plugins/married_names.php
-%%WWWDIR%%/modules/batch_update/plugins/name_format.php
-%%WWWDIR%%/modules/batch_update/plugins/search_replace.php
-%%WWWDIR%%/modules/batch_update/plugins/tmglatlon.php
-%%WWWDIR%%/modules/bdm_report/module.php
-%%WWWDIR%%/modules/bdm_report/report.xml
-%%WWWDIR%%/modules/birth_report/module.php
-%%WWWDIR%%/modules/birth_report/report.xml
-%%WWWDIR%%/modules/cemetery_report/module.php
-%%WWWDIR%%/modules/cemetery_report/report.xml
-%%WWWDIR%%/modules/change_report/module.php
-%%WWWDIR%%/modules/change_report/report.xml
-%%WWWDIR%%/modules/charts/help_text.php
-%%WWWDIR%%/modules/charts/module.php
-%%WWWDIR%%/modules/ckeditor/CHANGES.html
-%%WWWDIR%%/modules/ckeditor/INSTALL.html
-%%WWWDIR%%/modules/ckeditor/LICENSE.html
-%%WWWDIR%%/modules/ckeditor/adapters/jquery.js
-%%WWWDIR%%/modules/ckeditor/ckeditor.js
-%%WWWDIR%%/modules/ckeditor/ckeditor.pack
-%%WWWDIR%%/modules/ckeditor/ckeditor.php
-%%WWWDIR%%/modules/ckeditor/ckeditor_basic.js
-%%WWWDIR%%/modules/ckeditor/ckeditor_basic_source.js
-%%WWWDIR%%/modules/ckeditor/ckeditor_php4.php
-%%WWWDIR%%/modules/ckeditor/ckeditor_php5.php
-%%WWWDIR%%/modules/ckeditor/ckeditor_source.js
-%%WWWDIR%%/modules/ckeditor/config.js
-%%WWWDIR%%/modules/ckeditor/contents.css
-%%WWWDIR%%/modules/ckeditor/htaccess.txt
-%%WWWDIR%%/modules/ckeditor/images/spacer.gif
-%%WWWDIR%%/modules/ckeditor/lang/_languages.js
-%%WWWDIR%%/modules/ckeditor/lang/_translationstatus.txt
-%%WWWDIR%%/modules/ckeditor/lang/af.js
-%%WWWDIR%%/modules/ckeditor/lang/ar.js
-%%WWWDIR%%/modules/ckeditor/lang/bg.js
-%%WWWDIR%%/modules/ckeditor/lang/bn.js
-%%WWWDIR%%/modules/ckeditor/lang/bs.js
-%%WWWDIR%%/modules/ckeditor/lang/ca.js
-%%WWWDIR%%/modules/ckeditor/lang/cs.js
-%%WWWDIR%%/modules/ckeditor/lang/cy.js
-%%WWWDIR%%/modules/ckeditor/lang/da.js
-%%WWWDIR%%/modules/ckeditor/lang/de.js
-%%WWWDIR%%/modules/ckeditor/lang/el.js
-%%WWWDIR%%/modules/ckeditor/lang/en-au.js
-%%WWWDIR%%/modules/ckeditor/lang/en-ca.js
-%%WWWDIR%%/modules/ckeditor/lang/en-gb.js
-%%WWWDIR%%/modules/ckeditor/lang/en.js
-%%WWWDIR%%/modules/ckeditor/lang/eo.js
-%%WWWDIR%%/modules/ckeditor/lang/es.js
-%%WWWDIR%%/modules/ckeditor/lang/et.js
-%%WWWDIR%%/modules/ckeditor/lang/eu.js
-%%WWWDIR%%/modules/ckeditor/lang/fa.js
-%%WWWDIR%%/modules/ckeditor/lang/fi.js
-%%WWWDIR%%/modules/ckeditor/lang/fo.js
-%%WWWDIR%%/modules/ckeditor/lang/fr-ca.js
-%%WWWDIR%%/modules/ckeditor/lang/fr.js
-%%WWWDIR%%/modules/ckeditor/lang/gl.js
-%%WWWDIR%%/modules/ckeditor/lang/gu.js
-%%WWWDIR%%/modules/ckeditor/lang/he.js
-%%WWWDIR%%/modules/ckeditor/lang/hi.js
-%%WWWDIR%%/modules/ckeditor/lang/hr.js
-%%WWWDIR%%/modules/ckeditor/lang/hu.js
-%%WWWDIR%%/modules/ckeditor/lang/is.js
-%%WWWDIR%%/modules/ckeditor/lang/it.js
-%%WWWDIR%%/modules/ckeditor/lang/ja.js
-%%WWWDIR%%/modules/ckeditor/lang/km.js
-%%WWWDIR%%/modules/ckeditor/lang/ko.js
-%%WWWDIR%%/modules/ckeditor/lang/lt.js
-%%WWWDIR%%/modules/ckeditor/lang/lv.js
-%%WWWDIR%%/modules/ckeditor/lang/mn.js
-%%WWWDIR%%/modules/ckeditor/lang/ms.js
-%%WWWDIR%%/modules/ckeditor/lang/nb.js
-%%WWWDIR%%/modules/ckeditor/lang/nl.js
-%%WWWDIR%%/modules/ckeditor/lang/no.js
-%%WWWDIR%%/modules/ckeditor/lang/pl.js
-%%WWWDIR%%/modules/ckeditor/lang/pt-br.js
-%%WWWDIR%%/modules/ckeditor/lang/pt.js
-%%WWWDIR%%/modules/ckeditor/lang/ro.js
-%%WWWDIR%%/modules/ckeditor/lang/ru.js
-%%WWWDIR%%/modules/ckeditor/lang/sk.js
-%%WWWDIR%%/modules/ckeditor/lang/sl.js
-%%WWWDIR%%/modules/ckeditor/lang/sr-latn.js
-%%WWWDIR%%/modules/ckeditor/lang/sr.js
-%%WWWDIR%%/modules/ckeditor/lang/sv.js
-%%WWWDIR%%/modules/ckeditor/lang/th.js
-%%WWWDIR%%/modules/ckeditor/lang/tr.js
-%%WWWDIR%%/modules/ckeditor/lang/uk.js
-%%WWWDIR%%/modules/ckeditor/lang/vi.js
-%%WWWDIR%%/modules/ckeditor/lang/zh-cn.js
-%%WWWDIR%%/modules/ckeditor/lang/zh.js
-%%WWWDIR%%/modules/ckeditor/module.php
-%%WWWDIR%%/modules/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js
-%%WWWDIR%%/modules/ckeditor/plugins/a11yhelp/lang/en.js
-%%WWWDIR%%/modules/ckeditor/plugins/a11yhelp/lang/he.js
-%%WWWDIR%%/modules/ckeditor/plugins/about/dialogs/about.js
-%%WWWDIR%%/modules/ckeditor/plugins/about/dialogs/logo_ckeditor.png
-%%WWWDIR%%/modules/ckeditor/plugins/clipboard/dialogs/paste.js
-%%WWWDIR%%/modules/ckeditor/plugins/colordialog/dialogs/colordialog.js
-%%WWWDIR%%/modules/ckeditor/plugins/dialog/dialogDefinition.js
-%%WWWDIR%%/modules/ckeditor/plugins/div/dialogs/div.js
-%%WWWDIR%%/modules/ckeditor/plugins/find/dialogs/find.js
-%%WWWDIR%%/modules/ckeditor/plugins/flash/dialogs/flash.js
-%%WWWDIR%%/modules/ckeditor/plugins/flash/images/placeholder.png
-%%WWWDIR%%/modules/ckeditor/plugins/forms/dialogs/button.js
-%%WWWDIR%%/modules/ckeditor/plugins/forms/dialogs/checkbox.js
-%%WWWDIR%%/modules/ckeditor/plugins/forms/dialogs/form.js
-%%WWWDIR%%/modules/ckeditor/plugins/forms/dialogs/hiddenfield.js
-%%WWWDIR%%/modules/ckeditor/plugins/forms/dialogs/radio.js
-%%WWWDIR%%/modules/ckeditor/plugins/forms/dialogs/select.js
-%%WWWDIR%%/modules/ckeditor/plugins/forms/dialogs/textarea.js
-%%WWWDIR%%/modules/ckeditor/plugins/forms/dialogs/textfield.js
-%%WWWDIR%%/modules/ckeditor/plugins/iframedialog/plugin.js
-%%WWWDIR%%/modules/ckeditor/plugins/image/dialogs/image.js
-%%WWWDIR%%/modules/ckeditor/plugins/link/dialogs/anchor.js
-%%WWWDIR%%/modules/ckeditor/plugins/link/dialogs/link.js
-%%WWWDIR%%/modules/ckeditor/plugins/link/images/anchor.gif
-%%WWWDIR%%/modules/ckeditor/plugins/liststyle/dialogs/liststyle.js
-%%WWWDIR%%/modules/ckeditor/plugins/liststyle/plugin.js
-%%WWWDIR%%/modules/ckeditor/plugins/pagebreak/images/pagebreak.gif
-%%WWWDIR%%/modules/ckeditor/plugins/pastefromword/filter/default.js
-%%WWWDIR%%/modules/ckeditor/plugins/pastetext/dialogs/pastetext.js
-%%WWWDIR%%/modules/ckeditor/plugins/scayt/dialogs/options.js
-%%WWWDIR%%/modules/ckeditor/plugins/scayt/dialogs/toolbar.css
-%%WWWDIR%%/modules/ckeditor/plugins/showblocks/images/block_address.png
-%%WWWDIR%%/modules/ckeditor/plugins/showblocks/images/block_blockquote.png
-%%WWWDIR%%/modules/ckeditor/plugins/showblocks/images/block_div.png
-%%WWWDIR%%/modules/ckeditor/plugins/showblocks/images/block_h1.png
-%%WWWDIR%%/modules/ckeditor/plugins/showblocks/images/block_h2.png
-%%WWWDIR%%/modules/ckeditor/plugins/showblocks/images/block_h3.png
-%%WWWDIR%%/modules/ckeditor/plugins/showblocks/images/block_h4.png
-%%WWWDIR%%/modules/ckeditor/plugins/showblocks/images/block_h5.png
-%%WWWDIR%%/modules/ckeditor/plugins/showblocks/images/block_h6.png
-%%WWWDIR%%/modules/ckeditor/plugins/showblocks/images/block_p.png
-%%WWWDIR%%/modules/ckeditor/plugins/showblocks/images/block_pre.png
-%%WWWDIR%%/modules/ckeditor/plugins/smiley/dialogs/smiley.js
-%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/angel_smile.gif
-%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/angry_smile.gif
-%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/broken_heart.gif
-%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/confused_smile.gif
-%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/cry_smile.gif
-%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/devil_smile.gif
-%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/embaressed_smile.gif
-%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/envelope.gif
-%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/heart.gif
-%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/kiss.gif
-%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/lightbulb.gif
-%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/omg_smile.gif
-%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/regular_smile.gif
-%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/sad_smile.gif
-%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/shades_smile.gif
-%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/teeth_smile.gif
-%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/thumbs_down.gif
-%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/thumbs_up.gif
-%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/tounge_smile.gif
-%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif
-%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/wink_smile.gif
-%%WWWDIR%%/modules/ckeditor/plugins/specialchar/dialogs/specialchar.js
-%%WWWDIR%%/modules/ckeditor/plugins/styles/styles/default.js
-%%WWWDIR%%/modules/ckeditor/plugins/table/dialogs/table.js
-%%WWWDIR%%/modules/ckeditor/plugins/tabletools/dialogs/tableCell.js
-%%WWWDIR%%/modules/ckeditor/plugins/templates/dialogs/templates.js
-%%WWWDIR%%/modules/ckeditor/plugins/templates/templates/default.js
-%%WWWDIR%%/modules/ckeditor/plugins/templates/templates/images/template1.gif
-%%WWWDIR%%/modules/ckeditor/plugins/templates/templates/images/template2.gif
-%%WWWDIR%%/modules/ckeditor/plugins/templates/templates/images/template3.gif
-%%WWWDIR%%/modules/ckeditor/plugins/uicolor/dialogs/uicolor.js
-%%WWWDIR%%/modules/ckeditor/plugins/uicolor/lang/en.js
-%%WWWDIR%%/modules/ckeditor/plugins/uicolor/plugin.js
-%%WWWDIR%%/modules/ckeditor/plugins/uicolor/uicolor.gif
-%%WWWDIR%%/modules/ckeditor/plugins/uicolor/yui/assets/hue_bg.png
-%%WWWDIR%%/modules/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png
-%%WWWDIR%%/modules/ckeditor/plugins/uicolor/yui/assets/picker_mask.png
-%%WWWDIR%%/modules/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png
-%%WWWDIR%%/modules/ckeditor/plugins/uicolor/yui/assets/yui.css
-%%WWWDIR%%/modules/ckeditor/plugins/uicolor/yui/yui.js
-%%WWWDIR%%/modules/ckeditor/plugins/wsc/dialogs/ciframe.html
-%%WWWDIR%%/modules/ckeditor/plugins/wsc/dialogs/tmpFrameset.html
-%%WWWDIR%%/modules/ckeditor/plugins/wsc/dialogs/wsc.css
-%%WWWDIR%%/modules/ckeditor/plugins/wsc/dialogs/wsc.js
-%%WWWDIR%%/modules/ckeditor/skins/kama/dialog.css
-%%WWWDIR%%/modules/ckeditor/skins/kama/editor.css
-%%WWWDIR%%/modules/ckeditor/skins/kama/icons.png
-%%WWWDIR%%/modules/ckeditor/skins/kama/images/dialog_sides.gif
-%%WWWDIR%%/modules/ckeditor/skins/kama/images/dialog_sides.png
-%%WWWDIR%%/modules/ckeditor/skins/kama/images/dialog_sides_rtl.png
-%%WWWDIR%%/modules/ckeditor/skins/kama/images/mini.gif
-%%WWWDIR%%/modules/ckeditor/skins/kama/images/noimage.png
-%%WWWDIR%%/modules/ckeditor/skins/kama/images/sprites.png
-%%WWWDIR%%/modules/ckeditor/skins/kama/images/sprites_ie6.png
-%%WWWDIR%%/modules/ckeditor/skins/kama/images/toolbar_start.gif
-%%WWWDIR%%/modules/ckeditor/skins/kama/skin.js
-%%WWWDIR%%/modules/ckeditor/skins/kama/templates.css
-%%WWWDIR%%/modules/ckeditor/skins/office2003/dialog.css
-%%WWWDIR%%/modules/ckeditor/skins/office2003/editor.css
-%%WWWDIR%%/modules/ckeditor/skins/office2003/icons.png
-%%WWWDIR%%/modules/ckeditor/skins/office2003/images/dialog_sides.gif
-%%WWWDIR%%/modules/ckeditor/skins/office2003/images/dialog_sides.png
-%%WWWDIR%%/modules/ckeditor/skins/office2003/images/dialog_sides_rtl.png
-%%WWWDIR%%/modules/ckeditor/skins/office2003/images/mini.gif
-%%WWWDIR%%/modules/ckeditor/skins/office2003/images/noimage.png
-%%WWWDIR%%/modules/ckeditor/skins/office2003/images/sprites.png
-%%WWWDIR%%/modules/ckeditor/skins/office2003/images/sprites_ie6.png
-%%WWWDIR%%/modules/ckeditor/skins/office2003/skin.js
-%%WWWDIR%%/modules/ckeditor/skins/office2003/templates.css
-%%WWWDIR%%/modules/ckeditor/skins/v2/dialog.css
-%%WWWDIR%%/modules/ckeditor/skins/v2/editor.css
-%%WWWDIR%%/modules/ckeditor/skins/v2/icons.png
-%%WWWDIR%%/modules/ckeditor/skins/v2/images/dialog_sides.gif
-%%WWWDIR%%/modules/ckeditor/skins/v2/images/dialog_sides.png
-%%WWWDIR%%/modules/ckeditor/skins/v2/images/dialog_sides_rtl.png
-%%WWWDIR%%/modules/ckeditor/skins/v2/images/mini.gif
-%%WWWDIR%%/modules/ckeditor/skins/v2/images/noimage.png
-%%WWWDIR%%/modules/ckeditor/skins/v2/images/sprites.png
-%%WWWDIR%%/modules/ckeditor/skins/v2/images/sprites_ie6.png
-%%WWWDIR%%/modules/ckeditor/skins/v2/images/toolbar_start.gif
-%%WWWDIR%%/modules/ckeditor/skins/v2/skin.js
-%%WWWDIR%%/modules/ckeditor/skins/v2/templates.css
-%%WWWDIR%%/modules/ckeditor/themes/default/theme.js
-%%WWWDIR%%/modules/clippings/clippings_ctrl.php
-%%WWWDIR%%/modules/clippings/help_text.php
-%%WWWDIR%%/modules/clippings/index.php
-%%WWWDIR%%/modules/clippings/module.php
-%%WWWDIR%%/modules/death_report/module.php
-%%WWWDIR%%/modules/death_report/report.xml
-%%WWWDIR%%/modules/descendancy/module.php
-%%WWWDIR%%/modules/descendancy_report/module.php
-%%WWWDIR%%/modules/descendancy_report/report.xml
-%%WWWDIR%%/modules/families/module.php
-%%WWWDIR%%/modules/family_group_report/module.php
-%%WWWDIR%%/modules/family_group_report/report.xml
-%%WWWDIR%%/modules/family_nav/module.php
-%%WWWDIR%%/modules/faq/help_text.php
-%%WWWDIR%%/modules/faq/module.php
-%%WWWDIR%%/modules/gedcom_block/module.php
-%%WWWDIR%%/modules/gedcom_favorites/db_schema/db_schema_0_1.php
-%%WWWDIR%%/modules/gedcom_favorites/help_text.php
-%%WWWDIR%%/modules/gedcom_favorites/module.php
-%%WWWDIR%%/modules/gedcom_news/db_schema/db_schema_0_1.php
-%%WWWDIR%%/modules/gedcom_news/module.php
-%%WWWDIR%%/modules/gedcom_stats/module.php
-%%WWWDIR%%/modules/googlemap/admin_config.php
-%%WWWDIR%%/modules/googlemap/css/googlemap_style.css
-%%WWWDIR%%/modules/googlemap/db_schema/db_schema_0_1.php
-%%WWWDIR%%/modules/googlemap/defaultconfig.php
-%%WWWDIR%%/modules/googlemap/editconfig.php
-%%WWWDIR%%/modules/googlemap/flags.php
-%%WWWDIR%%/modules/googlemap/googlemap.php
-%%WWWDIR%%/modules/googlemap/googlemap_readme.txt
-%%WWWDIR%%/modules/googlemap/help_text.php
-%%WWWDIR%%/modules/googlemap/images/flag_shadow.png
-%%WWWDIR%%/modules/googlemap/images/icon1.png
-%%WWWDIR%%/modules/googlemap/images/icon2.png
-%%WWWDIR%%/modules/googlemap/images/icon2L.png
-%%WWWDIR%%/modules/googlemap/images/icon2Ls.png
-%%WWWDIR%%/modules/googlemap/images/icon2R.png
-%%WWWDIR%%/modules/googlemap/images/icon2Rs.png
-%%WWWDIR%%/modules/googlemap/images/icon3.png
-%%WWWDIR%%/modules/googlemap/images/icon3L.png
-%%WWWDIR%%/modules/googlemap/images/icon3Ls.png
-%%WWWDIR%%/modules/googlemap/images/icon3R.png
-%%WWWDIR%%/modules/googlemap/images/icon3Rs.png
-%%WWWDIR%%/modules/googlemap/images/icon4.png
-%%WWWDIR%%/modules/googlemap/images/icon4L.png
-%%WWWDIR%%/modules/googlemap/images/icon4Ls.png
-%%WWWDIR%%/modules/googlemap/images/icon4R.png
-%%WWWDIR%%/modules/googlemap/images/icon4Rs.png
-%%WWWDIR%%/modules/googlemap/images/icon5.png
-%%WWWDIR%%/modules/googlemap/images/icon5L.png
-%%WWWDIR%%/modules/googlemap/images/icon5Ls.png
-%%WWWDIR%%/modules/googlemap/images/icon5R.png
-%%WWWDIR%%/modules/googlemap/images/icon5Rs.png
-%%WWWDIR%%/modules/googlemap/images/icon6.png
-%%WWWDIR%%/modules/googlemap/images/icon6L.png
-%%WWWDIR%%/modules/googlemap/images/icon6Ls.png
-%%WWWDIR%%/modules/googlemap/images/icon6R.png
-%%WWWDIR%%/modules/googlemap/images/icon6Rs.png
-%%WWWDIR%%/modules/googlemap/images/icon7.png
-%%WWWDIR%%/modules/googlemap/images/icon7L.png
-%%WWWDIR%%/modules/googlemap/images/icon7Ls.png
-%%WWWDIR%%/modules/googlemap/images/icon7R.png
-%%WWWDIR%%/modules/googlemap/images/icon7Rs.png
-%%WWWDIR%%/modules/googlemap/images/icon8.png
-%%WWWDIR%%/modules/googlemap/images/icon8L.png
-%%WWWDIR%%/modules/googlemap/images/icon8Ls.png
-%%WWWDIR%%/modules/googlemap/images/icon8R.png
-%%WWWDIR%%/modules/googlemap/images/icon8Rs.png
-%%WWWDIR%%/modules/googlemap/images/marker_yellow.png
-%%WWWDIR%%/modules/googlemap/images/pedigree_map.gif
-%%WWWDIR%%/modules/googlemap/images/shadow-left-large.png
-%%WWWDIR%%/modules/googlemap/images/shadow-left-small.png
-%%WWWDIR%%/modules/googlemap/images/shadow-right-large.png
-%%WWWDIR%%/modules/googlemap/images/shadow-right-small.png
-%%WWWDIR%%/modules/googlemap/images/shadow50.png
-%%WWWDIR%%/modules/googlemap/images/sq1.png
-%%WWWDIR%%/modules/googlemap/images/sq2.png
-%%WWWDIR%%/modules/googlemap/images/sq3.png
-%%WWWDIR%%/modules/googlemap/images/sq4.png
-%%WWWDIR%%/modules/googlemap/images/sq5.png
-%%WWWDIR%%/modules/googlemap/images/sq6.png
-%%WWWDIR%%/modules/googlemap/images/sq7.png
-%%WWWDIR%%/modules/googlemap/images/sq8.png
-%%WWWDIR%%/modules/googlemap/images/transparent-left-large.png
-%%WWWDIR%%/modules/googlemap/images/transparent-left-small.png
-%%WWWDIR%%/modules/googlemap/images/transparent-right-large.png
-%%WWWDIR%%/modules/googlemap/images/transparent-right-small.png
-%%WWWDIR%%/modules/googlemap/index.php
-%%WWWDIR%%/modules/googlemap/module.php
-%%WWWDIR%%/modules/googlemap/pedigree_map.php
-%%WWWDIR%%/modules/googlemap/placecheck.php
-%%WWWDIR%%/modules/googlemap/placehierarchy.php
-%%WWWDIR%%/modules/googlemap/places.php
-%%WWWDIR%%/modules/googlemap/places_edit.php
-%%WWWDIR%%/modules/googlemap/wt_googlemap.js
-%%WWWDIR%%/modules/html/module.php
-%%WWWDIR%%/modules/individual_ext_report/module.php
-%%WWWDIR%%/modules/individual_ext_report/report.xml
-%%WWWDIR%%/modules/individual_report/module.php
-%%WWWDIR%%/modules/individual_report/report.xml
-%%WWWDIR%%/modules/individuals/module.php
-%%WWWDIR%%/modules/lightbox/admin_config.php
-%%WWWDIR%%/modules/lightbox/album.php
-%%WWWDIR%%/modules/lightbox/css/album_page.css
-%%WWWDIR%%/modules/lightbox/css/album_page_RTL.css
-%%WWWDIR%%/modules/lightbox/css/album_page_RTL2.css
-%%WWWDIR%%/modules/lightbox/css/album_page_RTL_ff.css
-%%WWWDIR%%/modules/lightbox/css/clearbox_music.css
-%%WWWDIR%%/modules/lightbox/css/clearbox_music_RTL.css
-%%WWWDIR%%/modules/lightbox/functions/lb_call_js.php
-%%WWWDIR%%/modules/lightbox/functions/lb_head.php
-%%WWWDIR%%/modules/lightbox/functions/lb_horiz_sort.php
-%%WWWDIR%%/modules/lightbox/functions/lb_link.php
-%%WWWDIR%%/modules/lightbox/functions/lightbox_print_media.php
-%%WWWDIR%%/modules/lightbox/functions/lightbox_print_media_row.php
-%%WWWDIR%%/modules/lightbox/help_text.php
-%%WWWDIR%%/modules/lightbox/images/blank.gif
-%%WWWDIR%%/modules/lightbox/images/close_1.gif
-%%WWWDIR%%/modules/lightbox/images/image_add.gif
-%%WWWDIR%%/modules/lightbox/images/image_copy.gif
-%%WWWDIR%%/modules/lightbox/images/image_delete.gif
-%%WWWDIR%%/modules/lightbox/images/image_edit.gif
-%%WWWDIR%%/modules/lightbox/images/image_link.gif
-%%WWWDIR%%/modules/lightbox/images/image_view.gif
-%%WWWDIR%%/modules/lightbox/images/images.gif
-%%WWWDIR%%/modules/lightbox/images/loading.gif
-%%WWWDIR%%/modules/lightbox/images/next.gif
-%%WWWDIR%%/modules/lightbox/images/nextlabel.gif
-%%WWWDIR%%/modules/lightbox/images/norm_2.gif
-%%WWWDIR%%/modules/lightbox/images/overlay.png
-%%WWWDIR%%/modules/lightbox/images/prev.gif
-%%WWWDIR%%/modules/lightbox/images/prevlabel.gif
-%%WWWDIR%%/modules/lightbox/images/private.gif
-%%WWWDIR%%/modules/lightbox/images/slideshow.jpg
-%%WWWDIR%%/modules/lightbox/images/transp80px.gif
-%%WWWDIR%%/modules/lightbox/images/zoom_1.gif
-%%WWWDIR%%/modules/lightbox/index.php
-%%WWWDIR%%/modules/lightbox/js/Sound.js
-%%WWWDIR%%/modules/lightbox/js/SoundBridge.swf
-%%WWWDIR%%/modules/lightbox/js/clearbox.js
-%%WWWDIR%%/modules/lightbox/js/clsource_music.js
-%%WWWDIR%%/modules/lightbox/js/swfobject.js
-%%WWWDIR%%/modules/lightbox/js/tip_balloon.js
-%%WWWDIR%%/modules/lightbox/js/tip_balloon/b.gif
-%%WWWDIR%%/modules/lightbox/js/tip_balloon/background.gif
-%%WWWDIR%%/modules/lightbox/js/tip_balloon/l.gif
-%%WWWDIR%%/modules/lightbox/js/tip_balloon/lb.gif
-%%WWWDIR%%/modules/lightbox/js/tip_balloon/lt.gif
-%%WWWDIR%%/modules/lightbox/js/tip_balloon/r.gif
-%%WWWDIR%%/modules/lightbox/js/tip_balloon/rb.gif
-%%WWWDIR%%/modules/lightbox/js/tip_balloon/rt.gif
-%%WWWDIR%%/modules/lightbox/js/tip_balloon/stemb.gif
-%%WWWDIR%%/modules/lightbox/js/tip_balloon/stemt.gif
-%%WWWDIR%%/modules/lightbox/js/tip_balloon/t.gif
-%%WWWDIR%%/modules/lightbox/js/tip_balloon_RTL.js
-%%WWWDIR%%/modules/lightbox/js/tip_centerwindow.js
-%%WWWDIR%%/modules/lightbox/js/wz_tooltip.js
-%%WWWDIR%%/modules/lightbox/lb_defaultconfig.php
-%%WWWDIR%%/modules/lightbox/lb_editconfig.php
-%%WWWDIR%%/modules/lightbox/module.php
-%%WWWDIR%%/modules/lightbox/music/music.mp3
-%%WWWDIR%%/modules/lightbox/pic/blank.gif
-%%WWWDIR%%/modules/lightbox/pic/close.png
-%%WWWDIR%%/modules/lightbox/pic/close_red.png
-%%WWWDIR%%/modules/lightbox/pic/detail.gif
-%%WWWDIR%%/modules/lightbox/pic/details.gif
-%%WWWDIR%%/modules/lightbox/pic/loading.gif
-%%WWWDIR%%/modules/lightbox/pic/music_null.png
-%%WWWDIR%%/modules/lightbox/pic/music_off.png
-%%WWWDIR%%/modules/lightbox/pic/music_on.png
-%%WWWDIR%%/modules/lightbox/pic/next.gif
-%%WWWDIR%%/modules/lightbox/pic/notes.gif
-%%WWWDIR%%/modules/lightbox/pic/pause.png
-%%WWWDIR%%/modules/lightbox/pic/prev.gif
-%%WWWDIR%%/modules/lightbox/pic/s_btm.png
-%%WWWDIR%%/modules/lightbox/pic/s_btmleft.png
-%%WWWDIR%%/modules/lightbox/pic/s_btmright.png
-%%WWWDIR%%/modules/lightbox/pic/s_left.png
-%%WWWDIR%%/modules/lightbox/pic/s_right.png
-%%WWWDIR%%/modules/lightbox/pic/s_top.png
-%%WWWDIR%%/modules/lightbox/pic/s_topleft.png
-%%WWWDIR%%/modules/lightbox/pic/s_topright.png
-%%WWWDIR%%/modules/lightbox/pic/start.png
-%%WWWDIR%%/modules/lightbox/pic/white.gif
-%%WWWDIR%%/modules/lightbox/pic/zoom_off.png
-%%WWWDIR%%/modules/lightbox/pic/zoom_on.png
-%%WWWDIR%%/modules/logged_in/help_text.php
-%%WWWDIR%%/modules/logged_in/module.php
-%%WWWDIR%%/modules/login_block/module.php
-%%WWWDIR%%/modules/marriage_report/module.php
-%%WWWDIR%%/modules/marriage_report/report.xml
-%%WWWDIR%%/modules/media/module.php
-%%WWWDIR%%/modules/missing_facts_report/module.php
-%%WWWDIR%%/modules/missing_facts_report/report.xml
-%%WWWDIR%%/modules/notes/module.php
-%%WWWDIR%%/modules/page_menu/module.php
-%%WWWDIR%%/modules/pedigree_report/module.php
-%%WWWDIR%%/modules/pedigree_report/report_landscape.xml
-%%WWWDIR%%/modules/pedigree_report/report_portrait.xml
-%%WWWDIR%%/modules/personal_facts/module.php
-%%WWWDIR%%/modules/random_media/module.php
-%%WWWDIR%%/modules/recent_changes/help_text.php
-%%WWWDIR%%/modules/recent_changes/module.php
-%%WWWDIR%%/modules/relative_ext_report/module.php
-%%WWWDIR%%/modules/relative_ext_report/report.xml
-%%WWWDIR%%/modules/relative_report/module.php
-%%WWWDIR%%/modules/relative_report/report.xml
-%%WWWDIR%%/modules/relatives/module.php
-%%WWWDIR%%/modules/review_changes/help_text.php
-%%WWWDIR%%/modules/review_changes/module.php
-%%WWWDIR%%/modules/sitemap/admin_config.php
-%%WWWDIR%%/modules/sitemap/gss.xsl
-%%WWWDIR%%/modules/sitemap/help_text.php
-%%WWWDIR%%/modules/sitemap/index.php
-%%WWWDIR%%/modules/sitemap/module.php
-%%WWWDIR%%/modules/sitemap/sortdown.gif
-%%WWWDIR%%/modules/sitemap/sortup.gif
-%%WWWDIR%%/modules/source_report/module.php
-%%WWWDIR%%/modules/source_report/report.xml
-%%WWWDIR%%/modules/sources_tab/module.php
-%%WWWDIR%%/modules/stories/help_text.php
-%%WWWDIR%%/modules/stories/module.php
-%%WWWDIR%%/modules/theme_select/module.php
-%%WWWDIR%%/modules/todays_events/help_text.php
-%%WWWDIR%%/modules/todays_events/module.php
-%%WWWDIR%%/modules/todo/help_text.php
-%%WWWDIR%%/modules/todo/module.php
-%%WWWDIR%%/modules/top10_givnnames/help_text.php
-%%WWWDIR%%/modules/top10_givnnames/module.php
-%%WWWDIR%%/modules/top10_pageviews/help_text.php
-%%WWWDIR%%/modules/top10_pageviews/module.php
-%%WWWDIR%%/modules/top10_surnames/help_text.php
-%%WWWDIR%%/modules/top10_surnames/module.php
-%%WWWDIR%%/modules/tree/module.php
-%%WWWDIR%%/modules/upcoming_events/help_text.php
-%%WWWDIR%%/modules/upcoming_events/module.php
-%%WWWDIR%%/modules/user_blog/db_schema/db_schema_0_1.php
-%%WWWDIR%%/modules/user_blog/module.php
-%%WWWDIR%%/modules/user_favorites/db_schema/db_schema_0_1.php
-%%WWWDIR%%/modules/user_favorites/help_text.php
-%%WWWDIR%%/modules/user_favorites/module.php
-%%WWWDIR%%/modules/user_messages/help_text.php
-%%WWWDIR%%/modules/user_messages/module.php
-%%WWWDIR%%/modules/user_welcome/module.php
-%%WWWDIR%%/modules/yahrzeit/help_text.php
-%%WWWDIR%%/modules/yahrzeit/module.php
+%%WWWDIR%%/modules_v3/GEDFact_assistant/CENS_ctrl.php
+%%WWWDIR%%/modules_v3/GEDFact_assistant/MEDIA_ctrl.php
+%%WWWDIR%%/modules_v3/GEDFact_assistant/_CENS/addnoteaction_assisted.php
+%%WWWDIR%%/modules_v3/GEDFact_assistant/_CENS/census_1_ctrl.php
+%%WWWDIR%%/modules_v3/GEDFact_assistant/_CENS/census_2_source_input.php
+%%WWWDIR%%/modules_v3/GEDFact_assistant/_CENS/census_3_find.php
+%%WWWDIR%%/modules_v3/GEDFact_assistant/_CENS/census_3_search_add.php
+%%WWWDIR%%/modules_v3/GEDFact_assistant/_CENS/census_4_text.php
+%%WWWDIR%%/modules_v3/GEDFact_assistant/_CENS/census_5_input.php
+%%WWWDIR%%/modules_v3/GEDFact_assistant/_CENS/js/census_5_input.js.php
+%%WWWDIR%%/modules_v3/GEDFact_assistant/_CENS/js/chapman_codes.js
+%%WWWDIR%%/modules_v3/GEDFact_assistant/_CENS/js/date.js
+%%WWWDIR%%/modules_v3/GEDFact_assistant/_CENS/js/dynamicoptionlist.js
+%%WWWDIR%%/modules_v3/GEDFact_assistant/_MEDIA/media_0_inverselink.php
+%%WWWDIR%%/modules_v3/GEDFact_assistant/_MEDIA/media_1_ctrl.php
+%%WWWDIR%%/modules_v3/GEDFact_assistant/css/cens_style.css
+%%WWWDIR%%/modules_v3/GEDFact_assistant/css/gf_styles.css
+%%WWWDIR%%/modules_v3/GEDFact_assistant/module.php
+%%WWWDIR%%/modules_v3/ahnentafel_report/module.php
+%%WWWDIR%%/modules_v3/ahnentafel_report/report.xml
+%%WWWDIR%%/modules_v3/batch_update/admin_batch_update.php
+%%WWWDIR%%/modules_v3/batch_update/module.php
+%%WWWDIR%%/modules_v3/batch_update/plugins/death_y.php
+%%WWWDIR%%/modules_v3/batch_update/plugins/duplicate_links.php
+%%WWWDIR%%/modules_v3/batch_update/plugins/married_names.php
+%%WWWDIR%%/modules_v3/batch_update/plugins/name_format.php
+%%WWWDIR%%/modules_v3/batch_update/plugins/search_replace.php
+%%WWWDIR%%/modules_v3/bdm_report/module.php
+%%WWWDIR%%/modules_v3/bdm_report/report.xml
+%%WWWDIR%%/modules_v3/birth_report/module.php
+%%WWWDIR%%/modules_v3/birth_report/report.xml
+%%WWWDIR%%/modules_v3/cemetery_report/module.php
+%%WWWDIR%%/modules_v3/cemetery_report/report.xml
+%%WWWDIR%%/modules_v3/change_report/module.php
+%%WWWDIR%%/modules_v3/change_report/report.xml
+%%WWWDIR%%/modules_v3/charts/help_text.php
+%%WWWDIR%%/modules_v3/charts/module.php
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/CHANGES.md
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/LICENSE.md
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/README.md
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/adapters/jquery.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/build-config.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/ckeditor.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/config.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/contents.css
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/af.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/ar.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/bg.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/bn.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/bs.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/ca.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/cs.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/cy.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/da.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/de.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/el.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/en-au.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/en-ca.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/en-gb.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/en.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/eo.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/es.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/et.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/eu.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/fa.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/fi.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/fo.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/fr-ca.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/fr.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/gl.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/gu.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/he.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/hi.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/hr.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/hu.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/id.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/is.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/it.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/ja.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/ka.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/km.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/ko.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/ku.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/lt.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/lv.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/mk.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/mn.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/ms.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/nb.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/nl.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/no.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/pl.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/pt-br.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/pt.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/ro.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/ru.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/si.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/sk.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/sl.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/sq.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/sr-latn.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/sr.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/sv.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/th.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/tr.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/ug.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/uk.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/vi.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/zh-cn.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang/zh.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/a11yhelp.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/_translationstatus.txt
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/ar.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/bg.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/ca.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/cs.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/cy.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/da.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/de.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/el.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/en.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/eo.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/es.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/et.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/fa.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/fi.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/fr-ca.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/fr.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/gl.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/gu.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/he.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/hi.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/hr.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/hu.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/id.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/it.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/ja.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/km.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/ko.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/ku.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/lt.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/lv.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/mk.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/mn.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/nb.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/nl.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/no.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/pl.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/pt-br.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/pt.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/ro.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/ru.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/si.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/sk.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/sl.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/sq.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/sr-latn.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/sr.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/sv.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/th.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/tr.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/ug.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/uk.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/vi.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/zh-cn.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang/zh.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/about/dialogs/about.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/about/dialogs/hidpi/logo_ckeditor.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/about/dialogs/logo_ckeditor.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/clipboard/dialogs/paste.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/colordialog/dialogs/colordialog.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/dialog/dialogDefinition.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/div/dialogs/div.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/fakeobjects/images/spacer.gif
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/find/dialogs/find.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/flash/dialogs/flash.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/flash/images/placeholder.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/forms/dialogs/button.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/forms/dialogs/checkbox.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/forms/dialogs/form.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/forms/dialogs/hiddenfield.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/forms/dialogs/radio.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/forms/dialogs/select.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/forms/dialogs/textarea.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/forms/dialogs/textfield.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/forms/images/hiddenfield.gif
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/icons.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/icons_hidpi.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/iframe/dialogs/iframe.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/iframe/images/placeholder.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/image/dialogs/image.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/image/images/noimage.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/link/dialogs/anchor.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/link/dialogs/link.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/link/images/anchor.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/link/images/hidpi/anchor.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/liststyle/dialogs/liststyle.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/magicline/images/hidpi/icon.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/magicline/images/icon.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/pagebreak/images/pagebreak.gif
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/pastefromword/filter/default.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/preview/preview.html
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/scayt/LICENSE.md
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/scayt/README.md
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/scayt/dialogs/options.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/scayt/dialogs/toolbar.css
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/showblocks/images/block_address.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/showblocks/images/block_blockquote.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/showblocks/images/block_div.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/showblocks/images/block_h1.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/showblocks/images/block_h2.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/showblocks/images/block_h3.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/showblocks/images/block_h4.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/showblocks/images/block_h5.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/showblocks/images/block_h6.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/showblocks/images/block_p.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/showblocks/images/block_pre.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/dialogs/smiley.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/angel_smile.gif
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/angel_smile.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/angry_smile.gif
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/angry_smile.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/broken_heart.gif
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/broken_heart.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/confused_smile.gif
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/confused_smile.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/cry_smile.gif
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/cry_smile.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/devil_smile.gif
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/devil_smile.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/embaressed_smile.gif
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/embarrassed_smile.gif
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/embarrassed_smile.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/envelope.gif
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/envelope.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/heart.gif
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/heart.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/kiss.gif
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/kiss.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/lightbulb.gif
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/lightbulb.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/omg_smile.gif
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/omg_smile.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/regular_smile.gif
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/regular_smile.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/sad_smile.gif
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/sad_smile.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/shades_smile.gif
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/shades_smile.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/teeth_smile.gif
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/teeth_smile.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/thumbs_down.gif
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/thumbs_down.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/thumbs_up.gif
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/thumbs_up.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/tongue_smile.gif
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/tongue_smile.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/tounge_smile.gif
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/whatchutalkingabout_smile.gif
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/whatchutalkingabout_smile.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/wink_smile.gif
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images/wink_smile.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/_translationstatus.txt
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/ar.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/bg.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/ca.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/cs.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/cy.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/de.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/el.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/en.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/eo.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/es.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/et.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/fa.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/fi.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/fr-ca.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/fr.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/gl.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/he.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/hr.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/hu.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/id.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/it.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/ja.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/km.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/ku.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/lv.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/nb.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/nl.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/no.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/pl.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/pt-br.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/pt.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/ru.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/si.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/sk.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/sl.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/sq.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/sv.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/th.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/tr.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/ug.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/uk.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/vi.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/zh-cn.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang/zh.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/specialchar.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/table/dialogs/table.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/tabletools/dialogs/tableCell.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/templates/dialogs/templates.css
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/templates/dialogs/templates.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/templates/templates/default.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/templates/templates/images/template1.gif
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/templates/templates/images/template2.gif
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/templates/templates/images/template3.gif
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/wordcount/css/wordcount.css
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/wordcount/lang/ca.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/wordcount/lang/de.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/wordcount/lang/en.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/wordcount/lang/es.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/wordcount/lang/fr.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/wordcount/lang/it.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/wordcount/lang/jp.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/wordcount/lang/nl.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/wordcount/lang/no.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/wordcount/lang/pl.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/wordcount/lang/pt-BR.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/wordcount/lang/ru.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/wordcount/plugin.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/wsc/LICENSE.md
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/wsc/README.md
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/wsc/dialogs/ciframe.html
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/wsc/dialogs/tmp.html
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/wsc/dialogs/tmpFrameset.html
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/wsc/dialogs/wsc.css
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/wsc/dialogs/wsc.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/wsc/dialogs/wsc_ie.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/ajax.html
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/api.html
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/appendto.html
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/assets/inlineall/logo.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/assets/outputxhtml/outputxhtml.css
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/assets/posteddata.php
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/assets/sample.css
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/assets/sample.jpg
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/assets/uilanguages/languages.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/datafiltering.html
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/divreplace.html
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/index.html
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/inlineall.html
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/inlinebycode.html
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/inlinetextarea.html
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/jquery.html
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/plugins/dialog/assets/my_dialog.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/plugins/dialog/dialog.html
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/plugins/enterkey/enterkey.html
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.fla
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.swf
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/plugins/htmlwriter/assets/outputforflash/swfobject.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/plugins/htmlwriter/outputforflash.html
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/plugins/htmlwriter/outputhtml.html
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/plugins/magicline/magicline.html
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/plugins/toolbar/toolbar.html
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/plugins/wysiwygarea/fullpage.html
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/readonly.html
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/replacebyclass.html
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/replacebycode.html
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/sample.css
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/sample.js
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/sample_posteddata.php
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/tabindex.html
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/uicolor.html
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/uilanguages.html
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/xhtmlstyle.html
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/skins/moono/dialog.css
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/skins/moono/dialog_ie.css
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/skins/moono/dialog_ie7.css
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/skins/moono/dialog_ie8.css
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/skins/moono/dialog_iequirks.css
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/skins/moono/dialog_opera.css
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/skins/moono/editor.css
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/skins/moono/editor_gecko.css
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/skins/moono/editor_ie.css
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/skins/moono/editor_ie7.css
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/skins/moono/editor_ie8.css
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/skins/moono/editor_iequirks.css
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/skins/moono/icons.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/skins/moono/icons_hidpi.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/skins/moono/images/arrow.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/skins/moono/images/close.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/skins/moono/images/hidpi/close.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/skins/moono/images/hidpi/lock-open.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/skins/moono/images/hidpi/lock.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/skins/moono/images/hidpi/refresh.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/skins/moono/images/lock-open.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/skins/moono/images/lock.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/skins/moono/images/refresh.png
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/skins/moono/readme.md
+%%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/styles.js
+%%WWWDIR%%/modules_v3/ckeditor/module.php
+%%WWWDIR%%/modules_v3/clippings/clippings_ctrl.php
+%%WWWDIR%%/modules_v3/clippings/help_text.php
+%%WWWDIR%%/modules_v3/clippings/module.php
+%%WWWDIR%%/modules_v3/death_report/module.php
+%%WWWDIR%%/modules_v3/death_report/report.xml
+%%WWWDIR%%/modules_v3/descendancy/module.php
+%%WWWDIR%%/modules_v3/descendancy_report/module.php
+%%WWWDIR%%/modules_v3/descendancy_report/report.xml
+%%WWWDIR%%/modules_v3/extra_info/module.php
+%%WWWDIR%%/modules_v3/fact_sources/module.php
+%%WWWDIR%%/modules_v3/fact_sources/report.xml
+%%WWWDIR%%/modules_v3/families/module.php
+%%WWWDIR%%/modules_v3/family_group_report/module.php
+%%WWWDIR%%/modules_v3/family_group_report/report.xml
+%%WWWDIR%%/modules_v3/family_nav/module.php
+%%WWWDIR%%/modules_v3/faq/help_text.php
+%%WWWDIR%%/modules_v3/faq/module.php
+%%WWWDIR%%/modules_v3/gedcom_block/module.php
+%%WWWDIR%%/modules_v3/gedcom_favorites/db_schema/db_schema_0_1.php
+%%WWWDIR%%/modules_v3/gedcom_favorites/db_schema/db_schema_1_2.php
+%%WWWDIR%%/modules_v3/gedcom_favorites/db_schema/db_schema_2_3.php
+%%WWWDIR%%/modules_v3/gedcom_favorites/db_schema/db_schema_3_4.php
+%%WWWDIR%%/modules_v3/gedcom_favorites/module.php
+%%WWWDIR%%/modules_v3/gedcom_news/db_schema/db_schema_0_1.php
+%%WWWDIR%%/modules_v3/gedcom_news/db_schema/db_schema_1_2.php
+%%WWWDIR%%/modules_v3/gedcom_news/db_schema/db_schema_2_3.php
+%%WWWDIR%%/modules_v3/gedcom_news/module.php
+%%WWWDIR%%/modules_v3/gedcom_stats/module.php
+%%WWWDIR%%/modules_v3/googlemap/css/wt_v3_googlemap.css
+%%WWWDIR%%/modules_v3/googlemap/db_schema/db_schema_0_1.php
+%%WWWDIR%%/modules_v3/googlemap/db_schema/db_schema_1_2.php
+%%WWWDIR%%/modules_v3/googlemap/db_schema/db_schema_2_3.php
+%%WWWDIR%%/modules_v3/googlemap/db_schema/db_schema_3_4.php
+%%WWWDIR%%/modules_v3/googlemap/db_schema/db_schema_4_5.php
+%%WWWDIR%%/modules_v3/googlemap/googlemap_readme.txt
+%%WWWDIR%%/modules_v3/googlemap/help_text.php
+%%WWWDIR%%/modules_v3/googlemap/images/css_sprite_facts.png
+%%WWWDIR%%/modules_v3/googlemap/images/flag_shadow.png
+%%WWWDIR%%/modules_v3/googlemap/images/icon1.png
+%%WWWDIR%%/modules_v3/googlemap/images/icon2.png
+%%WWWDIR%%/modules_v3/googlemap/images/icon2L.png
+%%WWWDIR%%/modules_v3/googlemap/images/icon2Ls.png
+%%WWWDIR%%/modules_v3/googlemap/images/icon2R.png
+%%WWWDIR%%/modules_v3/googlemap/images/icon2Rs.png
+%%WWWDIR%%/modules_v3/googlemap/images/icon3.png
+%%WWWDIR%%/modules_v3/googlemap/images/icon3L.png
+%%WWWDIR%%/modules_v3/googlemap/images/icon3Ls.png
+%%WWWDIR%%/modules_v3/googlemap/images/icon3R.png
+%%WWWDIR%%/modules_v3/googlemap/images/icon3Rs.png
+%%WWWDIR%%/modules_v3/googlemap/images/icon4.png
+%%WWWDIR%%/modules_v3/googlemap/images/icon4L.png
+%%WWWDIR%%/modules_v3/googlemap/images/icon4Ls.png
+%%WWWDIR%%/modules_v3/googlemap/images/icon4R.png
+%%WWWDIR%%/modules_v3/googlemap/images/icon4Rs.png
+%%WWWDIR%%/modules_v3/googlemap/images/icon5.png
+%%WWWDIR%%/modules_v3/googlemap/images/icon5L.png
+%%WWWDIR%%/modules_v3/googlemap/images/icon5Ls.png
+%%WWWDIR%%/modules_v3/googlemap/images/icon5R.png
+%%WWWDIR%%/modules_v3/googlemap/images/icon5Rs.png
+%%WWWDIR%%/modules_v3/googlemap/images/icon6.png
+%%WWWDIR%%/modules_v3/googlemap/images/icon6L.png
+%%WWWDIR%%/modules_v3/googlemap/images/icon6Ls.png
+%%WWWDIR%%/modules_v3/googlemap/images/icon6R.png
+%%WWWDIR%%/modules_v3/googlemap/images/icon6Rs.png
+%%WWWDIR%%/modules_v3/googlemap/images/icon7.png
+%%WWWDIR%%/modules_v3/googlemap/images/icon7L.png
+%%WWWDIR%%/modules_v3/googlemap/images/icon7Ls.png
+%%WWWDIR%%/modules_v3/googlemap/images/icon7R.png
+%%WWWDIR%%/modules_v3/googlemap/images/icon7Rs.png
+%%WWWDIR%%/modules_v3/googlemap/images/icon8.png
+%%WWWDIR%%/modules_v3/googlemap/images/icon8L.png
+%%WWWDIR%%/modules_v3/googlemap/images/icon8Ls.png
+%%WWWDIR%%/modules_v3/googlemap/images/icon8R.png
+%%WWWDIR%%/modules_v3/googlemap/images/icon8Rs.png
+%%WWWDIR%%/modules_v3/googlemap/images/marker_green.png
+%%WWWDIR%%/modules_v3/googlemap/images/marker_yellow.png
+%%WWWDIR%%/modules_v3/googlemap/images/mm_20_red.png
+%%WWWDIR%%/modules_v3/googlemap/images/mm_20_yellow.png
+%%WWWDIR%%/modules_v3/googlemap/images/panda-icons/panda-0.png
+%%WWWDIR%%/modules_v3/googlemap/images/panda-icons/panda-1.png
+%%WWWDIR%%/modules_v3/googlemap/images/panda-icons/panda-10.png
+%%WWWDIR%%/modules_v3/googlemap/images/panda-icons/panda-11.png
+%%WWWDIR%%/modules_v3/googlemap/images/panda-icons/panda-12.png
+%%WWWDIR%%/modules_v3/googlemap/images/panda-icons/panda-13.png
+%%WWWDIR%%/modules_v3/googlemap/images/panda-icons/panda-14.png
+%%WWWDIR%%/modules_v3/googlemap/images/panda-icons/panda-15.png
+%%WWWDIR%%/modules_v3/googlemap/images/panda-icons/panda-16.png
+%%WWWDIR%%/modules_v3/googlemap/images/panda-icons/panda-17.png
+%%WWWDIR%%/modules_v3/googlemap/images/panda-icons/panda-18.png
+%%WWWDIR%%/modules_v3/googlemap/images/panda-icons/panda-19.png
+%%WWWDIR%%/modules_v3/googlemap/images/panda-icons/panda-2.png
+%%WWWDIR%%/modules_v3/googlemap/images/panda-icons/panda-20.png
+%%WWWDIR%%/modules_v3/googlemap/images/panda-icons/panda-3.png
+%%WWWDIR%%/modules_v3/googlemap/images/panda-icons/panda-4.png
+%%WWWDIR%%/modules_v3/googlemap/images/panda-icons/panda-5.png
+%%WWWDIR%%/modules_v3/googlemap/images/panda-icons/panda-6.png
+%%WWWDIR%%/modules_v3/googlemap/images/panda-icons/panda-7.png
+%%WWWDIR%%/modules_v3/googlemap/images/panda-icons/panda-8.png
+%%WWWDIR%%/modules_v3/googlemap/images/panda-icons/panda-9.png
+%%WWWDIR%%/modules_v3/googlemap/images/shadow-left-large.png
+%%WWWDIR%%/modules_v3/googlemap/images/shadow-left-small.png
+%%WWWDIR%%/modules_v3/googlemap/images/shadow-right-large.png
+%%WWWDIR%%/modules_v3/googlemap/images/shadow-right-small.png
+%%WWWDIR%%/modules_v3/googlemap/images/shadow50.png
+%%WWWDIR%%/modules_v3/googlemap/images/sq1.png
+%%WWWDIR%%/modules_v3/googlemap/images/sq2.png
+%%WWWDIR%%/modules_v3/googlemap/images/sq3.png
+%%WWWDIR%%/modules_v3/googlemap/images/sq4.png
+%%WWWDIR%%/modules_v3/googlemap/images/sq5.png
+%%WWWDIR%%/modules_v3/googlemap/images/sq6.png
+%%WWWDIR%%/modules_v3/googlemap/images/sq7.png
+%%WWWDIR%%/modules_v3/googlemap/images/sq8.png
+%%WWWDIR%%/modules_v3/googlemap/images/transparent-left-large.png
+%%WWWDIR%%/modules_v3/googlemap/images/transparent-left-small.png
+%%WWWDIR%%/modules_v3/googlemap/images/transparent-right-large.png
+%%WWWDIR%%/modules_v3/googlemap/images/transparent-right-small.png
+%%WWWDIR%%/modules_v3/googlemap/module.php
+%%WWWDIR%%/modules_v3/html/help_text.php
+%%WWWDIR%%/modules_v3/html/module.php
+%%WWWDIR%%/modules_v3/individual_ext_report/module.php
+%%WWWDIR%%/modules_v3/individual_ext_report/report.xml
+%%WWWDIR%%/modules_v3/individual_report/module.php
+%%WWWDIR%%/modules_v3/individual_report/report.xml
+%%WWWDIR%%/modules_v3/individuals/module.php
+%%WWWDIR%%/modules_v3/lightbox/module.php
+%%WWWDIR%%/modules_v3/logged_in/help_text.php
+%%WWWDIR%%/modules_v3/logged_in/module.php
+%%WWWDIR%%/modules_v3/login_block/module.php
+%%WWWDIR%%/modules_v3/marriage_report/module.php
+%%WWWDIR%%/modules_v3/marriage_report/report.xml
+%%WWWDIR%%/modules_v3/media/module.php
+%%WWWDIR%%/modules_v3/missing_facts_report/module.php
+%%WWWDIR%%/modules_v3/missing_facts_report/report.xml
+%%WWWDIR%%/modules_v3/notes/module.php
+%%WWWDIR%%/modules_v3/occupation_report/module.php
+%%WWWDIR%%/modules_v3/occupation_report/report.xml
+%%WWWDIR%%/modules_v3/page_menu/module.php
+%%WWWDIR%%/modules_v3/pedigree_report/module.php
+%%WWWDIR%%/modules_v3/pedigree_report/report.xml
+%%WWWDIR%%/modules_v3/personal_facts/module.php
+%%WWWDIR%%/modules_v3/random_media/module.php
+%%WWWDIR%%/modules_v3/recent_changes/module.php
+%%WWWDIR%%/modules_v3/relative_ext_report/module.php
+%%WWWDIR%%/modules_v3/relative_ext_report/report.xml
+%%WWWDIR%%/modules_v3/relatives/module.php
+%%WWWDIR%%/modules_v3/review_changes/help_text.php
+%%WWWDIR%%/modules_v3/review_changes/module.php
+%%WWWDIR%%/modules_v3/sitemap/module.php
+%%WWWDIR%%/modules_v3/sources_tab/module.php
+%%WWWDIR%%/modules_v3/stories/module.php
+%%WWWDIR%%/modules_v3/theme_select/module.php
+%%WWWDIR%%/modules_v3/todays_events/module.php
+%%WWWDIR%%/modules_v3/todo/help_text.php
+%%WWWDIR%%/modules_v3/todo/module.php
+%%WWWDIR%%/modules_v3/top10_givnnames/module.php
+%%WWWDIR%%/modules_v3/top10_pageviews/module.php
+%%WWWDIR%%/modules_v3/top10_surnames/module.php
+%%WWWDIR%%/modules_v3/tree/class_treeview.php
+%%WWWDIR%%/modules_v3/tree/css/treeview.css
+%%WWWDIR%%/modules_v3/tree/css/vline.gif
+%%WWWDIR%%/modules_v3/tree/css/vline_b.gif
+%%WWWDIR%%/modules_v3/tree/css/vline_t.gif
+%%WWWDIR%%/modules_v3/tree/images/alignLeft.png
+%%WWWDIR%%/modules_v3/tree/images/alignRight.png
+%%WWWDIR%%/modules_v3/tree/images/center.png
+%%WWWDIR%%/modules_v3/tree/images/compact.png
+%%WWWDIR%%/modules_v3/tree/images/dates.png
+%%WWWDIR%%/modules_v3/tree/images/zoom0.png
+%%WWWDIR%%/modules_v3/tree/js/treeview.js
+%%WWWDIR%%/modules_v3/tree/module.php
+%%WWWDIR%%/modules_v3/upcoming_events/module.php
+%%WWWDIR%%/modules_v3/user_blog/db_schema/db_schema_0_1.php
+%%WWWDIR%%/modules_v3/user_blog/db_schema/db_schema_1_2.php
+%%WWWDIR%%/modules_v3/user_blog/db_schema/db_schema_2_3.php
+%%WWWDIR%%/modules_v3/user_blog/module.php
+%%WWWDIR%%/modules_v3/user_favorites/module.php
+%%WWWDIR%%/modules_v3/user_messages/module.php
+%%WWWDIR%%/modules_v3/user_welcome/module.php
+%%WWWDIR%%/modules_v3/yahrzeit/help_text.php
+%%WWWDIR%%/modules_v3/yahrzeit/module.php
 %%WWWDIR%%/note.php
 %%WWWDIR%%/notelist.php
-%%WWWDIR%%/opensearch.php
 %%WWWDIR%%/pedigree.php
-%%WWWDIR%%/pgv_to_wt.php
 %%WWWDIR%%/placelist.php
-%%WWWDIR%%/places/ARG/ARG.gif
-%%WWWDIR%%/places/ARG/ARG.htm
-%%WWWDIR%%/places/AUS/AUS.gif
-%%WWWDIR%%/places/AUS/AUS.htm
-%%WWWDIR%%/places/AUS/AUS_New-South-Wales.gif
-%%WWWDIR%%/places/AUS/AUS_Northern-Territory.gif
-%%WWWDIR%%/places/AUS/AUS_Queensland.gif
-%%WWWDIR%%/places/AUS/AUS_South-Australia.gif
-%%WWWDIR%%/places/AUS/AUS_Tasmania.gif
-%%WWWDIR%%/places/AUS/AUS_Victoria.gif
-%%WWWDIR%%/places/AUS/AUS_Western-Australia.gif
-%%WWWDIR%%/places/AUT/AUT.gif
-%%WWWDIR%%/places/AUT/AUT.htm
-%%WWWDIR%%/places/BEL/BEL.gif
-%%WWWDIR%%/places/BEL/BEL.htm
-%%WWWDIR%%/places/BEL/BEL_Flandre.txt
-%%WWWDIR%%/places/BEL/BEL_Wallonie.txt
-%%WWWDIR%%/places/BEL/BEL_Wallonie_Brabant-Wallon.txt
-%%WWWDIR%%/places/BEL/BEL_Wallonie_Hainaut.txt
-%%WWWDIR%%/places/BEL/BEL_Wallonie_Liege.txt
-%%WWWDIR%%/places/BEL/BEL_Wallonie_Luxembourg.txt
-%%WWWDIR%%/places/BEL/BEL_Wallonie_Namur.txt
-%%WWWDIR%%/places/BEL/flags/Flandre.gif
-%%WWWDIR%%/places/BEL/flags/Wallonie.gif
-%%WWWDIR%%/places/BRA/BRA.gif
-%%WWWDIR%%/places/BRA/BRA.htm
-%%WWWDIR%%/places/CAN/CAN.fr.htm
-%%WWWDIR%%/places/CAN/CAN.gif
-%%WWWDIR%%/places/CAN/CAN.htm
-%%WWWDIR%%/places/CAN/flags/AB.gif
-%%WWWDIR%%/places/CAN/flags/BC.gif
-%%WWWDIR%%/places/CAN/flags/MB.gif
-%%WWWDIR%%/places/CAN/flags/NB.gif
-%%WWWDIR%%/places/CAN/flags/NL.gif
-%%WWWDIR%%/places/CAN/flags/NS.gif
-%%WWWDIR%%/places/CAN/flags/NT.gif
-%%WWWDIR%%/places/CAN/flags/NU.gif
-%%WWWDIR%%/places/CAN/flags/ON.gif
-%%WWWDIR%%/places/CAN/flags/PE.gif
-%%WWWDIR%%/places/CAN/flags/QC.gif
-%%WWWDIR%%/places/CAN/flags/SK.gif
-%%WWWDIR%%/places/CAN/flags/YT.gif
-%%WWWDIR%%/places/CHE/CHE.gif
-%%WWWDIR%%/places/CHE/CHE.htm
-%%WWWDIR%%/places/CMR/CMR.gif
-%%WWWDIR%%/places/CMR/CMR.htm
-%%WWWDIR%%/places/CMR/CMR_Adamaoua.gif
-%%WWWDIR%%/places/CMR/CMR_Centre.gif
-%%WWWDIR%%/places/CMR/CMR_Est.gif
-%%WWWDIR%%/places/CMR/CMR_Extreme-Nord.gif
-%%WWWDIR%%/places/CMR/CMR_Littoral.gif
-%%WWWDIR%%/places/CMR/CMR_Nord-Ouest.gif
-%%WWWDIR%%/places/CMR/CMR_Nord.gif
-%%WWWDIR%%/places/CMR/CMR_Ouest.gif
-%%WWWDIR%%/places/CMR/CMR_Sud-Ouest.gif
-%%WWWDIR%%/places/CMR/CMR_Sud.gif
-%%WWWDIR%%/places/CZE/CZE.gif
-%%WWWDIR%%/places/CZE/CZE.htm
-%%WWWDIR%%/places/DEU/DEU.gif
-%%WWWDIR%%/places/DEU/DEU.htm
-%%WWWDIR%%/places/DEU/DEU_Baden-Wurttemberg.gif
-%%WWWDIR%%/places/DEU/DEU_Bayern.gif
-%%WWWDIR%%/places/DEU/DEU_Brandenburg.gif
-%%WWWDIR%%/places/DEU/DEU_Bremen.gif
-%%WWWDIR%%/places/DEU/DEU_Hessen.gif
-%%WWWDIR%%/places/DEU/DEU_Mecklenburg-Vorpommern.gif
-%%WWWDIR%%/places/DEU/DEU_Niedersachsen.gif
-%%WWWDIR%%/places/DEU/DEU_Nordrhein-Westfalen.gif
-%%WWWDIR%%/places/DEU/DEU_Rheinland-Pfalz.gif
-%%WWWDIR%%/places/DEU/DEU_Saarland.gif
-%%WWWDIR%%/places/DEU/DEU_Sachsen-Anhalt.gif
-%%WWWDIR%%/places/DEU/DEU_Sachsen.gif
-%%WWWDIR%%/places/DEU/DEU_Schleswig-Holstein.gif
-%%WWWDIR%%/places/DEU/DEU_Thuringen.gif
-%%WWWDIR%%/places/DEU/flags/BAW.gif
-%%WWWDIR%%/places/DEU/flags/BAY.gif
-%%WWWDIR%%/places/DEU/flags/BBG.gif
-%%WWWDIR%%/places/DEU/flags/BLN.gif
-%%WWWDIR%%/places/DEU/flags/BRM.gif
-%%WWWDIR%%/places/DEU/flags/HBG.gif
-%%WWWDIR%%/places/DEU/flags/HES.gif
-%%WWWDIR%%/places/DEU/flags/MVP.gif
-%%WWWDIR%%/places/DEU/flags/NDS.gif
-%%WWWDIR%%/places/DEU/flags/NRW.gif
-%%WWWDIR%%/places/DEU/flags/RPF.gif
-%%WWWDIR%%/places/DEU/flags/SAA.gif
-%%WWWDIR%%/places/DEU/flags/SAC.gif
-%%WWWDIR%%/places/DEU/flags/SAL.gif
-%%WWWDIR%%/places/DEU/flags/SLH.gif
-%%WWWDIR%%/places/DEU/flags/THN.gif
-%%WWWDIR%%/places/DNK/DNK.gif
-%%WWWDIR%%/places/DNK/DNK.htm
-%%WWWDIR%%/places/ENG/ENG.gif
-%%WWWDIR%%/places/ENG/ENG.htm
-%%WWWDIR%%/places/ENG/flags/BED.gif
-%%WWWDIR%%/places/ENG/flags/BER.gif
-%%WWWDIR%%/places/ENG/flags/BKM.gif
-%%WWWDIR%%/places/ENG/flags/CAM.gif
-%%WWWDIR%%/places/ENG/flags/CHS.gif
-%%WWWDIR%%/places/ENG/flags/CI.gif
-%%WWWDIR%%/places/ENG/flags/COR.gif
-%%WWWDIR%%/places/ENG/flags/CUL.gif
-%%WWWDIR%%/places/ENG/flags/DBY.gif
-%%WWWDIR%%/places/ENG/flags/DEV.gif
-%%WWWDIR%%/places/ENG/flags/DOR.gif
-%%WWWDIR%%/places/ENG/flags/DUR.gif
-%%WWWDIR%%/places/ENG/flags/ESS.gif
-%%WWWDIR%%/places/ENG/flags/GLS.gif
-%%WWWDIR%%/places/ENG/flags/HAM.gif
-%%WWWDIR%%/places/ENG/flags/HUN.gif
-%%WWWDIR%%/places/ENG/flags/IOM.gif
-%%WWWDIR%%/places/ENG/flags/IOS.gif
-%%WWWDIR%%/places/ENG/flags/IOW.gif
-%%WWWDIR%%/places/ENG/flags/KEN.gif
-%%WWWDIR%%/places/ENG/flags/LAN.gif
-%%WWWDIR%%/places/ENG/flags/LDN.gif
-%%WWWDIR%%/places/ENG/flags/LEI.gif
-%%WWWDIR%%/places/ENG/flags/LIN.gif
-%%WWWDIR%%/places/ENG/flags/MDX.gif
-%%WWWDIR%%/places/ENG/flags/NBL.gif
-%%WWWDIR%%/places/ENG/flags/NFK.gif
-%%WWWDIR%%/places/ENG/flags/OXF.gif
-%%WWWDIR%%/places/ENG/flags/RUT.gif
-%%WWWDIR%%/places/ENG/flags/SAL.gif
-%%WWWDIR%%/places/ENG/flags/SFK.gif
-%%WWWDIR%%/places/ENG/flags/SOM.gif
-%%WWWDIR%%/places/ENG/flags/SRY.gif
-%%WWWDIR%%/places/ENG/flags/SSX.gif
-%%WWWDIR%%/places/ENG/flags/STS.gif
-%%WWWDIR%%/places/ENG/flags/T_W.gif
-%%WWWDIR%%/places/ENG/flags/WAR.gif
-%%WWWDIR%%/places/ENG/flags/WES.gif
-%%WWWDIR%%/places/ENG/flags/WIL.gif
-%%WWWDIR%%/places/ENG/flags/YKS.gif
-%%WWWDIR%%/places/ESP/ESP.gif
-%%WWWDIR%%/places/ESP/ESP.htm
-%%WWWDIR%%/places/ESP/ESP.txt
-%%WWWDIR%%/places/ESP/ESP_A_Coruna.txt
-%%WWWDIR%%/places/ESP/ESP_Alava.txt
-%%WWWDIR%%/places/ESP/ESP_Albacete.txt
-%%WWWDIR%%/places/ESP/ESP_Alicante.txt
-%%WWWDIR%%/places/ESP/ESP_Almeria.txt
-%%WWWDIR%%/places/ESP/ESP_Asturias.txt
-%%WWWDIR%%/places/ESP/ESP_Avila.txt
-%%WWWDIR%%/places/ESP/ESP_Badajoz.txt
-%%WWWDIR%%/places/ESP/ESP_Barcelona.txt
-%%WWWDIR%%/places/ESP/ESP_Burgos.txt
-%%WWWDIR%%/places/ESP/ESP_Caceres.txt
-%%WWWDIR%%/places/ESP/ESP_Cadiz.txt
-%%WWWDIR%%/places/ESP/ESP_Cantabria.txt
-%%WWWDIR%%/places/ESP/ESP_Castellon.txt
-%%WWWDIR%%/places/ESP/ESP_Ceuta.txt
-%%WWWDIR%%/places/ESP/ESP_Ciudad_Real.txt
-%%WWWDIR%%/places/ESP/ESP_Cordoba.txt
-%%WWWDIR%%/places/ESP/ESP_Cuenca.txt
-%%WWWDIR%%/places/ESP/ESP_Girona.txt
-%%WWWDIR%%/places/ESP/ESP_Granada.txt
-%%WWWDIR%%/places/ESP/ESP_Guadalajara.txt
-%%WWWDIR%%/places/ESP/ESP_Guipuzcoa.txt
-%%WWWDIR%%/places/ESP/ESP_Huelva.txt
-%%WWWDIR%%/places/ESP/ESP_Huesca.txt
-%%WWWDIR%%/places/ESP/ESP_Islas_Baleares.txt
-%%WWWDIR%%/places/ESP/ESP_Jaen.txt
-%%WWWDIR%%/places/ESP/ESP_La_Rioja.txt
-%%WWWDIR%%/places/ESP/ESP_Las_Palmas.txt
-%%WWWDIR%%/places/ESP/ESP_Leon.txt
-%%WWWDIR%%/places/ESP/ESP_Lleida.txt
-%%WWWDIR%%/places/ESP/ESP_Lugo.txt
-%%WWWDIR%%/places/ESP/ESP_Madrid.txt
-%%WWWDIR%%/places/ESP/ESP_Malaga.txt
-%%WWWDIR%%/places/ESP/ESP_Melilla.txt
-%%WWWDIR%%/places/ESP/ESP_Murcia.txt
-%%WWWDIR%%/places/ESP/ESP_Navarra.txt
-%%WWWDIR%%/places/ESP/ESP_Ourense.txt
-%%WWWDIR%%/places/ESP/ESP_Palencia.txt
-%%WWWDIR%%/places/ESP/ESP_Pontevedra.txt
-%%WWWDIR%%/places/ESP/ESP_Salamanca.txt
-%%WWWDIR%%/places/ESP/ESP_Santa_Cruz_de_Tenerife.txt
-%%WWWDIR%%/places/ESP/ESP_Segovia.txt
-%%WWWDIR%%/places/ESP/ESP_Sevilla.txt
-%%WWWDIR%%/places/ESP/ESP_Soria.txt
-%%WWWDIR%%/places/ESP/ESP_Tarragona.txt
-%%WWWDIR%%/places/ESP/ESP_Teruel.txt
-%%WWWDIR%%/places/ESP/ESP_Toledo.txt
-%%WWWDIR%%/places/ESP/ESP_Valencia.txt
-%%WWWDIR%%/places/ESP/ESP_Valladolid.txt
-%%WWWDIR%%/places/ESP/ESP_Vizcaya.txt
-%%WWWDIR%%/places/ESP/ESP_Zamora.txt
-%%WWWDIR%%/places/ESP/ESP_Zaragoza.txt
-%%WWWDIR%%/places/FIN/FIN.fi.htm
-%%WWWDIR%%/places/FIN/FIN.gif
-%%WWWDIR%%/places/FIN/FIN.htm
-%%WWWDIR%%/places/FIN/FIN.sv.htm
-%%WWWDIR%%/places/FIN/FIN.txt
-%%WWWDIR%%/places/FIN/FIN_Ahvenanmaa.txt
-%%WWWDIR%%/places/FIN/FIN_Ahvenanmaa_Ahvenanmaa.txt
-%%WWWDIR%%/places/FIN/FIN_Aland.txt
-%%WWWDIR%%/places/FIN/FIN_Aland_Aland.txt
-%%WWWDIR%%/places/FIN/FIN_Eastern-Finland.txt
-%%WWWDIR%%/places/FIN/FIN_Eastern-Finland_North-Karelia.txt
-%%WWWDIR%%/places/FIN/FIN_Eastern-Finland_Northern-Savonia.txt
-%%WWWDIR%%/places/FIN/FIN_Eastern-Finland_Southern-Savonia.txt
-%%WWWDIR%%/places/FIN/FIN_Etela-Suomen-laani.txt
-%%WWWDIR%%/places/FIN/FIN_Etela-Suomen-laani_Etela-Karjala.txt
-%%WWWDIR%%/places/FIN/FIN_Etela-Suomen-laani_Ita-Uusimaa.txt
-%%WWWDIR%%/places/FIN/FIN_Etela-Suomen-laani_Kanta-Hame.txt
-%%WWWDIR%%/places/FIN/FIN_Etela-Suomen-laani_Kymenlaakso.txt
-%%WWWDIR%%/places/FIN/FIN_Etela-Suomen-laani_Paijat-Hame.txt
-%%WWWDIR%%/places/FIN/FIN_Etela-Suomen-laani_Uusimaa.txt
-%%WWWDIR%%/places/FIN/FIN_Ita-Suomen-laani.txt
-%%WWWDIR%%/places/FIN/FIN_Ita-Suomen-laani_Etela-Savo.txt
-%%WWWDIR%%/places/FIN/FIN_Ita-Suomen-laani_Pohjois-Karjala.txt
-%%WWWDIR%%/places/FIN/FIN_Ita-Suomen-laani_Pohjois-Savo.txt
-%%WWWDIR%%/places/FIN/FIN_Lansi-Suomen-laani.txt
-%%WWWDIR%%/places/FIN/FIN_Lansi-Suomen-laani_Etela-Pohjanmaa.txt
-%%WWWDIR%%/places/FIN/FIN_Lansi-Suomen-laani_Keski-Pohjanmaa.txt
-%%WWWDIR%%/places/FIN/FIN_Lansi-Suomen-laani_Keski-Suomi.txt
-%%WWWDIR%%/places/FIN/FIN_Lansi-Suomen-laani_Pirkanmaa.txt
-%%WWWDIR%%/places/FIN/FIN_Lansi-Suomen-laani_Pohjanmaa.txt
-%%WWWDIR%%/places/FIN/FIN_Lansi-Suomen-laani_Satakunta.txt
-%%WWWDIR%%/places/FIN/FIN_Lansi-Suomen-laani_Varsinais-Suomi.txt
-%%WWWDIR%%/places/FIN/FIN_Lapin-laani.txt
-%%WWWDIR%%/places/FIN/FIN_Lapin-laani_Lappi.txt
-%%WWWDIR%%/places/FIN/FIN_Lapland-Province.txt
-%%WWWDIR%%/places/FIN/FIN_Lapland-Province_Lapland.txt
-%%WWWDIR%%/places/FIN/FIN_Lapplands-lan.txt
-%%WWWDIR%%/places/FIN/FIN_Lapplands-lan_Lappland.txt
-%%WWWDIR%%/places/FIN/FIN_Ostra-Finlands-lan.txt
-%%WWWDIR%%/places/FIN/FIN_Ostra-Finlands-lan_Norra-Karelen.txt
-%%WWWDIR%%/places/FIN/FIN_Ostra-Finlands-lan_Norra-Savolax.txt
-%%WWWDIR%%/places/FIN/FIN_Ostra-Finlands-lan_Sodra-Savolax.txt
-%%WWWDIR%%/places/FIN/FIN_Oulu-Province.txt
-%%WWWDIR%%/places/FIN/FIN_Oulu-Province_Kainuu.txt
-%%WWWDIR%%/places/FIN/FIN_Oulu-Province_Northern-Ostrobothnia.txt
-%%WWWDIR%%/places/FIN/FIN_Oulun-laani.txt
-%%WWWDIR%%/places/FIN/FIN_Oulun-laani_Kainuu.txt
-%%WWWDIR%%/places/FIN/FIN_Oulun-laani_Pohjois-Pohjanmaa.txt
-%%WWWDIR%%/places/FIN/FIN_Sodra-Finlands-lan.txt
-%%WWWDIR%%/places/FIN/FIN_Sodra-Finlands-lan_Egentliga-Tavastland.txt
-%%WWWDIR%%/places/FIN/FIN_Sodra-Finlands-lan_Kymmenedalen.txt
-%%WWWDIR%%/places/FIN/FIN_Sodra-Finlands-lan_Nyland.txt
-%%WWWDIR%%/places/FIN/FIN_Sodra-Finlands-lan_Ostra-Nyland.txt
-%%WWWDIR%%/places/FIN/FIN_Sodra-Finlands-lan_Paijanne-Tavastland.txt
-%%WWWDIR%%/places/FIN/FIN_Sodra-Finlands-lan_Sodra-Karelen.txt
-%%WWWDIR%%/places/FIN/FIN_Southern-Finland.txt
-%%WWWDIR%%/places/FIN/FIN_Southern-Finland_Eastern-Uusimaa.txt
-%%WWWDIR%%/places/FIN/FIN_Southern-Finland_Kymenlaakso.txt
-%%WWWDIR%%/places/FIN/FIN_Southern-Finland_Paijanne-Tavastia.txt
-%%WWWDIR%%/places/FIN/FIN_Southern-Finland_South-Karelia.txt
-%%WWWDIR%%/places/FIN/FIN_Southern-Finland_Tavastia-Proper.txt
-%%WWWDIR%%/places/FIN/FIN_Southern-Finland_Uusimaa.txt
-%%WWWDIR%%/places/FIN/FIN_Uleaborgs-lan.txt
-%%WWWDIR%%/places/FIN/FIN_Uleaborgs-lan_Kajanaland.txt
-%%WWWDIR%%/places/FIN/FIN_Uleaborgs-lan_Norra-Osterbotten.txt
-%%WWWDIR%%/places/FIN/FIN_Vastra-Finlands-lan.txt
-%%WWWDIR%%/places/FIN/FIN_Vastra-Finlands-lan_Birkaland.txt
-%%WWWDIR%%/places/FIN/FIN_Vastra-Finlands-lan_Egentliga-Finland.txt
-%%WWWDIR%%/places/FIN/FIN_Vastra-Finlands-lan_Mellersta-Finland.txt
-%%WWWDIR%%/places/FIN/FIN_Vastra-Finlands-lan_Mellersta-Osterbotten.txt
-%%WWWDIR%%/places/FIN/FIN_Vastra-Finlands-lan_Osterbotten.txt
-%%WWWDIR%%/places/FIN/FIN_Vastra-Finlands-lan_Satakunda.txt
-%%WWWDIR%%/places/FIN/FIN_Vastra-Finlands-lan_Sodra-Osterbotten.txt
-%%WWWDIR%%/places/FIN/FIN_Western-Finland.txt
-%%WWWDIR%%/places/FIN/FIN_Western-Finland_Central-Finland.txt
-%%WWWDIR%%/places/FIN/FIN_Western-Finland_Central-Ostrobothnia.txt
-%%WWWDIR%%/places/FIN/FIN_Western-Finland_Finland-Proper.txt
-%%WWWDIR%%/places/FIN/FIN_Western-Finland_Ostrobothnia.txt
-%%WWWDIR%%/places/FIN/FIN_Western-Finland_Pirkanmaa.txt
-%%WWWDIR%%/places/FIN/FIN_Western-Finland_Satakunta.txt
-%%WWWDIR%%/places/FIN/FIN_Western-Finland_Southern-Ostrobothnia.txt
-%%WWWDIR%%/places/FRA/FRA.gif
-%%WWWDIR%%/places/FRA/FRA.htm
-%%WWWDIR%%/places/FRA/FRA_Alsace.gif
-%%WWWDIR%%/places/FRA/FRA_Alsace_Bas-Rhin.txt
-%%WWWDIR%%/places/FRA/FRA_Alsace_Haut-Rhin.txt
-%%WWWDIR%%/places/FRA/FRA_Aquitaine.gif
-%%WWWDIR%%/places/FRA/FRA_Aquitaine_Dordogne.txt
-%%WWWDIR%%/places/FRA/FRA_Aquitaine_Gironde.txt
-%%WWWDIR%%/places/FRA/FRA_Aquitaine_Landes.txt
-%%WWWDIR%%/places/FRA/FRA_Aquitaine_Lot-et-Garonne.txt
-%%WWWDIR%%/places/FRA/FRA_Aquitaine_Pyrenees-Atlantiques.txt
-%%WWWDIR%%/places/FRA/FRA_Auvergne.gif
-%%WWWDIR%%/places/FRA/FRA_Auvergne_Allier.txt
-%%WWWDIR%%/places/FRA/FRA_Auvergne_Cantal.txt
-%%WWWDIR%%/places/FRA/FRA_Auvergne_Haute-Loire.txt
-%%WWWDIR%%/places/FRA/FRA_Auvergne_Puy-de-Dome.txt
-%%WWWDIR%%/places/FRA/FRA_Basse-Normandie.gif
-%%WWWDIR%%/places/FRA/FRA_Basse-Normandie_Calvados.txt
-%%WWWDIR%%/places/FRA/FRA_Basse-Normandie_Manche.txt
-%%WWWDIR%%/places/FRA/FRA_Basse-Normandie_Orne.txt
-%%WWWDIR%%/places/FRA/FRA_Bourgogne.gif
-%%WWWDIR%%/places/FRA/FRA_Bourgogne_Cote-d-Or.txt
-%%WWWDIR%%/places/FRA/FRA_Bourgogne_Nievre.txt
-%%WWWDIR%%/places/FRA/FRA_Bourgogne_Saone-et-Loire.txt
-%%WWWDIR%%/places/FRA/FRA_Bourgogne_Yonne.txt
-%%WWWDIR%%/places/FRA/FRA_Bretagne.gif
-%%WWWDIR%%/places/FRA/FRA_Bretagne_Cotes-d-Armor.txt
-%%WWWDIR%%/places/FRA/FRA_Bretagne_Finistere.txt
-%%WWWDIR%%/places/FRA/FRA_Bretagne_Ille-et-Vilaine.txt
-%%WWWDIR%%/places/FRA/FRA_Bretagne_Morbihan.txt
-%%WWWDIR%%/places/FRA/FRA_Centre.gif
-%%WWWDIR%%/places/FRA/FRA_Centre_Cher.txt
-%%WWWDIR%%/places/FRA/FRA_Centre_Eure-et-Loir.txt
-%%WWWDIR%%/places/FRA/FRA_Centre_Indre-et-Loire.txt
-%%WWWDIR%%/places/FRA/FRA_Centre_Indre.txt
-%%WWWDIR%%/places/FRA/FRA_Centre_Loir-et-Cher.txt
-%%WWWDIR%%/places/FRA/FRA_Centre_Loiret.txt
-%%WWWDIR%%/places/FRA/FRA_Champagne-Ardenne.gif
-%%WWWDIR%%/places/FRA/FRA_Champagne-Ardenne_Ardennes.txt
-%%WWWDIR%%/places/FRA/FRA_Champagne-Ardenne_Aube.txt
-%%WWWDIR%%/places/FRA/FRA_Champagne-Ardenne_Haute-Marne.txt
-%%WWWDIR%%/places/FRA/FRA_Champagne-Ardenne_Marne.txt
-%%WWWDIR%%/places/FRA/FRA_Corse.gif
-%%WWWDIR%%/places/FRA/FRA_Corse_Corse-du-Sud.txt
-%%WWWDIR%%/places/FRA/FRA_Corse_Haute-Corse.txt
-%%WWWDIR%%/places/FRA/FRA_Franche-Comte.gif
-%%WWWDIR%%/places/FRA/FRA_Franche-Comte_Doubs.txt
-%%WWWDIR%%/places/FRA/FRA_Franche-Comte_Haute-Saone.txt
-%%WWWDIR%%/places/FRA/FRA_Franche-Comte_Jura.txt
-%%WWWDIR%%/places/FRA/FRA_Franche-Comte_Territoire-de-Belfort.txt
-%%WWWDIR%%/places/FRA/FRA_Haute-Normandie.gif
-%%WWWDIR%%/places/FRA/FRA_Haute-Normandie_Eure.txt
-%%WWWDIR%%/places/FRA/FRA_Haute-Normandie_Seine-Maritime.txt
-%%WWWDIR%%/places/FRA/FRA_Ile-de-France.gif
-%%WWWDIR%%/places/FRA/FRA_Ile-de-France_Essonne.txt
-%%WWWDIR%%/places/FRA/FRA_Ile-de-France_Hauts-de-Seine.txt
-%%WWWDIR%%/places/FRA/FRA_Ile-de-France_Paris.gif
-%%WWWDIR%%/places/FRA/FRA_Ile-de-France_Paris.txt
-%%WWWDIR%%/places/FRA/FRA_Ile-de-France_Seine-Saint-Denis.txt
-%%WWWDIR%%/places/FRA/FRA_Ile-de-France_Seine-et-Marne.txt
-%%WWWDIR%%/places/FRA/FRA_Ile-de-France_Val-d-Oise.txt
-%%WWWDIR%%/places/FRA/FRA_Ile-de-France_Val-de-Marne.txt
-%%WWWDIR%%/places/FRA/FRA_Ile-de-France_Yvelines.txt
-%%WWWDIR%%/places/FRA/FRA_Languedoc-Roussillon.gif
-%%WWWDIR%%/places/FRA/FRA_Languedoc-Roussillon_Aude.txt
-%%WWWDIR%%/places/FRA/FRA_Languedoc-Roussillon_Gard.txt
-%%WWWDIR%%/places/FRA/FRA_Languedoc-Roussillon_Herault.txt
-%%WWWDIR%%/places/FRA/FRA_Languedoc-Roussillon_Lozere.txt
-%%WWWDIR%%/places/FRA/FRA_Languedoc-Roussillon_Pyrenees-Orientales.txt
-%%WWWDIR%%/places/FRA/FRA_Limousin.gif
-%%WWWDIR%%/places/FRA/FRA_Limousin_Correze.txt
-%%WWWDIR%%/places/FRA/FRA_Limousin_Creuse.txt
-%%WWWDIR%%/places/FRA/FRA_Limousin_Haute-Vienne.txt
-%%WWWDIR%%/places/FRA/FRA_Lorraine.gif
-%%WWWDIR%%/places/FRA/FRA_Lorraine_Meurthe-et-Moselle.txt
-%%WWWDIR%%/places/FRA/FRA_Lorraine_Meuse.txt
-%%WWWDIR%%/places/FRA/FRA_Lorraine_Moselle.txt
-%%WWWDIR%%/places/FRA/FRA_Lorraine_Vosges.txt
-%%WWWDIR%%/places/FRA/FRA_Midi-Pyrenees.gif
-%%WWWDIR%%/places/FRA/FRA_Midi-Pyrenees_Ariege.txt
-%%WWWDIR%%/places/FRA/FRA_Midi-Pyrenees_Aveyron.txt
-%%WWWDIR%%/places/FRA/FRA_Midi-Pyrenees_Gers.txt
-%%WWWDIR%%/places/FRA/FRA_Midi-Pyrenees_Haute-Garonne.txt
-%%WWWDIR%%/places/FRA/FRA_Midi-Pyrenees_Hautes-Pyrenees.txt
-%%WWWDIR%%/places/FRA/FRA_Midi-Pyrenees_Lot.txt
-%%WWWDIR%%/places/FRA/FRA_Midi-Pyrenees_Tarn-et-Garonne.txt
-%%WWWDIR%%/places/FRA/FRA_Midi-Pyrenees_Tarn.txt
-%%WWWDIR%%/places/FRA/FRA_Nord-Pas-de-Calais.gif
-%%WWWDIR%%/places/FRA/FRA_Nord-Pas-de-Calais_Nord.txt
-%%WWWDIR%%/places/FRA/FRA_Nord-Pas-de-Calais_Pas-de-Calais.txt
-%%WWWDIR%%/places/FRA/FRA_Pays-de-la-Loire.gif
-%%WWWDIR%%/places/FRA/FRA_Pays-de-la-Loire_Loire-Atlantique.txt
-%%WWWDIR%%/places/FRA/FRA_Pays-de-la-Loire_Maine-et-Loire.txt
-%%WWWDIR%%/places/FRA/FRA_Pays-de-la-Loire_Mayenne.txt
-%%WWWDIR%%/places/FRA/FRA_Pays-de-la-Loire_Sarthe.txt
-%%WWWDIR%%/places/FRA/FRA_Pays-de-la-Loire_Vendee.txt
-%%WWWDIR%%/places/FRA/FRA_Picardie.gif
-%%WWWDIR%%/places/FRA/FRA_Picardie_Aisne.txt
-%%WWWDIR%%/places/FRA/FRA_Picardie_Oise.txt
-%%WWWDIR%%/places/FRA/FRA_Picardie_Somme.txt
-%%WWWDIR%%/places/FRA/FRA_Poitou-Charentes.gif
-%%WWWDIR%%/places/FRA/FRA_Poitou-Charentes_Charente-Maritime.txt
-%%WWWDIR%%/places/FRA/FRA_Poitou-Charentes_Charente.txt
-%%WWWDIR%%/places/FRA/FRA_Poitou-Charentes_Deux-Sevres.txt
-%%WWWDIR%%/places/FRA/FRA_Poitou-Charentes_Vienne.txt
-%%WWWDIR%%/places/FRA/FRA_Provence-Alpes-Cote-d-Azur.gif
-%%WWWDIR%%/places/FRA/FRA_Provence-Alpes-Cote-d-Azur_Alpes-Maritimes.txt
-%%WWWDIR%%/places/FRA/FRA_Provence-Alpes-Cote-d-Azur_Alpes-de-Haute-Provence.txt
-%%WWWDIR%%/places/FRA/FRA_Provence-Alpes-Cote-d-Azur_Bouches-du-Rhone.txt
-%%WWWDIR%%/places/FRA/FRA_Provence-Alpes-Cote-d-Azur_Hautes-Alpes.txt
-%%WWWDIR%%/places/FRA/FRA_Provence-Alpes-Cote-d-Azur_Var.txt
-%%WWWDIR%%/places/FRA/FRA_Provence-Alpes-Cote-d-Azur_Vaucluse.txt
-%%WWWDIR%%/places/FRA/FRA_Rhone-Alpes.gif
-%%WWWDIR%%/places/FRA/FRA_Rhone-Alpes_Ain.txt
-%%WWWDIR%%/places/FRA/FRA_Rhone-Alpes_Ardeche.txt
-%%WWWDIR%%/places/FRA/FRA_Rhone-Alpes_Drome.txt
-%%WWWDIR%%/places/FRA/FRA_Rhone-Alpes_Haute-Savoie.txt
-%%WWWDIR%%/places/FRA/FRA_Rhone-Alpes_Isere.txt
-%%WWWDIR%%/places/FRA/FRA_Rhone-Alpes_Loire.txt
-%%WWWDIR%%/places/FRA/FRA_Rhone-Alpes_Rhone.txt
-%%WWWDIR%%/places/FRA/FRA_Rhone-Alpes_Savoie.txt
-%%WWWDIR%%/places/GBR/GBR.txt
-%%WWWDIR%%/places/GBR/GBR_Channel-Islands.txt
-%%WWWDIR%%/places/GBR/GBR_England.txt
-%%WWWDIR%%/places/GBR/GBR_Northern-Ireland.txt
-%%WWWDIR%%/places/GBR/GBR_Scotland.txt
-%%WWWDIR%%/places/GBR/GBR_Wales.txt
-%%WWWDIR%%/places/GLP/GLP.gif
-%%WWWDIR%%/places/GLP/GLP.htm
-%%WWWDIR%%/places/GLP/GLP_Guadeloupe.gif
-%%WWWDIR%%/places/GLP/GLP_Guadeloupe_Guadeloupe.txt
-%%WWWDIR%%/places/GUF/GUF.gif
-%%WWWDIR%%/places/GUF/GUF.htm
-%%WWWDIR%%/places/GUF/GUF_Guyane-francaise.gif
-%%WWWDIR%%/places/GUF/GUF_Guyane-francaise_Guyane-francaise.txt
-%%WWWDIR%%/places/HUN/HUN.gif
-%%WWWDIR%%/places/HUN/HUN.htm
-%%WWWDIR%%/places/HUN/HUN_Del-Alfold.gif
-%%WWWDIR%%/places/HUN/HUN_Del-Dunantul.gif
-%%WWWDIR%%/places/HUN/HUN_Eszak-Alfold.gif
-%%WWWDIR%%/places/HUN/HUN_Eszak-Magyarorszag.gif
-%%WWWDIR%%/places/HUN/HUN_Kozep-Dunantul.gif
-%%WWWDIR%%/places/HUN/HUN_Kozep-Magyarorszag.gif
-%%WWWDIR%%/places/HUN/HUN_Nyugat-Dunantul.gif
-%%WWWDIR%%/places/HUN/flags/hun_ba_baranya.gif
-%%WWWDIR%%/places/HUN/flags/hun_bekescsaba.gif
-%%WWWDIR%%/places/HUN/flags/hun_bk_bacskiskun.gif
-%%WWWDIR%%/places/HUN/flags/hun_bk_bekes.gif
-%%WWWDIR%%/places/HUN/flags/hun_budapest.gif
-%%WWWDIR%%/places/HUN/flags/hun_bz_borsod.gif
-%%WWWDIR%%/places/HUN/flags/hun_cs_csongrad.gif
-%%WWWDIR%%/places/HUN/flags/hun_debrecen.gif
-%%WWWDIR%%/places/HUN/flags/hun_eger.gif
-%%WWWDIR%%/places/HUN/flags/hun_fe_fejer.gif
-%%WWWDIR%%/places/HUN/flags/hun_gs_gyor.gif
-%%WWWDIR%%/places/HUN/flags/hun_gyor.gif
-%%WWWDIR%%/places/HUN/flags/hun_hb_hajdu.gif
-%%WWWDIR%%/places/HUN/flags/hun_he_heves.gif
-%%WWWDIR%%/places/HUN/flags/hun_jn_jasz.gif
-%%WWWDIR%%/places/HUN/flags/hun_kaposvar.gif
-%%WWWDIR%%/places/HUN/flags/hun_ke_komarom.gif
-%%WWWDIR%%/places/HUN/flags/hun_kecskemet.gif
-%%WWWDIR%%/places/HUN/flags/hun_miskolc.gif
-%%WWWDIR%%/places/HUN/flags/hun_no_nograd.gif
-%%WWWDIR%%/places/HUN/flags/hun_nyiregyhaza.gif
-%%WWWDIR%%/places/HUN/flags/hun_pe_pest.gif
-%%WWWDIR%%/places/HUN/flags/hun_pecs.gif
-%%WWWDIR%%/places/HUN/flags/hun_salgotarjan.gif
-%%WWWDIR%%/places/HUN/flags/hun_so_somogy.gif
-%%WWWDIR%%/places/HUN/flags/hun_sz_szabol.gif
-%%WWWDIR%%/places/HUN/flags/hun_szeged.gif
-%%WWWDIR%%/places/HUN/flags/hun_szekesfehervar.gif
-%%WWWDIR%%/places/HUN/flags/hun_szekszard.gif
-%%WWWDIR%%/places/HUN/flags/hun_szolnok.gif
-%%WWWDIR%%/places/HUN/flags/hun_szombathely.gif
-%%WWWDIR%%/places/HUN/flags/hun_tatabanya.gif
-%%WWWDIR%%/places/HUN/flags/hun_to_tolna.gif
-%%WWWDIR%%/places/HUN/flags/hun_va_vas.gif
-%%WWWDIR%%/places/HUN/flags/hun_ve_veszprem.gif
-%%WWWDIR%%/places/HUN/flags/hun_veszprem.gif
-%%WWWDIR%%/places/HUN/flags/hun_za_zala.gif
-%%WWWDIR%%/places/HUN/flags/hun_zalaegerszeg.gif
-%%WWWDIR%%/places/IDN/IDN.gif
-%%WWWDIR%%/places/IDN/IDN.htm
-%%WWWDIR%%/places/IND/IND.gif
-%%WWWDIR%%/places/IND/IND.htm
-%%WWWDIR%%/places/IRL/IRL.gif
-%%WWWDIR%%/places/IRL/IRL.htm
-%%WWWDIR%%/places/IRN/IRN.gif
-%%WWWDIR%%/places/IRN/IRN.htm
-%%WWWDIR%%/places/IRN/IRN.txt
-%%WWWDIR%%/places/IRN/IRN_Ardabil.txt
-%%WWWDIR%%/places/IRN/IRN_Bushehr.txt
-%%WWWDIR%%/places/IRN/IRN_Chaharmahal-and-Bakhtiari.txt
-%%WWWDIR%%/places/IRN/IRN_East-Azarbaijan.txt
-%%WWWDIR%%/places/IRN/IRN_Esfahan.txt
-%%WWWDIR%%/places/IRN/IRN_Fars.txt
-%%WWWDIR%%/places/IRN/IRN_Gilan.txt
-%%WWWDIR%%/places/IRN/IRN_Golestan.txt
-%%WWWDIR%%/places/IRN/IRN_Hamadan.txt
-%%WWWDIR%%/places/IRN/IRN_Hormozgan.txt
-%%WWWDIR%%/places/IRN/IRN_Ilam.txt
-%%WWWDIR%%/places/IRN/IRN_Kerman.txt
-%%WWWDIR%%/places/IRN/IRN_Kermanshah.txt
-%%WWWDIR%%/places/IRN/IRN_Khuzestan.txt
-%%WWWDIR%%/places/IRN/IRN_Kohgeluyeh-and-Boyer-Ahmad.txt
-%%WWWDIR%%/places/IRN/IRN_Kordestan.txt
-%%WWWDIR%%/places/IRN/IRN_Lorestan.txt
-%%WWWDIR%%/places/IRN/IRN_Markazi.txt
-%%WWWDIR%%/places/IRN/IRN_Mazandaran.txt
-%%WWWDIR%%/places/IRN/IRN_North-Khorasan.txt
-%%WWWDIR%%/places/IRN/IRN_Qazvin.txt
-%%WWWDIR%%/places/IRN/IRN_Qom.txt
-%%WWWDIR%%/places/IRN/IRN_Razavi-Khorasan.txt
-%%WWWDIR%%/places/IRN/IRN_Semnan.txt
-%%WWWDIR%%/places/IRN/IRN_Sistan-and-Baluchestan.txt
-%%WWWDIR%%/places/IRN/IRN_South-Khorasan.txt
-%%WWWDIR%%/places/IRN/IRN_Tehran.txt
-%%WWWDIR%%/places/IRN/IRN_West-Azarbaijan.txt
-%%WWWDIR%%/places/IRN/IRN_Yazd.txt
-%%WWWDIR%%/places/IRN/IRN_Zanjan.txt
-%%WWWDIR%%/places/ISR/ISR.gif
-%%WWWDIR%%/places/ISR/ISR.he.htm
-%%WWWDIR%%/places/ISR/ISR.he.txt
-%%WWWDIR%%/places/ISR/ISR.htm
-%%WWWDIR%%/places/ISR/ISR.txt
-%%WWWDIR%%/places/ISR/ISR_Central.txt
-%%WWWDIR%%/places/ISR/ISR_Central_Petah-Tiqwa.txt
-%%WWWDIR%%/places/ISR/ISR_Central_Ramla.txt
-%%WWWDIR%%/places/ISR/ISR_Central_Rehovot.txt
-%%WWWDIR%%/places/ISR/ISR_Central_Sharon.txt
-%%WWWDIR%%/places/ISR/ISR_Gaza.txt
-%%WWWDIR%%/places/ISR/ISR_Gaza_Gaza-Area.txt
-%%WWWDIR%%/places/ISR/ISR_Haifa.txt
-%%WWWDIR%%/places/ISR/ISR_Haifa_Hadera.txt
-%%WWWDIR%%/places/ISR/ISR_Haifa_Haifa.txt
-%%WWWDIR%%/places/ISR/ISR_Jerusalem.txt
-%%WWWDIR%%/places/ISR/ISR_Jerusalem_Jerusalem.txt
-%%WWWDIR%%/places/ISR/ISR_Judea-and-Samaria.txt
-%%WWWDIR%%/places/ISR/ISR_Judea-and-Samaria_Judea-and-Samaria.txt
-%%WWWDIR%%/places/ISR/ISR_Northern.txt
-%%WWWDIR%%/places/ISR/ISR_Northern_Akko.txt
-%%WWWDIR%%/places/ISR/ISR_Northern_Golan.txt
-%%WWWDIR%%/places/ISR/ISR_Northern_Kinneret.txt
-%%WWWDIR%%/places/ISR/ISR_Northern_Yizre-el.txt
-%%WWWDIR%%/places/ISR/ISR_Northern_Zefat.txt
-%%WWWDIR%%/places/ISR/ISR_Southern.txt
-%%WWWDIR%%/places/ISR/ISR_Southern_Ashqelon.txt
-%%WWWDIR%%/places/ISR/ISR_Southern_Be-er-Sheva.txt
-%%WWWDIR%%/places/ISR/ISR_Tel-Aviv.txt
-%%WWWDIR%%/places/ISR/ISR_Tel-Aviv_Tel-Aviv.txt
-%%WWWDIR%%/places/ITA/ITA.gif
-%%WWWDIR%%/places/ITA/ITA.htm
-%%WWWDIR%%/places/ITA/ITA_Abruzzo.gif
-%%WWWDIR%%/places/ITA/ITA_Basilicata.gif
-%%WWWDIR%%/places/ITA/ITA_Calabria.gif
-%%WWWDIR%%/places/ITA/ITA_Campania.gif
-%%WWWDIR%%/places/ITA/ITA_Emilia-Romagna.gif
-%%WWWDIR%%/places/ITA/ITA_Friuli-Venezia-Giulia.gif
-%%WWWDIR%%/places/ITA/ITA_Lazio.gif
-%%WWWDIR%%/places/ITA/ITA_Liguria.gif
-%%WWWDIR%%/places/ITA/ITA_Lombardia.gif
-%%WWWDIR%%/places/ITA/ITA_Marche.gif
-%%WWWDIR%%/places/ITA/ITA_Molise.gif
-%%WWWDIR%%/places/ITA/ITA_Piemonte.gif
-%%WWWDIR%%/places/ITA/ITA_Puglia.gif
-%%WWWDIR%%/places/ITA/ITA_Sardegna.gif
-%%WWWDIR%%/places/ITA/ITA_Sicilia.gif
-%%WWWDIR%%/places/ITA/ITA_Toscana.gif
-%%WWWDIR%%/places/ITA/ITA_Trentino-Alto-Adige.gif
-%%WWWDIR%%/places/ITA/ITA_Umbria.gif
-%%WWWDIR%%/places/ITA/ITA_Valle-d-Aosta.gif
-%%WWWDIR%%/places/ITA/ITA_Veneto.gif
-%%WWWDIR%%/places/ITA/flags/Abruzzo.gif
-%%WWWDIR%%/places/ITA/flags/Basilicata.gif
-%%WWWDIR%%/places/ITA/flags/Calabria.gif
-%%WWWDIR%%/places/ITA/flags/Campania.gif
-%%WWWDIR%%/places/ITA/flags/Emilia-Romagna.gif
-%%WWWDIR%%/places/ITA/flags/Friuli-Venezia Giulia.gif
-%%WWWDIR%%/places/ITA/flags/Lazio.gif
-%%WWWDIR%%/places/ITA/flags/Liguria.gif
-%%WWWDIR%%/places/ITA/flags/Lombardia.gif
-%%WWWDIR%%/places/ITA/flags/Marche.gif
-%%WWWDIR%%/places/ITA/flags/Molise.gif
-%%WWWDIR%%/places/ITA/flags/Piemonte.gif
-%%WWWDIR%%/places/ITA/flags/Puglia.gif
-%%WWWDIR%%/places/ITA/flags/Sardegna.gif
-%%WWWDIR%%/places/ITA/flags/Sicilia.gif
-%%WWWDIR%%/places/ITA/flags/Toscana.gif
-%%WWWDIR%%/places/ITA/flags/Trentino-Alto Adige.gif
-%%WWWDIR%%/places/ITA/flags/Umbria.gif
-%%WWWDIR%%/places/ITA/flags/Valle d'Aosta.gif
-%%WWWDIR%%/places/ITA/flags/Veneto.gif
-%%WWWDIR%%/places/KEN/KEN.gif
-%%WWWDIR%%/places/KEN/KEN.htm
-%%WWWDIR%%/places/LBN/LBN.gif
-%%WWWDIR%%/places/LBN/LBN.htm
-%%WWWDIR%%/places/LKA/LKA.gif
-%%WWWDIR%%/places/LKA/LKA.htm
-%%WWWDIR%%/places/LKA/LKA_Central.txt
-%%WWWDIR%%/places/LKA/LKA_Eastern.txt
-%%WWWDIR%%/places/LKA/LKA_North-Central.txt
-%%WWWDIR%%/places/LKA/LKA_North-Western.txt
-%%WWWDIR%%/places/LKA/LKA_Northern.txt
-%%WWWDIR%%/places/LKA/LKA_Sabaragamuwa.txt
-%%WWWDIR%%/places/LKA/LKA_Southern.txt
-%%WWWDIR%%/places/LKA/LKA_Uva.txt
-%%WWWDIR%%/places/LKA/LKA_Western.txt
-%%WWWDIR%%/places/MLT/MLT.gif
-%%WWWDIR%%/places/MLT/MLT.htm
-%%WWWDIR%%/places/MTQ/MTQ.gif
-%%WWWDIR%%/places/MTQ/MTQ.htm
-%%WWWDIR%%/places/MTQ/MTQ_Martinique.gif
-%%WWWDIR%%/places/MTQ/MTQ_Martinique_Martinique.txt
-%%WWWDIR%%/places/NLD/NLD.gif
-%%WWWDIR%%/places/NLD/NLD.htm
-%%WWWDIR%%/places/NLD/flags/DR.gif
-%%WWWDIR%%/places/NLD/flags/DR/Aa_en_Hunze.gif
-%%WWWDIR%%/places/NLD/flags/DR/Assen.gif
-%%WWWDIR%%/places/NLD/flags/DR/Borger-Odoorn.gif
-%%WWWDIR%%/places/NLD/flags/DR/Coevorden.gif
-%%WWWDIR%%/places/NLD/flags/DR/De_Wolden.gif
-%%WWWDIR%%/places/NLD/flags/DR/Emmen.gif
-%%WWWDIR%%/places/NLD/flags/DR/Hoogeveen.gif
-%%WWWDIR%%/places/NLD/flags/DR/Meppel.gif
-%%WWWDIR%%/places/NLD/flags/DR/Midden-Drenthe.gif
-%%WWWDIR%%/places/NLD/flags/DR/Noordenveld.gif
-%%WWWDIR%%/places/NLD/flags/DR/Tynaarlo.gif
-%%WWWDIR%%/places/NLD/flags/FL.gif
-%%WWWDIR%%/places/NLD/flags/FL/Almere.gif
-%%WWWDIR%%/places/NLD/flags/FL/Lelystad.gif
-%%WWWDIR%%/places/NLD/flags/FL/Noordoostpolder.gif
-%%WWWDIR%%/places/NLD/flags/FL/Urk.gif
-%%WWWDIR%%/places/NLD/flags/FL/Zeewolde.gif
-%%WWWDIR%%/places/NLD/flags/FR.gif
-%%WWWDIR%%/places/NLD/flags/FR/Achtkarspelen.gif
-%%WWWDIR%%/places/NLD/flags/FR/Ameland.gif
-%%WWWDIR%%/places/NLD/flags/FR/Bolsward.gif
-%%WWWDIR%%/places/NLD/flags/FR/Boornsterhem.gif
-%%WWWDIR%%/places/NLD/flags/FR/Dantumadeel.gif
-%%WWWDIR%%/places/NLD/flags/FR/Dongeradeel.gif
-%%WWWDIR%%/places/NLD/flags/FR/Ferwerderadeel.gif
-%%WWWDIR%%/places/NLD/flags/FR/Franekeradeel.gif
-%%WWWDIR%%/places/NLD/flags/FR/Gaasterland-Sloten.gif
-%%WWWDIR%%/places/NLD/flags/FR/Harlingen.gif
-%%WWWDIR%%/places/NLD/flags/FR/Heerenveen.gif
-%%WWWDIR%%/places/NLD/flags/FR/Kollumerland.gif
-%%WWWDIR%%/places/NLD/flags/FR/Leeuwarden.gif
-%%WWWDIR%%/places/NLD/flags/FR/Leeuwarderadeel.gif
-%%WWWDIR%%/places/NLD/flags/FR/Lemsterland.gif
-%%WWWDIR%%/places/NLD/flags/FR/Littenseradeel.gif
-%%WWWDIR%%/places/NLD/flags/FR/Menaldumadeel.gif
-%%WWWDIR%%/places/NLD/flags/FR/Nijefurd.gif
-%%WWWDIR%%/places/NLD/flags/FR/Ooststellingwerf.gif
-%%WWWDIR%%/places/NLD/flags/FR/Opsterland.gif
-%%WWWDIR%%/places/NLD/flags/FR/Scharsterland.gif
-%%WWWDIR%%/places/NLD/flags/FR/Schiermonnikoog.gif
-%%WWWDIR%%/places/NLD/flags/FR/Smallingerland.gif
-%%WWWDIR%%/places/NLD/flags/FR/Sneek.gif
-%%WWWDIR%%/places/NLD/flags/FR/Terschelling.gif
-%%WWWDIR%%/places/NLD/flags/FR/Tietsjerksteradeel.gif
-%%WWWDIR%%/places/NLD/flags/FR/Vlieland.gif
-%%WWWDIR%%/places/NLD/flags/FR/Weststellingwerf.gif
-%%WWWDIR%%/places/NLD/flags/FR/Wonseradeel.gif
-%%WWWDIR%%/places/NLD/flags/FR/Wymbritseradeel.gif
-%%WWWDIR%%/places/NLD/flags/FR/het_Bildt.gif
-%%WWWDIR%%/places/NLD/flags/GE.gif
-%%WWWDIR%%/places/NLD/flags/GE/Aalten.gif
-%%WWWDIR%%/places/NLD/flags/GE/Apeldoorn.gif
-%%WWWDIR%%/places/NLD/flags/GE/Arnhem.gif
-%%WWWDIR%%/places/NLD/flags/GE/Barneveld.gif
-%%WWWDIR%%/places/NLD/flags/GE/Berkelland.gif
-%%WWWDIR%%/places/NLD/flags/GE/Beuningen.gif
-%%WWWDIR%%/places/NLD/flags/GE/Brummen.gif
-%%WWWDIR%%/places/NLD/flags/GE/Buren.gif
-%%WWWDIR%%/places/NLD/flags/GE/Culemborg.gif
-%%WWWDIR%%/places/NLD/flags/GE/Doesburg.gif
-%%WWWDIR%%/places/NLD/flags/GE/Doetinchem.gif
-%%WWWDIR%%/places/NLD/flags/GE/Druten.gif
-%%WWWDIR%%/places/NLD/flags/GE/Duiven.gif
-%%WWWDIR%%/places/NLD/flags/GE/Ede.gif
-%%WWWDIR%%/places/NLD/flags/GE/Elburg.gif
-%%WWWDIR%%/places/NLD/flags/GE/Epe.gif
-%%WWWDIR%%/places/NLD/flags/GE/Ermelo.gif
-%%WWWDIR%%/places/NLD/flags/GE/Geldermalsen.gif
-%%WWWDIR%%/places/NLD/flags/GE/Groesbeek.gif
-%%WWWDIR%%/places/NLD/flags/GE/Harderwijk.gif
-%%WWWDIR%%/places/NLD/flags/GE/Hattem.gif
-%%WWWDIR%%/places/NLD/flags/GE/Heerde.gif
-%%WWWDIR%%/places/NLD/flags/GE/Heumen.gif
-%%WWWDIR%%/places/NLD/flags/GE/Lingewaal.gif
-%%WWWDIR%%/places/NLD/flags/GE/Lochem.gif
-%%WWWDIR%%/places/NLD/flags/GE/Maasdriel.gif
-%%WWWDIR%%/places/NLD/flags/GE/Millingen_aan_de_Rijn.gif
-%%WWWDIR%%/places/NLD/flags/GE/Neder-Betuwe.gif
-%%WWWDIR%%/places/NLD/flags/GE/Neerijnen.gif
-%%WWWDIR%%/places/NLD/flags/GE/Nijkerk.gif
-%%WWWDIR%%/places/NLD/flags/GE/Nijmegen.gif
-%%WWWDIR%%/places/NLD/flags/GE/Nunspeet.gif
-%%WWWDIR%%/places/NLD/flags/GE/Oldebroek.gif
-%%WWWDIR%%/places/NLD/flags/GE/Overbetuwe.gif
-%%WWWDIR%%/places/NLD/flags/GE/Putten.gif
-%%WWWDIR%%/places/NLD/flags/GE/Renkum.gif
-%%WWWDIR%%/places/NLD/flags/GE/Rheden.gif
-%%WWWDIR%%/places/NLD/flags/GE/Rijnwaarden.gif
-%%WWWDIR%%/places/NLD/flags/GE/Rozendaal.gif
-%%WWWDIR%%/places/NLD/flags/GE/Scherpenzeel_gld.gif
-%%WWWDIR%%/places/NLD/flags/GE/Tiel.gif
-%%WWWDIR%%/places/NLD/flags/GE/Ubbergen.gif
-%%WWWDIR%%/places/NLD/flags/GE/Voorst.gif
-%%WWWDIR%%/places/NLD/flags/GE/Wageningen.gif
-%%WWWDIR%%/places/NLD/flags/GE/West_Maas_en_Waal.gif
-%%WWWDIR%%/places/NLD/flags/GE/Westervoort.gif
-%%WWWDIR%%/places/NLD/flags/GE/Wijchen.gif
-%%WWWDIR%%/places/NLD/flags/GE/Winterswijk.gif
-%%WWWDIR%%/places/NLD/flags/GE/Zaltbommel.gif
-%%WWWDIR%%/places/NLD/flags/GE/Zevenaar.gif
-%%WWWDIR%%/places/NLD/flags/GE/Zutphen.gif
-%%WWWDIR%%/places/NLD/flags/GR.gif
-%%WWWDIR%%/places/NLD/flags/GR/Appingedam.gif
-%%WWWDIR%%/places/NLD/flags/GR/Bedum.gif
-%%WWWDIR%%/places/NLD/flags/GR/Bellingwedde.gif
-%%WWWDIR%%/places/NLD/flags/GR/De_Marne.gif
-%%WWWDIR%%/places/NLD/flags/GR/Delfzijl.gif
-%%WWWDIR%%/places/NLD/flags/GR/Eemsmond.gif
-%%WWWDIR%%/places/NLD/flags/GR/Groningen.gif
-%%WWWDIR%%/places/NLD/flags/GR/Grootegast.gif
-%%WWWDIR%%/places/NLD/flags/GR/Haren.gif
-%%WWWDIR%%/places/NLD/flags/GR/Hoogezand-Sappermeer.gif
-%%WWWDIR%%/places/NLD/flags/GR/Leek.gif
-%%WWWDIR%%/places/NLD/flags/GR/Marum.gif
-%%WWWDIR%%/places/NLD/flags/GR/Menterwolde.gif
-%%WWWDIR%%/places/NLD/flags/GR/Pekela.gif
-%%WWWDIR%%/places/NLD/flags/GR/Reiderland.gif
-%%WWWDIR%%/places/NLD/flags/GR/Scheemda.gif
-%%WWWDIR%%/places/NLD/flags/GR/Slochteren.gif
-%%WWWDIR%%/places/NLD/flags/GR/Stadskanaal.gif
-%%WWWDIR%%/places/NLD/flags/GR/Ten_Boer.gif
-%%WWWDIR%%/places/NLD/flags/GR/Veendam.gif
-%%WWWDIR%%/places/NLD/flags/GR/Vlagtwedde.gif
-%%WWWDIR%%/places/NLD/flags/GR/Winschoten.gif
-%%WWWDIR%%/places/NLD/flags/GR/Winsum.gif
-%%WWWDIR%%/places/NLD/flags/GR/Zuidhorn.gif
-%%WWWDIR%%/places/NLD/flags/LI.gif
-%%WWWDIR%%/places/NLD/flags/LI/Ambt_Montfoort.gif
-%%WWWDIR%%/places/NLD/flags/LI/Arcen_en_Velden.gif
-%%WWWDIR%%/places/NLD/flags/LI/Beek.gif
-%%WWWDIR%%/places/NLD/flags/LI/Beesel.gif
-%%WWWDIR%%/places/NLD/flags/LI/Bergen.gif
-%%WWWDIR%%/places/NLD/flags/LI/Brunssum.gif
-%%WWWDIR%%/places/NLD/flags/LI/Echt-Susteren.gif
-%%WWWDIR%%/places/NLD/flags/LI/Eijsden.gif
-%%WWWDIR%%/places/NLD/flags/LI/Gennep.gif
-%%WWWDIR%%/places/NLD/flags/LI/Gulpen-Wittem.gif
-%%WWWDIR%%/places/NLD/flags/LI/Haelen.gif
-%%WWWDIR%%/places/NLD/flags/LI/Heel.gif
-%%WWWDIR%%/places/NLD/flags/LI/Heerlen.gif
-%%WWWDIR%%/places/NLD/flags/LI/Helden.gif
-%%WWWDIR%%/places/NLD/flags/LI/Heythuysen.gif
-%%WWWDIR%%/places/NLD/flags/LI/Horst_aan_de_Maas.gif
-%%WWWDIR%%/places/NLD/flags/LI/Hunsel.gif
-%%WWWDIR%%/places/NLD/flags/LI/Kerkrade.gif
-%%WWWDIR%%/places/NLD/flags/LI/Kessel.gif
-%%WWWDIR%%/places/NLD/flags/LI/Landgraaf.gif
-%%WWWDIR%%/places/NLD/flags/LI/Maasbracht.gif
-%%WWWDIR%%/places/NLD/flags/LI/Maasbree.gif
-%%WWWDIR%%/places/NLD/flags/LI/Maastricht.gif
-%%WWWDIR%%/places/NLD/flags/LI/Margraten.gif
-%%WWWDIR%%/places/NLD/flags/LI/Meerlo-Wanssum.gif
-%%WWWDIR%%/places/NLD/flags/LI/Meerssen.gif
-%%WWWDIR%%/places/NLD/flags/LI/Meijel.gif
-%%WWWDIR%%/places/NLD/flags/LI/Mook_en_Middelaar.gif
-%%WWWDIR%%/places/NLD/flags/LI/Nederweert.gif
-%%WWWDIR%%/places/NLD/flags/LI/Nuth.gif
-%%WWWDIR%%/places/NLD/flags/LI/Roerdalen.gif
-%%WWWDIR%%/places/NLD/flags/LI/Roermond.gif
-%%WWWDIR%%/places/NLD/flags/LI/Roggel_en_Neer.gif
-%%WWWDIR%%/places/NLD/flags/LI/Schinnen.gif
-%%WWWDIR%%/places/NLD/flags/LI/Sevenum.gif
-%%WWWDIR%%/places/NLD/flags/LI/Simpelveld.gif
-%%WWWDIR%%/places/NLD/flags/LI/Sittard-Geleen.gif
-%%WWWDIR%%/places/NLD/flags/LI/Stein.gif
-%%WWWDIR%%/places/NLD/flags/LI/Swalmen.gif
-%%WWWDIR%%/places/NLD/flags/LI/Thorn.gif
-%%WWWDIR%%/places/NLD/flags/LI/Vaals.gif
-%%WWWDIR%%/places/NLD/flags/LI/Valkenburg_aan_de_Geul.gif
-%%WWWDIR%%/places/NLD/flags/LI/Venlo.gif
-%%WWWDIR%%/places/NLD/flags/LI/Venray.gif
-%%WWWDIR%%/places/NLD/flags/LI/Voerendaal.gif
-%%WWWDIR%%/places/NLD/flags/LI/Weert.gif
-%%WWWDIR%%/places/NLD/flags/NB.gif
-%%WWWDIR%%/places/NLD/flags/NB/'s-Hertogenbosch.gif
-%%WWWDIR%%/places/NLD/flags/NB/Aalburg.gif
-%%WWWDIR%%/places/NLD/flags/NB/Alphen-Chaam.gif
-%%WWWDIR%%/places/NLD/flags/NB/Asten.gif
-%%WWWDIR%%/places/NLD/flags/NB/Baarle-Nassau.gif
-%%WWWDIR%%/places/NLD/flags/NB/Bergeijk.gif
-%%WWWDIR%%/places/NLD/flags/NB/Bergen_op_Zoom.gif
-%%WWWDIR%%/places/NLD/flags/NB/Bernheze.gif
-%%WWWDIR%%/places/NLD/flags/NB/Best.gif
-%%WWWDIR%%/places/NLD/flags/NB/Bladel.gif
-%%WWWDIR%%/places/NLD/flags/NB/Boekel.gif
-%%WWWDIR%%/places/NLD/flags/NB/Boxmeer.gif
-%%WWWDIR%%/places/NLD/flags/NB/Boxtel.gif
-%%WWWDIR%%/places/NLD/flags/NB/Breda.gif
-%%WWWDIR%%/places/NLD/flags/NB/Cranendonck.gif
-%%WWWDIR%%/places/NLD/flags/NB/Cuijk.gif
-%%WWWDIR%%/places/NLD/flags/NB/Deurne.gif
-%%WWWDIR%%/places/NLD/flags/NB/Dongen.gif
-%%WWWDIR%%/places/NLD/flags/NB/Drimmelen.gif
-%%WWWDIR%%/places/NLD/flags/NB/Eersel.gif
-%%WWWDIR%%/places/NLD/flags/NB/Eindhoven.gif
-%%WWWDIR%%/places/NLD/flags/NB/Etten-Leur.gif
-%%WWWDIR%%/places/NLD/flags/NB/Geertruidenberg.gif
-%%WWWDIR%%/places/NLD/flags/NB/Geldrop-Mierlo.gif
-%%WWWDIR%%/places/NLD/flags/NB/Gemert-Bakel.gif
-%%WWWDIR%%/places/NLD/flags/NB/Gilze_en_Rijen.gif
-%%WWWDIR%%/places/NLD/flags/NB/Goirle.gif
-%%WWWDIR%%/places/NLD/flags/NB/Grave.gif
-%%WWWDIR%%/places/NLD/flags/NB/Haaren.gif
-%%WWWDIR%%/places/NLD/flags/NB/Halderberge.gif
-%%WWWDIR%%/places/NLD/flags/NB/Heeze-Leende.gif
-%%WWWDIR%%/places/NLD/flags/NB/Helmond.gif
-%%WWWDIR%%/places/NLD/flags/NB/Heusden.gif
-%%WWWDIR%%/places/NLD/flags/NB/Hilvarenbeek.gif
-%%WWWDIR%%/places/NLD/flags/NB/Laarbeek.gif
-%%WWWDIR%%/places/NLD/flags/NB/Landerd.gif
-%%WWWDIR%%/places/NLD/flags/NB/Lith.gif
-%%WWWDIR%%/places/NLD/flags/NB/Loon_op_Zand.gif
-%%WWWDIR%%/places/NLD/flags/NB/Maasdonk.gif
-%%WWWDIR%%/places/NLD/flags/NB/Mill_en_Sint_Hubert.gif
-%%WWWDIR%%/places/NLD/flags/NB/Moerdijk.gif
-%%WWWDIR%%/places/NLD/flags/NB/Nuenen_Gerwen_en_Nederwetten.gif
-%%WWWDIR%%/places/NLD/flags/NB/Oirschot.gif
-%%WWWDIR%%/places/NLD/flags/NB/Oisterwijk.gif
-%%WWWDIR%%/places/NLD/flags/NB/Oosterhout.gif
-%%WWWDIR%%/places/NLD/flags/NB/Oss.gif
-%%WWWDIR%%/places/NLD/flags/NB/Reusel-De_Mierden.gif
-%%WWWDIR%%/places/NLD/flags/NB/Roosendaal.gif
-%%WWWDIR%%/places/NLD/flags/NB/Rucphen.gif
-%%WWWDIR%%/places/NLD/flags/NB/Schijndel.gif
-%%WWWDIR%%/places/NLD/flags/NB/Sint-Michielsgestel.gif
-%%WWWDIR%%/places/NLD/flags/NB/Sint-Oedenrode.gif
-%%WWWDIR%%/places/NLD/flags/NB/Sint_Anthonis.gif
-%%WWWDIR%%/places/NLD/flags/NB/Someren.gif
-%%WWWDIR%%/places/NLD/flags/NB/Son_en_Breugel.gif
-%%WWWDIR%%/places/NLD/flags/NB/Steenbergen.gif
-%%WWWDIR%%/places/NLD/flags/NB/Tilburg.gif
-%%WWWDIR%%/places/NLD/flags/NB/Uden.gif
-%%WWWDIR%%/places/NLD/flags/NB/Valkenswaard.gif
-%%WWWDIR%%/places/NLD/flags/NB/Veghel.gif
-%%WWWDIR%%/places/NLD/flags/NB/Veldhoven.gif
-%%WWWDIR%%/places/NLD/flags/NB/Vught.gif
-%%WWWDIR%%/places/NLD/flags/NB/Waalre.gif
-%%WWWDIR%%/places/NLD/flags/NB/Waalwijk.gif
-%%WWWDIR%%/places/NLD/flags/NB/Werkendam.gif
-%%WWWDIR%%/places/NLD/flags/NB/Woensdrecht.gif
-%%WWWDIR%%/places/NLD/flags/NB/Woudrichem.gif
-%%WWWDIR%%/places/NLD/flags/NB/Zundert.gif
-%%WWWDIR%%/places/NLD/flags/NH.gif
-%%WWWDIR%%/places/NLD/flags/NH/Aalsmeer.gif
-%%WWWDIR%%/places/NLD/flags/NH/Alkmaar.gif
-%%WWWDIR%%/places/NLD/flags/NH/Amstelveen.gif
-%%WWWDIR%%/places/NLD/flags/NH/Amsterdam.gif
-%%WWWDIR%%/places/NLD/flags/NH/Andijk.gif
-%%WWWDIR%%/places/NLD/flags/NH/Anna_Paulowna.gif
-%%WWWDIR%%/places/NLD/flags/NH/Beemster.gif
-%%WWWDIR%%/places/NLD/flags/NH/Bennebroek.gif
-%%WWWDIR%%/places/NLD/flags/NH/Beverwijk.gif
-%%WWWDIR%%/places/NLD/flags/NH/Blaricum.gif
-%%WWWDIR%%/places/NLD/flags/NH/Bloemendaal.gif
-%%WWWDIR%%/places/NLD/flags/NH/Bussum.gif
-%%WWWDIR%%/places/NLD/flags/NH/Castricum.gif
-%%WWWDIR%%/places/NLD/flags/NH/Den_Helder.gif
-%%WWWDIR%%/places/NLD/flags/NH/Diemen.gif
-%%WWWDIR%%/places/NLD/flags/NH/Drechterland.gif
-%%WWWDIR%%/places/NLD/flags/NH/Edam-Volendam.gif
-%%WWWDIR%%/places/NLD/flags/NH/Enkhuizen.gif
-%%WWWDIR%%/places/NLD/flags/NH/Graft-De_Rijp.gif
-%%WWWDIR%%/places/NLD/flags/NH/Haarlem.gif
-%%WWWDIR%%/places/NLD/flags/NH/Haarlemmerliede_en_Spaarnwoude.gif
-%%WWWDIR%%/places/NLD/flags/NH/Haarlemmermeer.gif
-%%WWWDIR%%/places/NLD/flags/NH/Harenkarspel.gif
-%%WWWDIR%%/places/NLD/flags/NH/Heemskerk.gif
-%%WWWDIR%%/places/NLD/flags/NH/Heemstede.gif
-%%WWWDIR%%/places/NLD/flags/NH/Heerhugowaard.gif
-%%WWWDIR%%/places/NLD/flags/NH/Heiloo.gif
-%%WWWDIR%%/places/NLD/flags/NH/Hilversum.gif
-%%WWWDIR%%/places/NLD/flags/NH/Hoorn.gif
-%%WWWDIR%%/places/NLD/flags/NH/Huizen.gif
-%%WWWDIR%%/places/NLD/flags/NH/Landsmeer.gif
-%%WWWDIR%%/places/NLD/flags/NH/Langedijk.gif
-%%WWWDIR%%/places/NLD/flags/NH/Laren.gif
-%%WWWDIR%%/places/NLD/flags/NH/Medemblik.gif
-%%WWWDIR%%/places/NLD/flags/NH/Muiden.gif
-%%WWWDIR%%/places/NLD/flags/NH/Naarden.gif
-%%WWWDIR%%/places/NLD/flags/NH/Niedorp.gif
-%%WWWDIR%%/places/NLD/flags/NH/Noorder-Koggenland.gif
-%%WWWDIR%%/places/NLD/flags/NH/Obdam.gif
-%%WWWDIR%%/places/NLD/flags/NH/Oostzaan.gif
-%%WWWDIR%%/places/NLD/flags/NH/Opmeer.gif
-%%WWWDIR%%/places/NLD/flags/NH/Ouder-Amstel.gif
-%%WWWDIR%%/places/NLD/flags/NH/Purmerend.gif
-%%WWWDIR%%/places/NLD/flags/NH/Schagen.gif
-%%WWWDIR%%/places/NLD/flags/NH/Schermer.gif
-%%WWWDIR%%/places/NLD/flags/NH/Stede_Broec.gif
-%%WWWDIR%%/places/NLD/flags/NH/Texel.gif
-%%WWWDIR%%/places/NLD/flags/NH/Uitgeest.gif
-%%WWWDIR%%/places/NLD/flags/NH/Uithoorn.gif
-%%WWWDIR%%/places/NLD/flags/NH/Velsen.gif
-%%WWWDIR%%/places/NLD/flags/NH/Waterland.gif
-%%WWWDIR%%/places/NLD/flags/NH/Weesp.gif
-%%WWWDIR%%/places/NLD/flags/NH/Wervershoof.gif
-%%WWWDIR%%/places/NLD/flags/NH/Wester-Koggenland.gif
-%%WWWDIR%%/places/NLD/flags/NH/Wieringen.gif
-%%WWWDIR%%/places/NLD/flags/NH/Wieringermeer.gif
-%%WWWDIR%%/places/NLD/flags/NH/Wijdemeren.gif
-%%WWWDIR%%/places/NLD/flags/NH/Wognum.gif
-%%WWWDIR%%/places/NLD/flags/NH/Wormerland.gif
-%%WWWDIR%%/places/NLD/flags/NH/Zaanstad.gif
-%%WWWDIR%%/places/NLD/flags/NH/Zandvoort.gif
-%%WWWDIR%%/places/NLD/flags/NH/Zeevang.gif
-%%WWWDIR%%/places/NLD/flags/NH/Zijpe.gif
-%%WWWDIR%%/places/NLD/flags/OV.gif
-%%WWWDIR%%/places/NLD/flags/OV/Almelo.gif
-%%WWWDIR%%/places/NLD/flags/OV/Borne.gif
-%%WWWDIR%%/places/NLD/flags/OV/Dalfsen.gif
-%%WWWDIR%%/places/NLD/flags/OV/Deventer.gif
-%%WWWDIR%%/places/NLD/flags/OV/Dinkelland.gif
-%%WWWDIR%%/places/NLD/flags/OV/Enschede.gif
-%%WWWDIR%%/places/NLD/flags/OV/Haaksbergen.gif
-%%WWWDIR%%/places/NLD/flags/OV/Hardenberg.gif
-%%WWWDIR%%/places/NLD/flags/OV/Hellendoorn.gif
-%%WWWDIR%%/places/NLD/flags/OV/Hengelo.gif
-%%WWWDIR%%/places/NLD/flags/OV/Kampen.gif
-%%WWWDIR%%/places/NLD/flags/OV/Losser.gif
-%%WWWDIR%%/places/NLD/flags/OV/Oldenzaal.gif
-%%WWWDIR%%/places/NLD/flags/OV/Olst-Wijhe.gif
-%%WWWDIR%%/places/NLD/flags/OV/Ommen.gif
-%%WWWDIR%%/places/NLD/flags/OV/Raalte.gif
-%%WWWDIR%%/places/NLD/flags/OV/Staphorst.gif
-%%WWWDIR%%/places/NLD/flags/OV/Tubbergen.gif
-%%WWWDIR%%/places/NLD/flags/OV/Twenterand.gif
-%%WWWDIR%%/places/NLD/flags/OV/Wierden.gif
-%%WWWDIR%%/places/NLD/flags/OV/Zwartewaterland.gif
-%%WWWDIR%%/places/NLD/flags/OV/Zwolle.gif
-%%WWWDIR%%/places/NLD/flags/UT.gif
-%%WWWDIR%%/places/NLD/flags/UT/Amersfoort.gif
-%%WWWDIR%%/places/NLD/flags/UT/Baarn.gif
-%%WWWDIR%%/places/NLD/flags/UT/Breukelen.gif
-%%WWWDIR%%/places/NLD/flags/UT/Bunnik.gif
-%%WWWDIR%%/places/NLD/flags/UT/Bunschoten.gif
-%%WWWDIR%%/places/NLD/flags/UT/De_Bilt.gif
-%%WWWDIR%%/places/NLD/flags/UT/De_Ronde_Venen.gif
-%%WWWDIR%%/places/NLD/flags/UT/Eemnes.gif
-%%WWWDIR%%/places/NLD/flags/UT/Houten.gif
-%%WWWDIR%%/places/NLD/flags/UT/IJsselstein.gif
-%%WWWDIR%%/places/NLD/flags/UT/Leusden.gif
-%%WWWDIR%%/places/NLD/flags/UT/Loenen.gif
-%%WWWDIR%%/places/NLD/flags/UT/Lopik.gif
-%%WWWDIR%%/places/NLD/flags/UT/Maarssen.gif
-%%WWWDIR%%/places/NLD/flags/UT/Montfoort.gif
-%%WWWDIR%%/places/NLD/flags/UT/Nieuwegein.gif
-%%WWWDIR%%/places/NLD/flags/UT/Oudewater.gif
-%%WWWDIR%%/places/NLD/flags/UT/Renswoude.gif
-%%WWWDIR%%/places/NLD/flags/UT/Rhenen.gif
-%%WWWDIR%%/places/NLD/flags/UT/Soest.gif
-%%WWWDIR%%/places/NLD/flags/UT/Utrecht.gif
-%%WWWDIR%%/places/NLD/flags/UT/Veenendaal.gif
-%%WWWDIR%%/places/NLD/flags/UT/Vianen.gif
-%%WWWDIR%%/places/NLD/flags/UT/Woerden.gif
-%%WWWDIR%%/places/NLD/flags/UT/Woudenberg.gif
-%%WWWDIR%%/places/NLD/flags/UT/Zeist.gif
-%%WWWDIR%%/places/NLD/flags/ZH.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Albrandswaard.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Alkemade.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Alphen_aan_den_Rijn.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Bergschenhoek.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Binnenmaas.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Bleiswijk.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Bodegraven.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Boskoop.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Brielle.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Delft.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Den_Haag.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Dirksland.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Dordrecht.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Giessenlanden.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Goedereede.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Gorinchem.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Gouda.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Graafstroom.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Hellevoetsluis.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Hendrik-Ido-Ambacht.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Jacobswoude.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Katwijk.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Korendijk.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Krimpen_aan_den_IJssel.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Leerdam.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Leiden.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Liemeer.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Liesveld.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Lisse.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Maassluis.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Middelharnis.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Midden-Delfland.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Nieuw-Lekkerland.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Nieuwerkerk_aan_den_IJssel.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Nieuwkoop.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Oegstgeest.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Oostflakkee.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Oud-Beijerland.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Ouderkerk.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Papendrecht.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Pijnacker-Nootdorp.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Reeuwijk.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Rijnwoude.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Rijswijk.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Rotterdam.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Rozenburg.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Schiedam.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Schoonhoven.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Sliedrecht.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Spijkenisse.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Strijen.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Ter_Aar.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Vlaardingen.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Vlist.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Waddinxveen.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Westvoorne.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Zoetermeer.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Zoeterwoude.gif
-%%WWWDIR%%/places/NLD/flags/ZH/Zwijndrecht.gif
-%%WWWDIR%%/places/NLD/flags/ZL.gif
-%%WWWDIR%%/places/NLD/flags/ZL/Borsele.gif
-%%WWWDIR%%/places/NLD/flags/ZL/Goes.gif
-%%WWWDIR%%/places/NLD/flags/ZL/Hulst.gif
-%%WWWDIR%%/places/NLD/flags/ZL/Kapelle.gif
-%%WWWDIR%%/places/NLD/flags/ZL/Middelburg.gif
-%%WWWDIR%%/places/NLD/flags/ZL/Noord-Beveland.gif
-%%WWWDIR%%/places/NLD/flags/ZL/Reimerswaal.gif
-%%WWWDIR%%/places/NLD/flags/ZL/Schouwen-Duiveland.gif
-%%WWWDIR%%/places/NLD/flags/ZL/Sluis.gif
-%%WWWDIR%%/places/NLD/flags/ZL/Terneuzen.gif
-%%WWWDIR%%/places/NLD/flags/ZL/Tholen.gif
-%%WWWDIR%%/places/NLD/flags/ZL/Vlissingen.gif
-%%WWWDIR%%/places/NOR/NOR.gif
-%%WWWDIR%%/places/NOR/NOR.htm
-%%WWWDIR%%/places/NOR/NOR_Akershus.gif
-%%WWWDIR%%/places/NOR/NOR_Aust-Agder.gif
-%%WWWDIR%%/places/NOR/NOR_Buskerud.gif
-%%WWWDIR%%/places/NOR/NOR_Finnmark.gif
-%%WWWDIR%%/places/NOR/NOR_Hedmark.gif
-%%WWWDIR%%/places/NOR/NOR_Hordaland.gif
-%%WWWDIR%%/places/NOR/NOR_More-og-Romsdal.gif
-%%WWWDIR%%/places/NOR/NOR_Nord-Trondelag.gif
-%%WWWDIR%%/places/NOR/NOR_Nordland.gif
-%%WWWDIR%%/places/NOR/NOR_Oppland.gif
-%%WWWDIR%%/places/NOR/NOR_Oslo.gif
-%%WWWDIR%%/places/NOR/NOR_Ostfold.gif
-%%WWWDIR%%/places/NOR/NOR_Rogaland.gif
-%%WWWDIR%%/places/NOR/NOR_Sogn-og-Fjordane.gif
-%%WWWDIR%%/places/NOR/NOR_Sor-Trondelag.gif
-%%WWWDIR%%/places/NOR/NOR_Telemark.gif
-%%WWWDIR%%/places/NOR/NOR_Troms.gif
-%%WWWDIR%%/places/NOR/NOR_Vest-Agder.gif
-%%WWWDIR%%/places/NOR/NOR_Vestfold.gif
-%%WWWDIR%%/places/NZL/NZL.gif
-%%WWWDIR%%/places/NZL/NZL.htm
-%%WWWDIR%%/places/NZL/NZL.txt
-%%WWWDIR%%/places/NZL/NZL_Auckland.txt
-%%WWWDIR%%/places/NZL/NZL_Auckland_Auckland.txt
-%%WWWDIR%%/places/NZL/NZL_Auckland_Franklin.txt
-%%WWWDIR%%/places/NZL/NZL_Auckland_Manakau.txt
-%%WWWDIR%%/places/NZL/NZL_Auckland_North-Shore.txt
-%%WWWDIR%%/places/NZL/NZL_Auckland_Papakura.txt
-%%WWWDIR%%/places/NZL/NZL_Auckland_Rodney.txt
-%%WWWDIR%%/places/NZL/NZL_Auckland_Waitakere.txt
-%%WWWDIR%%/places/NZL/NZL_Bay-Of-Plenty.txt
-%%WWWDIR%%/places/NZL/NZL_Bay-Of-Plenty_Kawerau.txt
-%%WWWDIR%%/places/NZL/NZL_Bay-Of-Plenty_Opotiki.txt
-%%WWWDIR%%/places/NZL/NZL_Bay-Of-Plenty_Rotorua.txt
-%%WWWDIR%%/places/NZL/NZL_Bay-Of-Plenty_Taupo.txt
-%%WWWDIR%%/places/NZL/NZL_Bay-Of-Plenty_Tauranga.txt
-%%WWWDIR%%/places/NZL/NZL_Bay-Of-Plenty_Western-Bay-Of-Plenty.txt
-%%WWWDIR%%/places/NZL/NZL_Bay-Of-Plenty_Whakatane.txt
-%%WWWDIR%%/places/NZL/NZL_Canterbury.txt
-%%WWWDIR%%/places/NZL/NZL_Canterbury_Ashburton.txt
-%%WWWDIR%%/places/NZL/NZL_Canterbury_Banks-Peninsula.txt
-%%WWWDIR%%/places/NZL/NZL_Canterbury_Christchurch.txt
-%%WWWDIR%%/places/NZL/NZL_Canterbury_Hurunui.txt
-%%WWWDIR%%/places/NZL/NZL_Canterbury_Kaikoura.txt
-%%WWWDIR%%/places/NZL/NZL_Canterbury_Mackenzie.txt
-%%WWWDIR%%/places/NZL/NZL_Canterbury_Selwyn.txt
-%%WWWDIR%%/places/NZL/NZL_Canterbury_Timaru.txt
-%%WWWDIR%%/places/NZL/NZL_Canterbury_Waimakariri.txt
-%%WWWDIR%%/places/NZL/NZL_Canterbury_Waimate.txt
-%%WWWDIR%%/places/NZL/NZL_Canterbury_Waitaki.txt
-%%WWWDIR%%/places/NZL/NZL_Gisborne.txt
-%%WWWDIR%%/places/NZL/NZL_Gisborne_Gisborne.txt
-%%WWWDIR%%/places/NZL/NZL_Hawkes-Bay.txt
-%%WWWDIR%%/places/NZL/NZL_Hawkes-Bay_Central-Hawkes-Bay.txt
-%%WWWDIR%%/places/NZL/NZL_Hawkes-Bay_Hastings.txt
-%%WWWDIR%%/places/NZL/NZL_Hawkes-Bay_Napier.txt
-%%WWWDIR%%/places/NZL/NZL_Hawkes-Bay_Rangitikei.txt
-%%WWWDIR%%/places/NZL/NZL_Hawkes-Bay_Taupo.txt
-%%WWWDIR%%/places/NZL/NZL_Hawkes-Bay_Wairoa.txt
-%%WWWDIR%%/places/NZL/NZL_Manawatu-Wanganui.txt
-%%WWWDIR%%/places/NZL/NZL_Manawatu-Wanganui_Horowhenua.txt
-%%WWWDIR%%/places/NZL/NZL_Manawatu-Wanganui_Manawatu.txt
-%%WWWDIR%%/places/NZL/NZL_Manawatu-Wanganui_Palmerston_North.txt
-%%WWWDIR%%/places/NZL/NZL_Manawatu-Wanganui_Rangitikei.txt
-%%WWWDIR%%/places/NZL/NZL_Manawatu-Wanganui_Ruapehu.txt
-%%WWWDIR%%/places/NZL/NZL_Manawatu-Wanganui_Stratford.txt
-%%WWWDIR%%/places/NZL/NZL_Manawatu-Wanganui_Tararua.txt
-%%WWWDIR%%/places/NZL/NZL_Manawatu-Wanganui_Taupo.txt
-%%WWWDIR%%/places/NZL/NZL_Manawatu-Wanganui_Waitomo.txt
-%%WWWDIR%%/places/NZL/NZL_Manawatu-Wanganui_Wanganui.txt
-%%WWWDIR%%/places/NZL/NZL_Marlborough.txt
-%%WWWDIR%%/places/NZL/NZL_Marlborough_Marlborough.txt
-%%WWWDIR%%/places/NZL/NZL_Nelson.txt
-%%WWWDIR%%/places/NZL/NZL_Nelson_Nelson.txt
-%%WWWDIR%%/places/NZL/NZL_Northland.txt
-%%WWWDIR%%/places/NZL/NZL_Northland_Far-North.txt
-%%WWWDIR%%/places/NZL/NZL_Northland_Far-North_Kaipara.txt
-%%WWWDIR%%/places/NZL/NZL_Northland_Far-North_Whangarei.txt
-%%WWWDIR%%/places/NZL/NZL_Otago.gif
-%%WWWDIR%%/places/NZL/NZL_Otago.txt
-%%WWWDIR%%/places/NZL/NZL_Otago_Central-Otago.txt
-%%WWWDIR%%/places/NZL/NZL_Otago_Clutha.txt
-%%WWWDIR%%/places/NZL/NZL_Otago_Dunedin.txt
-%%WWWDIR%%/places/NZL/NZL_Otago_Queenstown-Lakes.txt
-%%WWWDIR%%/places/NZL/NZL_Otago_Waitaki.txt
-%%WWWDIR%%/places/NZL/NZL_Southland.txt
-%%WWWDIR%%/places/NZL/NZL_Southland_Gore.txt
-%%WWWDIR%%/places/NZL/NZL_Southland_Invercargill.txt
-%%WWWDIR%%/places/NZL/NZL_Southland_Southland.txt
-%%WWWDIR%%/places/NZL/NZL_Taranaki.txt
-%%WWWDIR%%/places/NZL/NZL_Taranaki_New-Plymouth.txt
-%%WWWDIR%%/places/NZL/NZL_Taranaki_South-Taranaki.txt
-%%WWWDIR%%/places/NZL/NZL_Taranaki_Stratford.txt
-%%WWWDIR%%/places/NZL/NZL_Tasman.txt
-%%WWWDIR%%/places/NZL/NZL_Tasman_Tasman.txt
-%%WWWDIR%%/places/NZL/NZL_Waikato.txt
-%%WWWDIR%%/places/NZL/NZL_Waikato_Franklin.txt
-%%WWWDIR%%/places/NZL/NZL_Waikato_Hamilton.txt
-%%WWWDIR%%/places/NZL/NZL_Waikato_Hauraki.txt
-%%WWWDIR%%/places/NZL/NZL_Waikato_Matamata-Piako.txt
-%%WWWDIR%%/places/NZL/NZL_Waikato_Otorohanga.txt
-%%WWWDIR%%/places/NZL/NZL_Waikato_Rotorua.txt
-%%WWWDIR%%/places/NZL/NZL_Waikato_South-Waikato.txt
-%%WWWDIR%%/places/NZL/NZL_Waikato_Taupo.txt
-%%WWWDIR%%/places/NZL/NZL_Waikato_Thames-Coromandel.txt
-%%WWWDIR%%/places/NZL/NZL_Waikato_Waikato.txt
-%%WWWDIR%%/places/NZL/NZL_Waikato_Waipa.txt
-%%WWWDIR%%/places/NZL/NZL_Waikato_Waitomo.txt
-%%WWWDIR%%/places/NZL/NZL_Wellington.txt
-%%WWWDIR%%/places/NZL/NZL_Wellington_Carterton.txt
-%%WWWDIR%%/places/NZL/NZL_Wellington_Kapit-Coast.txt
-%%WWWDIR%%/places/NZL/NZL_Wellington_Lower-Hutt.txt
-%%WWWDIR%%/places/NZL/NZL_Wellington_Masterton.txt
-%%WWWDIR%%/places/NZL/NZL_Wellington_Porirua.txt
-%%WWWDIR%%/places/NZL/NZL_Wellington_South-Wairarapa.txt
-%%WWWDIR%%/places/NZL/NZL_Wellington_Tararua.txt
-%%WWWDIR%%/places/NZL/NZL_Wellington_Upper-Hutt.txt
-%%WWWDIR%%/places/NZL/NZL_Wellington_Wellington.txt
-%%WWWDIR%%/places/NZL/NZL_West-Coast.txt
-%%WWWDIR%%/places/NZL/NZL_West-Coast_Buller.txt
-%%WWWDIR%%/places/NZL/NZL_West-Coast_Grey.txt
-%%WWWDIR%%/places/NZL/NZL_West-Coast_Westland.txt
-%%WWWDIR%%/places/PAK/PAK.gif
-%%WWWDIR%%/places/PAK/PAK.htm
-%%WWWDIR%%/places/POL/POL.de.htm
-%%WWWDIR%%/places/POL/POL.en.htm
-%%WWWDIR%%/places/POL/POL.gif
-%%WWWDIR%%/places/POL/POL.htm
-%%WWWDIR%%/places/POL/POL_Dolnoslaskie.gif
-%%WWWDIR%%/places/POL/POL_Kujawsko-Pomorskie.gif
-%%WWWDIR%%/places/POL/POL_Lodzkie.gif
-%%WWWDIR%%/places/POL/POL_Lubelskie.gif
-%%WWWDIR%%/places/POL/POL_Lubuskie.gif
-%%WWWDIR%%/places/POL/POL_Malopolskie.gif
-%%WWWDIR%%/places/POL/POL_Mazowieckie.gif
-%%WWWDIR%%/places/POL/POL_Opolskie.gif
-%%WWWDIR%%/places/POL/POL_Podkarpackie.gif
-%%WWWDIR%%/places/POL/POL_Podlaskie.gif
-%%WWWDIR%%/places/POL/POL_Pomorskie.gif
-%%WWWDIR%%/places/POL/POL_Slaskie.gif
-%%WWWDIR%%/places/POL/POL_Swietokrzyskie.gif
-%%WWWDIR%%/places/POL/POL_Warminsko-Mazurskie.gif
-%%WWWDIR%%/places/POL/POL_Wielkopolskie.gif
-%%WWWDIR%%/places/POL/POL_Zachodniopomorskie.gif
-%%WWWDIR%%/places/POL/flags/DS.gif
-%%WWWDIR%%/places/POL/flags/KP.gif
-%%WWWDIR%%/places/POL/flags/LB.gif
-%%WWWDIR%%/places/POL/flags/LD.gif
-%%WWWDIR%%/places/POL/flags/LU.gif
-%%WWWDIR%%/places/POL/flags/MA.gif
-%%WWWDIR%%/places/POL/flags/MZ.gif
-%%WWWDIR%%/places/POL/flags/OP.gif
-%%WWWDIR%%/places/POL/flags/PD.gif
-%%WWWDIR%%/places/POL/flags/PK.gif
-%%WWWDIR%%/places/POL/flags/PM.gif
-%%WWWDIR%%/places/POL/flags/SK.gif
-%%WWWDIR%%/places/POL/flags/SL.gif
-%%WWWDIR%%/places/POL/flags/WN.gif
-%%WWWDIR%%/places/POL/flags/WP.gif
-%%WWWDIR%%/places/POL/flags/ZP.gif
-%%WWWDIR%%/places/PRT/PRT.txt
-%%WWWDIR%%/places/REU/REU.gif
-%%WWWDIR%%/places/REU/REU.htm
-%%WWWDIR%%/places/REU/REU_Reunion.gif
-%%WWWDIR%%/places/REU/REU_Reunion_Reunion.txt
-%%WWWDIR%%/places/ROM/ROM.gif
-%%WWWDIR%%/places/ROM/ROM.htm
-%%WWWDIR%%/places/RUS/RUS.gif
-%%WWWDIR%%/places/RUS/RUS.htm
-%%WWWDIR%%/places/SCT/SCT.gif
-%%WWWDIR%%/places/SCT/SCT.htm
-%%WWWDIR%%/places/SVK/SVK.gif
-%%WWWDIR%%/places/SVK/SVK.htm
-%%WWWDIR%%/places/SVK/SVK_Banskobystricky.gif
-%%WWWDIR%%/places/SVK/SVK_Bratislavsky.gif
-%%WWWDIR%%/places/SVK/SVK_Kosicky.gif
-%%WWWDIR%%/places/SVK/SVK_Nitriansky.gif
-%%WWWDIR%%/places/SVK/SVK_Places.xls.zip
-%%WWWDIR%%/places/SVK/SVK_Presovsky.gif
-%%WWWDIR%%/places/SVK/SVK_Trenciansky.gif
-%%WWWDIR%%/places/SVK/SVK_Trnavsky.gif
-%%WWWDIR%%/places/SVK/SVK_Zilinsky.gif
-%%WWWDIR%%/places/SWE/SWE.gif
-%%WWWDIR%%/places/SWE/SWE.htm
-%%WWWDIR%%/places/TUR/TUR.gif
-%%WWWDIR%%/places/TUR/TUR.htm
-%%WWWDIR%%/places/TUR/TUR.txt
-%%WWWDIR%%/places/TUR/TUR_Adana.txt
-%%WWWDIR%%/places/TUR/TUR_Afyon.txt
-%%WWWDIR%%/places/TUR/TUR_Aksaray.txt
-%%WWWDIR%%/places/TUR/TUR_Amasya.txt
-%%WWWDIR%%/places/TUR/TUR_Ankara.gif
-%%WWWDIR%%/places/TUR/TUR_Ankara.txt
-%%WWWDIR%%/places/TUR/TUR_Antalya.txt
-%%WWWDIR%%/places/TUR/TUR_Ardahan.txt
-%%WWWDIR%%/places/TUR/TUR_Artvin.txt
-%%WWWDIR%%/places/TUR/TUR_Canakkale.gif
-%%WWWDIR%%/places/TUR/TUR_Canakkale.txt
-%%WWWDIR%%/places/TUR/TUR_Denizli.txt
-%%WWWDIR%%/places/TUR/TUR_Istanbul.gif
-%%WWWDIR%%/places/TUR/TUR_Istanbul.txt
-%%WWWDIR%%/places/TUR/TUR_Izmir.gif
-%%WWWDIR%%/places/TUR/TUR_Izmir.txt
-%%WWWDIR%%/places/UKR/UKR.gif
-%%WWWDIR%%/places/UKR/UKR.htm
-%%WWWDIR%%/places/USA/USA.gif
-%%WWWDIR%%/places/USA/USA.htm
-%%WWWDIR%%/places/USA/flags/AK.gif
-%%WWWDIR%%/places/USA/flags/AL.gif
-%%WWWDIR%%/places/USA/flags/AR.gif
-%%WWWDIR%%/places/USA/flags/AS.gif
-%%WWWDIR%%/places/USA/flags/AZ.gif
-%%WWWDIR%%/places/USA/flags/CA.gif
-%%WWWDIR%%/places/USA/flags/CO.gif
-%%WWWDIR%%/places/USA/flags/CT.gif
-%%WWWDIR%%/places/USA/flags/DC.gif
-%%WWWDIR%%/places/USA/flags/DE.gif
-%%WWWDIR%%/places/USA/flags/FL.gif
-%%WWWDIR%%/places/USA/flags/GA.gif
-%%WWWDIR%%/places/USA/flags/GU.gif
-%%WWWDIR%%/places/USA/flags/HI.gif
-%%WWWDIR%%/places/USA/flags/IA.gif
-%%WWWDIR%%/places/USA/flags/ID.gif
-%%WWWDIR%%/places/USA/flags/IL.gif
-%%WWWDIR%%/places/USA/flags/IN.gif
-%%WWWDIR%%/places/USA/flags/KS.gif
-%%WWWDIR%%/places/USA/flags/KY.gif
-%%WWWDIR%%/places/USA/flags/LA.gif
-%%WWWDIR%%/places/USA/flags/MA.gif
-%%WWWDIR%%/places/USA/flags/MD.gif
-%%WWWDIR%%/places/USA/flags/ME.gif
-%%WWWDIR%%/places/USA/flags/MI.gif
-%%WWWDIR%%/places/USA/flags/MN.gif
-%%WWWDIR%%/places/USA/flags/MO.gif
-%%WWWDIR%%/places/USA/flags/MP.gif
-%%WWWDIR%%/places/USA/flags/MS.gif
-%%WWWDIR%%/places/USA/flags/MT.gif
-%%WWWDIR%%/places/USA/flags/NC.gif
-%%WWWDIR%%/places/USA/flags/ND.gif
-%%WWWDIR%%/places/USA/flags/NE.gif
-%%WWWDIR%%/places/USA/flags/NH.gif
-%%WWWDIR%%/places/USA/flags/NJ.gif
-%%WWWDIR%%/places/USA/flags/NM.gif
-%%WWWDIR%%/places/USA/flags/NV.gif
-%%WWWDIR%%/places/USA/flags/NY.gif
-%%WWWDIR%%/places/USA/flags/OH.gif
-%%WWWDIR%%/places/USA/flags/OK.gif
-%%WWWDIR%%/places/USA/flags/OR.gif
-%%WWWDIR%%/places/USA/flags/PA.gif
-%%WWWDIR%%/places/USA/flags/PR.gif
-%%WWWDIR%%/places/USA/flags/RI.gif
-%%WWWDIR%%/places/USA/flags/SC.gif
-%%WWWDIR%%/places/USA/flags/SD.gif
-%%WWWDIR%%/places/USA/flags/TN.gif
-%%WWWDIR%%/places/USA/flags/TX.gif
-%%WWWDIR%%/places/USA/flags/UT.gif
-%%WWWDIR%%/places/USA/flags/VA.gif
-%%WWWDIR%%/places/USA/flags/VI.gif
-%%WWWDIR%%/places/USA/flags/VT.gif
-%%WWWDIR%%/places/USA/flags/WA.gif
-%%WWWDIR%%/places/USA/flags/WI.gif
-%%WWWDIR%%/places/USA/flags/WV.gif
-%%WWWDIR%%/places/USA/flags/WY.gif
-%%WWWDIR%%/places/WLS/WLS.gif
-%%WWWDIR%%/places/WLS/WLS.htm
-%%WWWDIR%%/places/ZAF/ZAF.gif
-%%WWWDIR%%/places/ZAF/ZAF.htm
-%%WWWDIR%%/places/acdropdown.js
-%%WWWDIR%%/places/arrowdown.gif
-%%WWWDIR%%/places/dropdown.css
-%%WWWDIR%%/places/flags/ABW.gif
-%%WWWDIR%%/places/flags/ACA.gif
-%%WWWDIR%%/places/flags/AFG.gif
-%%WWWDIR%%/places/flags/AGO.gif
-%%WWWDIR%%/places/flags/AIA.gif
-%%WWWDIR%%/places/flags/ALA.gif
-%%WWWDIR%%/places/flags/ALB.gif
-%%WWWDIR%%/places/flags/AND.gif
-%%WWWDIR%%/places/flags/ANT.gif
-%%WWWDIR%%/places/flags/ARE.gif
-%%WWWDIR%%/places/flags/ARG.gif
-%%WWWDIR%%/places/flags/ARM.gif
-%%WWWDIR%%/places/flags/ASM.gif
-%%WWWDIR%%/places/flags/ATA.gif
-%%WWWDIR%%/places/flags/ATF.gif
-%%WWWDIR%%/places/flags/ATG.gif
-%%WWWDIR%%/places/flags/AUS.gif
-%%WWWDIR%%/places/flags/AUT.gif
-%%WWWDIR%%/places/flags/AZE.gif
-%%WWWDIR%%/places/flags/AZR.gif
-%%WWWDIR%%/places/flags/BDI.gif
-%%WWWDIR%%/places/flags/BEL.gif
-%%WWWDIR%%/places/flags/BEN.gif
-%%WWWDIR%%/places/flags/BFA.gif
-%%WWWDIR%%/places/flags/BGD.gif
-%%WWWDIR%%/places/flags/BGR.gif
-%%WWWDIR%%/places/flags/BHR.gif
-%%WWWDIR%%/places/flags/BHS.gif
-%%WWWDIR%%/places/flags/BIH.gif
-%%WWWDIR%%/places/flags/BLR.gif
-%%WWWDIR%%/places/flags/BLZ.gif
-%%WWWDIR%%/places/flags/BMU.gif
-%%WWWDIR%%/places/flags/BOL.gif
-%%WWWDIR%%/places/flags/BRA.gif
-%%WWWDIR%%/places/flags/BRB.gif
-%%WWWDIR%%/places/flags/BRN.gif
-%%WWWDIR%%/places/flags/BTN.gif
-%%WWWDIR%%/places/flags/BVT.gif
-%%WWWDIR%%/places/flags/BWA.gif
-%%WWWDIR%%/places/flags/BWI.gif
-%%WWWDIR%%/places/flags/CAF.gif
-%%WWWDIR%%/places/flags/CAN.gif
-%%WWWDIR%%/places/flags/CAP.gif
-%%WWWDIR%%/places/flags/CAT.gif
-%%WWWDIR%%/places/flags/CCK.gif
-%%WWWDIR%%/places/flags/CHE.gif
-%%WWWDIR%%/places/flags/CHI.gif
-%%WWWDIR%%/places/flags/CHL.gif
-%%WWWDIR%%/places/flags/CHN.gif
-%%WWWDIR%%/places/flags/CIV.gif
-%%WWWDIR%%/places/flags/CMR.gif
-%%WWWDIR%%/places/flags/COD.gif
-%%WWWDIR%%/places/flags/COG.gif
-%%WWWDIR%%/places/flags/COK.gif
-%%WWWDIR%%/places/flags/COL.gif
-%%WWWDIR%%/places/flags/COM.gif
-%%WWWDIR%%/places/flags/CPV.gif
-%%WWWDIR%%/places/flags/CRI.gif
-%%WWWDIR%%/places/flags/CSK.gif
-%%WWWDIR%%/places/flags/CUB.gif
-%%WWWDIR%%/places/flags/CXR.gif
-%%WWWDIR%%/places/flags/CYM.gif
-%%WWWDIR%%/places/flags/CYP.gif
-%%WWWDIR%%/places/flags/CZE.gif
-%%WWWDIR%%/places/flags/DEU.gif
-%%WWWDIR%%/places/flags/DJI.gif
-%%WWWDIR%%/places/flags/DMA.gif
-%%WWWDIR%%/places/flags/DNK.gif
-%%WWWDIR%%/places/flags/DOM.gif
-%%WWWDIR%%/places/flags/DZA.gif
-%%WWWDIR%%/places/flags/ECU.gif
-%%WWWDIR%%/places/flags/EGY.gif
-%%WWWDIR%%/places/flags/EIR.gif
-%%WWWDIR%%/places/flags/ENG.gif
-%%WWWDIR%%/places/flags/ERI.gif
-%%WWWDIR%%/places/flags/ESH.gif
-%%WWWDIR%%/places/flags/ESP.gif
-%%WWWDIR%%/places/flags/EST.gif
-%%WWWDIR%%/places/flags/ETH.gif
-%%WWWDIR%%/places/flags/FIN.gif
-%%WWWDIR%%/places/flags/FJI.gif
-%%WWWDIR%%/places/flags/FLD.gif
-%%WWWDIR%%/places/flags/FLK.gif
-%%WWWDIR%%/places/flags/FRA.gif
-%%WWWDIR%%/places/flags/FRO.gif
-%%WWWDIR%%/places/flags/FSM.gif
-%%WWWDIR%%/places/flags/GAB.gif
-%%WWWDIR%%/places/flags/GBR.gif
-%%WWWDIR%%/places/flags/GEO.gif
-%%WWWDIR%%/places/flags/GHA.gif
-%%WWWDIR%%/places/flags/GIB.gif
-%%WWWDIR%%/places/flags/GIN.gif
-%%WWWDIR%%/places/flags/GLP.gif
-%%WWWDIR%%/places/flags/GMB.gif
-%%WWWDIR%%/places/flags/GNB.gif
-%%WWWDIR%%/places/flags/GNQ.gif
-%%WWWDIR%%/places/flags/GRC.gif
-%%WWWDIR%%/places/flags/GRD.gif
-%%WWWDIR%%/places/flags/GRL.gif
-%%WWWDIR%%/places/flags/GTM.gif
-%%WWWDIR%%/places/flags/GUF.gif
-%%WWWDIR%%/places/flags/GUM.gif
-%%WWWDIR%%/places/flags/GUY.gif
-%%WWWDIR%%/places/flags/HKG.gif
-%%WWWDIR%%/places/flags/HMD.gif
-%%WWWDIR%%/places/flags/HND.gif
-%%WWWDIR%%/places/flags/HRV.gif
-%%WWWDIR%%/places/flags/HTI.gif
-%%WWWDIR%%/places/flags/HUN.gif
-%%WWWDIR%%/places/flags/IDN.gif
-%%WWWDIR%%/places/flags/IND.gif
-%%WWWDIR%%/places/flags/IOM.gif
-%%WWWDIR%%/places/flags/IOT.gif
-%%WWWDIR%%/places/flags/IRL.gif
-%%WWWDIR%%/places/flags/IRN.gif
-%%WWWDIR%%/places/flags/IRQ.gif
-%%WWWDIR%%/places/flags/ISL.gif
-%%WWWDIR%%/places/flags/ISR.gif
-%%WWWDIR%%/places/flags/ITA.gif
-%%WWWDIR%%/places/flags/JAM.gif
-%%WWWDIR%%/places/flags/JOR.gif
-%%WWWDIR%%/places/flags/JPN.gif
-%%WWWDIR%%/places/flags/KAZ.gif
-%%WWWDIR%%/places/flags/KEN.gif
-%%WWWDIR%%/places/flags/KGZ.gif
-%%WWWDIR%%/places/flags/KHM.gif
-%%WWWDIR%%/places/flags/KIR.gif
-%%WWWDIR%%/places/flags/KNA.gif
-%%WWWDIR%%/places/flags/KOR.gif
-%%WWWDIR%%/places/flags/KWT.gif
-%%WWWDIR%%/places/flags/LAO.gif
-%%WWWDIR%%/places/flags/LBN.gif
-%%WWWDIR%%/places/flags/LBR.gif
-%%WWWDIR%%/places/flags/LBY.gif
-%%WWWDIR%%/places/flags/LCA.gif
-%%WWWDIR%%/places/flags/LIE.gif
-%%WWWDIR%%/places/flags/LKA.gif
-%%WWWDIR%%/places/flags/LSO.gif
-%%WWWDIR%%/places/flags/LTU.gif
-%%WWWDIR%%/places/flags/LUX.gif
-%%WWWDIR%%/places/flags/LVA.gif
-%%WWWDIR%%/places/flags/MAC.gif
-%%WWWDIR%%/places/flags/MAR.gif
-%%WWWDIR%%/places/flags/MCO.gif
-%%WWWDIR%%/places/flags/MDA.gif
-%%WWWDIR%%/places/flags/MDG.gif
-%%WWWDIR%%/places/flags/MDV.gif
-%%WWWDIR%%/places/flags/MEX.gif
-%%WWWDIR%%/places/flags/MHL.gif
-%%WWWDIR%%/places/flags/MKD.gif
-%%WWWDIR%%/places/flags/MLI.gif
-%%WWWDIR%%/places/flags/MLT.gif
-%%WWWDIR%%/places/flags/MMR.gif
-%%WWWDIR%%/places/flags/MNG.gif
-%%WWWDIR%%/places/flags/MNP.gif
-%%WWWDIR%%/places/flags/MNT.gif
-%%WWWDIR%%/places/flags/MOZ.gif
-%%WWWDIR%%/places/flags/MRT.gif
-%%WWWDIR%%/places/flags/MSR.gif
-%%WWWDIR%%/places/flags/MTQ.gif
-%%WWWDIR%%/places/flags/MUS.gif
-%%WWWDIR%%/places/flags/MWI.gif
-%%WWWDIR%%/places/flags/MYS.gif
-%%WWWDIR%%/places/flags/MYT.gif
-%%WWWDIR%%/places/flags/NAM.gif
-%%WWWDIR%%/places/flags/NCL.gif
-%%WWWDIR%%/places/flags/NER.gif
-%%WWWDIR%%/places/flags/NFK.gif
-%%WWWDIR%%/places/flags/NGA.gif
-%%WWWDIR%%/places/flags/NIC.gif
-%%WWWDIR%%/places/flags/NIR.gif
-%%WWWDIR%%/places/flags/NIU.gif
-%%WWWDIR%%/places/flags/NLD.gif
-%%WWWDIR%%/places/flags/NOR.gif
-%%WWWDIR%%/places/flags/NPL.gif
-%%WWWDIR%%/places/flags/NRU.gif
-%%WWWDIR%%/places/flags/NTZ.gif
-%%WWWDIR%%/places/flags/NZL.gif
-%%WWWDIR%%/places/flags/OMN.gif
-%%WWWDIR%%/places/flags/PAK.gif
-%%WWWDIR%%/places/flags/PAN.gif
-%%WWWDIR%%/places/flags/PCN.gif
-%%WWWDIR%%/places/flags/PER.gif
-%%WWWDIR%%/places/flags/PHL.gif
-%%WWWDIR%%/places/flags/PLW.gif
-%%WWWDIR%%/places/flags/PNG.gif
-%%WWWDIR%%/places/flags/POL.gif
-%%WWWDIR%%/places/flags/PRI.gif
-%%WWWDIR%%/places/flags/PRK.gif
-%%WWWDIR%%/places/flags/PRT.gif
-%%WWWDIR%%/places/flags/PRY.gif
-%%WWWDIR%%/places/flags/PSE.gif
-%%WWWDIR%%/places/flags/PYF.gif
-%%WWWDIR%%/places/flags/QAT.gif
-%%WWWDIR%%/places/flags/REU.gif
-%%WWWDIR%%/places/flags/ROM.gif
-%%WWWDIR%%/places/flags/RUS.gif
-%%WWWDIR%%/places/flags/RWA.gif
-%%WWWDIR%%/places/flags/SAU.gif
-%%WWWDIR%%/places/flags/SCG.gif
-%%WWWDIR%%/places/flags/SCT.gif
-%%WWWDIR%%/places/flags/SDN.gif
-%%WWWDIR%%/places/flags/SEA.gif
-%%WWWDIR%%/places/flags/SEN.gif
-%%WWWDIR%%/places/flags/SER.gif
-%%WWWDIR%%/places/flags/SGP.gif
-%%WWWDIR%%/places/flags/SGS.gif
-%%WWWDIR%%/places/flags/SHN.gif
-%%WWWDIR%%/places/flags/SIC.gif
-%%WWWDIR%%/places/flags/SJM.gif
-%%WWWDIR%%/places/flags/SLB.gif
-%%WWWDIR%%/places/flags/SLE.gif
-%%WWWDIR%%/places/flags/SLV.gif
-%%WWWDIR%%/places/flags/SMR.gif
-%%WWWDIR%%/places/flags/SOM.gif
-%%WWWDIR%%/places/flags/SPM.gif
-%%WWWDIR%%/places/flags/STP.gif
-%%WWWDIR%%/places/flags/SUN.gif
-%%WWWDIR%%/places/flags/SUR.gif
-%%WWWDIR%%/places/flags/SVK.gif
-%%WWWDIR%%/places/flags/SVN.gif
-%%WWWDIR%%/places/flags/SWE.gif
-%%WWWDIR%%/places/flags/SWZ.gif
-%%WWWDIR%%/places/flags/SYC.gif
-%%WWWDIR%%/places/flags/SYR.gif
-%%WWWDIR%%/places/flags/TCA.gif
-%%WWWDIR%%/places/flags/TCD.gif
-%%WWWDIR%%/places/flags/TGO.gif
-%%WWWDIR%%/places/flags/THA.gif
-%%WWWDIR%%/places/flags/TJK.gif
-%%WWWDIR%%/places/flags/TKL.gif
-%%WWWDIR%%/places/flags/TKM.gif
-%%WWWDIR%%/places/flags/TLS.gif
-%%WWWDIR%%/places/flags/TON.gif
-%%WWWDIR%%/places/flags/TRN.gif
-%%WWWDIR%%/places/flags/TTO.gif
-%%WWWDIR%%/places/flags/TUN.gif
-%%WWWDIR%%/places/flags/TUR.gif
-%%WWWDIR%%/places/flags/TUV.gif
-%%WWWDIR%%/places/flags/TWN.gif
-%%WWWDIR%%/places/flags/TZA.gif
-%%WWWDIR%%/places/flags/UGA.gif
-%%WWWDIR%%/places/flags/UKR.gif
-%%WWWDIR%%/places/flags/UMI.gif
-%%WWWDIR%%/places/flags/URY.gif
-%%WWWDIR%%/places/flags/USA.gif
-%%WWWDIR%%/places/flags/UZB.gif
-%%WWWDIR%%/places/flags/VAT.gif
-%%WWWDIR%%/places/flags/VCT.gif
-%%WWWDIR%%/places/flags/VEN.gif
-%%WWWDIR%%/places/flags/VGB.gif
-%%WWWDIR%%/places/flags/VIR.gif
-%%WWWDIR%%/places/flags/VNM.gif
-%%WWWDIR%%/places/flags/VUT.gif
-%%WWWDIR%%/places/flags/WAF.gif
-%%WWWDIR%%/places/flags/WLF.gif
-%%WWWDIR%%/places/flags/WLS.gif
-%%WWWDIR%%/places/flags/WSM.gif
-%%WWWDIR%%/places/flags/YEM.gif
-%%WWWDIR%%/places/flags/YUG.gif
-%%WWWDIR%%/places/flags/ZAF.gif
-%%WWWDIR%%/places/flags/ZAR.gif
-%%WWWDIR%%/places/flags/ZMB.gif
-%%WWWDIR%%/places/flags/ZWE.gif
-%%WWWDIR%%/places/flags/blank.gif
-%%WWWDIR%%/places/getdata.php
-%%WWWDIR%%/places/getobject.js
-%%WWWDIR%%/places/modomt.js
-%%WWWDIR%%/places/xmlextras.js
-%%WWWDIR%%/readme.html
 %%WWWDIR%%/relationship.php
 %%WWWDIR%%/repo.php
 %%WWWDIR%%/repolist.php
 %%WWWDIR%%/reportengine.php
-%%WWWDIR%%/robots.txt
+%%WWWDIR%%/robots-example.txt
 %%WWWDIR%%/save.php
 %%WWWDIR%%/search.php
 %%WWWDIR%%/search_advanced.php
-%%WWWDIR%%/search_engine.php
-%%WWWDIR%%/serviceClientTest.php
 %%WWWDIR%%/setup.php
-%%WWWDIR%%/sidebar.php
+%%WWWDIR%%/site-offline.php
+%%WWWDIR%%/site-php-version.php
 %%WWWDIR%%/site-unavailable.php
-%%WWWDIR%%/siteconfig.php
 %%WWWDIR%%/source.php
 %%WWWDIR%%/sourcelist.php
 %%WWWDIR%%/statistics.php
 %%WWWDIR%%/statisticsplot.php
-%%WWWDIR%%/themes/clouds/chrome.css
+%%WWWDIR%%/themes/_administration/css-1.5.3/favicon.png
+%%WWWDIR%%/themes/_administration/css-1.5.3/images/admin_icon_sprite.png
+%%WWWDIR%%/themes/_administration/css-1.5.3/images/bullet.png
+%%WWWDIR%%/themes/_administration/css-1.5.3/images/close.png
+%%WWWDIR%%/themes/_administration/css-1.5.3/images/controls.png
+%%WWWDIR%%/themes/_administration/css-1.5.3/images/delete.png
+%%WWWDIR%%/themes/_administration/css-1.5.3/images/edit.png
+%%WWWDIR%%/themes/_administration/css-1.5.3/images/email.png
+%%WWWDIR%%/themes/_administration/css-1.5.3/images/icon-mime-sprite.png
+%%WWWDIR%%/themes/_administration/css-1.5.3/images/indicator.gif
+%%WWWDIR%%/themes/_administration/css-1.5.3/images/open.png
+%%WWWDIR%%/themes/_administration/css-1.5.3/images/resn_confidential.png
+%%WWWDIR%%/themes/_administration/css-1.5.3/images/resn_locked.png
+%%WWWDIR%%/themes/_administration/css-1.5.3/images/resn_none.png
+%%WWWDIR%%/themes/_administration/css-1.5.3/images/resn_privacy.png
+%%WWWDIR%%/themes/_administration/css-1.5.3/images/sex_f_9x9.png
+%%WWWDIR%%/themes/_administration/css-1.5.3/images/sex_m_9x9.png
+%%WWWDIR%%/themes/_administration/css-1.5.3/images/sex_u_9x9.png
+%%WWWDIR%%/themes/_administration/css-1.5.3/images/warning.png
+%%WWWDIR%%/themes/_administration/css-1.5.3/images/yes.png
+%%WWWDIR%%/themes/_administration/css-1.5.3/images/zoomin.png
+%%WWWDIR%%/themes/_administration/css-1.5.3/images/zoomout.png
+%%WWWDIR%%/themes/_administration/css-1.5.3/msie.css
+%%WWWDIR%%/themes/_administration/css-1.5.3/style.css
+%%WWWDIR%%/themes/_administration/footer.php
+%%WWWDIR%%/themes/_administration/header.php
+%%WWWDIR%%/themes/_administration/jquery-ui-1.10.3/images/animated-overlay.gif
+%%WWWDIR%%/themes/_administration/jquery-ui-1.10.3/images/ui-bg_diagonal-maze_20_6e4f1c_10x10.png
+%%WWWDIR%%/themes/_administration/jquery-ui-1.10.3/images/ui-bg_diagonal-maze_40_000000_10x10.png
+%%WWWDIR%%/themes/_administration/jquery-ui-1.10.3/images/ui-bg_fine-grain_10_eceadf_60x60.png
+%%WWWDIR%%/themes/_administration/jquery-ui-1.10.3/images/ui-bg_fine-grain_10_f8f7f6_60x60.png
+%%WWWDIR%%/themes/_administration/jquery-ui-1.10.3/images/ui-bg_fine-grain_15_eceadf_60x60.png
+%%WWWDIR%%/themes/_administration/jquery-ui-1.10.3/images/ui-bg_fine-grain_15_f7f3de_60x60.png
+%%WWWDIR%%/themes/_administration/jquery-ui-1.10.3/images/ui-bg_fine-grain_15_ffffff_60x60.png
+%%WWWDIR%%/themes/_administration/jquery-ui-1.10.3/images/ui-bg_fine-grain_65_654b24_60x60.png
+%%WWWDIR%%/themes/_administration/jquery-ui-1.10.3/images/ui-bg_fine-grain_68_b83400_60x60.png
+%%WWWDIR%%/themes/_administration/jquery-ui-1.10.3/images/ui-icons_222222_256x240.png
+%%WWWDIR%%/themes/_administration/jquery-ui-1.10.3/images/ui-icons_3572ac_256x240.png
+%%WWWDIR%%/themes/_administration/jquery-ui-1.10.3/images/ui-icons_8c291d_256x240.png
+%%WWWDIR%%/themes/_administration/jquery-ui-1.10.3/images/ui-icons_b83400_256x240.png
+%%WWWDIR%%/themes/_administration/jquery-ui-1.10.3/images/ui-icons_fbdb93_256x240.png
+%%WWWDIR%%/themes/_administration/jquery-ui-1.10.3/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/themes/_administration/jquery-ui-1.10.3/jquery-ui-1.10.3.custom.css
+%%WWWDIR%%/themes/_administration/theme.php
+%%WWWDIR%%/themes/clouds/css-1.5.3/favicon.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/add.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/admin.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/background.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/bing.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/buttons/addmedia.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/buttons/addnote.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/buttons/addrepository.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/buttons/addsource.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/buttons/calendar.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/buttons/family.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/buttons/find_facts.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/buttons/head.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/buttons/indi.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/buttons/keyboard.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/buttons/media.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/buttons/note.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/buttons/place.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/buttons/repository.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/buttons/source.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/buttons/target.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/cfamily.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/childless.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/children.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/clippings.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/clouds.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/controls.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/copy.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/darrow.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/darrow2.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/ddarrow.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/delete.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/dline.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/dline2.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/edit_indi.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/email.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/gedcom.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/general_sprite.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/go.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/googlemaps.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/help.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/hline.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/icon-mime-sprite.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/image_add.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/image_edit.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/image_link.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/image_view.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/images.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/indicator.gif
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/indis.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/larrow.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/larrow2.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/ldarrow.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/left1B.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/left2.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/left3.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/li.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/lifespan-chunk.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/lifespan-down.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/lifespan-left.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/lifespan-right.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/lifespan-up.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/loading.gif
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/mapquest.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/media.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/minus.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/mypage.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/notes.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/osm.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/patriarch.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/pedigree.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/place.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/plus.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/rarrow.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/rarrow2.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/rdarrow.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/reminder.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/reorder.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/repository.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/resn_confidential.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/resn_locked.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/resn_none.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/resn_privacy.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/right1B.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/right3.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/rings.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/selected.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/sex_f_15x15.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/sex_f_9x9.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/sex_m_15x15.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/sex_m_9x9.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/sex_u_15x15.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/sex_u_9x9.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/sfamily.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/silhouette_female.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/silhouette_female_small.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/silhouette_male.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/silhouette_male_small.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/silhouette_unknown.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/silhouette_unknown_small.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/source.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/spacer.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/sprites-sub-menu.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/sprites-top-menu.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/stop.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/uarrow.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/uarrow2.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/udarrow.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/user_add.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/vline.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/w_button.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/warning.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/webtrees.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/zoomin.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/images/zoomout.png
+%%WWWDIR%%/themes/clouds/css-1.5.3/msie.css
+%%WWWDIR%%/themes/clouds/css-1.5.3/style.css
 %%WWWDIR%%/themes/clouds/footer.php
 %%WWWDIR%%/themes/clouds/header.php
-%%WWWDIR%%/themes/clouds/images/add.gif
-%%WWWDIR%%/themes/clouds/images/admin.gif
-%%WWWDIR%%/themes/clouds/images/ancestry.gif
-%%WWWDIR%%/themes/clouds/images/background.jpg
-%%WWWDIR%%/themes/clouds/images/buttons/addmedia.gif
-%%WWWDIR%%/themes/clouds/images/buttons/addnote.gif
-%%WWWDIR%%/themes/clouds/images/buttons/addrepository.gif
-%%WWWDIR%%/themes/clouds/images/buttons/addsource.gif
-%%WWWDIR%%/themes/clouds/images/buttons/autocomplete.gif
-%%WWWDIR%%/themes/clouds/images/buttons/calendar.gif
-%%WWWDIR%%/themes/clouds/images/buttons/family.gif
-%%WWWDIR%%/themes/clouds/images/buttons/find_facts.png
-%%WWWDIR%%/themes/clouds/images/buttons/head.gif
-%%WWWDIR%%/themes/clouds/images/buttons/indi.gif
-%%WWWDIR%%/themes/clouds/images/buttons/keyboard.gif
-%%WWWDIR%%/themes/clouds/images/buttons/media.gif
-%%WWWDIR%%/themes/clouds/images/buttons/note.gif
-%%WWWDIR%%/themes/clouds/images/buttons/place.gif
-%%WWWDIR%%/themes/clouds/images/buttons/refresh.gif
-%%WWWDIR%%/themes/clouds/images/buttons/repository.gif
-%%WWWDIR%%/themes/clouds/images/buttons/source.gif
-%%WWWDIR%%/themes/clouds/images/buttons/target.gif
-%%WWWDIR%%/themes/clouds/images/buttons/view_all.gif
-%%WWWDIR%%/themes/clouds/images/calendar.gif
-%%WWWDIR%%/themes/clouds/images/cfamily.gif
-%%WWWDIR%%/themes/clouds/images/charts.gif
-%%WWWDIR%%/themes/clouds/images/children.gif
-%%WWWDIR%%/themes/clouds/images/clippings.gif
-%%WWWDIR%%/themes/clouds/images/close.png
-%%WWWDIR%%/themes/clouds/images/clouds.gif
-%%WWWDIR%%/themes/clouds/images/copy.png
-%%WWWDIR%%/themes/clouds/images/darrow.gif
-%%WWWDIR%%/themes/clouds/images/darrow2.gif
-%%WWWDIR%%/themes/clouds/images/ddarrow.gif
-%%WWWDIR%%/themes/clouds/images/delete.png
-%%WWWDIR%%/themes/clouds/images/descendancy.gif
-%%WWWDIR%%/themes/clouds/images/dline.gif
-%%WWWDIR%%/themes/clouds/images/dline2.gif
-%%WWWDIR%%/themes/clouds/images/edit_fam.gif
-%%WWWDIR%%/themes/clouds/images/edit_indi.gif
-%%WWWDIR%%/themes/clouds/images/edit_media.gif
-%%WWWDIR%%/themes/clouds/images/edit_note.gif
-%%WWWDIR%%/themes/clouds/images/edit_repo.gif
-%%WWWDIR%%/themes/clouds/images/edit_sm.png
-%%WWWDIR%%/themes/clouds/images/edit_sour.gif
-%%WWWDIR%%/themes/clouds/images/fambook.gif
-%%WWWDIR%%/themes/clouds/images/fanchart.gif
-%%WWWDIR%%/themes/clouds/images/favorites.gif
-%%WWWDIR%%/themes/clouds/images/gedcom.gif
-%%WWWDIR%%/themes/clouds/images/go.gif
-%%WWWDIR%%/themes/clouds/images/help.gif
-%%WWWDIR%%/themes/clouds/images/hline.gif
-%%WWWDIR%%/themes/clouds/images/home.gif
-%%WWWDIR%%/themes/clouds/images/hourglass.gif
-%%WWWDIR%%/themes/clouds/images/indis.gif
-%%WWWDIR%%/themes/clouds/images/jquery/asc.gif
-%%WWWDIR%%/themes/clouds/images/jquery/bg.gif
-%%WWWDIR%%/themes/clouds/images/jquery/desc.gif
-%%WWWDIR%%/themes/clouds/images/jquery/first.png
-%%WWWDIR%%/themes/clouds/images/jquery/last.png
-%%WWWDIR%%/themes/clouds/images/jquery/next.png
-%%WWWDIR%%/themes/clouds/images/jquery/prev.png
-%%WWWDIR%%/themes/clouds/images/larrow.gif
-%%WWWDIR%%/themes/clouds/images/larrow2.gif
-%%WWWDIR%%/themes/clouds/images/ldarrow.gif
-%%WWWDIR%%/themes/clouds/images/left1B.gif
-%%WWWDIR%%/themes/clouds/images/left1G.gif
-%%WWWDIR%%/themes/clouds/images/left1R.gif
-%%WWWDIR%%/themes/clouds/images/left2.gif
-%%WWWDIR%%/themes/clouds/images/left3.gif
-%%WWWDIR%%/themes/clouds/images/left4.gif
-%%WWWDIR%%/themes/clouds/images/left5.gif
-%%WWWDIR%%/themes/clouds/images/left6.gif
-%%WWWDIR%%/themes/clouds/images/left7.gif
-%%WWWDIR%%/themes/clouds/images/left8.gif
-%%WWWDIR%%/themes/clouds/images/left9.gif
-%%WWWDIR%%/themes/clouds/images/li.gif
-%%WWWDIR%%/themes/clouds/images/lists.gif
-%%WWWDIR%%/themes/clouds/images/loading.gif
-%%WWWDIR%%/themes/clouds/images/lsdnarrow.gif
-%%WWWDIR%%/themes/clouds/images/lsltarrow.gif
-%%WWWDIR%%/themes/clouds/images/lsrtarrow.gif
-%%WWWDIR%%/themes/clouds/images/lsuparrow.gif
-%%WWWDIR%%/themes/clouds/images/media.gif
-%%WWWDIR%%/themes/clouds/images/media/audio.png
-%%WWWDIR%%/themes/clouds/images/media/doc.gif
-%%WWWDIR%%/themes/clouds/images/media/flash.png
-%%WWWDIR%%/themes/clouds/images/media/flashrem.png
-%%WWWDIR%%/themes/clouds/images/media/ged.gif
-%%WWWDIR%%/themes/clouds/images/media/globe.png
-%%WWWDIR%%/themes/clouds/images/media/html.gif
-%%WWWDIR%%/themes/clouds/images/media/pdf.gif
-%%WWWDIR%%/themes/clouds/images/media/picasa.png
-%%WWWDIR%%/themes/clouds/images/media/tex.gif
-%%WWWDIR%%/themes/clouds/images/media/wmv.png
-%%WWWDIR%%/themes/clouds/images/media/wmvrem.png
-%%WWWDIR%%/themes/clouds/images/menu_gallery.gif
-%%WWWDIR%%/themes/clouds/images/menu_help.gif
-%%WWWDIR%%/themes/clouds/images/menu_media.gif
-%%WWWDIR%%/themes/clouds/images/menu_note.gif
-%%WWWDIR%%/themes/clouds/images/menu_punbb.gif
-%%WWWDIR%%/themes/clouds/images/menu_repository.gif
-%%WWWDIR%%/themes/clouds/images/menu_research.gif
-%%WWWDIR%%/themes/clouds/images/menu_source.gif
-%%WWWDIR%%/themes/clouds/images/minus.gif
-%%WWWDIR%%/themes/clouds/images/move.gif
-%%WWWDIR%%/themes/clouds/images/mypage.gif
-%%WWWDIR%%/themes/clouds/images/notes.gif
-%%WWWDIR%%/themes/clouds/images/open.png
-%%WWWDIR%%/themes/clouds/images/patriarch.gif
-%%WWWDIR%%/themes/clouds/images/pedigree.gif
-%%WWWDIR%%/themes/clouds/images/pin-in.png
-%%WWWDIR%%/themes/clouds/images/pin-out.png
-%%WWWDIR%%/themes/clouds/images/pixel.gif
-%%WWWDIR%%/themes/clouds/images/place.gif
-%%WWWDIR%%/themes/clouds/images/plus.gif
-%%WWWDIR%%/themes/clouds/images/puntos.gif
-%%WWWDIR%%/themes/clouds/images/puntos2.gif
-%%WWWDIR%%/themes/clouds/images/rarrow.gif
-%%WWWDIR%%/themes/clouds/images/rarrow2.gif
-%%WWWDIR%%/themes/clouds/images/rdarrow.gif
-%%WWWDIR%%/themes/clouds/images/readme.txt
-%%WWWDIR%%/themes/clouds/images/relationship.gif
-%%WWWDIR%%/themes/clouds/images/reminder.gif
-%%WWWDIR%%/themes/clouds/images/remove.gif
-%%WWWDIR%%/themes/clouds/images/report.gif
-%%WWWDIR%%/themes/clouds/images/repository.gif
-%%WWWDIR%%/themes/clouds/images/right1B.gif
-%%WWWDIR%%/themes/clouds/images/right1G.gif
-%%WWWDIR%%/themes/clouds/images/right1R.gif
-%%WWWDIR%%/themes/clouds/images/right3.gif
-%%WWWDIR%%/themes/clouds/images/rings.gif
-%%WWWDIR%%/themes/clouds/images/search.gif
-%%WWWDIR%%/themes/clouds/images/sfamily.gif
-%%WWWDIR%%/themes/clouds/images/silhouette_female.gif
-%%WWWDIR%%/themes/clouds/images/silhouette_male.gif
-%%WWWDIR%%/themes/clouds/images/silhouette_unknown.gif
-%%WWWDIR%%/themes/clouds/images/sombra.gif
-%%WWWDIR%%/themes/clouds/images/source.gif
-%%WWWDIR%%/themes/clouds/images/spacer.gif
-%%WWWDIR%%/themes/clouds/images/statistic.gif
-%%WWWDIR%%/themes/clouds/images/stop.gif
-%%WWWDIR%%/themes/clouds/images/th_5.gif
-%%WWWDIR%%/themes/clouds/images/th_c4.gif
-%%WWWDIR%%/themes/clouds/images/timeline.gif
-%%WWWDIR%%/themes/clouds/images/uarrow.gif
-%%WWWDIR%%/themes/clouds/images/uarrow2.gif
-%%WWWDIR%%/themes/clouds/images/uarrow3.gif
-%%WWWDIR%%/themes/clouds/images/udarrow.gif
-%%WWWDIR%%/themes/clouds/images/vline.gif
-%%WWWDIR%%/themes/clouds/images/w_22.png
-%%WWWDIR%%/themes/clouds/images/webtrees.png
-%%WWWDIR%%/themes/clouds/images/xml.gif
-%%WWWDIR%%/themes/clouds/images/zoomin.gif
-%%WWWDIR%%/themes/clouds/images/zoomout.gif
-%%WWWDIR%%/themes/clouds/jquery/jquery-ui_theme.css
-%%WWWDIR%%/themes/clouds/jquery/jquery-ui_theme_rtl.css
-%%WWWDIR%%/themes/clouds/modules.css
-%%WWWDIR%%/themes/clouds/mozilla.css
-%%WWWDIR%%/themes/clouds/msie.css
-%%WWWDIR%%/themes/clouds/netscape.css
-%%WWWDIR%%/themes/clouds/opera.css
-%%WWWDIR%%/themes/clouds/print.css
-%%WWWDIR%%/themes/clouds/style.css
-%%WWWDIR%%/themes/clouds/style_rtl.css
+%%WWWDIR%%/themes/clouds/jquery-ui-1.10.3/images/animated-overlay.gif
+%%WWWDIR%%/themes/clouds/jquery-ui-1.10.3/images/ui-bg_diagonals-small_0_aaaaaa_40x40.png
+%%WWWDIR%%/themes/clouds/jquery-ui-1.10.3/images/ui-bg_diagonals-thick_15_444444_40x40.png
+%%WWWDIR%%/themes/clouds/jquery-ui-1.10.3/images/ui-bg_glass_100_f0f0f0_1x400.png
+%%WWWDIR%%/themes/clouds/jquery-ui-1.10.3/images/ui-bg_glass_50_99c2ff_1x400.png
+%%WWWDIR%%/themes/clouds/jquery-ui-1.10.3/images/ui-bg_glass_55_fbf5d0_1x400.png
+%%WWWDIR%%/themes/clouds/jquery-ui-1.10.3/images/ui-bg_glass_80_e6e6e6_1x400.png
+%%WWWDIR%%/themes/clouds/jquery-ui-1.10.3/images/ui-bg_glass_95_fef1ec_1x400.png
+%%WWWDIR%%/themes/clouds/jquery-ui-1.10.3/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png
+%%WWWDIR%%/themes/clouds/jquery-ui-1.10.3/images/ui-bg_highlight-soft_100_e7eef3_1x100.png
+%%WWWDIR%%/themes/clouds/jquery-ui-1.10.3/images/ui-icons_222222_256x240.png
+%%WWWDIR%%/themes/clouds/jquery-ui-1.10.3/images/ui-icons_2694e8_256x240.png
+%%WWWDIR%%/themes/clouds/jquery-ui-1.10.3/images/ui-icons_2e83ff_256x240.png
+%%WWWDIR%%/themes/clouds/jquery-ui-1.10.3/images/ui-icons_72a7cf_256x240.png
+%%WWWDIR%%/themes/clouds/jquery-ui-1.10.3/images/ui-icons_888888_256x240.png
+%%WWWDIR%%/themes/clouds/jquery-ui-1.10.3/images/ui-icons_cd0a0a_256x240.png
+%%WWWDIR%%/themes/clouds/jquery-ui-1.10.3/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/themes/clouds/jquery-ui-1.10.3/jquery-ui-1.10.3.custom.css
 %%WWWDIR%%/themes/clouds/templates/block_main_temp.php
 %%WWWDIR%%/themes/clouds/templates/block_small_temp.php
+%%WWWDIR%%/themes/clouds/templates/compactbox_template.php
 %%WWWDIR%%/themes/clouds/templates/personbox_template.php
 %%WWWDIR%%/themes/clouds/theme.php
-%%WWWDIR%%/themes/colors/chrome.css
-%%WWWDIR%%/themes/colors/css/aquamarine.css
-%%WWWDIR%%/themes/colors/css/ash.css
-%%WWWDIR%%/themes/colors/css/belgianchocolate.css
-%%WWWDIR%%/themes/colors/css/bluelagoon.css
-%%WWWDIR%%/themes/colors/css/bluemarine.css
-%%WWWDIR%%/themes/colors/css/coldday.css
-%%WWWDIR%%/themes/colors/css/color-matrix.txt
-%%WWWDIR%%/themes/colors/css/greenbeam.css
-%%WWWDIR%%/themes/colors/css/mediterranio.css
-%%WWWDIR%%/themes/colors/css/mercury.css
-%%WWWDIR%%/themes/colors/css/nocturnal.css
-%%WWWDIR%%/themes/colors/css/olivia.css
-%%WWWDIR%%/themes/colors/css/pinkplastic.css
-%%WWWDIR%%/themes/colors/css/shinytomato.css
-%%WWWDIR%%/themes/colors/css/tealtop.css
+%%WWWDIR%%/themes/colors/css-1.5.3/css/aquamarine.css
+%%WWWDIR%%/themes/colors/css-1.5.3/css/ash.css
+%%WWWDIR%%/themes/colors/css-1.5.3/css/belgianchocolate.css
+%%WWWDIR%%/themes/colors/css-1.5.3/css/bluelagoon.css
+%%WWWDIR%%/themes/colors/css-1.5.3/css/bluemarine.css
+%%WWWDIR%%/themes/colors/css-1.5.3/css/coffeeandcream.css
+%%WWWDIR%%/themes/colors/css-1.5.3/css/coldday.css
+%%WWWDIR%%/themes/colors/css-1.5.3/css/colors.css
+%%WWWDIR%%/themes/colors/css-1.5.3/css/greenbeam.css
+%%WWWDIR%%/themes/colors/css-1.5.3/css/mediterranio.css
+%%WWWDIR%%/themes/colors/css-1.5.3/css/mercury.css
+%%WWWDIR%%/themes/colors/css-1.5.3/css/nocturnal.css
+%%WWWDIR%%/themes/colors/css-1.5.3/css/olivia.css
+%%WWWDIR%%/themes/colors/css-1.5.3/css/pinkplastic.css
+%%WWWDIR%%/themes/colors/css-1.5.3/css/sage.css
+%%WWWDIR%%/themes/colors/css-1.5.3/css/shinytomato.css
+%%WWWDIR%%/themes/colors/css-1.5.3/css/tealtop.css
+%%WWWDIR%%/themes/colors/css-1.5.3/favicon.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/add.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/admin.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/bing.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/buttons/addmedia.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/buttons/addnote.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/buttons/addrepository.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/buttons/addsource.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/buttons/calendar.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/buttons/family.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/buttons/find_facts.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/buttons/head.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/buttons/indi.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/buttons/keyboard.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/buttons/media.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/buttons/note.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/buttons/place.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/buttons/repository.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/buttons/source.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/buttons/target.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/cfamily.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/childless.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/children.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/clippings.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/controls.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/copy.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/darrow.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/darrow2.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/ddarrow.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/delete.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/dline.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/dline2.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/edit_indi.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/email.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/fambook.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/gedcom.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/general_sprite.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/go.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/googlemaps.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/help.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/hline.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/icon-mime-sprite.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/icon-pedigree.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/icon-sfamily.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/image_add.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/image_edit.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/image_link.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/image_view.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/images.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/indicator.gif
+%%WWWDIR%%/themes/colors/css-1.5.3/images/indis.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/larrow.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/larrow2.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/ldarrow.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/left1B.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/left2.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/left3.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/li.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/lifespan-chunk.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/lifespan-down.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/lifespan-left.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/lifespan-right.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/lifespan-up.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/loading.gif
+%%WWWDIR%%/themes/colors/css-1.5.3/images/mapquest.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/media.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/minus.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/mypage.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/notes.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/osm.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/patriarch.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/pedigree.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/place.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/plus.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/rarrow.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/rarrow2.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/rdarrow.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/reminder.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/reorder.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/report.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/repository.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/resn_confidential.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/resn_locked.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/resn_none.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/resn_privacy.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/right1B.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/right3.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/rings.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/selected.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/sex_f_15x15.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/sex_f_9x9.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/sex_m_15x15.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/sex_m_9x9.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/sex_u_15x15.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/sex_u_9x9.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/sfamily.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/silhouette_female.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/silhouette_female_small.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/silhouette_male.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/silhouette_male_small.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/silhouette_unknown.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/silhouette_unknown_small.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/source.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/spacer.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/sprites-sub-menu.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/sprites-top-menu.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/stop.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/uarrow.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/uarrow2.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/udarrow.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/user_add.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/vline.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/w_button.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/warning.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/webtrees.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/zoomin.png
+%%WWWDIR%%/themes/colors/css-1.5.3/images/zoomout.png
+%%WWWDIR%%/themes/colors/css-1.5.3/ipad.css
+%%WWWDIR%%/themes/colors/css-1.5.3/msie.css
 %%WWWDIR%%/themes/colors/footer.php
 %%WWWDIR%%/themes/colors/header.php
-%%WWWDIR%%/themes/colors/images/add.gif
-%%WWWDIR%%/themes/colors/images/admin.gif
-%%WWWDIR%%/themes/colors/images/ancestry.gif
-%%WWWDIR%%/themes/colors/images/buttons/addmedia.gif
-%%WWWDIR%%/themes/colors/images/buttons/addnote.gif
-%%WWWDIR%%/themes/colors/images/buttons/addrepository.gif
-%%WWWDIR%%/themes/colors/images/buttons/addsource.gif
-%%WWWDIR%%/themes/colors/images/buttons/autocomplete.gif
-%%WWWDIR%%/themes/colors/images/buttons/calendar.gif
-%%WWWDIR%%/themes/colors/images/buttons/family.gif
-%%WWWDIR%%/themes/colors/images/buttons/find_facts.png
-%%WWWDIR%%/themes/colors/images/buttons/head.gif
-%%WWWDIR%%/themes/colors/images/buttons/indi.gif
-%%WWWDIR%%/themes/colors/images/buttons/keyboard.gif
-%%WWWDIR%%/themes/colors/images/buttons/media.gif
-%%WWWDIR%%/themes/colors/images/buttons/note.gif
-%%WWWDIR%%/themes/colors/images/buttons/place.gif
-%%WWWDIR%%/themes/colors/images/buttons/refresh.gif
-%%WWWDIR%%/themes/colors/images/buttons/repository.gif
-%%WWWDIR%%/themes/colors/images/buttons/source.gif
-%%WWWDIR%%/themes/colors/images/buttons/target.gif
-%%WWWDIR%%/themes/colors/images/buttons/view_all.gif
-%%WWWDIR%%/themes/colors/images/calendar.gif
-%%WWWDIR%%/themes/colors/images/cfamily.gif
-%%WWWDIR%%/themes/colors/images/charts.gif
-%%WWWDIR%%/themes/colors/images/children.gif
-%%WWWDIR%%/themes/colors/images/clippings.gif
-%%WWWDIR%%/themes/colors/images/close.png
-%%WWWDIR%%/themes/colors/images/copy.png
-%%WWWDIR%%/themes/colors/images/darrow.gif
-%%WWWDIR%%/themes/colors/images/darrow2.gif
-%%WWWDIR%%/themes/colors/images/ddarrow.gif
-%%WWWDIR%%/themes/colors/images/delete.png
-%%WWWDIR%%/themes/colors/images/descendancy.gif
-%%WWWDIR%%/themes/colors/images/dline.gif
-%%WWWDIR%%/themes/colors/images/dline2.gif
-%%WWWDIR%%/themes/colors/images/edit_fam.gif
-%%WWWDIR%%/themes/colors/images/edit_indi.gif
-%%WWWDIR%%/themes/colors/images/edit_media.gif
-%%WWWDIR%%/themes/colors/images/edit_note.gif
-%%WWWDIR%%/themes/colors/images/edit_repo.gif
-%%WWWDIR%%/themes/colors/images/edit_sm.png
-%%WWWDIR%%/themes/colors/images/edit_sour.gif
-%%WWWDIR%%/themes/colors/images/fambook.gif
-%%WWWDIR%%/themes/colors/images/fanchart.gif
-%%WWWDIR%%/themes/colors/images/favorites.gif
-%%WWWDIR%%/themes/colors/images/gedcom.gif
-%%WWWDIR%%/themes/colors/images/go.gif
-%%WWWDIR%%/themes/colors/images/help.gif
-%%WWWDIR%%/themes/colors/images/hline.gif
-%%WWWDIR%%/themes/colors/images/home.gif
-%%WWWDIR%%/themes/colors/images/hourglass.gif
-%%WWWDIR%%/themes/colors/images/indis.gif
-%%WWWDIR%%/themes/colors/images/jquery/asc.gif
-%%WWWDIR%%/themes/colors/images/jquery/bg.gif
-%%WWWDIR%%/themes/colors/images/jquery/desc.gif
-%%WWWDIR%%/themes/colors/images/jquery/first.png
-%%WWWDIR%%/themes/colors/images/jquery/last.png
-%%WWWDIR%%/themes/colors/images/jquery/next.png
-%%WWWDIR%%/themes/colors/images/jquery/prev.png
-%%WWWDIR%%/themes/colors/images/larrow.gif
-%%WWWDIR%%/themes/colors/images/larrow2.gif
-%%WWWDIR%%/themes/colors/images/ldarrow.gif
-%%WWWDIR%%/themes/colors/images/left1B.gif
-%%WWWDIR%%/themes/colors/images/left1G.gif
-%%WWWDIR%%/themes/colors/images/left1R.gif
-%%WWWDIR%%/themes/colors/images/left2.gif
-%%WWWDIR%%/themes/colors/images/left3.gif
-%%WWWDIR%%/themes/colors/images/left4.gif
-%%WWWDIR%%/themes/colors/images/left5.gif
-%%WWWDIR%%/themes/colors/images/left6.gif
-%%WWWDIR%%/themes/colors/images/left7.gif
-%%WWWDIR%%/themes/colors/images/left8.gif
-%%WWWDIR%%/themes/colors/images/left9.gif
-%%WWWDIR%%/themes/colors/images/li.gif
-%%WWWDIR%%/themes/colors/images/lists.gif
-%%WWWDIR%%/themes/colors/images/loading.gif
-%%WWWDIR%%/themes/colors/images/lsdnarrow.gif
-%%WWWDIR%%/themes/colors/images/lsltarrow.gif
-%%WWWDIR%%/themes/colors/images/lsrtarrow.gif
-%%WWWDIR%%/themes/colors/images/lsuparrow.gif
-%%WWWDIR%%/themes/colors/images/media.gif
-%%WWWDIR%%/themes/colors/images/media/audio.png
-%%WWWDIR%%/themes/colors/images/media/doc.gif
-%%WWWDIR%%/themes/colors/images/media/flash.png
-%%WWWDIR%%/themes/colors/images/media/flashrem.png
-%%WWWDIR%%/themes/colors/images/media/ged.gif
-%%WWWDIR%%/themes/colors/images/media/globe.png
-%%WWWDIR%%/themes/colors/images/media/html.gif
-%%WWWDIR%%/themes/colors/images/media/pdf.gif
-%%WWWDIR%%/themes/colors/images/media/picasa.png
-%%WWWDIR%%/themes/colors/images/media/tex.gif
-%%WWWDIR%%/themes/colors/images/media/wmv.png
-%%WWWDIR%%/themes/colors/images/media/wmvrem.png
-%%WWWDIR%%/themes/colors/images/menu_gallery.gif
-%%WWWDIR%%/themes/colors/images/menu_help.gif
-%%WWWDIR%%/themes/colors/images/menu_media.gif
-%%WWWDIR%%/themes/colors/images/menu_note.gif
-%%WWWDIR%%/themes/colors/images/menu_punbb.gif
-%%WWWDIR%%/themes/colors/images/menu_repository.gif
-%%WWWDIR%%/themes/colors/images/menu_research.gif
-%%WWWDIR%%/themes/colors/images/menu_source.gif
-%%WWWDIR%%/themes/colors/images/minus.gif
-%%WWWDIR%%/themes/colors/images/move.gif
-%%WWWDIR%%/themes/colors/images/mypage.gif
-%%WWWDIR%%/themes/colors/images/notes.gif
-%%WWWDIR%%/themes/colors/images/open.png
-%%WWWDIR%%/themes/colors/images/patriarch.gif
-%%WWWDIR%%/themes/colors/images/pedigree.gif
-%%WWWDIR%%/themes/colors/images/pin-in.png
-%%WWWDIR%%/themes/colors/images/pin-out.png
-%%WWWDIR%%/themes/colors/images/pixel.gif
-%%WWWDIR%%/themes/colors/images/place.gif
-%%WWWDIR%%/themes/colors/images/plus.gif
-%%WWWDIR%%/themes/colors/images/puntos.gif
-%%WWWDIR%%/themes/colors/images/puntos2.gif
-%%WWWDIR%%/themes/colors/images/rarrow.gif
-%%WWWDIR%%/themes/colors/images/rarrow2.gif
-%%WWWDIR%%/themes/colors/images/rdarrow.gif
-%%WWWDIR%%/themes/colors/images/relationship.gif
-%%WWWDIR%%/themes/colors/images/remove.gif
-%%WWWDIR%%/themes/colors/images/report.gif
-%%WWWDIR%%/themes/colors/images/repository.gif
-%%WWWDIR%%/themes/colors/images/right1B.gif
-%%WWWDIR%%/themes/colors/images/right1G.gif
-%%WWWDIR%%/themes/colors/images/right1R.gif
-%%WWWDIR%%/themes/colors/images/right3.gif
-%%WWWDIR%%/themes/colors/images/rings.gif
-%%WWWDIR%%/themes/colors/images/search.gif
-%%WWWDIR%%/themes/colors/images/sfamily.gif
-%%WWWDIR%%/themes/colors/images/silhouette_female.gif
-%%WWWDIR%%/themes/colors/images/silhouette_male.gif
-%%WWWDIR%%/themes/colors/images/silhouette_unknown.gif
-%%WWWDIR%%/themes/colors/images/sombra.gif
-%%WWWDIR%%/themes/colors/images/source.gif
-%%WWWDIR%%/themes/colors/images/spacer.gif
-%%WWWDIR%%/themes/colors/images/statistic.gif
-%%WWWDIR%%/themes/colors/images/stop.gif
-%%WWWDIR%%/themes/colors/images/timeline.gif
-%%WWWDIR%%/themes/colors/images/uarrow.gif
-%%WWWDIR%%/themes/colors/images/uarrow2.gif
-%%WWWDIR%%/themes/colors/images/uarrow3.gif
-%%WWWDIR%%/themes/colors/images/udarrow.gif
-%%WWWDIR%%/themes/colors/images/vline.gif
-%%WWWDIR%%/themes/colors/images/w_22.png
-%%WWWDIR%%/themes/colors/images/webtrees.png
-%%WWWDIR%%/themes/colors/images/xml.gif
-%%WWWDIR%%/themes/colors/images/zoomin.gif
-%%WWWDIR%%/themes/colors/images/zoomout.gif
-%%WWWDIR%%/themes/colors/jquery/jquery-ui_theme.css
-%%WWWDIR%%/themes/colors/jquery/jquery-ui_theme_rtl.css
-%%WWWDIR%%/themes/colors/modules.css
-%%WWWDIR%%/themes/colors/mozilla.css
-%%WWWDIR%%/themes/colors/msie.css
-%%WWWDIR%%/themes/colors/netscape.css
-%%WWWDIR%%/themes/colors/opera.css
-%%WWWDIR%%/themes/colors/print.css
-%%WWWDIR%%/themes/colors/style_rtl.css
+%%WWWDIR%%/themes/colors/jquery-ui-1.10.3/images/animated-overlay.gif
+%%WWWDIR%%/themes/colors/jquery-ui-1.10.3/images/ui-bg_diagonals-small_0_aaaaaa_40x40.png
+%%WWWDIR%%/themes/colors/jquery-ui-1.10.3/images/ui-bg_diagonals-thick_15_444444_40x40.png
+%%WWWDIR%%/themes/colors/jquery-ui-1.10.3/images/ui-bg_glass_100_f0f0f0_1x400.png
+%%WWWDIR%%/themes/colors/jquery-ui-1.10.3/images/ui-bg_glass_50_99c2ff_1x400.png
+%%WWWDIR%%/themes/colors/jquery-ui-1.10.3/images/ui-bg_glass_55_fbf5d0_1x400.png
+%%WWWDIR%%/themes/colors/jquery-ui-1.10.3/images/ui-bg_glass_80_e6e6e6_1x400.png
+%%WWWDIR%%/themes/colors/jquery-ui-1.10.3/images/ui-bg_glass_95_fef1ec_1x400.png
+%%WWWDIR%%/themes/colors/jquery-ui-1.10.3/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png
+%%WWWDIR%%/themes/colors/jquery-ui-1.10.3/images/ui-bg_highlight-soft_100_e7eef3_1x100.png
+%%WWWDIR%%/themes/colors/jquery-ui-1.10.3/images/ui-icons_222222_256x240.png
+%%WWWDIR%%/themes/colors/jquery-ui-1.10.3/images/ui-icons_2694e8_256x240.png
+%%WWWDIR%%/themes/colors/jquery-ui-1.10.3/images/ui-icons_2e83ff_256x240.png
+%%WWWDIR%%/themes/colors/jquery-ui-1.10.3/images/ui-icons_72a7cf_256x240.png
+%%WWWDIR%%/themes/colors/jquery-ui-1.10.3/images/ui-icons_888888_256x240.png
+%%WWWDIR%%/themes/colors/jquery-ui-1.10.3/images/ui-icons_cd0a0a_256x240.png
+%%WWWDIR%%/themes/colors/jquery-ui-1.10.3/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/themes/colors/jquery-ui-1.10.3/jquery-ui-1.10.3.custom.css
 %%WWWDIR%%/themes/colors/templates/block_main_temp.php
 %%WWWDIR%%/themes/colors/templates/block_small_temp.php
+%%WWWDIR%%/themes/colors/templates/compactbox_template.php
 %%WWWDIR%%/themes/colors/templates/personbox_template.php
 %%WWWDIR%%/themes/colors/theme.php
-%%WWWDIR%%/themes/fab/chrome.css
+%%WWWDIR%%/themes/fab/css-1.5.3/favicon.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/add.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/admin.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/bing.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/buttons/addmedia.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/buttons/addnote.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/buttons/addrepository.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/buttons/addsource.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/buttons/calendar.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/buttons/family.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/buttons/find_facts.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/buttons/head.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/buttons/indi.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/buttons/keyboard.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/buttons/media.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/buttons/note.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/buttons/place.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/buttons/repository.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/buttons/source.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/buttons/target.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/cfamily.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/childless.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/children.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/clippings.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/close.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/controls.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/darrow.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/darrow2.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/ddarrow.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/dline.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/dline2.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/edit_indi.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/email.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/fambook.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/gedcom.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/googlemaps.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/help.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/hline.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/icon-mime-sprite.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/image_add.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/image_link.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/images.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/indi_sprite.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/indicator.gif
+%%WWWDIR%%/themes/fab/css-1.5.3/images/indis.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/larrow.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/larrow2.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/ldarrow.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/lifespan-chunk.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/lifespan-down.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/lifespan-left.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/lifespan-right.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/lifespan-up.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/loading.gif
+%%WWWDIR%%/themes/fab/css-1.5.3/images/mapquest.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/media.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/minus.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/move.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/mypage.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/notes.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/open.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/osm.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/patriarch.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/pedigree.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/pin-in.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/pin-out.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/place.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/plus.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/rarrow.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/rarrow2.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/rdarrow.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/reminder.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/remove-dis.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/remove.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/reorder.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/repository.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/resn_confidential.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/resn_locked.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/resn_none.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/resn_privacy.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/rings.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/search.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/selected.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/sex_f_15x15.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/sex_f_9x9.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/sex_m_15x15.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/sex_m_9x9.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/sex_u_15x15.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/sex_u_9x9.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/sfamily.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/silhouette_female.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/silhouette_female_small.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/silhouette_male.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/silhouette_male_small.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/silhouette_unknown.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/silhouette_unknown_small.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/source.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/spacer.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/stop.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/uarrow.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/uarrow2.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/udarrow.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/user_add.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/video.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/vline.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/w_button.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/warning.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/webtrees.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/zoomin.png
+%%WWWDIR%%/themes/fab/css-1.5.3/images/zoomout.png
+%%WWWDIR%%/themes/fab/css-1.5.3/msie.css
+%%WWWDIR%%/themes/fab/css-1.5.3/style.css
 %%WWWDIR%%/themes/fab/footer.php
 %%WWWDIR%%/themes/fab/header.php
-%%WWWDIR%%/themes/fab/images/RESN_confidential.gif
-%%WWWDIR%%/themes/fab/images/RESN_locked.gif
-%%WWWDIR%%/themes/fab/images/RESN_none.gif
-%%WWWDIR%%/themes/fab/images/RESN_privacy.gif
-%%WWWDIR%%/themes/fab/images/add.gif
-%%WWWDIR%%/themes/fab/images/admin.gif
-%%WWWDIR%%/themes/fab/images/ancestry.gif
-%%WWWDIR%%/themes/fab/images/bubble.gif
-%%WWWDIR%%/themes/fab/images/buttons/addmedia.gif
-%%WWWDIR%%/themes/fab/images/buttons/addnote.gif
-%%WWWDIR%%/themes/fab/images/buttons/addrepository.gif
-%%WWWDIR%%/themes/fab/images/buttons/addsource.gif
-%%WWWDIR%%/themes/fab/images/buttons/autocomplete.gif
-%%WWWDIR%%/themes/fab/images/buttons/calendar.gif
-%%WWWDIR%%/themes/fab/images/buttons/family.gif
-%%WWWDIR%%/themes/fab/images/buttons/find_facts.png
-%%WWWDIR%%/themes/fab/images/buttons/head.gif
-%%WWWDIR%%/themes/fab/images/buttons/indi.gif
-%%WWWDIR%%/themes/fab/images/buttons/keyboard.gif
-%%WWWDIR%%/themes/fab/images/buttons/media.gif
-%%WWWDIR%%/themes/fab/images/buttons/note.gif
-%%WWWDIR%%/themes/fab/images/buttons/place.gif
-%%WWWDIR%%/themes/fab/images/buttons/refresh.gif
-%%WWWDIR%%/themes/fab/images/buttons/repository.gif
-%%WWWDIR%%/themes/fab/images/buttons/source.gif
-%%WWWDIR%%/themes/fab/images/buttons/target.gif
-%%WWWDIR%%/themes/fab/images/buttons/view_all.gif
-%%WWWDIR%%/themes/fab/images/calendar.gif
-%%WWWDIR%%/themes/fab/images/cfamily.gif
-%%WWWDIR%%/themes/fab/images/checked.gif
-%%WWWDIR%%/themes/fab/images/checked_qm.gif
-%%WWWDIR%%/themes/fab/images/childless.gif
-%%WWWDIR%%/themes/fab/images/children.gif
-%%WWWDIR%%/themes/fab/images/clippings.gif
-%%WWWDIR%%/themes/fab/images/close.png
-%%WWWDIR%%/themes/fab/images/copy.png
-%%WWWDIR%%/themes/fab/images/darrow.gif
-%%WWWDIR%%/themes/fab/images/darrow2.gif
-%%WWWDIR%%/themes/fab/images/ddarrow.gif
-%%WWWDIR%%/themes/fab/images/delete.png
-%%WWWDIR%%/themes/fab/images/descendancy.gif
-%%WWWDIR%%/themes/fab/images/dline.gif
-%%WWWDIR%%/themes/fab/images/dline2.gif
-%%WWWDIR%%/themes/fab/images/edit_fam.gif
-%%WWWDIR%%/themes/fab/images/edit_indi.gif
-%%WWWDIR%%/themes/fab/images/edit_repo.gif
-%%WWWDIR%%/themes/fab/images/edit_sm.png
-%%WWWDIR%%/themes/fab/images/edit_sour.gif
-%%WWWDIR%%/themes/fab/images/fambook.gif
-%%WWWDIR%%/themes/fab/images/fanchart.gif
-%%WWWDIR%%/themes/fab/images/feed-icon16x16.png
-%%WWWDIR%%/themes/fab/images/forbidden.gif
-%%WWWDIR%%/themes/fab/images/gedcom.gif
-%%WWWDIR%%/themes/fab/images/hcal.png
-%%WWWDIR%%/themes/fab/images/help.gif
-%%WWWDIR%%/themes/fab/images/hline.gif
-%%WWWDIR%%/themes/fab/images/hourglass.gif
-%%WWWDIR%%/themes/fab/images/indicator.gif
-%%WWWDIR%%/themes/fab/images/indis.gif
-%%WWWDIR%%/themes/fab/images/jquery/asc.gif
-%%WWWDIR%%/themes/fab/images/jquery/bg.gif
-%%WWWDIR%%/themes/fab/images/jquery/desc.gif
-%%WWWDIR%%/themes/fab/images/jquery/first.png
-%%WWWDIR%%/themes/fab/images/jquery/last.png
-%%WWWDIR%%/themes/fab/images/jquery/next.png
-%%WWWDIR%%/themes/fab/images/jquery/prev.png
-%%WWWDIR%%/themes/fab/images/larrow.gif
-%%WWWDIR%%/themes/fab/images/larrow2.gif
-%%WWWDIR%%/themes/fab/images/ldarrow.gif
-%%WWWDIR%%/themes/fab/images/loading.gif
-%%WWWDIR%%/themes/fab/images/lsdnarrow.gif
-%%WWWDIR%%/themes/fab/images/lsltarrow.gif
-%%WWWDIR%%/themes/fab/images/lsrtarrow.gif
-%%WWWDIR%%/themes/fab/images/lsuparrow.gif
-%%WWWDIR%%/themes/fab/images/mapq.gif
-%%WWWDIR%%/themes/fab/images/media.gif
-%%WWWDIR%%/themes/fab/images/media/audio.png
-%%WWWDIR%%/themes/fab/images/media/doc.gif
-%%WWWDIR%%/themes/fab/images/media/flash.png
-%%WWWDIR%%/themes/fab/images/media/flashrem.png
-%%WWWDIR%%/themes/fab/images/media/ged.gif
-%%WWWDIR%%/themes/fab/images/media/globe.png
-%%WWWDIR%%/themes/fab/images/media/html.gif
-%%WWWDIR%%/themes/fab/images/media/pdf.gif
-%%WWWDIR%%/themes/fab/images/media/picasa.png
-%%WWWDIR%%/themes/fab/images/media/tex.gif
-%%WWWDIR%%/themes/fab/images/media/wmv.png
-%%WWWDIR%%/themes/fab/images/media/wmvrem.png
-%%WWWDIR%%/themes/fab/images/menu_gallery.gif
-%%WWWDIR%%/themes/fab/images/menu_punbb.gif
-%%WWWDIR%%/themes/fab/images/menu_research.gif
-%%WWWDIR%%/themes/fab/images/minus.gif
-%%WWWDIR%%/themes/fab/images/move.gif
-%%WWWDIR%%/themes/fab/images/multim.gif
-%%WWWDIR%%/themes/fab/images/mypage.gif
-%%WWWDIR%%/themes/fab/images/notes.png
-%%WWWDIR%%/themes/fab/images/open.png
-%%WWWDIR%%/themes/fab/images/patriarch.gif
-%%WWWDIR%%/themes/fab/images/pedigree.gif
-%%WWWDIR%%/themes/fab/images/pin-in.png
-%%WWWDIR%%/themes/fab/images/pin-out.png
-%%WWWDIR%%/themes/fab/images/pix1.gif
-%%WWWDIR%%/themes/fab/images/place.gif
-%%WWWDIR%%/themes/fab/images/plus.gif
-%%WWWDIR%%/themes/fab/images/rarrow.gif
-%%WWWDIR%%/themes/fab/images/rarrow2.gif
-%%WWWDIR%%/themes/fab/images/rdarrow.gif
-%%WWWDIR%%/themes/fab/images/relationship.gif
-%%WWWDIR%%/themes/fab/images/reminder.gif
-%%WWWDIR%%/themes/fab/images/remove-dis.png
-%%WWWDIR%%/themes/fab/images/remove.gif
-%%WWWDIR%%/themes/fab/images/reports.gif
-%%WWWDIR%%/themes/fab/images/repository.gif
-%%WWWDIR%%/themes/fab/images/rings.gif
-%%WWWDIR%%/themes/fab/images/search.gif
-%%WWWDIR%%/themes/fab/images/selected.png
-%%WWWDIR%%/themes/fab/images/sfamily.gif
-%%WWWDIR%%/themes/fab/images/silhouette_female.gif
-%%WWWDIR%%/themes/fab/images/silhouette_male.gif
-%%WWWDIR%%/themes/fab/images/silhouette_unknown.gif
-%%WWWDIR%%/themes/fab/images/source.gif
-%%WWWDIR%%/themes/fab/images/spacer.gif
-%%WWWDIR%%/themes/fab/images/statistic.gif
-%%WWWDIR%%/themes/fab/images/stop.gif
-%%WWWDIR%%/themes/fab/images/terrasrv.gif
-%%WWWDIR%%/themes/fab/images/timeline.gif
-%%WWWDIR%%/themes/fab/images/timelineChunk.gif
-%%WWWDIR%%/themes/fab/images/topdown.gif
-%%WWWDIR%%/themes/fab/images/trashcan.gif
-%%WWWDIR%%/themes/fab/images/uarrow.gif
-%%WWWDIR%%/themes/fab/images/uarrow2.gif
-%%WWWDIR%%/themes/fab/images/uarrow3.gif
-%%WWWDIR%%/themes/fab/images/udarrow.gif
-%%WWWDIR%%/themes/fab/images/video.png
-%%WWWDIR%%/themes/fab/images/vline.gif
-%%WWWDIR%%/themes/fab/images/warning.gif
-%%WWWDIR%%/themes/fab/images/webtrees.png
-%%WWWDIR%%/themes/fab/images/xml.gif
-%%WWWDIR%%/themes/fab/images/zoomin.gif
-%%WWWDIR%%/themes/fab/images/zoomout.gif
-%%WWWDIR%%/themes/fab/jquery/jquery-ui_theme.css
-%%WWWDIR%%/themes/fab/jquery/jquery-ui_theme_rtl.css
-%%WWWDIR%%/themes/fab/modules.css
-%%WWWDIR%%/themes/fab/mozilla.css
-%%WWWDIR%%/themes/fab/msie.css
-%%WWWDIR%%/themes/fab/netscape.css
-%%WWWDIR%%/themes/fab/opera.css
-%%WWWDIR%%/themes/fab/style.css
+%%WWWDIR%%/themes/fab/jquery-ui-1.10.3/images/animated-overlay.gif
+%%WWWDIR%%/themes/fab/jquery-ui-1.10.3/images/ui-bg_diagonals-small_0_aaaaaa_40x40.png
+%%WWWDIR%%/themes/fab/jquery-ui-1.10.3/images/ui-bg_diagonals-thick_15_444444_40x40.png
+%%WWWDIR%%/themes/fab/jquery-ui-1.10.3/images/ui-bg_flat_100_ddd_40x100.png
+%%WWWDIR%%/themes/fab/jquery-ui-1.10.3/images/ui-bg_flat_100_eee_40x100.png
+%%WWWDIR%%/themes/fab/jquery-ui-1.10.3/images/ui-bg_flat_100_fbf5d0_40x100.png
+%%WWWDIR%%/themes/fab/jquery-ui-1.10.3/images/ui-bg_flat_100_fef1ec_40x100.png
+%%WWWDIR%%/themes/fab/jquery-ui-1.10.3/images/ui-bg_flat_100_fff_40x100.png
+%%WWWDIR%%/themes/fab/jquery-ui-1.10.3/images/ui-icons_369_256x240.png
+%%WWWDIR%%/themes/fab/jquery-ui-1.10.3/images/ui-icons_555_256x240.png
+%%WWWDIR%%/themes/fab/jquery-ui-1.10.3/images/ui-icons_cd0a0a_256x240.png
+%%WWWDIR%%/themes/fab/jquery-ui-1.10.3/images/ui-icons_fff_256x240.png
+%%WWWDIR%%/themes/fab/jquery-ui-1.10.3/jquery-ui-1.10.3.custom.css
 %%WWWDIR%%/themes/fab/templates/block_main_temp.php
 %%WWWDIR%%/themes/fab/templates/block_small_temp.php
+%%WWWDIR%%/themes/fab/templates/compactbox_template.php
 %%WWWDIR%%/themes/fab/templates/personbox_template.php
 %%WWWDIR%%/themes/fab/theme.php
-%%WWWDIR%%/themes/minimal/chrome.css
+%%WWWDIR%%/themes/minimal/css-1.5.3/favicon.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/add.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/addmedia.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/addnote.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/addrepository.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/addsource.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/admin.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/bing.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/calendar.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/cfamily.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/childless.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/children.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/clippings.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/controls.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/copy.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/darrow.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/darrow2.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/ddarrow.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/ddarrow2.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/delete.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/dline.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/dline2.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/edit_sm.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/email.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/fambook.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/family.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/find_facts.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/gedcom.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/googlemaps.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/head.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/help.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/hline.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/icon-mime-sprite.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/image_add.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/image_link.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/images.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/indi.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/indi_sprite.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/indicator.gif
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/indis.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/keyboard.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/larrow.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/larrow2.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/ldarrow.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/ldarrow2.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/lifespan-chunk.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/lifespan-down.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/lifespan-left.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/lifespan-right.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/lifespan-up.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/loading.gif
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/mapquest.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/media.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/minus.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/move.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/mypage.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/note.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/notes.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/osm.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/patriarch.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/pedigree.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/place.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/plus.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/rarrow.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/rarrow2.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/rdarrow.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/rdarrow2.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/reminder.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/remove.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/reorder.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/repository.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/rings.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/search.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/selected.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/sex_f_15x15.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/sex_f_9x9.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/sex_m_15x15.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/sex_m_9x9.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/sex_u_15x15.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/sex_u_9x9.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/sfamily.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/silhouette_female.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/silhouette_female_small.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/silhouette_male.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/silhouette_male_small.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/silhouette_unknown.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/silhouette_unknown_small.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/source.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/spacer.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/stop.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/target.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/uarrow.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/uarrow2.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/udarrow.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/udarrow2.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/user_add.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/vline.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/w_button.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/warning.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/zoomin.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/images/zoomout.png
+%%WWWDIR%%/themes/minimal/css-1.5.3/msie.css
+%%WWWDIR%%/themes/minimal/css-1.5.3/style.css
 %%WWWDIR%%/themes/minimal/footer.php
 %%WWWDIR%%/themes/minimal/header.php
-%%WWWDIR%%/themes/minimal/images/add.gif
-%%WWWDIR%%/themes/minimal/images/admin.gif
-%%WWWDIR%%/themes/minimal/images/ancestry.gif
-%%WWWDIR%%/themes/minimal/images/buttons/addmedia.gif
-%%WWWDIR%%/themes/minimal/images/buttons/addnote.gif
-%%WWWDIR%%/themes/minimal/images/buttons/addrepository.gif
-%%WWWDIR%%/themes/minimal/images/buttons/addsource.gif
-%%WWWDIR%%/themes/minimal/images/buttons/calendar.gif
-%%WWWDIR%%/themes/minimal/images/buttons/family.gif
-%%WWWDIR%%/themes/minimal/images/buttons/find_facts.png
-%%WWWDIR%%/themes/minimal/images/buttons/head.gif
-%%WWWDIR%%/themes/minimal/images/buttons/indi.gif
-%%WWWDIR%%/themes/minimal/images/buttons/keyboard.gif
-%%WWWDIR%%/themes/minimal/images/buttons/media.gif
-%%WWWDIR%%/themes/minimal/images/buttons/note.gif
-%%WWWDIR%%/themes/minimal/images/buttons/place.gif
-%%WWWDIR%%/themes/minimal/images/buttons/repository.gif
-%%WWWDIR%%/themes/minimal/images/buttons/source.gif
-%%WWWDIR%%/themes/minimal/images/calendar.gif
-%%WWWDIR%%/themes/minimal/images/cfamily.gif
-%%WWWDIR%%/themes/minimal/images/clippings.gif
-%%WWWDIR%%/themes/minimal/images/close.png
-%%WWWDIR%%/themes/minimal/images/copy.png
-%%WWWDIR%%/themes/minimal/images/darrow.gif
-%%WWWDIR%%/themes/minimal/images/darrow2.gif
-%%WWWDIR%%/themes/minimal/images/ddarrow.gif
-%%WWWDIR%%/themes/minimal/images/delete.png
-%%WWWDIR%%/themes/minimal/images/descendancy.gif
-%%WWWDIR%%/themes/minimal/images/dline.gif
-%%WWWDIR%%/themes/minimal/images/dline2.gif
-%%WWWDIR%%/themes/minimal/images/edit_sm.png
-%%WWWDIR%%/themes/minimal/images/fambook.gif
-%%WWWDIR%%/themes/minimal/images/fanchart.gif
-%%WWWDIR%%/themes/minimal/images/gedcom.gif
-%%WWWDIR%%/themes/minimal/images/help.gif
-%%WWWDIR%%/themes/minimal/images/hline.gif
-%%WWWDIR%%/themes/minimal/images/indis.gif
-%%WWWDIR%%/themes/minimal/images/jquery/asc.gif
-%%WWWDIR%%/themes/minimal/images/jquery/bg.gif
-%%WWWDIR%%/themes/minimal/images/jquery/desc.gif
-%%WWWDIR%%/themes/minimal/images/jquery/first.png
-%%WWWDIR%%/themes/minimal/images/jquery/last.png
-%%WWWDIR%%/themes/minimal/images/jquery/next.png
-%%WWWDIR%%/themes/minimal/images/jquery/prev.png
-%%WWWDIR%%/themes/minimal/images/larrow.gif
-%%WWWDIR%%/themes/minimal/images/larrow2.gif
-%%WWWDIR%%/themes/minimal/images/ldarrow.gif
-%%WWWDIR%%/themes/minimal/images/lsdnarrow.gif
-%%WWWDIR%%/themes/minimal/images/lsltarrow.gif
-%%WWWDIR%%/themes/minimal/images/lsrtarrow.gif
-%%WWWDIR%%/themes/minimal/images/lsuparrow.gif
-%%WWWDIR%%/themes/minimal/images/media.gif
-%%WWWDIR%%/themes/minimal/images/minus.gif
-%%WWWDIR%%/themes/minimal/images/move.gif
-%%WWWDIR%%/themes/minimal/images/mypage.gif
-%%WWWDIR%%/themes/minimal/images/notes.gif
-%%WWWDIR%%/themes/minimal/images/open.png
-%%WWWDIR%%/themes/minimal/images/patriarch.gif
-%%WWWDIR%%/themes/minimal/images/pedigree.gif
-%%WWWDIR%%/themes/minimal/images/pin-in.png
-%%WWWDIR%%/themes/minimal/images/pin-out.png
-%%WWWDIR%%/themes/minimal/images/place.gif
-%%WWWDIR%%/themes/minimal/images/plus.gif
-%%WWWDIR%%/themes/minimal/images/rarrow.gif
-%%WWWDIR%%/themes/minimal/images/rarrow2.gif
-%%WWWDIR%%/themes/minimal/images/rdarrow.gif
-%%WWWDIR%%/themes/minimal/images/relationship.gif
-%%WWWDIR%%/themes/minimal/images/remove.gif
-%%WWWDIR%%/themes/minimal/images/repository.gif
-%%WWWDIR%%/themes/minimal/images/search.gif
-%%WWWDIR%%/themes/minimal/images/sfamily.gif
-%%WWWDIR%%/themes/minimal/images/silhouette_female.gif
-%%WWWDIR%%/themes/minimal/images/silhouette_male.gif
-%%WWWDIR%%/themes/minimal/images/silhouette_unknown.gif
-%%WWWDIR%%/themes/minimal/images/source.gif
-%%WWWDIR%%/themes/minimal/images/spacer.gif
-%%WWWDIR%%/themes/minimal/images/stop.gif
-%%WWWDIR%%/themes/minimal/images/timeline.gif
-%%WWWDIR%%/themes/minimal/images/uarrow.gif
-%%WWWDIR%%/themes/minimal/images/uarrow2.gif
-%%WWWDIR%%/themes/minimal/images/udarrow.gif
-%%WWWDIR%%/themes/minimal/images/vline.gif
-%%WWWDIR%%/themes/minimal/images/zoomin.gif
-%%WWWDIR%%/themes/minimal/images/zoomout.gif
-%%WWWDIR%%/themes/minimal/jquery/jquery-ui_theme.css
-%%WWWDIR%%/themes/minimal/jquery/jquery-ui_theme_rtl.css
-%%WWWDIR%%/themes/minimal/modules.css
-%%WWWDIR%%/themes/minimal/mozilla.css
-%%WWWDIR%%/themes/minimal/msie.css
-%%WWWDIR%%/themes/minimal/netscape.css
-%%WWWDIR%%/themes/minimal/opera.css
-%%WWWDIR%%/themes/minimal/print.css
-%%WWWDIR%%/themes/minimal/style.css
-%%WWWDIR%%/themes/minimal/style_rtl.css
+%%WWWDIR%%/themes/minimal/jquery-ui-1.10.3/images/animated-overlay.gif
+%%WWWDIR%%/themes/minimal/jquery-ui-1.10.3/images/ui-bg_diagonals-small_0_aaaaaa_40x40.png
+%%WWWDIR%%/themes/minimal/jquery-ui-1.10.3/images/ui-bg_diagonals-thick_15_444444_40x40.png
+%%WWWDIR%%/themes/minimal/jquery-ui-1.10.3/images/ui-bg_glass_100_f0f0f0_1x400.png
+%%WWWDIR%%/themes/minimal/jquery-ui-1.10.3/images/ui-bg_glass_50_99c2ff_1x400.png
+%%WWWDIR%%/themes/minimal/jquery-ui-1.10.3/images/ui-bg_glass_55_fbf5d0_1x400.png
+%%WWWDIR%%/themes/minimal/jquery-ui-1.10.3/images/ui-bg_glass_80_e6e6e6_1x400.png
+%%WWWDIR%%/themes/minimal/jquery-ui-1.10.3/images/ui-bg_glass_95_fef1ec_1x400.png
+%%WWWDIR%%/themes/minimal/jquery-ui-1.10.3/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png
+%%WWWDIR%%/themes/minimal/jquery-ui-1.10.3/images/ui-bg_highlight-soft_100_e7eef3_1x100.png
+%%WWWDIR%%/themes/minimal/jquery-ui-1.10.3/images/ui-icons_222222_256x240.png
+%%WWWDIR%%/themes/minimal/jquery-ui-1.10.3/images/ui-icons_2694e8_256x240.png
+%%WWWDIR%%/themes/minimal/jquery-ui-1.10.3/images/ui-icons_2e83ff_256x240.png
+%%WWWDIR%%/themes/minimal/jquery-ui-1.10.3/images/ui-icons_72a7cf_256x240.png
+%%WWWDIR%%/themes/minimal/jquery-ui-1.10.3/images/ui-icons_888888_256x240.png
+%%WWWDIR%%/themes/minimal/jquery-ui-1.10.3/images/ui-icons_cd0a0a_256x240.png
+%%WWWDIR%%/themes/minimal/jquery-ui-1.10.3/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/themes/minimal/jquery-ui-1.10.3/jquery-ui-1.10.3.custom.css
 %%WWWDIR%%/themes/minimal/templates/block_main_temp.php
 %%WWWDIR%%/themes/minimal/templates/block_small_temp.php
+%%WWWDIR%%/themes/minimal/templates/compactbox_template.php
 %%WWWDIR%%/themes/minimal/templates/personbox_template.php
 %%WWWDIR%%/themes/minimal/theme.php
-%%WWWDIR%%/themes/webtrees/chrome.css
+%%WWWDIR%%/themes/webtrees/css-1.5.3/favicon.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/add.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/admin.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/bing.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/buttons/addmedia.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/buttons/addnote.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/buttons/addrepository.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/buttons/addsource.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/buttons/calendar.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/buttons/family.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/buttons/find_facts.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/buttons/head.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/buttons/indi.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/buttons/keyboard.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/buttons/media.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/buttons/note.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/buttons/place.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/buttons/repository.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/buttons/source.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/buttons/target.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/childless.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/children.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/clippings.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/controls.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/darrow.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/darrow2.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/ddarrow.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/ddarrow2.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/dline.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/dline2.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/edit_indi.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/email.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/family.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/general_sprite.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/googlemaps.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/help2.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/hline.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/icon-mime-sprite.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/image_add.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/image_edit.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/image_link.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/image_view.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/images.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/indicator.gif
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/indis.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/large_menu_sprite.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/larrow.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/larrow2.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/ldarrow.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/ldarrow2.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/lifespan-chunk.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/lifespan-down.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/lifespan-left.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/lifespan-right.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/lifespan-up.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/loading.gif
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/mapquest.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/media.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/minus.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/mypage.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/notes.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/osm.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/patriarch.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/pedigree.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/place.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/plus.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/rarrow.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/rarrow2.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/rdarrow.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/rdarrow2.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/reminder.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/remove.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/reorder.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/repository.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/resn_confidential.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/resn_locked.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/resn_none.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/resn_privacy.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/rings.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/search.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/selected.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/sex_f_15x15.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/sex_f_9x9.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/sex_m_15x15.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/sex_m_9x9.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/sex_u_15x15.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/sex_u_9x9.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/silhouette_female.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/silhouette_female_small.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/silhouette_male.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/silhouette_male_small.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/silhouette_unknown.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/silhouette_unknown_small.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/small_menu_sprite.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/source.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/spacer.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/stop.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/tree.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/uarrow.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/uarrow2.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/udarrow.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/udarrow2.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/user_add.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/vline.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/w_button.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/warning.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/webtrees.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/webtrees_s.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/zoomin.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/images/zoomout.png
+%%WWWDIR%%/themes/webtrees/css-1.5.3/msie.css
+%%WWWDIR%%/themes/webtrees/css-1.5.3/style.css
 %%WWWDIR%%/themes/webtrees/footer.php
 %%WWWDIR%%/themes/webtrees/header.php
-%%WWWDIR%%/themes/webtrees/images/RESN_confidential.gif
-%%WWWDIR%%/themes/webtrees/images/RESN_locked.gif
-%%WWWDIR%%/themes/webtrees/images/RESN_none.gif
-%%WWWDIR%%/themes/webtrees/images/RESN_privacy.gif
-%%WWWDIR%%/themes/webtrees/images/add.gif
-%%WWWDIR%%/themes/webtrees/images/admin.png
-%%WWWDIR%%/themes/webtrees/images/ancestry.png
-%%WWWDIR%%/themes/webtrees/images/bubble.gif
-%%WWWDIR%%/themes/webtrees/images/buttons/addmedia.gif
-%%WWWDIR%%/themes/webtrees/images/buttons/addnote.gif
-%%WWWDIR%%/themes/webtrees/images/buttons/addrepository.gif
-%%WWWDIR%%/themes/webtrees/images/buttons/addsource.gif
-%%WWWDIR%%/themes/webtrees/images/buttons/autocomplete.gif
-%%WWWDIR%%/themes/webtrees/images/buttons/calendar.gif
-%%WWWDIR%%/themes/webtrees/images/buttons/family.gif
-%%WWWDIR%%/themes/webtrees/images/buttons/find_facts.png
-%%WWWDIR%%/themes/webtrees/images/buttons/head.gif
-%%WWWDIR%%/themes/webtrees/images/buttons/indi.gif
-%%WWWDIR%%/themes/webtrees/images/buttons/keyboard.gif
-%%WWWDIR%%/themes/webtrees/images/buttons/media.gif
-%%WWWDIR%%/themes/webtrees/images/buttons/note.gif
-%%WWWDIR%%/themes/webtrees/images/buttons/place.gif
-%%WWWDIR%%/themes/webtrees/images/buttons/refresh.gif
-%%WWWDIR%%/themes/webtrees/images/buttons/repository.gif
-%%WWWDIR%%/themes/webtrees/images/buttons/source.gif
-%%WWWDIR%%/themes/webtrees/images/buttons/target.gif
-%%WWWDIR%%/themes/webtrees/images/buttons/view_all.gif
-%%WWWDIR%%/themes/webtrees/images/calendar.png
-%%WWWDIR%%/themes/webtrees/images/cfamily.png
-%%WWWDIR%%/themes/webtrees/images/charts.png
-%%WWWDIR%%/themes/webtrees/images/checked.gif
-%%WWWDIR%%/themes/webtrees/images/checked_qm.gif
-%%WWWDIR%%/themes/webtrees/images/childless.gif
-%%WWWDIR%%/themes/webtrees/images/children.gif
-%%WWWDIR%%/themes/webtrees/images/clippings.png
-%%WWWDIR%%/themes/webtrees/images/close.png
-%%WWWDIR%%/themes/webtrees/images/copy.png
-%%WWWDIR%%/themes/webtrees/images/darrow.gif
-%%WWWDIR%%/themes/webtrees/images/darrow2.gif
-%%WWWDIR%%/themes/webtrees/images/ddarrow.gif
-%%WWWDIR%%/themes/webtrees/images/delete.png
-%%WWWDIR%%/themes/webtrees/images/descendancy.png
-%%WWWDIR%%/themes/webtrees/images/dline.gif
-%%WWWDIR%%/themes/webtrees/images/dline2.gif
-%%WWWDIR%%/themes/webtrees/images/edit.png
-%%WWWDIR%%/themes/webtrees/images/edit_fam.png
-%%WWWDIR%%/themes/webtrees/images/edit_indi.png
-%%WWWDIR%%/themes/webtrees/images/edit_media.png
-%%WWWDIR%%/themes/webtrees/images/edit_note.png
-%%WWWDIR%%/themes/webtrees/images/edit_repo.png
-%%WWWDIR%%/themes/webtrees/images/edit_sm.png
-%%WWWDIR%%/themes/webtrees/images/edit_source.png
-%%WWWDIR%%/themes/webtrees/images/fambook.png
-%%WWWDIR%%/themes/webtrees/images/fanchart.png
-%%WWWDIR%%/themes/webtrees/images/favorites.png
-%%WWWDIR%%/themes/webtrees/images/feed-icon16x16.png
-%%WWWDIR%%/themes/webtrees/images/forbidden.gif
-%%WWWDIR%%/themes/webtrees/images/header.jpg
-%%WWWDIR%%/themes/webtrees/images/help.png
-%%WWWDIR%%/themes/webtrees/images/help2.png
-%%WWWDIR%%/themes/webtrees/images/hline.gif
-%%WWWDIR%%/themes/webtrees/images/home.png
-%%WWWDIR%%/themes/webtrees/images/hourglass.png
-%%WWWDIR%%/themes/webtrees/images/indicator.gif
-%%WWWDIR%%/themes/webtrees/images/indis.png
-%%WWWDIR%%/themes/webtrees/images/jquery/asc.gif
-%%WWWDIR%%/themes/webtrees/images/jquery/bg.gif
-%%WWWDIR%%/themes/webtrees/images/jquery/desc.gif
-%%WWWDIR%%/themes/webtrees/images/jquery/first.png
-%%WWWDIR%%/themes/webtrees/images/jquery/last.png
-%%WWWDIR%%/themes/webtrees/images/jquery/next.png
-%%WWWDIR%%/themes/webtrees/images/jquery/prev.png
-%%WWWDIR%%/themes/webtrees/images/larrow.gif
-%%WWWDIR%%/themes/webtrees/images/larrow2.gif
-%%WWWDIR%%/themes/webtrees/images/ldarrow.gif
-%%WWWDIR%%/themes/webtrees/images/lists.png
-%%WWWDIR%%/themes/webtrees/images/loading.gif
-%%WWWDIR%%/themes/webtrees/images/lsdnarrow.gif
-%%WWWDIR%%/themes/webtrees/images/lsltarrow.gif
-%%WWWDIR%%/themes/webtrees/images/lsrtarrow.gif
-%%WWWDIR%%/themes/webtrees/images/lsuparrow.gif
-%%WWWDIR%%/themes/webtrees/images/mapq.gif
-%%WWWDIR%%/themes/webtrees/images/media.png
-%%WWWDIR%%/themes/webtrees/images/media/audio.png
-%%WWWDIR%%/themes/webtrees/images/media/doc.gif
-%%WWWDIR%%/themes/webtrees/images/media/flash.png
-%%WWWDIR%%/themes/webtrees/images/media/flashrem.png
-%%WWWDIR%%/themes/webtrees/images/media/ged.gif
-%%WWWDIR%%/themes/webtrees/images/media/globe.png
-%%WWWDIR%%/themes/webtrees/images/media/html.gif
-%%WWWDIR%%/themes/webtrees/images/media/pdf.gif
-%%WWWDIR%%/themes/webtrees/images/media/picasa.png
-%%WWWDIR%%/themes/webtrees/images/media/tex.gif
-%%WWWDIR%%/themes/webtrees/images/media/wmv.png
-%%WWWDIR%%/themes/webtrees/images/media/wmvrem.png
-%%WWWDIR%%/themes/webtrees/images/minus.gif
-%%WWWDIR%%/themes/webtrees/images/move.gif
-%%WWWDIR%%/themes/webtrees/images/multim.gif
-%%WWWDIR%%/themes/webtrees/images/mypage.png
-%%WWWDIR%%/themes/webtrees/images/notes.png
-%%WWWDIR%%/themes/webtrees/images/open.png
-%%WWWDIR%%/themes/webtrees/images/patriarch.png
-%%WWWDIR%%/themes/webtrees/images/pedigree.png
-%%WWWDIR%%/themes/webtrees/images/pin-in.png
-%%WWWDIR%%/themes/webtrees/images/pin-out.png
-%%WWWDIR%%/themes/webtrees/images/pix1.gif
-%%WWWDIR%%/themes/webtrees/images/place.png
-%%WWWDIR%%/themes/webtrees/images/plus.gif
-%%WWWDIR%%/themes/webtrees/images/rarrow.gif
-%%WWWDIR%%/themes/webtrees/images/rarrow2.gif
-%%WWWDIR%%/themes/webtrees/images/rdarrow.gif
-%%WWWDIR%%/themes/webtrees/images/relationship.png
-%%WWWDIR%%/themes/webtrees/images/reminder.gif
-%%WWWDIR%%/themes/webtrees/images/remove-dis.png
-%%WWWDIR%%/themes/webtrees/images/remove.gif
-%%WWWDIR%%/themes/webtrees/images/reports.png
-%%WWWDIR%%/themes/webtrees/images/repository.png
-%%WWWDIR%%/themes/webtrees/images/rings.gif
-%%WWWDIR%%/themes/webtrees/images/search.png
-%%WWWDIR%%/themes/webtrees/images/selected.png
-%%WWWDIR%%/themes/webtrees/images/sfamily.png
-%%WWWDIR%%/themes/webtrees/images/silhouette_female.gif
-%%WWWDIR%%/themes/webtrees/images/silhouette_male.gif
-%%WWWDIR%%/themes/webtrees/images/silhouette_unknown.gif
-%%WWWDIR%%/themes/webtrees/images/source.png
-%%WWWDIR%%/themes/webtrees/images/spacer.gif
-%%WWWDIR%%/themes/webtrees/images/statistic.png
-%%WWWDIR%%/themes/webtrees/images/stop.gif
-%%WWWDIR%%/themes/webtrees/images/terrasrv.gif
-%%WWWDIR%%/themes/webtrees/images/timeline.png
-%%WWWDIR%%/themes/webtrees/images/timelineChunk.gif
-%%WWWDIR%%/themes/webtrees/images/topdown.gif
-%%WWWDIR%%/themes/webtrees/images/trashcan.gif
-%%WWWDIR%%/themes/webtrees/images/tree.png
-%%WWWDIR%%/themes/webtrees/images/uarrow.gif
-%%WWWDIR%%/themes/webtrees/images/uarrow2.gif
-%%WWWDIR%%/themes/webtrees/images/uarrow3.gif
-%%WWWDIR%%/themes/webtrees/images/udarrow.gif
-%%WWWDIR%%/themes/webtrees/images/video.png
-%%WWWDIR%%/themes/webtrees/images/vline.gif
-%%WWWDIR%%/themes/webtrees/images/w_22.png
-%%WWWDIR%%/themes/webtrees/images/warning.gif
-%%WWWDIR%%/themes/webtrees/images/webtrees.png
-%%WWWDIR%%/themes/webtrees/images/webtrees_s.png
-%%WWWDIR%%/themes/webtrees/images/xml.gif
-%%WWWDIR%%/themes/webtrees/images/zoomin.gif
-%%WWWDIR%%/themes/webtrees/images/zoomout.gif
-%%WWWDIR%%/themes/webtrees/jquery/jquery-ui_theme.css
-%%WWWDIR%%/themes/webtrees/jquery/jquery-ui_theme_rtl.css
-%%WWWDIR%%/themes/webtrees/modules.css
-%%WWWDIR%%/themes/webtrees/mozilla.css
-%%WWWDIR%%/themes/webtrees/msie.css
-%%WWWDIR%%/themes/webtrees/netscape.css
-%%WWWDIR%%/themes/webtrees/opera.css
-%%WWWDIR%%/themes/webtrees/style.css
-%%WWWDIR%%/themes/webtrees/style_rtl.css
+%%WWWDIR%%/themes/webtrees/jquery-ui-1.10.3/images/animated-overlay.gif
+%%WWWDIR%%/themes/webtrees/jquery-ui-1.10.3/images/ui-bg_diagonals-small_0_aaaaaa_40x40.png
+%%WWWDIR%%/themes/webtrees/jquery-ui-1.10.3/images/ui-bg_diagonals-thick_15_444444_40x40.png
+%%WWWDIR%%/themes/webtrees/jquery-ui-1.10.3/images/ui-bg_glass_100_f0f0f0_1x400.png
+%%WWWDIR%%/themes/webtrees/jquery-ui-1.10.3/images/ui-bg_glass_50_99c2ff_1x400.png
+%%WWWDIR%%/themes/webtrees/jquery-ui-1.10.3/images/ui-bg_glass_55_fbf5d0_1x400.png
+%%WWWDIR%%/themes/webtrees/jquery-ui-1.10.3/images/ui-bg_glass_80_e6e6e6_1x400.png
+%%WWWDIR%%/themes/webtrees/jquery-ui-1.10.3/images/ui-bg_glass_95_fef1ec_1x400.png
+%%WWWDIR%%/themes/webtrees/jquery-ui-1.10.3/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png
+%%WWWDIR%%/themes/webtrees/jquery-ui-1.10.3/images/ui-bg_highlight-soft_100_e7eef3_1x100.png
+%%WWWDIR%%/themes/webtrees/jquery-ui-1.10.3/images/ui-icons_222222_256x240.png
+%%WWWDIR%%/themes/webtrees/jquery-ui-1.10.3/images/ui-icons_2694e8_256x240.png
+%%WWWDIR%%/themes/webtrees/jquery-ui-1.10.3/images/ui-icons_2e83ff_256x240.png
+%%WWWDIR%%/themes/webtrees/jquery-ui-1.10.3/images/ui-icons_72a7cf_256x240.png
+%%WWWDIR%%/themes/webtrees/jquery-ui-1.10.3/images/ui-icons_888888_256x240.png
+%%WWWDIR%%/themes/webtrees/jquery-ui-1.10.3/images/ui-icons_cd0a0a_256x240.png
+%%WWWDIR%%/themes/webtrees/jquery-ui-1.10.3/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/themes/webtrees/jquery-ui-1.10.3/jquery-ui-1.10.3.custom.css
 %%WWWDIR%%/themes/webtrees/templates/block_main_temp.php
 %%WWWDIR%%/themes/webtrees/templates/block_small_temp.php
+%%WWWDIR%%/themes/webtrees/templates/compactbox_template.php
 %%WWWDIR%%/themes/webtrees/templates/personbox_template.php
 %%WWWDIR%%/themes/webtrees/theme.php
-%%WWWDIR%%/themes/xenea/chrome.css
+%%WWWDIR%%/themes/xenea/css-1.5.3/favicon.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/add.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/admin.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/barra.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/bing.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/buttons/addmedia.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/buttons/addnote.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/buttons/addrepository.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/buttons/addsource.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/buttons/calendar.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/buttons/family.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/buttons/find_facts.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/buttons/head.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/buttons/indi.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/buttons/keyboard.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/buttons/media.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/buttons/note.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/buttons/place.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/buttons/repository.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/buttons/source.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/buttons/target.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/cabeza.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/cabeza_rtl.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/cfamily.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/childless.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/children.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/clippings.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/controls.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/darrow.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/darrow2.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/ddarrow.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/delete.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/dline.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/dline2.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/edit_indi.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/edit_sm.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/email.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/ADDR.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/ADOP.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/AFN.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/ANUL.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/ASSO.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/BAPL.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/BAPM.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/BIRT.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/BURI.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/CEME.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/CENS.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/CHAN.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/CHR.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/CONF.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/CONL.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/DEAT.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/DIV.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/DIVF.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/EMAIL.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/EMIG.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/ENGA.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/EVEN.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/FACT.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/IMMI.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/MARB.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/MARR.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/NULL.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/OCCU.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/ORDN.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/PHON.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/PROP.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/REFN.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/RESI.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/RFN.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/RIN.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/SLGS.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/WWW.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/_COML.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/_MDCL.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/_MILI.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/_NMAR.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/_NMR.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/_SEPR.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/_TODO.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/facts/_UID.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/fambook.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/googlemaps.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/help.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/hline.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/home.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/icon-mime-sprite.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/image_add.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/image_edit.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/image_link.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/image_view.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/images.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/indi_sprite.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/indicator.gif
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/indis.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/larrow.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/larrow2.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/ldarrow.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/lifespan-chunk.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/lifespan-down.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/lifespan-left.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/lifespan-right.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/lifespan-up.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/lists.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/loading.gif
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/mapquest.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/media.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/minus.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/mypage.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/notes.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/osm.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/patriarch.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/pedigree.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/place.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/plus.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/rarrow.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/rarrow2.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/rdarrow.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/readme.txt
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/reminder.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/reorder.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/repository.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/resn_confidential.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/resn_locked.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/resn_none.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/resn_privacy.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/rings.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/search.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/selected.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/sex_f_15x15.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/sex_f_9x9.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/sex_m_15x15.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/sex_m_9x9.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/sex_u_15x15.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/sex_u_9x9.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/sfamily.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/silhouette_female.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/silhouette_female_small.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/silhouette_male.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/silhouette_male_small.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/silhouette_unknown.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/silhouette_unknown_small.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/sombra.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/source.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/spacer.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/sprites-sub-menu.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/sprites-top-menu.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/stop.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/tree.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/uarrow.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/uarrow2.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/udarrow.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/user_add.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/vline.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/w_button.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/warning.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/webtrees.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/zoomin.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/images/zoomout.png
+%%WWWDIR%%/themes/xenea/css-1.5.3/msie.css
+%%WWWDIR%%/themes/xenea/css-1.5.3/style.css
 %%WWWDIR%%/themes/xenea/footer.php
 %%WWWDIR%%/themes/xenea/header.php
-%%WWWDIR%%/themes/xenea/images/add.gif
-%%WWWDIR%%/themes/xenea/images/admin.gif
-%%WWWDIR%%/themes/xenea/images/ancestry.gif
-%%WWWDIR%%/themes/xenea/images/barra.gif
-%%WWWDIR%%/themes/xenea/images/buttons/addmedia.gif
-%%WWWDIR%%/themes/xenea/images/buttons/addnote.gif
-%%WWWDIR%%/themes/xenea/images/buttons/addrepository.gif
-%%WWWDIR%%/themes/xenea/images/buttons/addsource.gif
-%%WWWDIR%%/themes/xenea/images/buttons/calendar.gif
-%%WWWDIR%%/themes/xenea/images/buttons/family.gif
-%%WWWDIR%%/themes/xenea/images/buttons/find_facts.png
-%%WWWDIR%%/themes/xenea/images/buttons/head.gif
-%%WWWDIR%%/themes/xenea/images/buttons/indi.gif
-%%WWWDIR%%/themes/xenea/images/buttons/keyboard.gif
-%%WWWDIR%%/themes/xenea/images/buttons/media.gif
-%%WWWDIR%%/themes/xenea/images/buttons/note.gif
-%%WWWDIR%%/themes/xenea/images/buttons/place.gif
-%%WWWDIR%%/themes/xenea/images/buttons/repository.gif
-%%WWWDIR%%/themes/xenea/images/buttons/source.gif
-%%WWWDIR%%/themes/xenea/images/cabeza.jpg
-%%WWWDIR%%/themes/xenea/images/cabeza_rtl.jpg
-%%WWWDIR%%/themes/xenea/images/calendar.gif
-%%WWWDIR%%/themes/xenea/images/cfamily.gif
-%%WWWDIR%%/themes/xenea/images/clippings.gif
-%%WWWDIR%%/themes/xenea/images/close.png
-%%WWWDIR%%/themes/xenea/images/copy.png
-%%WWWDIR%%/themes/xenea/images/darrow.gif
-%%WWWDIR%%/themes/xenea/images/darrow2.gif
-%%WWWDIR%%/themes/xenea/images/ddarrow.gif
-%%WWWDIR%%/themes/xenea/images/delete.png
-%%WWWDIR%%/themes/xenea/images/descendancy.gif
-%%WWWDIR%%/themes/xenea/images/dline.gif
-%%WWWDIR%%/themes/xenea/images/dline2.gif
-%%WWWDIR%%/themes/xenea/images/edit_fam.gif
-%%WWWDIR%%/themes/xenea/images/edit_indi.gif
-%%WWWDIR%%/themes/xenea/images/edit_repo.gif
-%%WWWDIR%%/themes/xenea/images/edit_sm.png
-%%WWWDIR%%/themes/xenea/images/edit_sour.gif
-%%WWWDIR%%/themes/xenea/images/facts/ADDR.gif
-%%WWWDIR%%/themes/xenea/images/facts/BAPM.gif
-%%WWWDIR%%/themes/xenea/images/facts/BIRT.gif
-%%WWWDIR%%/themes/xenea/images/facts/BURI.gif
-%%WWWDIR%%/themes/xenea/images/facts/CEME.gif
-%%WWWDIR%%/themes/xenea/images/facts/CHAN.gif
-%%WWWDIR%%/themes/xenea/images/facts/CHR.gif
-%%WWWDIR%%/themes/xenea/images/facts/DEAT.gif
-%%WWWDIR%%/themes/xenea/images/facts/EDUC.gif
-%%WWWDIR%%/themes/xenea/images/facts/ENGA.gif
-%%WWWDIR%%/themes/xenea/images/facts/GRAD.gif
-%%WWWDIR%%/themes/xenea/images/facts/MARR.gif
-%%WWWDIR%%/themes/xenea/images/facts/OCCU.gif
-%%WWWDIR%%/themes/xenea/images/facts/ORDN.gif
-%%WWWDIR%%/themes/xenea/images/facts/PHON.gif
-%%WWWDIR%%/themes/xenea/images/facts/RELA.gif
-%%WWWDIR%%/themes/xenea/images/facts/RESI.gif
-%%WWWDIR%%/themes/xenea/images/facts/_MDCL.gif
-%%WWWDIR%%/themes/xenea/images/facts/_MILI.gif
-%%WWWDIR%%/themes/xenea/images/fambook.gif
-%%WWWDIR%%/themes/xenea/images/fanchart.gif
-%%WWWDIR%%/themes/xenea/images/gedcom.gif
-%%WWWDIR%%/themes/xenea/images/help.gif
-%%WWWDIR%%/themes/xenea/images/hline.gif
-%%WWWDIR%%/themes/xenea/images/home.gif
-%%WWWDIR%%/themes/xenea/images/hourglass.gif
-%%WWWDIR%%/themes/xenea/images/indis.gif
-%%WWWDIR%%/themes/xenea/images/jquery/asc.gif
-%%WWWDIR%%/themes/xenea/images/jquery/bg.gif
-%%WWWDIR%%/themes/xenea/images/jquery/desc.gif
-%%WWWDIR%%/themes/xenea/images/jquery/first.png
-%%WWWDIR%%/themes/xenea/images/jquery/last.png
-%%WWWDIR%%/themes/xenea/images/jquery/next.png
-%%WWWDIR%%/themes/xenea/images/jquery/prev.png
-%%WWWDIR%%/themes/xenea/images/larrow.gif
-%%WWWDIR%%/themes/xenea/images/larrow2.gif
-%%WWWDIR%%/themes/xenea/images/ldarrow.gif
-%%WWWDIR%%/themes/xenea/images/lists.gif
-%%WWWDIR%%/themes/xenea/images/loading.gif
-%%WWWDIR%%/themes/xenea/images/lsdnarrow.gif
-%%WWWDIR%%/themes/xenea/images/lsltarrow.gif
-%%WWWDIR%%/themes/xenea/images/lsrtarrow.gif
-%%WWWDIR%%/themes/xenea/images/lsuparrow.gif
-%%WWWDIR%%/themes/xenea/images/media.gif
-%%WWWDIR%%/themes/xenea/images/menu_gallery.gif
-%%WWWDIR%%/themes/xenea/images/menu_help.gif
-%%WWWDIR%%/themes/xenea/images/menu_media.gif
-%%WWWDIR%%/themes/xenea/images/menu_note.gif
-%%WWWDIR%%/themes/xenea/images/menu_punbb.gif
-%%WWWDIR%%/themes/xenea/images/menu_repository.gif
-%%WWWDIR%%/themes/xenea/images/menu_research.gif
-%%WWWDIR%%/themes/xenea/images/menu_source.gif
-%%WWWDIR%%/themes/xenea/images/minus.gif
-%%WWWDIR%%/themes/xenea/images/move.gif
-%%WWWDIR%%/themes/xenea/images/mypage.gif
-%%WWWDIR%%/themes/xenea/images/notes.gif
-%%WWWDIR%%/themes/xenea/images/open.png
-%%WWWDIR%%/themes/xenea/images/patriarch.gif
-%%WWWDIR%%/themes/xenea/images/pedigree.gif
-%%WWWDIR%%/themes/xenea/images/pin-in.png
-%%WWWDIR%%/themes/xenea/images/pin-out.png
-%%WWWDIR%%/themes/xenea/images/pixel.gif
-%%WWWDIR%%/themes/xenea/images/place.gif
-%%WWWDIR%%/themes/xenea/images/plus.gif
-%%WWWDIR%%/themes/xenea/images/puntos.gif
-%%WWWDIR%%/themes/xenea/images/puntos2.gif
-%%WWWDIR%%/themes/xenea/images/rarrow.gif
-%%WWWDIR%%/themes/xenea/images/rarrow2.gif
-%%WWWDIR%%/themes/xenea/images/rdarrow.gif
-%%WWWDIR%%/themes/xenea/images/readme.txt
-%%WWWDIR%%/themes/xenea/images/relationship.gif
-%%WWWDIR%%/themes/xenea/images/remove.gif
-%%WWWDIR%%/themes/xenea/images/report.gif
-%%WWWDIR%%/themes/xenea/images/repository.gif
-%%WWWDIR%%/themes/xenea/images/search.gif
-%%WWWDIR%%/themes/xenea/images/sfamily.gif
-%%WWWDIR%%/themes/xenea/images/silhouette_female.gif
-%%WWWDIR%%/themes/xenea/images/silhouette_male.gif
-%%WWWDIR%%/themes/xenea/images/silhouette_unknown.gif
-%%WWWDIR%%/themes/xenea/images/sombra.gif
-%%WWWDIR%%/themes/xenea/images/source.gif
-%%WWWDIR%%/themes/xenea/images/spacer.gif
-%%WWWDIR%%/themes/xenea/images/statistic.gif
-%%WWWDIR%%/themes/xenea/images/stop.gif
-%%WWWDIR%%/themes/xenea/images/timeline.gif
-%%WWWDIR%%/themes/xenea/images/tree.gif
-%%WWWDIR%%/themes/xenea/images/uarrow.gif
-%%WWWDIR%%/themes/xenea/images/uarrow2.gif
-%%WWWDIR%%/themes/xenea/images/uarrow3.gif
-%%WWWDIR%%/themes/xenea/images/udarrow.gif
-%%WWWDIR%%/themes/xenea/images/vline.gif
-%%WWWDIR%%/themes/xenea/images/w_22.png
-%%WWWDIR%%/themes/xenea/images/webtrees.png
-%%WWWDIR%%/themes/xenea/images/zoomin.gif
-%%WWWDIR%%/themes/xenea/images/zoomout.gif
-%%WWWDIR%%/themes/xenea/jquery/jquery-ui_theme.css
-%%WWWDIR%%/themes/xenea/jquery/jquery-ui_theme_rtl.css
-%%WWWDIR%%/themes/xenea/modules.css
-%%WWWDIR%%/themes/xenea/mozilla.css
-%%WWWDIR%%/themes/xenea/msie.css
-%%WWWDIR%%/themes/xenea/netscape.css
-%%WWWDIR%%/themes/xenea/opera.css
-%%WWWDIR%%/themes/xenea/print.css
-%%WWWDIR%%/themes/xenea/style.css
-%%WWWDIR%%/themes/xenea/style_rtl.css
+%%WWWDIR%%/themes/xenea/jquery-ui-1.10.3/images/animated-overlay.gif
+%%WWWDIR%%/themes/xenea/jquery-ui-1.10.3/images/ui-bg_diagonals-small_0_aaaaaa_40x40.png
+%%WWWDIR%%/themes/xenea/jquery-ui-1.10.3/images/ui-bg_diagonals-thick_15_444444_40x40.png
+%%WWWDIR%%/themes/xenea/jquery-ui-1.10.3/images/ui-bg_glass_100_f0f0f0_1x400.png
+%%WWWDIR%%/themes/xenea/jquery-ui-1.10.3/images/ui-bg_glass_50_99c2ff_1x400.png
+%%WWWDIR%%/themes/xenea/jquery-ui-1.10.3/images/ui-bg_glass_55_fbf5d0_1x400.png
+%%WWWDIR%%/themes/xenea/jquery-ui-1.10.3/images/ui-bg_glass_80_e6e6e6_1x400.png
+%%WWWDIR%%/themes/xenea/jquery-ui-1.10.3/images/ui-bg_glass_95_fef1ec_1x400.png
+%%WWWDIR%%/themes/xenea/jquery-ui-1.10.3/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png
+%%WWWDIR%%/themes/xenea/jquery-ui-1.10.3/images/ui-bg_highlight-soft_100_e7eef3_1x100.png
+%%WWWDIR%%/themes/xenea/jquery-ui-1.10.3/images/ui-icons_222222_256x240.png
+%%WWWDIR%%/themes/xenea/jquery-ui-1.10.3/images/ui-icons_2694e8_256x240.png
+%%WWWDIR%%/themes/xenea/jquery-ui-1.10.3/images/ui-icons_2e83ff_256x240.png
+%%WWWDIR%%/themes/xenea/jquery-ui-1.10.3/images/ui-icons_72a7cf_256x240.png
+%%WWWDIR%%/themes/xenea/jquery-ui-1.10.3/images/ui-icons_888888_256x240.png
+%%WWWDIR%%/themes/xenea/jquery-ui-1.10.3/images/ui-icons_cd0a0a_256x240.png
+%%WWWDIR%%/themes/xenea/jquery-ui-1.10.3/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/themes/xenea/jquery-ui-1.10.3/jquery-ui-1.10.3.custom.css
 %%WWWDIR%%/themes/xenea/templates/block_main_temp.php
 %%WWWDIR%%/themes/xenea/templates/block_small_temp.php
+%%WWWDIR%%/themes/xenea/templates/compactbox_template.php
 %%WWWDIR%%/themes/xenea/templates/personbox_template.php
 %%WWWDIR%%/themes/xenea/theme.php
 %%WWWDIR%%/timeline.php
-%%WWWDIR%%/treenav.php
-%%WWWDIR%%/uploadmedia.php
-%%WWWDIR%%/useradmin.php
-%%WWWDIR%%/webservice/.htaccess
-%%WWWDIR%%/webservice/genealogyService.php
-%%WWWDIR%%/webservice/wtServiceLogic.class.php
-%%WWWDIR%%/wtinfo.php
-@dirrm %%WWWDIR%%/webservice
-@dirrm %%WWWDIR%%/themes/xenea/templates
-@dirrm %%WWWDIR%%/themes/xenea/jquery
-@dirrm %%WWWDIR%%/themes/xenea/images/jquery
-@dirrm %%WWWDIR%%/themes/xenea/images/facts
-@dirrm %%WWWDIR%%/themes/xenea/images/buttons
-@dirrm %%WWWDIR%%/themes/xenea/images
-@dirrm %%WWWDIR%%/themes/xenea
-@dirrm %%WWWDIR%%/themes/webtrees/templates
-@dirrm %%WWWDIR%%/themes/webtrees/jquery
-@dirrm %%WWWDIR%%/themes/webtrees/images/media
-@dirrm %%WWWDIR%%/themes/webtrees/images/jquery
-@dirrm %%WWWDIR%%/themes/webtrees/images/buttons
-@dirrm %%WWWDIR%%/themes/webtrees/images
-@dirrm %%WWWDIR%%/themes/webtrees
-@dirrm %%WWWDIR%%/themes/minimal/templates
-@dirrm %%WWWDIR%%/themes/minimal/jquery
-@dirrm %%WWWDIR%%/themes/minimal/images/jquery
-@dirrm %%WWWDIR%%/themes/minimal/images/buttons
-@dirrm %%WWWDIR%%/themes/minimal/images
-@dirrm %%WWWDIR%%/themes/minimal
-@dirrm %%WWWDIR%%/themes/fab/templates
-@dirrm %%WWWDIR%%/themes/fab/jquery
-@dirrm %%WWWDIR%%/themes/fab/images/media
-@dirrm %%WWWDIR%%/themes/fab/images/jquery
-@dirrm %%WWWDIR%%/themes/fab/images/buttons
-@dirrm %%WWWDIR%%/themes/fab/images
-@dirrm %%WWWDIR%%/themes/fab
-@dirrm %%WWWDIR%%/themes/colors/templates
-@dirrm %%WWWDIR%%/themes/colors/jquery
-@dirrm %%WWWDIR%%/themes/colors/images/media
-@dirrm %%WWWDIR%%/themes/colors/images/jquery
-@dirrm %%WWWDIR%%/themes/colors/images/buttons
-@dirrm %%WWWDIR%%/themes/colors/images
-@dirrm %%WWWDIR%%/themes/colors/css
-@dirrm %%WWWDIR%%/themes/colors
-@dirrm %%WWWDIR%%/themes/clouds/templates
-@dirrm %%WWWDIR%%/themes/clouds/jquery
-@dirrm %%WWWDIR%%/themes/clouds/images/media
-@dirrm %%WWWDIR%%/themes/clouds/images/jquery
-@dirrm %%WWWDIR%%/themes/clouds/images/buttons
-@dirrm %%WWWDIR%%/themes/clouds/images
-@dirrm %%WWWDIR%%/themes/clouds
-@dirrm %%WWWDIR%%/themes
-@dirrm %%WWWDIR%%/places/flags
-@dirrm %%WWWDIR%%/places/ZAF
-@dirrm %%WWWDIR%%/places/WLS
-@dirrm %%WWWDIR%%/places/USA/flags
-@dirrm %%WWWDIR%%/places/USA
-@dirrm %%WWWDIR%%/places/UKR
-@dirrm %%WWWDIR%%/places/TUR
-@dirrm %%WWWDIR%%/places/SWE
-@dirrm %%WWWDIR%%/places/SVK
-@dirrm %%WWWDIR%%/places/SCT
-@dirrm %%WWWDIR%%/places/RUS
-@dirrm %%WWWDIR%%/places/ROM
-@dirrm %%WWWDIR%%/places/REU
-@dirrm %%WWWDIR%%/places/PRT
-@dirrm %%WWWDIR%%/places/POL/flags
-@dirrm %%WWWDIR%%/places/POL
-@dirrm %%WWWDIR%%/places/PAK
-@dirrm %%WWWDIR%%/places/NZL
-@dirrm %%WWWDIR%%/places/NOR
-@dirrm %%WWWDIR%%/places/NLD/flags/ZL
-@dirrm %%WWWDIR%%/places/NLD/flags/ZH
-@dirrm %%WWWDIR%%/places/NLD/flags/UT
-@dirrm %%WWWDIR%%/places/NLD/flags/OV
-@dirrm %%WWWDIR%%/places/NLD/flags/NH
-@dirrm %%WWWDIR%%/places/NLD/flags/NB
-@dirrm %%WWWDIR%%/places/NLD/flags/LI
-@dirrm %%WWWDIR%%/places/NLD/flags/GR
-@dirrm %%WWWDIR%%/places/NLD/flags/GE
-@dirrm %%WWWDIR%%/places/NLD/flags/FR
-@dirrm %%WWWDIR%%/places/NLD/flags/FL
-@dirrm %%WWWDIR%%/places/NLD/flags/DR
-@dirrm %%WWWDIR%%/places/NLD/flags
-@dirrm %%WWWDIR%%/places/NLD
-@dirrm %%WWWDIR%%/places/MTQ
-@dirrm %%WWWDIR%%/places/MLT
-@dirrm %%WWWDIR%%/places/LKA
-@dirrm %%WWWDIR%%/places/LBN
-@dirrm %%WWWDIR%%/places/KEN
-@dirrm %%WWWDIR%%/places/ITA/flags
-@dirrm %%WWWDIR%%/places/ITA
-@dirrm %%WWWDIR%%/places/ISR
-@dirrm %%WWWDIR%%/places/IRN
-@dirrm %%WWWDIR%%/places/IRL
-@dirrm %%WWWDIR%%/places/IND
-@dirrm %%WWWDIR%%/places/IDN
-@dirrm %%WWWDIR%%/places/HUN/flags
-@dirrm %%WWWDIR%%/places/HUN
-@dirrm %%WWWDIR%%/places/GUF
-@dirrm %%WWWDIR%%/places/GLP
-@dirrm %%WWWDIR%%/places/GBR
-@dirrm %%WWWDIR%%/places/FRA
-@dirrm %%WWWDIR%%/places/FIN
-@dirrm %%WWWDIR%%/places/ESP
-@dirrm %%WWWDIR%%/places/ENG/flags
-@dirrm %%WWWDIR%%/places/ENG
-@dirrm %%WWWDIR%%/places/DNK
-@dirrm %%WWWDIR%%/places/DEU/flags
-@dirrm %%WWWDIR%%/places/DEU
-@dirrm %%WWWDIR%%/places/CZE
-@dirrm %%WWWDIR%%/places/CMR
-@dirrm %%WWWDIR%%/places/CHE
-@dirrm %%WWWDIR%%/places/CAN/flags
-@dirrm %%WWWDIR%%/places/CAN
-@dirrm %%WWWDIR%%/places/BRA
-@dirrm %%WWWDIR%%/places/BEL/flags
-@dirrm %%WWWDIR%%/places/BEL
-@dirrm %%WWWDIR%%/places/AUT
-@dirrm %%WWWDIR%%/places/AUS
-@dirrm %%WWWDIR%%/places/ARG
-@dirrm %%WWWDIR%%/places
-@dirrm %%WWWDIR%%/modules/yahrzeit
-@dirrm %%WWWDIR%%/modules/user_welcome
-@dirrm %%WWWDIR%%/modules/user_messages
-@dirrm %%WWWDIR%%/modules/user_favorites/db_schema
-@dirrm %%WWWDIR%%/modules/user_favorites
-@dirrm %%WWWDIR%%/modules/user_blog/db_schema
-@dirrm %%WWWDIR%%/modules/user_blog
-@dirrm %%WWWDIR%%/modules/upcoming_events
-@dirrm %%WWWDIR%%/modules/tree
-@dirrm %%WWWDIR%%/modules/top10_surnames
-@dirrm %%WWWDIR%%/modules/top10_pageviews
-@dirrm %%WWWDIR%%/modules/top10_givnnames
-@dirrm %%WWWDIR%%/modules/todo
-@dirrm %%WWWDIR%%/modules/todays_events
-@dirrm %%WWWDIR%%/modules/theme_select
-@dirrm %%WWWDIR%%/modules/stories
-@dirrm %%WWWDIR%%/modules/sources_tab
-@dirrm %%WWWDIR%%/modules/source_report
-@dirrm %%WWWDIR%%/modules/sitemap
-@dirrm %%WWWDIR%%/modules/review_changes
-@dirrm %%WWWDIR%%/modules/relatives
-@dirrm %%WWWDIR%%/modules/relative_report
-@dirrm %%WWWDIR%%/modules/relative_ext_report
-@dirrm %%WWWDIR%%/modules/recent_changes
-@dirrm %%WWWDIR%%/modules/random_media
-@dirrm %%WWWDIR%%/modules/personal_facts
-@dirrm %%WWWDIR%%/modules/pedigree_report
-@dirrm %%WWWDIR%%/modules/page_menu
-@dirrm %%WWWDIR%%/modules/notes
-@dirrm %%WWWDIR%%/modules/missing_facts_report
-@dirrm %%WWWDIR%%/modules/media
-@dirrm %%WWWDIR%%/modules/marriage_report
-@dirrm %%WWWDIR%%/modules/login_block
-@dirrm %%WWWDIR%%/modules/logged_in
-@dirrm %%WWWDIR%%/modules/lightbox/pic
-@dirrm %%WWWDIR%%/modules/lightbox/music
-@dirrm %%WWWDIR%%/modules/lightbox/js/tip_balloon
-@dirrm %%WWWDIR%%/modules/lightbox/js
-@dirrm %%WWWDIR%%/modules/lightbox/images
-@dirrm %%WWWDIR%%/modules/lightbox/functions
-@dirrm %%WWWDIR%%/modules/lightbox/css
-@dirrm %%WWWDIR%%/modules/lightbox
-@dirrm %%WWWDIR%%/modules/individuals
-@dirrm %%WWWDIR%%/modules/individual_report
-@dirrm %%WWWDIR%%/modules/individual_ext_report
-@dirrm %%WWWDIR%%/modules/html
-@dirrm %%WWWDIR%%/modules/googlemap/images
-@dirrm %%WWWDIR%%/modules/googlemap/db_schema
-@dirrm %%WWWDIR%%/modules/googlemap/css
-@dirrm %%WWWDIR%%/modules/googlemap
-@dirrm %%WWWDIR%%/modules/gedcom_stats
-@dirrm %%WWWDIR%%/modules/gedcom_news/db_schema
-@dirrm %%WWWDIR%%/modules/gedcom_news
-@dirrm %%WWWDIR%%/modules/gedcom_favorites/db_schema
-@dirrm %%WWWDIR%%/modules/gedcom_favorites
-@dirrm %%WWWDIR%%/modules/gedcom_block
-@dirrm %%WWWDIR%%/modules/faq
-@dirrm %%WWWDIR%%/modules/family_nav
-@dirrm %%WWWDIR%%/modules/family_group_report
-@dirrm %%WWWDIR%%/modules/families
-@dirrm %%WWWDIR%%/modules/descendancy_report
-@dirrm %%WWWDIR%%/modules/descendancy
-@dirrm %%WWWDIR%%/modules/death_report
-@dirrm %%WWWDIR%%/modules/clippings
-@dirrm %%WWWDIR%%/modules/ckeditor/themes/default
-@dirrm %%WWWDIR%%/modules/ckeditor/themes
-@dirrm %%WWWDIR%%/modules/ckeditor/skins/v2/images
-@dirrm %%WWWDIR%%/modules/ckeditor/skins/v2
-@dirrm %%WWWDIR%%/modules/ckeditor/skins/office2003/images
-@dirrm %%WWWDIR%%/modules/ckeditor/skins/office2003
-@dirrm %%WWWDIR%%/modules/ckeditor/skins/kama/images
-@dirrm %%WWWDIR%%/modules/ckeditor/skins/kama
-@dirrm %%WWWDIR%%/modules/ckeditor/skins
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/wsc/dialogs
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/wsc
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/uicolor/yui/assets
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/uicolor/yui
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/uicolor/lang
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/uicolor/dialogs
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/uicolor
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/templates/templates/images
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/templates/templates
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/templates/dialogs
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/templates
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/tabletools/dialogs
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/tabletools
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/table/dialogs
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/table
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/styles/styles
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/styles
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/specialchar/dialogs
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/specialchar
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/smiley/images
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/smiley/dialogs
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/smiley
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/showblocks/images
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/showblocks
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/scayt/dialogs
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/scayt
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/pastetext/dialogs
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/pastetext
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/pastefromword/filter
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/pastefromword
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/pagebreak/images
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/pagebreak
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/liststyle/dialogs
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/liststyle
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/link/images
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/link/dialogs
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/link
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/image/dialogs
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/image
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/iframedialog
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/forms/dialogs
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/forms
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/flash/images
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/flash/dialogs
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/flash
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/find/dialogs
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/find
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/div/dialogs
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/div
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/dialog
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/colordialog/dialogs
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/colordialog
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/clipboard/dialogs
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/clipboard
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/about/dialogs
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/about
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/a11yhelp/lang
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/a11yhelp/dialogs
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins/a11yhelp
-@dirrm %%WWWDIR%%/modules/ckeditor/plugins
-@dirrm %%WWWDIR%%/modules/ckeditor/lang
-@dirrm %%WWWDIR%%/modules/ckeditor/images
-@dirrm %%WWWDIR%%/modules/ckeditor/adapters
-@dirrm %%WWWDIR%%/modules/ckeditor
-@dirrm %%WWWDIR%%/modules/charts
-@dirrm %%WWWDIR%%/modules/change_report
-@dirrm %%WWWDIR%%/modules/cemetery_report
-@dirrm %%WWWDIR%%/modules/birth_report
-@dirrm %%WWWDIR%%/modules/bdm_report
-@dirrm %%WWWDIR%%/modules/batch_update/plugins
-@dirrm %%WWWDIR%%/modules/batch_update
-@dirrm %%WWWDIR%%/modules/all_tab
-@dirrm %%WWWDIR%%/modules/ahnentafel_report
-@dirrm %%WWWDIR%%/modules/address_report
-@dirrm %%WWWDIR%%/modules/address_label_report
-@dirrm %%WWWDIR%%/modules/GEDFact_assistant/css
-@dirrm %%WWWDIR%%/modules/GEDFact_assistant/_MEDIA
-@dirrm %%WWWDIR%%/modules/GEDFact_assistant/_CENS/js
-@dirrm %%WWWDIR%%/modules/GEDFact_assistant/_CENS
-@dirrm %%WWWDIR%%/modules/GEDFact_assistant
-@dirrm %%WWWDIR%%/modules
-@dirrm %%WWWDIR%%/media/thumbs
-@dirrm %%WWWDIR%%/media
-@dirrm %%WWWDIR%%/library/tcpdf/fonts
-@dirrm %%WWWDIR%%/library/tcpdf/config/lang
-@dirrm %%WWWDIR%%/library/tcpdf/config
-@dirrm %%WWWDIR%%/library/tcpdf
-@dirrm %%WWWDIR%%/library/phpmailer/language
-@dirrm %%WWWDIR%%/library/phpmailer
-@dirrm %%WWWDIR%%/library/Zend/Translate/Adapter
-@dirrm %%WWWDIR%%/library/Zend/Translate
-@dirrm %%WWWDIR%%/library/Zend/Tag/Cloud/Decorator
-@dirrm %%WWWDIR%%/library/Zend/Tag/Cloud
-@dirrm %%WWWDIR%%/library/Zend/Tag
-@dirrm %%WWWDIR%%/library/Zend/Session/Validator
-@dirrm %%WWWDIR%%/library/Zend/Session/SaveHandler
-@dirrm %%WWWDIR%%/library/Zend/Session
-@dirrm %%WWWDIR%%/library/Zend/Server/Reflection/Function
-@dirrm %%WWWDIR%%/library/Zend/Server/Reflection
-@dirrm %%WWWDIR%%/library/Zend/Server/Method
-@dirrm %%WWWDIR%%/library/Zend/Server
-@dirrm %%WWWDIR%%/library/Zend/Locale/Math
-@dirrm %%WWWDIR%%/library/Zend/Locale/Data
-@dirrm %%WWWDIR%%/library/Zend/Locale
-@dirrm %%WWWDIR%%/library/Zend/Loader/PluginLoader
-@dirrm %%WWWDIR%%/library/Zend/Loader/Autoloader
-@dirrm %%WWWDIR%%/library/Zend/Loader
-@dirrm %%WWWDIR%%/library/Zend/Cloud/StorageService/Adapter
-@dirrm %%WWWDIR%%/library/Zend/Cloud/StorageService
-@dirrm %%WWWDIR%%/library/Zend/Cloud/QueueService/Adapter
-@dirrm %%WWWDIR%%/library/Zend/Cloud/QueueService
-@dirrm %%WWWDIR%%/library/Zend/Cloud/DocumentService/Adapter/WindowsAzure
-@dirrm %%WWWDIR%%/library/Zend/Cloud/DocumentService/Adapter/SimpleDb
-@dirrm %%WWWDIR%%/library/Zend/Cloud/DocumentService/Adapter
-@dirrm %%WWWDIR%%/library/Zend/Cloud/DocumentService
-@dirrm %%WWWDIR%%/library/Zend/Cloud
-@dirrm %%WWWDIR%%/library/Zend/Cache/Frontend
-@dirrm %%WWWDIR%%/library/Zend/Cache/Backend/ZendServer
-@dirrm %%WWWDIR%%/library/Zend/Cache/Backend
-@dirrm %%WWWDIR%%/library/Zend/Cache
-@dirrm %%WWWDIR%%/library/Zend
-@dirrm %%WWWDIR%%/library
-@dirrm %%WWWDIR%%/language
-@dirrm %%WWWDIR%%/js/scriptaculous
-@dirrm %%WWWDIR%%/js/kryogenix
-@dirrm %%WWWDIR%%/js/jw_player
-@dirrm %%WWWDIR%%/js/jquery/css/images
-@dirrm %%WWWDIR%%/js/jquery/css
-@dirrm %%WWWDIR%%/js/jquery
-@dirrm %%WWWDIR%%/js/conio
-@dirrm %%WWWDIR%%/js/bosrup
-@dirrm %%WWWDIR%%/js/bennolan
-@dirrm %%WWWDIR%%/js
-@dirrm %%WWWDIR%%/includes/functions
-@dirrm %%WWWDIR%%/includes/fonts
-@dirrm %%WWWDIR%%/includes/db_schema
-@dirrm %%WWWDIR%%/includes/controllers
-@dirrm %%WWWDIR%%/includes/classes
-@dirrm %%WWWDIR%%/includes
-@dirrm %%WWWDIR%%/images/small
-@dirrm %%WWWDIR%%/images/media
-@dirrm %%WWWDIR%%/images/buttons
-@dirrm %%WWWDIR%%/images
 @dirrmtry %%WWWDIR%%/data
-@dirrm %%WWWDIR%%/SOAP/tools
-@dirrm %%WWWDIR%%/SOAP/Type
-@dirrm %%WWWDIR%%/SOAP/Transport
-@dirrm %%WWWDIR%%/SOAP/Server
-@dirrm %%WWWDIR%%/SOAP/Net
-@dirrm %%WWWDIR%%/SOAP/HTTP/Request
-@dirrm %%WWWDIR%%/SOAP/HTTP
-@dirrm %%WWWDIR%%/SOAP
+@dirrmtry %%WWWDIR%%/includes/db_schema
+@dirrmtry %%WWWDIR%%/includes/fonts
+@dirrmtry %%WWWDIR%%/includes/functions
+@dirrmtry %%WWWDIR%%/includes
+@dirrmtry %%WWWDIR%%/js
+@dirrmtry %%WWWDIR%%/language/extra
+@dirrmtry %%WWWDIR%%/language
+@dirrmtry %%WWWDIR%%/library/WT/Controller
+@dirrmtry %%WWWDIR%%/library/WT/Date
+@dirrmtry %%WWWDIR%%/library/WT/Gedcom/Code
+@dirrmtry %%WWWDIR%%/library/WT/Gedcom
+@dirrmtry %%WWWDIR%%/library/WT/Module
+@dirrmtry %%WWWDIR%%/library/WT/Query
+@dirrmtry %%WWWDIR%%/library/WT/Report
+@dirrmtry %%WWWDIR%%/library/WT
+@dirrmtry %%WWWDIR%%/library/bin
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/bin
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend/ZendServer
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Backend
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache/Frontend
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cache
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/DocumentService/Adapter/SimpleDb
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/DocumentService/Adapter/WindowsAzure
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/DocumentService/Adapter
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/DocumentService
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/Infrastructure/Adapter
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/Infrastructure
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/QueueService/Adapter
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/QueueService
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/StorageService/Adapter
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud/StorageService
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Cloud
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper/AutoComplete
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/Helper
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action/HelperBroker
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Action
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Dispatcher
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Plugin
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Request
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Response
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Router/Route
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller/Router
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Controller
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/Exception
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager/Filter
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/EventManager
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Compress
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Encrypt
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/File
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Word/Separator
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter/Word
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Filter
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/Client/Adapter
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/Client
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/Header/Exception
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/Header
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/Response
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/UserAgent/Features/Adapter
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/UserAgent/Features
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/UserAgent/Storage
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http/UserAgent
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Http
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Loader/Autoloader
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Loader/Exception
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Loader/PluginLoader
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Loader
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Data
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale/Math
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Locale
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Message
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Part
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Protocol/Smtp/Auth
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Protocol/Smtp
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Protocol
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Storage/Folder
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Storage/Writable
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Storage
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail/Transport
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mail
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mime
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mobile/Push/Exception
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mobile/Push/Message/Mpns
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mobile/Push/Message
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mobile/Push/Response
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mobile/Push/Test
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mobile/Push
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Mobile
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Server/Method
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Server/Reflection/Function
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Server/Reflection
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Server
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Session/SaveHandler
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Session/Validator
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Session
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Stdlib/Exception
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Stdlib
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Tag/Cloud/Decorator
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Tag/Cloud
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Tag
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Translate/Adapter
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Translate
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Uri
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Barcode
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Db
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/File
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Hostname
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Ldap
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate/Sitemap
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Validate
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend/Xml
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library/Zend
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/library
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/puppet/manifests
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/puppet/scripts
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/puppet
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/resources/languages/cs
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/resources/languages/de
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/resources/languages/en
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/resources/languages/es
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/resources/languages/fi
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/resources/languages/fr
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/resources/languages/hr
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/resources/languages/it
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/resources/languages/ja
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/resources/languages/nl
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/resources/languages/pt_BR
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/resources/languages/ru
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/resources/languages/sk
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/resources/languages/sr
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/resources/languages/uk
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/resources/languages
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1/resources
+@dirrmtry %%WWWDIR%%/library/bombayworks/zendframework1
+@dirrmtry %%WWWDIR%%/library/bombayworks
+@dirrmtry %%WWWDIR%%/library/composer
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/art
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/benchmarks/samples/Lexer
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/benchmarks/samples
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/benchmarks
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/configdoc/styles
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/configdoc
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/docs/dtd
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/docs/entities
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/docs/examples
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/docs/specimens
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/docs
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/extras/ConfigDoc
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/extras/FSTools
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/extras
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/Email
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Builder
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Interchange
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/EntityLookup
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Filter
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Injector
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Language/classes
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Language/messages
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Language
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Lexer
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Node
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Printer
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Strategy
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/Token
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier/VarParser
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/library/HTMLPurifier
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/library
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/maintenance
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/plugins/phorum/settings
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/plugins/phorum
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/plugins
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/basic
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/smoketests/test-schema
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/smoketests
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/tests/FSTools
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/CSS
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/HTML
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/URI/Email
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef/URI
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrDef
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/AttrTransform
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ChildDef
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ConfigSchema/Validator/directive
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ConfigSchema/Validator
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/ConfigSchema
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/DefinitionCache/Decorator
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/DefinitionCache/SerializerTest
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/DefinitionCache
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/Filter
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLModule
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/Injector
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/Lexer
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/PHPT/kses
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/PHPT/loading
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/PHPT
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/SimpleTest
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/Strategy/MakeWellFormed
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/Strategy
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/StringHashParser
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/URIFilter
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier/VarParser
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/tests/HTMLPurifier
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/tests/PHPT/Controller
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/tests/PHPT/Reporter
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/tests/PHPT/Section
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/tests/PHPT
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/tests/tmp
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier/tests
+@dirrmtry %%WWWDIR%%/library/ezyang/htmlpurifier
+@dirrmtry %%WWWDIR%%/library/ezyang
+@dirrmtry %%WWWDIR%%/library/ircmaxell/password-compat/lib
+@dirrmtry %%WWWDIR%%/library/ircmaxell/password-compat/test/Unit
+@dirrmtry %%WWWDIR%%/library/ircmaxell/password-compat/test
+@dirrmtry %%WWWDIR%%/library/ircmaxell/password-compat
+@dirrmtry %%WWWDIR%%/library/ircmaxell
+@dirrmtry %%WWWDIR%%/library/michelf/php-markdown/Michelf
+@dirrmtry %%WWWDIR%%/library/michelf/php-markdown
+@dirrmtry %%WWWDIR%%/library/michelf
+@dirrmtry %%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/charset
+@dirrmtry %%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim/unidata
+@dirrmtry %%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP/Shim
+@dirrmtry %%WWWDIR%%/library/patchwork/utf8/class/Patchwork/PHP
+@dirrmtry %%WWWDIR%%/library/patchwork/utf8/class/Patchwork/Utf8/Bootup
+@dirrmtry %%WWWDIR%%/library/patchwork/utf8/class/Patchwork/Utf8/data
+@dirrmtry %%WWWDIR%%/library/patchwork/utf8/class/Patchwork/Utf8
+@dirrmtry %%WWWDIR%%/library/patchwork/utf8/class/Patchwork
+@dirrmtry %%WWWDIR%%/library/patchwork/utf8/class
+@dirrmtry %%WWWDIR%%/library/patchwork/utf8
+@dirrmtry %%WWWDIR%%/library/patchwork
+@dirrmtry %%WWWDIR%%/library/tecnick.com/tcpdf/config
+@dirrmtry %%WWWDIR%%/library/tecnick.com/tcpdf/examples/barcodes
+@dirrmtry %%WWWDIR%%/library/tecnick.com/tcpdf/examples/config
+@dirrmtry %%WWWDIR%%/library/tecnick.com/tcpdf/examples/data/cert
+@dirrmtry %%WWWDIR%%/library/tecnick.com/tcpdf/examples/data
+@dirrmtry %%WWWDIR%%/library/tecnick.com/tcpdf/examples/images
+@dirrmtry %%WWWDIR%%/library/tecnick.com/tcpdf/examples/lang
+@dirrmtry %%WWWDIR%%/library/tecnick.com/tcpdf/examples
+@dirrmtry %%WWWDIR%%/library/tecnick.com/tcpdf/fonts/ae_fonts_2.0
+@dirrmtry %%WWWDIR%%/library/tecnick.com/tcpdf/fonts/dejavu-fonts-ttf-2.33
+@dirrmtry %%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freefont-20100919
+@dirrmtry %%WWWDIR%%/library/tecnick.com/tcpdf/fonts/freefont-20120503
+@dirrmtry %%WWWDIR%%/library/tecnick.com/tcpdf/fonts
+@dirrmtry %%WWWDIR%%/library/tecnick.com/tcpdf/include/barcodes
+@dirrmtry %%WWWDIR%%/library/tecnick.com/tcpdf/include
+@dirrmtry %%WWWDIR%%/library/tecnick.com/tcpdf/tools
+@dirrmtry %%WWWDIR%%/library/tecnick.com/tcpdf
+@dirrmtry %%WWWDIR%%/library/tecnick.com
+@dirrmtry %%WWWDIR%%/library
+@dirrmtry %%WWWDIR%%/modules_v3/GEDFact_assistant/_CENS/js
+@dirrmtry %%WWWDIR%%/modules_v3/GEDFact_assistant/_CENS
+@dirrmtry %%WWWDIR%%/modules_v3/GEDFact_assistant/_MEDIA
+@dirrmtry %%WWWDIR%%/modules_v3/GEDFact_assistant/css
+@dirrmtry %%WWWDIR%%/modules_v3/GEDFact_assistant
+@dirrmtry %%WWWDIR%%/modules_v3/ahnentafel_report
+@dirrmtry %%WWWDIR%%/modules_v3/batch_update/plugins
+@dirrmtry %%WWWDIR%%/modules_v3/batch_update
+@dirrmtry %%WWWDIR%%/modules_v3/bdm_report
+@dirrmtry %%WWWDIR%%/modules_v3/birth_report
+@dirrmtry %%WWWDIR%%/modules_v3/cemetery_report
+@dirrmtry %%WWWDIR%%/modules_v3/change_report
+@dirrmtry %%WWWDIR%%/modules_v3/charts
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/adapters
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/lang
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs/lang
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp/dialogs
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/a11yhelp
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/about/dialogs/hidpi
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/about/dialogs
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/about
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/clipboard/dialogs
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/clipboard
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/colordialog/dialogs
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/colordialog
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/dialog
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/div/dialogs
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/div
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/fakeobjects/images
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/fakeobjects
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/find/dialogs
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/find
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/flash/dialogs
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/flash/images
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/flash
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/forms/dialogs
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/forms/images
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/forms
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/iframe/dialogs
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/iframe/images
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/iframe
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/image/dialogs
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/image/images
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/image
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/link/dialogs
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/link/images/hidpi
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/link/images
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/link
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/liststyle/dialogs
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/liststyle
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/magicline/images/hidpi
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/magicline/images
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/magicline
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/pagebreak/images
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/pagebreak
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/pastefromword/filter
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/pastefromword
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/preview
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/scayt/dialogs
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/scayt
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/showblocks/images
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/showblocks
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/dialogs
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley/images
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/smiley
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs/lang
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar/dialogs
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/specialchar
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/table/dialogs
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/table
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/tabletools/dialogs
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/tabletools
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/templates/dialogs
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/templates/templates/images
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/templates/templates
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/templates
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/wordcount/css
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/wordcount/lang
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/wordcount
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/wsc/dialogs
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins/wsc
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/plugins
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/assets/inlineall
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/assets/outputxhtml
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/assets/uilanguages
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/assets
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/plugins/dialog/assets
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/plugins/dialog
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/plugins/enterkey
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/plugins/htmlwriter/assets/outputforflash
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/plugins/htmlwriter/assets
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/plugins/htmlwriter
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/plugins/magicline
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/plugins/toolbar
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/plugins/wysiwygarea
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples/plugins
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/samples
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/skins/moono/images/hidpi
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/skins/moono/images
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/skins/moono
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom/skins
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor/ckeditor-4.3.2-custom
+@dirrmtry %%WWWDIR%%/modules_v3/ckeditor
+@dirrmtry %%WWWDIR%%/modules_v3/clippings
+@dirrmtry %%WWWDIR%%/modules_v3/death_report
+@dirrmtry %%WWWDIR%%/modules_v3/descendancy
+@dirrmtry %%WWWDIR%%/modules_v3/descendancy_report
+@dirrmtry %%WWWDIR%%/modules_v3/extra_info
+@dirrmtry %%WWWDIR%%/modules_v3/fact_sources
+@dirrmtry %%WWWDIR%%/modules_v3/families
+@dirrmtry %%WWWDIR%%/modules_v3/family_group_report
+@dirrmtry %%WWWDIR%%/modules_v3/family_nav
+@dirrmtry %%WWWDIR%%/modules_v3/faq
+@dirrmtry %%WWWDIR%%/modules_v3/gedcom_block
+@dirrmtry %%WWWDIR%%/modules_v3/gedcom_favorites/db_schema
+@dirrmtry %%WWWDIR%%/modules_v3/gedcom_favorites
+@dirrmtry %%WWWDIR%%/modules_v3/gedcom_news/db_schema
+@dirrmtry %%WWWDIR%%/modules_v3/gedcom_news
+@dirrmtry %%WWWDIR%%/modules_v3/gedcom_stats
+@dirrmtry %%WWWDIR%%/modules_v3/googlemap/css
+@dirrmtry %%WWWDIR%%/modules_v3/googlemap/db_schema
+@dirrmtry %%WWWDIR%%/modules_v3/googlemap/images/panda-icons
+@dirrmtry %%WWWDIR%%/modules_v3/googlemap/images
+@dirrmtry %%WWWDIR%%/modules_v3/googlemap/places
+@dirrmtry %%WWWDIR%%/modules_v3/googlemap
+@dirrmtry %%WWWDIR%%/modules_v3/html
+@dirrmtry %%WWWDIR%%/modules_v3/individual_ext_report
+@dirrmtry %%WWWDIR%%/modules_v3/individual_report
+@dirrmtry %%WWWDIR%%/modules_v3/individuals
+@dirrmtry %%WWWDIR%%/modules_v3/lightbox
+@dirrmtry %%WWWDIR%%/modules_v3/logged_in
+@dirrmtry %%WWWDIR%%/modules_v3/login_block
+@dirrmtry %%WWWDIR%%/modules_v3/marriage_report
+@dirrmtry %%WWWDIR%%/modules_v3/media
+@dirrmtry %%WWWDIR%%/modules_v3/missing_facts_report
+@dirrmtry %%WWWDIR%%/modules_v3/notes
+@dirrmtry %%WWWDIR%%/modules_v3/occupation_report
+@dirrmtry %%WWWDIR%%/modules_v3/page_menu
+@dirrmtry %%WWWDIR%%/modules_v3/pedigree_report
+@dirrmtry %%WWWDIR%%/modules_v3/personal_facts
+@dirrmtry %%WWWDIR%%/modules_v3/random_media
+@dirrmtry %%WWWDIR%%/modules_v3/recent_changes
+@dirrmtry %%WWWDIR%%/modules_v3/relative_ext_report
+@dirrmtry %%WWWDIR%%/modules_v3/relatives
+@dirrmtry %%WWWDIR%%/modules_v3/review_changes
+@dirrmtry %%WWWDIR%%/modules_v3/sitemap
+@dirrmtry %%WWWDIR%%/modules_v3/sources_tab
+@dirrmtry %%WWWDIR%%/modules_v3/stories
+@dirrmtry %%WWWDIR%%/modules_v3/theme_select
+@dirrmtry %%WWWDIR%%/modules_v3/todays_events
+@dirrmtry %%WWWDIR%%/modules_v3/todo
+@dirrmtry %%WWWDIR%%/modules_v3/top10_givnnames
+@dirrmtry %%WWWDIR%%/modules_v3/top10_pageviews
+@dirrmtry %%WWWDIR%%/modules_v3/top10_surnames
+@dirrmtry %%WWWDIR%%/modules_v3/tree/css
+@dirrmtry %%WWWDIR%%/modules_v3/tree/images
+@dirrmtry %%WWWDIR%%/modules_v3/tree/js
+@dirrmtry %%WWWDIR%%/modules_v3/tree
+@dirrmtry %%WWWDIR%%/modules_v3/upcoming_events
+@dirrmtry %%WWWDIR%%/modules_v3/user_blog/db_schema
+@dirrmtry %%WWWDIR%%/modules_v3/user_blog
+@dirrmtry %%WWWDIR%%/modules_v3/user_favorites
+@dirrmtry %%WWWDIR%%/modules_v3/user_messages
+@dirrmtry %%WWWDIR%%/modules_v3/user_welcome
+@dirrmtry %%WWWDIR%%/modules_v3/yahrzeit
+@dirrmtry %%WWWDIR%%/modules_v3
+@dirrmtry %%WWWDIR%%/themes/_administration/css-1.5.3/images
+@dirrmtry %%WWWDIR%%/themes/_administration/css-1.5.3
+@dirrmtry %%WWWDIR%%/themes/_administration/jquery-ui-1.10.3/images
+@dirrmtry %%WWWDIR%%/themes/_administration/jquery-ui-1.10.3
+@dirrmtry %%WWWDIR%%/themes/_administration
+@dirrmtry %%WWWDIR%%/themes/clouds/css-1.5.3/images/buttons
+@dirrmtry %%WWWDIR%%/themes/clouds/css-1.5.3/images
+@dirrmtry %%WWWDIR%%/themes/clouds/css-1.5.3
+@dirrmtry %%WWWDIR%%/themes/clouds/jquery-ui-1.10.3/images
+@dirrmtry %%WWWDIR%%/themes/clouds/jquery-ui-1.10.3
+@dirrmtry %%WWWDIR%%/themes/clouds/templates
+@dirrmtry %%WWWDIR%%/themes/clouds
+@dirrmtry %%WWWDIR%%/themes/colors/css-1.5.3/css
+@dirrmtry %%WWWDIR%%/themes/colors/css-1.5.3/images/buttons
+@dirrmtry %%WWWDIR%%/themes/colors/css-1.5.3/images
+@dirrmtry %%WWWDIR%%/themes/colors/css-1.5.3
+@dirrmtry %%WWWDIR%%/themes/colors/jquery-ui-1.10.3/images
+@dirrmtry %%WWWDIR%%/themes/colors/jquery-ui-1.10.3
+@dirrmtry %%WWWDIR%%/themes/colors/templates
+@dirrmtry %%WWWDIR%%/themes/colors
+@dirrmtry %%WWWDIR%%/themes/fab/css-1.5.3/images/buttons
+@dirrmtry %%WWWDIR%%/themes/fab/css-1.5.3/images
+@dirrmtry %%WWWDIR%%/themes/fab/css-1.5.3
+@dirrmtry %%WWWDIR%%/themes/fab/jquery-ui-1.10.3/images
+@dirrmtry %%WWWDIR%%/themes/fab/jquery-ui-1.10.3
+@dirrmtry %%WWWDIR%%/themes/fab/templates
+@dirrmtry %%WWWDIR%%/themes/fab
+@dirrmtry %%WWWDIR%%/themes/minimal/css-1.5.3/images
+@dirrmtry %%WWWDIR%%/themes/minimal/css-1.5.3
+@dirrmtry %%WWWDIR%%/themes/minimal/jquery-ui-1.10.3/images
+@dirrmtry %%WWWDIR%%/themes/minimal/jquery-ui-1.10.3
+@dirrmtry %%WWWDIR%%/themes/minimal/templates
+@dirrmtry %%WWWDIR%%/themes/minimal
+@dirrmtry %%WWWDIR%%/themes/webtrees/css-1.5.3/images/buttons
+@dirrmtry %%WWWDIR%%/themes/webtrees/css-1.5.3/images
+@dirrmtry %%WWWDIR%%/themes/webtrees/css-1.5.3
+@dirrmtry %%WWWDIR%%/themes/webtrees/jquery-ui-1.10.3/images
+@dirrmtry %%WWWDIR%%/themes/webtrees/jquery-ui-1.10.3
+@dirrmtry %%WWWDIR%%/themes/webtrees/templates
+@dirrmtry %%WWWDIR%%/themes/webtrees
+@dirrmtry %%WWWDIR%%/themes/xenea/css-1.5.3/images/buttons
+@dirrmtry %%WWWDIR%%/themes/xenea/css-1.5.3/images/facts
+@dirrmtry %%WWWDIR%%/themes/xenea/css-1.5.3/images
+@dirrmtry %%WWWDIR%%/themes/xenea/css-1.5.3
+@dirrmtry %%WWWDIR%%/themes/xenea/jquery-ui-1.10.3/images
+@dirrmtry %%WWWDIR%%/themes/xenea/jquery-ui-1.10.3
+@dirrmtry %%WWWDIR%%/themes/xenea/templates
+@dirrmtry %%WWWDIR%%/themes/xenea
+@dirrmtry %%WWWDIR%%/themes
 @dirrmtry %%WWWDIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405101938.s4AJcSXt011354>