git: 939d13ef319a - main - cleanup: Remove expired ports:

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Mon, 30 Jan 2023 10:44:41 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=939d13ef319a9872388af884c66512ce2de1da97

commit 939d13ef319a9872388af884c66512ce2de1da97
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2023-01-30 10:43:52 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2023-01-30 10:43:52 +0000

    cleanup: Remove expired ports:
    
    2023-01-30 www/webtrees: Uses obsolete PHP version; use www/webtrees21 instead
---
 MOVED                               |    1 +
 www/Makefile                        |    1 -
 www/webtrees/Makefile               |   41 -
 www/webtrees/distinfo               |    3 -
 www/webtrees/files/pkg-deinstall.in |   26 -
 www/webtrees/files/pkg-message.in   |   38 -
 www/webtrees/pkg-descr              |    5 -
 www/webtrees/pkg-plist              | 6066 -----------------------------------
 8 files changed, 1 insertion(+), 6180 deletions(-)

diff --git a/MOVED b/MOVED
index b4a64711060f..bc0184ddec34 100644
--- a/MOVED
+++ b/MOVED
@@ -17760,3 +17760,4 @@ devel/rust-bindgen|devel/rust-bindgen-cli|2023-01-22|Renamed upstream
 graphics/darktable42||2023-01-27|Removed as part of the update of graphics/darktable to 4.2.0
 devel/py-cachecontrol|www/py-cachecontrol|2023-01-29|Remove duplicate added later
 devel/dulwich|devel/py-dulwich|2023-01-29|Add py- prefix
+www/webtrees||2023-01-30|Has expired: Uses obsolete PHP version; use www/webtrees21 instead
diff --git a/www/Makefile b/www/Makefile
index 3e18db5fc2e2..63c4140ba5c7 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2388,7 +2388,6 @@
     SUBDIR += websocketd
     SUBDIR += webstone
     SUBDIR += webstone-ssl
-    SUBDIR += webtrees
     SUBDIR += webtrees20
     SUBDIR += webtrees21
     SUBDIR += wget2
diff --git a/www/webtrees/Makefile b/www/webtrees/Makefile
deleted file mode 100644
index 28bc49471f62..000000000000
--- a/www/webtrees/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-PORTNAME=	webtrees
-PORTVERSION=	1.7.20
-CATEGORIES=	www
-MASTER_SITES=	http://github.com/fisharebest/${PORTNAME}/releases/download/${PORTVERSION}/
-
-MAINTAINER=	ports@bsdserwis.com
-COMMENT=	Online genealogy viewer (for PHP 5.3-7.3)
-WWW=		https://webtrees.net/
-
-LICENSE=	GPLv3+
-
-DEPRECATED=	Uses obsolete PHP version; use www/webtrees21 instead
-EXPIRATION_DATE=	2023-01-30
-
-USES=		cpe gettext php shebangfix zip
-
-EXTRACT_AFTER_ARGS=	-d ${WRKSRC}
-
-SHEBANG_FILES=	webtrees/vendor/swiftmailer/swiftmailer/lib/swiftmailer_generate_mimes_config.php \
-		webtrees/vendor/tecnickcom/tcpdf/tools/tcpdf_addfont.php
-USE_PHP=	calendar dom filter gd json pcre pdo_mysql session simplexml xml
-NO_BUILD=	yes
-NO_ARCH=	yes
-
-SUB_FILES=	pkg-message pkg-deinstall
-SUB_LIST=	VERSION_SUFFIX=${PKGNAMESUFFIX}
-
-post-patch: .SILENT
-	${RM} -r ${WRKSRC}/webtrees/vendor/michelf/php-markdown/test
-	${RM} ${WRKSRC}/webtrees/vendor/michelf/php-markdown/phpunit.xml.dist
-
-do-install:
-	-${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} \
-		'@postexec ${CHOWN} -R ${WWWOWN}:${WWWGRP} %D/${WWWDIR_REL}/data' \
-		>> ${TMPPLIST}
-
-.include <bsd.port.mk>
diff --git a/www/webtrees/distinfo b/www/webtrees/distinfo
deleted file mode 100644
index bce1683e70ef..000000000000
--- a/www/webtrees/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1667219014
-SHA256 (webtrees-1.7.20.zip) = 207437a5b322224e24cd23f9612f66ccbe8108601fe0a45478ae19452a85eb3c
-SIZE (webtrees-1.7.20.zip) = 33333354
diff --git a/www/webtrees/files/pkg-deinstall.in b/www/webtrees/files/pkg-deinstall.in
deleted file mode 100644
index 0fcba880ac9f..000000000000
--- a/www/webtrees/files/pkg-deinstall.in
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/sh
-
-case "$2" in
-POST-DEINSTALL)
-	if [ -d %%WWWDIR%%/data ]; then
-		cat <<!
-=========================================================================
-There remains some webtrees local configuration in %%WWWDIR%%/data.
-
-If you plan on reinstalling webtrees, leave this configuration there and
-it will be reused by the new version.
-
-If you are completely uninstalling webtrees, please delete this directory
-and %%WWWDIR%% by hand.
-
-You may want to save your GEDCOM file(s) from the MySQL server, too.  To
-do that, you will need to reinstall webtrees, log on as an administrator
-and select:
-	My Page >> GEDCOM Administration >> Download
-This will let you save your family tree data in a foo.ged GEDCOM file
-which you can upload into most other ancestry software or websites.
-=========================================================================
-!
-	fi
-	;;
-esac
diff --git a/www/webtrees/files/pkg-message.in b/www/webtrees/files/pkg-message.in
deleted file mode 100644
index 7705718a8170..000000000000
--- a/www/webtrees/files/pkg-message.in
+++ /dev/null
@@ -1,38 +0,0 @@
-[
-{ type: install
-  message: <<EOM
-The following configuration will need to be done prior to using
-webtrees for the first time:
-
-1. For installation on the apache web server, add the following to your
-   apache site configuration, and restart the web server:
-
-	Alias /webtrees%%VERSION_SUFFIX%% %%WWWDIR%%/
-
-	### Add the AcceptPathInfo directive only for Apache 2.0.30
-	### or later.
-	AcceptPathInfo On
-
-	<Directory %%WWWDIR%%>
-		AllowOverride None
-		Order Allow,Deny
-		Allow from all
-	</Directory>
-
-2. Webtrees uses a MySQL database.  Configure a MySQL webtrees user
-   and database using commands such as (substitute PASSWD for something
-   of your own choosing):
-
-	mysql> create user webtrees%%VERSION_SUFFIX%%@localhost identified by PASSWD;
-	mysql> create database webtrees%%VERSION_SUFFIX%%;
-	mysql> grant all on webtrees%%VERSION_SUFFIX%%.* to webtrees%%VERSION_SUFFIX%%@localhost;
-
-3. Configure webtrees by browsing to the webtrees URL:
-	http://your.server.com/webtrees%%VERSION_SUFFIX%%/
-   and you should be taken to the setup wizard, which will lead you
-   through setting up webtrees: asking for the database server, database
-   user and database name, and then assist you in creating a webtrees
-   admin account, etc.
-EOM
-}
-]
diff --git a/www/webtrees/pkg-descr b/www/webtrees/pkg-descr
deleted file mode 100644
index dc74bb96cfd9..000000000000
--- a/www/webtrees/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-webtrees is the web's leading online collaborative genealogy
-application. webtrees works from standard GEDCOM files, and is
-therefore compatible with every major desktop application.  webtrees
-aims to be efficient and effective by using the right combination
-of third-party tools, design techniques and open standards.
diff --git a/www/webtrees/pkg-plist b/www/webtrees/pkg-plist
deleted file mode 100644
index 87c491fcd208..000000000000
--- a/www/webtrees/pkg-plist
+++ /dev/null
@@ -1,6066 +0,0 @@
-%%WWWDIR%%/action.php
-%%WWWDIR%%/addmedia.php
-%%WWWDIR%%/admin_media_upload.php
-%%WWWDIR%%/admin_media.php
-%%WWWDIR%%/admin_module_blocks.php
-%%WWWDIR%%/admin_module_charts.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_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_duplicates.php
-%%WWWDIR%%/admin_trees_export.php
-%%WWWDIR%%/admin_trees_manage.php
-%%WWWDIR%%/admin_trees_merge.php
-%%WWWDIR%%/admin_trees_places.php
-%%WWWDIR%%/admin_trees_renumber.php
-%%WWWDIR%%/admin_trees_unconnected.php
-%%WWWDIR%%/admin_users_bulk.php
-%%WWWDIR%%/admin_users.php
-%%WWWDIR%%/admin.php
-%%WWWDIR%%/ancestry.php
-%%WWWDIR%%/app/Auth.php
-%%WWWDIR%%/app/Census/AbstractCensusColumn.php
-%%WWWDIR%%/app/Census/AbstractCensusColumnCondition.php
-%%WWWDIR%%/app/Census/Census.php
-%%WWWDIR%%/app/Census/CensusColumnAge.php
-%%WWWDIR%%/app/Census/CensusColumnAgeFemale.php
-%%WWWDIR%%/app/Census/CensusColumnAgeFemale5Years.php
-%%WWWDIR%%/app/Census/CensusColumnAgeMale.php
-%%WWWDIR%%/app/Census/CensusColumnAgeMale5Years.php
-%%WWWDIR%%/app/Census/CensusColumnAgeMarried.php
-%%WWWDIR%%/app/Census/CensusColumnBirthDate.php
-%%WWWDIR%%/app/Census/CensusColumnBirthDay.php
-%%WWWDIR%%/app/Census/CensusColumnBirthDayDotMonthYear.php
-%%WWWDIR%%/app/Census/CensusColumnBirthDayMonthSlashYear.php
-%%WWWDIR%%/app/Census/CensusColumnBirthDaySlashMonth.php
-%%WWWDIR%%/app/Census/CensusColumnBirthDaySlashMonthYear.php
-%%WWWDIR%%/app/Census/CensusColumnBirthMonth.php
-%%WWWDIR%%/app/Census/CensusColumnBirthPlace.php
-%%WWWDIR%%/app/Census/CensusColumnBirthPlaceSimple.php
-%%WWWDIR%%/app/Census/CensusColumnBirthYear.php
-%%WWWDIR%%/app/Census/CensusColumnBornForeignParts.php
-%%WWWDIR%%/app/Census/CensusColumnChildrenBornAlive.php
-%%WWWDIR%%/app/Census/CensusColumnChildrenDied.php
-%%WWWDIR%%/app/Census/CensusColumnChildrenLiving.php
-%%WWWDIR%%/app/Census/CensusColumnConditionDanish.php
-%%WWWDIR%%/app/Census/CensusColumnConditionEnglish.php
-%%WWWDIR%%/app/Census/CensusColumnConditionFrenchFemme.php
-%%WWWDIR%%/app/Census/CensusColumnConditionFrenchFille.php
-%%WWWDIR%%/app/Census/CensusColumnConditionFrenchGarcon.php
-%%WWWDIR%%/app/Census/CensusColumnConditionFrenchHomme.php
-%%WWWDIR%%/app/Census/CensusColumnConditionFrenchVeuf.php
-%%WWWDIR%%/app/Census/CensusColumnConditionFrenchVeuve.php
-%%WWWDIR%%/app/Census/CensusColumnConditionUs.php
-%%WWWDIR%%/app/Census/CensusColumnFatherBirthPlace.php
-%%WWWDIR%%/app/Census/CensusColumnFatherBirthPlaceSimple.php
-%%WWWDIR%%/app/Census/CensusColumnFatherForeign.php
-%%WWWDIR%%/app/Census/CensusColumnFullName.php
-%%WWWDIR%%/app/Census/CensusColumnGivenNameInitial.php
-%%WWWDIR%%/app/Census/CensusColumnGivenNames.php
-%%WWWDIR%%/app/Census/CensusColumnInterface.php
-%%WWWDIR%%/app/Census/CensusColumnMarriedWithinYear.php
-%%WWWDIR%%/app/Census/CensusColumnMonthIfBornWithinYear.php
-%%WWWDIR%%/app/Census/CensusColumnMonthIfMarriedWithinYear.php
-%%WWWDIR%%/app/Census/CensusColumnMotherBirthPlace.php
-%%WWWDIR%%/app/Census/CensusColumnMotherBirthPlaceSimple.php
-%%WWWDIR%%/app/Census/CensusColumnMotherForeign.php
-%%WWWDIR%%/app/Census/CensusColumnNationality.php
-%%WWWDIR%%/app/Census/CensusColumnNull.php
-%%WWWDIR%%/app/Census/CensusColumnOccupation.php
-%%WWWDIR%%/app/Census/CensusColumnRelationToHead.php
-%%WWWDIR%%/app/Census/CensusColumnRelationToHeadGerman.php
-%%WWWDIR%%/app/Census/CensusColumnReligion.php
-%%WWWDIR%%/app/Census/CensusColumnSexMF.php
-%%WWWDIR%%/app/Census/CensusColumnSexMK.php
-%%WWWDIR%%/app/Census/CensusColumnSexMZ.php
-%%WWWDIR%%/app/Census/CensusColumnSurname.php
-%%WWWDIR%%/app/Census/CensusColumnSurnameGivenNameInitial.php
-%%WWWDIR%%/app/Census/CensusColumnSurnameGivenNames.php
-%%WWWDIR%%/app/Census/CensusColumnYearsMarried.php
-%%WWWDIR%%/app/Census/CensusInterface.php
-%%WWWDIR%%/app/Census/CensusOfCzechRepublic.php
-%%WWWDIR%%/app/Census/CensusOfCzechRepublic1880.php
-%%WWWDIR%%/app/Census/CensusOfCzechRepublic1921.php
-%%WWWDIR%%/app/Census/CensusOfDenmark.php
-%%WWWDIR%%/app/Census/CensusOfDenmark1787.php
-%%WWWDIR%%/app/Census/CensusOfDenmark1801.php
-%%WWWDIR%%/app/Census/CensusOfDenmark1803.php
-%%WWWDIR%%/app/Census/CensusOfDenmark1834.php
-%%WWWDIR%%/app/Census/CensusOfDenmark1835.php
-%%WWWDIR%%/app/Census/CensusOfDenmark1840.php
-%%WWWDIR%%/app/Census/CensusOfDenmark1845.php
-%%WWWDIR%%/app/Census/CensusOfDenmark1850.php
-%%WWWDIR%%/app/Census/CensusOfDenmark1855.php
-%%WWWDIR%%/app/Census/CensusOfDenmark1860.php
-%%WWWDIR%%/app/Census/CensusOfDenmark1870.php
-%%WWWDIR%%/app/Census/CensusOfDenmark1880.php
-%%WWWDIR%%/app/Census/CensusOfDenmark1885.php
-%%WWWDIR%%/app/Census/CensusOfDenmark1890.php
-%%WWWDIR%%/app/Census/CensusOfDenmark1901.php
-%%WWWDIR%%/app/Census/CensusOfDenmark1906.php
-%%WWWDIR%%/app/Census/CensusOfDenmark1911.php
-%%WWWDIR%%/app/Census/CensusOfDenmark1916.php
-%%WWWDIR%%/app/Census/CensusOfDenmark1921.php
-%%WWWDIR%%/app/Census/CensusOfDenmark1925.php
-%%WWWDIR%%/app/Census/CensusOfDenmark1930.php
-%%WWWDIR%%/app/Census/CensusOfDenmark1940.php
-%%WWWDIR%%/app/Census/CensusOfDeutschland.php
-%%WWWDIR%%/app/Census/CensusOfDeutschland1819.php
-%%WWWDIR%%/app/Census/CensusOfDeutschland1867.php
-%%WWWDIR%%/app/Census/CensusOfDeutschland1900.php
-%%WWWDIR%%/app/Census/CensusOfDeutschland1919.php
-%%WWWDIR%%/app/Census/CensusOfDeutschlandNL1867.php
-%%WWWDIR%%/app/Census/CensusOfEngland.php
-%%WWWDIR%%/app/Census/CensusOfEngland1841.php
-%%WWWDIR%%/app/Census/CensusOfEngland1851.php
-%%WWWDIR%%/app/Census/CensusOfEngland1861.php
-%%WWWDIR%%/app/Census/CensusOfEngland1871.php
-%%WWWDIR%%/app/Census/CensusOfEngland1881.php
-%%WWWDIR%%/app/Census/CensusOfEngland1891.php
-%%WWWDIR%%/app/Census/CensusOfEngland1901.php
-%%WWWDIR%%/app/Census/CensusOfEngland1911.php
-%%WWWDIR%%/app/Census/CensusOfFrance.php
-%%WWWDIR%%/app/Census/CensusOfFrance1831.php
-%%WWWDIR%%/app/Census/CensusOfFrance1836.php
-%%WWWDIR%%/app/Census/CensusOfFrance1841.php
-%%WWWDIR%%/app/Census/CensusOfFrance1846.php
-%%WWWDIR%%/app/Census/CensusOfFrance1851.php
-%%WWWDIR%%/app/Census/CensusOfFrance1856.php
-%%WWWDIR%%/app/Census/CensusOfFrance1861.php
-%%WWWDIR%%/app/Census/CensusOfFrance1866.php
-%%WWWDIR%%/app/Census/CensusOfFrance1872.php
-%%WWWDIR%%/app/Census/CensusOfFrance1876.php
-%%WWWDIR%%/app/Census/CensusOfFrance1881.php
-%%WWWDIR%%/app/Census/CensusOfFrance1886.php
-%%WWWDIR%%/app/Census/CensusOfFrance1891.php
-%%WWWDIR%%/app/Census/CensusOfFrance1896.php
-%%WWWDIR%%/app/Census/CensusOfFrance1901.php
-%%WWWDIR%%/app/Census/CensusOfFrance1906.php
-%%WWWDIR%%/app/Census/CensusOfFrance1911.php
-%%WWWDIR%%/app/Census/CensusOfFrance1921.php
-%%WWWDIR%%/app/Census/CensusOfFrance1926.php
-%%WWWDIR%%/app/Census/CensusOfFrance1931.php
-%%WWWDIR%%/app/Census/CensusOfFrance1936.php
-%%WWWDIR%%/app/Census/CensusOfFrance1946.php
-%%WWWDIR%%/app/Census/CensusOfScotland.php
-%%WWWDIR%%/app/Census/CensusOfScotland1841.php
-%%WWWDIR%%/app/Census/CensusOfScotland1851.php
-%%WWWDIR%%/app/Census/CensusOfScotland1861.php
-%%WWWDIR%%/app/Census/CensusOfScotland1871.php
-%%WWWDIR%%/app/Census/CensusOfScotland1881.php
-%%WWWDIR%%/app/Census/CensusOfScotland1891.php
-%%WWWDIR%%/app/Census/CensusOfScotland1901.php
-%%WWWDIR%%/app/Census/CensusOfScotland1911.php
-%%WWWDIR%%/app/Census/CensusOfUnitedStates.php
-%%WWWDIR%%/app/Census/CensusOfUnitedStates1790.php
-%%WWWDIR%%/app/Census/CensusOfUnitedStates1800.php
-%%WWWDIR%%/app/Census/CensusOfUnitedStates1810.php
-%%WWWDIR%%/app/Census/CensusOfUnitedStates1820.php
-%%WWWDIR%%/app/Census/CensusOfUnitedStates1830.php
-%%WWWDIR%%/app/Census/CensusOfUnitedStates1840.php
-%%WWWDIR%%/app/Census/CensusOfUnitedStates1850.php
-%%WWWDIR%%/app/Census/CensusOfUnitedStates1860.php
-%%WWWDIR%%/app/Census/CensusOfUnitedStates1870.php
-%%WWWDIR%%/app/Census/CensusOfUnitedStates1880.php
-%%WWWDIR%%/app/Census/CensusOfUnitedStates1890.php
-%%WWWDIR%%/app/Census/CensusOfUnitedStates1900.php
-%%WWWDIR%%/app/Census/CensusOfUnitedStates1910.php
-%%WWWDIR%%/app/Census/CensusOfUnitedStates1920.php
-%%WWWDIR%%/app/Census/CensusOfUnitedStates1930.php
-%%WWWDIR%%/app/Census/CensusOfUnitedStates1940.php
-%%WWWDIR%%/app/Census/CensusOfWales.php
-%%WWWDIR%%/app/Census/CensusOfWales1841.php
-%%WWWDIR%%/app/Census/CensusOfWales1851.php
-%%WWWDIR%%/app/Census/CensusOfWales1861.php
-%%WWWDIR%%/app/Census/CensusOfWales1871.php
-%%WWWDIR%%/app/Census/CensusOfWales1881.php
-%%WWWDIR%%/app/Census/CensusOfWales1891.php
-%%WWWDIR%%/app/Census/CensusOfWales1901.php
-%%WWWDIR%%/app/Census/CensusOfWales1911.php
-%%WWWDIR%%/app/Census/CensusPlaceInterface.php
-%%WWWDIR%%/app/Census/RegisterOfEngland1939.php
-%%WWWDIR%%/app/Census/RegisterOfWales1939.php
-%%WWWDIR%%/app/ColorGenerator.php
-%%WWWDIR%%/app/Config.php
-%%WWWDIR%%/app/Controller/AdvancedSearchController.php
-%%WWWDIR%%/app/Controller/AjaxController.php
-%%WWWDIR%%/app/Controller/AncestryController.php
-%%WWWDIR%%/app/Controller/BaseController.php
-%%WWWDIR%%/app/Controller/BranchesController.php
-%%WWWDIR%%/app/Controller/ChartController.php
-%%WWWDIR%%/app/Controller/CompactController.php
-%%WWWDIR%%/app/Controller/DescendancyController.php
-%%WWWDIR%%/app/Controller/FamilyBookController.php
-%%WWWDIR%%/app/Controller/FamilyController.php
-%%WWWDIR%%/app/Controller/FanchartController.php
-%%WWWDIR%%/app/Controller/GedcomRecordController.php
-%%WWWDIR%%/app/Controller/HourglassController.php
-%%WWWDIR%%/app/Controller/IndividualController.php
-%%WWWDIR%%/app/Controller/LifespanController.php
-%%WWWDIR%%/app/Controller/MediaController.php
-%%WWWDIR%%/app/Controller/NoteController.php
-%%WWWDIR%%/app/Controller/PageController.php
-%%WWWDIR%%/app/Controller/PedigreeController.php
-%%WWWDIR%%/app/Controller/RelationshipController.php
-%%WWWDIR%%/app/Controller/RepositoryController.php
-%%WWWDIR%%/app/Controller/SearchController.php
-%%WWWDIR%%/app/Controller/SimpleController.php
-%%WWWDIR%%/app/Controller/SourceController.php
-%%WWWDIR%%/app/Controller/TimelineController.php
-%%WWWDIR%%/app/Database.php
-%%WWWDIR%%/app/Date/CalendarDate.php
-%%WWWDIR%%/app/Date/FrenchDate.php
-%%WWWDIR%%/app/Date/GregorianDate.php
-%%WWWDIR%%/app/Date/HijriDate.php
-%%WWWDIR%%/app/Date/JalaliDate.php
-%%WWWDIR%%/app/Date/JewishDate.php
-%%WWWDIR%%/app/Date/JulianDate.php
-%%WWWDIR%%/app/Date/RomanDate.php
-%%WWWDIR%%/app/Date.php
-%%WWWDIR%%/app/Fact.php
-%%WWWDIR%%/app/Family.php
-%%WWWDIR%%/app/File.php
-%%WWWDIR%%/app/Filter.php
-%%WWWDIR%%/app/FlashMessages.php
-%%WWWDIR%%/app/Functions/Functions.php
-%%WWWDIR%%/app/Functions/FunctionsCharts.php
-%%WWWDIR%%/app/Functions/FunctionsDate.php
-%%WWWDIR%%/app/Functions/FunctionsDb.php
-%%WWWDIR%%/app/Functions/FunctionsEdit.php
-%%WWWDIR%%/app/Functions/FunctionsExport.php
-%%WWWDIR%%/app/Functions/FunctionsImport.php
-%%WWWDIR%%/app/Functions/FunctionsMedia.php
-%%WWWDIR%%/app/Functions/FunctionsPrint.php
-%%WWWDIR%%/app/Functions/FunctionsPrintFacts.php
-%%WWWDIR%%/app/Functions/FunctionsPrintLists.php
-%%WWWDIR%%/app/Functions/FunctionsRtl.php
-%%WWWDIR%%/app/GedcomCode/GedcomCodeAdop.php
-%%WWWDIR%%/app/GedcomCode/GedcomCodeName.php
-%%WWWDIR%%/app/GedcomCode/GedcomCodePedi.php
-%%WWWDIR%%/app/GedcomCode/GedcomCodeQuay.php
-%%WWWDIR%%/app/GedcomCode/GedcomCodeRela.php
-%%WWWDIR%%/app/GedcomCode/GedcomCodeStat.php
-%%WWWDIR%%/app/GedcomCode/GedcomCodeTemp.php
-%%WWWDIR%%/app/GedcomRecord.php
-%%WWWDIR%%/app/GedcomTag.php
-%%WWWDIR%%/app/HitCounter.php
-%%WWWDIR%%/app/Html.php
-%%WWWDIR%%/app/I18N.php
-%%WWWDIR%%/app/Individual.php
-%%WWWDIR%%/app/LeafletProvider/LeafletProviderInterface.php
-%%WWWDIR%%/app/LeafletProvider/OpenStreetMap.php
-%%WWWDIR%%/app/Log.php
-%%WWWDIR%%/app/Mail.php
-%%WWWDIR%%/app/Media.php
-%%WWWDIR%%/app/Menu.php
-%%WWWDIR%%/app/Module/AbstractModule.php
-%%WWWDIR%%/app/Module/AhnentafelReportModule.php
-%%WWWDIR%%/app/Module/AlbumModule.php
-%%WWWDIR%%/app/Module/AncestorsChartModule.php
-%%WWWDIR%%/app/Module/BatchUpdate/BatchUpdateBasePlugin.php
-%%WWWDIR%%/app/Module/BatchUpdate/BatchUpdateDuplicateLinksPlugin.php
-%%WWWDIR%%/app/Module/BatchUpdate/BatchUpdateMarriedNamesPlugin.php
-%%WWWDIR%%/app/Module/BatchUpdate/BatchUpdateMissingDeathPlugin.php
-%%WWWDIR%%/app/Module/BatchUpdate/BatchUpdateNameFormatPlugin.php
-%%WWWDIR%%/app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php
-%%WWWDIR%%/app/Module/BatchUpdateModule.php
-%%WWWDIR%%/app/Module/BirthDeathMarriageReportModule.php
-%%WWWDIR%%/app/Module/BirthReportModule.php
-%%WWWDIR%%/app/Module/CemeteryReportModule.php
-%%WWWDIR%%/app/Module/CensusAssistantModule.php
-%%WWWDIR%%/app/Module/ChangeReportModule.php
-%%WWWDIR%%/app/Module/ChartsBlockModule.php
-%%WWWDIR%%/app/Module/CkeditorModule.php
-%%WWWDIR%%/app/Module/ClippingsCart/ClippingsCartController.php
-%%WWWDIR%%/app/Module/ClippingsCartModule.php
-%%WWWDIR%%/app/Module/CompactTreeChartModule.php
-%%WWWDIR%%/app/Module/DeathReportModule.php
-%%WWWDIR%%/app/Module/DescendancyChartModule.php
-%%WWWDIR%%/app/Module/DescendancyModule.php
-%%WWWDIR%%/app/Module/DescendancyReportModule.php
-%%WWWDIR%%/app/Module/ExtraInformationModule.php
-%%WWWDIR%%/app/Module/FactSourcesReportModule.php
-%%WWWDIR%%/app/Module/FamiliesSidebarModule.php
-%%WWWDIR%%/app/Module/FamilyBookChartModule.php
-%%WWWDIR%%/app/Module/FamilyGroupReportModule.php
-%%WWWDIR%%/app/Module/FamilyNavigatorModule.php
-%%WWWDIR%%/app/Module/FamilyTreeFavorites/Schema/Migration0.php
-%%WWWDIR%%/app/Module/FamilyTreeFavorites/Schema/Migration1.php
-%%WWWDIR%%/app/Module/FamilyTreeFavorites/Schema/Migration2.php
-%%WWWDIR%%/app/Module/FamilyTreeFavorites/Schema/Migration3.php
-%%WWWDIR%%/app/Module/FamilyTreeFavoritesModule.php
-%%WWWDIR%%/app/Module/FamilyTreeNews/Schema/Migration0.php
-%%WWWDIR%%/app/Module/FamilyTreeNews/Schema/Migration1.php
-%%WWWDIR%%/app/Module/FamilyTreeNews/Schema/Migration2.php
-%%WWWDIR%%/app/Module/FamilyTreeNewsModule.php
-%%WWWDIR%%/app/Module/FamilyTreeStatisticsModule.php
-%%WWWDIR%%/app/Module/FanChartModule.php
-%%WWWDIR%%/app/Module/FrequentlyAskedQuestionsModule.php
-%%WWWDIR%%/app/Module/GoogleMaps/Schema/Migration0.php
-%%WWWDIR%%/app/Module/GoogleMaps/Schema/Migration1.php
-%%WWWDIR%%/app/Module/GoogleMaps/Schema/Migration2.php
-%%WWWDIR%%/app/Module/GoogleMaps/Schema/Migration3.php
-%%WWWDIR%%/app/Module/GoogleMaps/Schema/Migration4.php
-%%WWWDIR%%/app/Module/GoogleMaps/Schema/Migration5.php
-%%WWWDIR%%/app/Module/GoogleMapsModule.php
-%%WWWDIR%%/app/Module/HourglassChartModule.php
-%%WWWDIR%%/app/Module/HtmlBlockModule.php
-%%WWWDIR%%/app/Module/IndividualFactsTabModule.php
-%%WWWDIR%%/app/Module/IndividualFamiliesReportModule.php
-%%WWWDIR%%/app/Module/IndividualReportModule.php
-%%WWWDIR%%/app/Module/IndividualSidebarModule.php
-%%WWWDIR%%/app/Module/InteractiveTree/TreeView.php
-%%WWWDIR%%/app/Module/InteractiveTreeModule.php
-%%WWWDIR%%/app/Module/LifespansChartModule.php
-%%WWWDIR%%/app/Module/LoggedInUsersModule.php
-%%WWWDIR%%/app/Module/LoginBlockModule.php
-%%WWWDIR%%/app/Module/MarriageReportModule.php
-%%WWWDIR%%/app/Module/MediaTabModule.php
-%%WWWDIR%%/app/Module/MissingFactsReportModule.php
-%%WWWDIR%%/app/Module/ModuleBlockInterface.php
-%%WWWDIR%%/app/Module/ModuleChartInterface.php
-%%WWWDIR%%/app/Module/ModuleConfigInterface.php
-%%WWWDIR%%/app/Module/ModuleMenuInterface.php
-%%WWWDIR%%/app/Module/ModuleReportInterface.php
-%%WWWDIR%%/app/Module/ModuleSidebarInterface.php
-%%WWWDIR%%/app/Module/ModuleTabInterface.php
-%%WWWDIR%%/app/Module/ModuleThemeInterface.php
-%%WWWDIR%%/app/Module/NotesTabModule.php
-%%WWWDIR%%/app/Module/OccupationReportModule.php
-%%WWWDIR%%/app/Module/OnThisDayModule.php
-%%WWWDIR%%/app/Module/PageMenuModule.php
-%%WWWDIR%%/app/Module/PedigreeChartModule.php
-%%WWWDIR%%/app/Module/PedigreeReportModule.php
-%%WWWDIR%%/app/Module/RecentChangesModule.php
-%%WWWDIR%%/app/Module/RelatedIndividualsReportModule.php
-%%WWWDIR%%/app/Module/RelationshipsChartModule.php
-%%WWWDIR%%/app/Module/RelativesTabModule.php
-%%WWWDIR%%/app/Module/ResearchTaskModule.php
-%%WWWDIR%%/app/Module/ReviewChangesModule.php
-%%WWWDIR%%/app/Module/SiteMapModule.php
-%%WWWDIR%%/app/Module/SlideShowModule.php
-%%WWWDIR%%/app/Module/SourcesTabModule.php
-%%WWWDIR%%/app/Module/StatisticsChartModule.php
-%%WWWDIR%%/app/Module/StoriesModule.php
-%%WWWDIR%%/app/Module/ThemeSelectModule.php
-%%WWWDIR%%/app/Module/TimelineChartModule.php
-%%WWWDIR%%/app/Module/TopGivenNamesModule.php
-%%WWWDIR%%/app/Module/TopPageViewsModule.php
-%%WWWDIR%%/app/Module/TopSurnamesModule.php
-%%WWWDIR%%/app/Module/UpcomingAnniversariesModule.php
-%%WWWDIR%%/app/Module/UserFavoritesModule.php
-%%WWWDIR%%/app/Module/UserJournalModule.php
-%%WWWDIR%%/app/Module/UserMessagesModule.php
-%%WWWDIR%%/app/Module/UserWelcomeModule.php
-%%WWWDIR%%/app/Module/WelcomeBlockModule.php
-%%WWWDIR%%/app/Module/YahrzeitModule.php
-%%WWWDIR%%/app/Module.php
-%%WWWDIR%%/app/Note.php
-%%WWWDIR%%/app/Place.php
-%%WWWDIR%%/app/Query/QueryMedia.php
-%%WWWDIR%%/app/Query/QueryName.php
-%%WWWDIR%%/app/Report/ReportBase.php
-%%WWWDIR%%/app/Report/ReportBaseCell.php
-%%WWWDIR%%/app/Report/ReportBaseElement.php
-%%WWWDIR%%/app/Report/ReportBaseFootnote.php
-%%WWWDIR%%/app/Report/ReportBaseHtml.php
-%%WWWDIR%%/app/Report/ReportBaseImage.php
-%%WWWDIR%%/app/Report/ReportBaseLine.php
-%%WWWDIR%%/app/Report/ReportBasePageheader.php
-%%WWWDIR%%/app/Report/ReportBaseText.php
-%%WWWDIR%%/app/Report/ReportBaseTextbox.php
-%%WWWDIR%%/app/Report/ReportHtml.php
-%%WWWDIR%%/app/Report/ReportHtmlCell.php
-%%WWWDIR%%/app/Report/ReportHtmlFootnote.php
-%%WWWDIR%%/app/Report/ReportHtmlHtml.php
-%%WWWDIR%%/app/Report/ReportHtmlImage.php
-%%WWWDIR%%/app/Report/ReportHtmlLine.php
-%%WWWDIR%%/app/Report/ReportHtmlPageheader.php
-%%WWWDIR%%/app/Report/ReportHtmlText.php
-%%WWWDIR%%/app/Report/ReportHtmlTextbox.php
-%%WWWDIR%%/app/Report/ReportParserBase.php
-%%WWWDIR%%/app/Report/ReportParserGenerate.php
-%%WWWDIR%%/app/Report/ReportParserSetup.php
-%%WWWDIR%%/app/Report/ReportPdf.php
-%%WWWDIR%%/app/Report/ReportPdfCell.php
-%%WWWDIR%%/app/Report/ReportPdfFootnote.php
-%%WWWDIR%%/app/Report/ReportPdfHtml.php
-%%WWWDIR%%/app/Report/ReportPdfImage.php
-%%WWWDIR%%/app/Report/ReportPdfLine.php
-%%WWWDIR%%/app/Report/ReportPdfPageheader.php
-%%WWWDIR%%/app/Report/ReportPdfText.php
-%%WWWDIR%%/app/Report/ReportPdfTextbox.php
-%%WWWDIR%%/app/Report/ReportTcpdf.php
-%%WWWDIR%%/app/Repository.php
-%%WWWDIR%%/app/Schema/Migration0.php
-%%WWWDIR%%/app/Schema/Migration1.php
-%%WWWDIR%%/app/Schema/Migration10.php
-%%WWWDIR%%/app/Schema/Migration11.php
-%%WWWDIR%%/app/Schema/Migration12.php
-%%WWWDIR%%/app/Schema/Migration13.php
-%%WWWDIR%%/app/Schema/Migration14.php
-%%WWWDIR%%/app/Schema/Migration15.php
-%%WWWDIR%%/app/Schema/Migration16.php
-%%WWWDIR%%/app/Schema/Migration17.php
-%%WWWDIR%%/app/Schema/Migration18.php
-%%WWWDIR%%/app/Schema/Migration19.php
-%%WWWDIR%%/app/Schema/Migration2.php
-%%WWWDIR%%/app/Schema/Migration20.php
-%%WWWDIR%%/app/Schema/Migration21.php
-%%WWWDIR%%/app/Schema/Migration22.php
-%%WWWDIR%%/app/Schema/Migration23.php
-%%WWWDIR%%/app/Schema/Migration24.php
-%%WWWDIR%%/app/Schema/Migration25.php
-%%WWWDIR%%/app/Schema/Migration26.php
-%%WWWDIR%%/app/Schema/Migration27.php
-%%WWWDIR%%/app/Schema/Migration28.php
-%%WWWDIR%%/app/Schema/Migration29.php
-%%WWWDIR%%/app/Schema/Migration3.php
-%%WWWDIR%%/app/Schema/Migration30.php
-%%WWWDIR%%/app/Schema/Migration31.php
-%%WWWDIR%%/app/Schema/Migration32.php
-%%WWWDIR%%/app/Schema/Migration33.php
-%%WWWDIR%%/app/Schema/Migration34.php
-%%WWWDIR%%/app/Schema/Migration35.php
-%%WWWDIR%%/app/Schema/Migration36.php
-%%WWWDIR%%/app/Schema/Migration37.php
-%%WWWDIR%%/app/Schema/Migration4.php
-%%WWWDIR%%/app/Schema/Migration5.php
-%%WWWDIR%%/app/Schema/Migration6.php
-%%WWWDIR%%/app/Schema/Migration7.php
-%%WWWDIR%%/app/Schema/Migration8.php
-%%WWWDIR%%/app/Schema/Migration9.php
-%%WWWDIR%%/app/Schema/MigrationInterface.php
-%%WWWDIR%%/app/Session.php
-%%WWWDIR%%/app/Site.php
-%%WWWDIR%%/app/Soundex.php
-%%WWWDIR%%/app/Source.php
-%%WWWDIR%%/app/SpecialChars/AbstractSpecialChars.php
-%%WWWDIR%%/app/SpecialChars/SpecialCharsAf.php
-%%WWWDIR%%/app/SpecialChars/SpecialCharsAr.php
-%%WWWDIR%%/app/SpecialChars/SpecialCharsCs.php
-%%WWWDIR%%/app/SpecialChars/SpecialCharsDa.php
-%%WWWDIR%%/app/SpecialChars/SpecialCharsDe.php
-%%WWWDIR%%/app/SpecialChars/SpecialCharsEl.php
-%%WWWDIR%%/app/SpecialChars/SpecialCharsEn.php
-%%WWWDIR%%/app/SpecialChars/SpecialCharsEs.php
-%%WWWDIR%%/app/SpecialChars/SpecialCharsEu.php
-%%WWWDIR%%/app/SpecialChars/SpecialCharsFi.php
-%%WWWDIR%%/app/SpecialChars/SpecialCharsFr.php
-%%WWWDIR%%/app/SpecialChars/SpecialCharsGd.php
-%%WWWDIR%%/app/SpecialChars/SpecialCharsHaw.php
-%%WWWDIR%%/app/SpecialChars/SpecialCharsHe.php
-%%WWWDIR%%/app/SpecialChars/SpecialCharsHu.php
-%%WWWDIR%%/app/SpecialChars/SpecialCharsInterface.php
-%%WWWDIR%%/app/SpecialChars/SpecialCharsIs.php
-%%WWWDIR%%/app/SpecialChars/SpecialCharsIt.php
-%%WWWDIR%%/app/SpecialChars/SpecialCharsLt.php
-%%WWWDIR%%/app/SpecialChars/SpecialCharsNl.php
-%%WWWDIR%%/app/SpecialChars/SpecialCharsNn.php
-%%WWWDIR%%/app/SpecialChars/SpecialCharsPl.php
-%%WWWDIR%%/app/SpecialChars/SpecialCharsPt.php
-%%WWWDIR%%/app/SpecialChars/SpecialCharsRu.php
-%%WWWDIR%%/app/SpecialChars/SpecialCharsSk.php
-%%WWWDIR%%/app/SpecialChars/SpecialCharsSl.php
-%%WWWDIR%%/app/SpecialChars/SpecialCharsSv.php
-%%WWWDIR%%/app/SpecialChars/SpecialCharsTr.php
-%%WWWDIR%%/app/SpecialChars/SpecialCharsVi.php
-%%WWWDIR%%/app/SpecialChars.php
-%%WWWDIR%%/app/Statement.php
-%%WWWDIR%%/app/Stats.php
-%%WWWDIR%%/app/SurnameTradition/DefaultSurnameTradition.php
-%%WWWDIR%%/app/SurnameTradition/IcelandicSurnameTradition.php
-%%WWWDIR%%/app/SurnameTradition/LithuanianSurnameTradition.php
-%%WWWDIR%%/app/SurnameTradition/MatrilinealSurnameTradition.php
-%%WWWDIR%%/app/SurnameTradition/PaternalSurnameTradition.php
-%%WWWDIR%%/app/SurnameTradition/PatrilinealSurnameTradition.php
-%%WWWDIR%%/app/SurnameTradition/PolishSurnameTradition.php
-%%WWWDIR%%/app/SurnameTradition/PortugueseSurnameTradition.php
-%%WWWDIR%%/app/SurnameTradition/SpanishSurnameTradition.php
-%%WWWDIR%%/app/SurnameTradition/SurnameTraditionInterface.php
-%%WWWDIR%%/app/SurnameTradition.php
-%%WWWDIR%%/app/Theme/AbstractTheme.php
-%%WWWDIR%%/app/Theme/AdministrationTheme.php
-%%WWWDIR%%/app/Theme/CloudsTheme.php
-%%WWWDIR%%/app/Theme/ColorsTheme.php
-%%WWWDIR%%/app/Theme/FabTheme.php
-%%WWWDIR%%/app/Theme/MinimalTheme.php
-%%WWWDIR%%/app/Theme/ThemeInterface.php
-%%WWWDIR%%/app/Theme/WebtreesTheme.php
-%%WWWDIR%%/app/Theme/XeneaTheme.php
-%%WWWDIR%%/app/Theme.php
-%%WWWDIR%%/app/Tree.php
-%%WWWDIR%%/app/User.php
-%%WWWDIR%%/apple-touch-icon.png
-%%WWWDIR%%/assets/js-1.7.9/admin.js
-%%WWWDIR%%/assets/js-1.7.9/autocomplete.js
-%%WWWDIR%%/assets/js-1.7.9/font-awesome-rtl.css
-%%WWWDIR%%/assets/js-1.7.9/jquery.colorbox-1.5.14.js
-%%WWWDIR%%/assets/js-1.7.9/jquery.colorbox.patch
-%%WWWDIR%%/assets/js-1.7.9/jquery.wheelzoom-2.0.0.js
-%%WWWDIR%%/assets/js-1.7.9/jquery.wheelzoom.patch
-%%WWWDIR%%/assets/js-1.7.9/webtrees.js
-%%WWWDIR%%/autocomplete.php
-%%WWWDIR%%/block_edit.php
-%%WWWDIR%%/branches.php
-%%WWWDIR%%/calendar.php
-%%WWWDIR%%/compact.php
-%%WWWDIR%%/composer.json
-%%WWWDIR%%/composer.lock
-%%WWWDIR%%/data/.htaccess
-%%WWWDIR%%/data/index.php
-%%WWWDIR%%/descendancy.php
-%%WWWDIR%%/edit_changes.php
-%%WWWDIR%%/edit_interface.php
-%%WWWDIR%%/editnews.php
-%%WWWDIR%%/edituser.php
-%%WWWDIR%%/expand_view.php
-%%WWWDIR%%/family.php
-%%WWWDIR%%/familybook.php
-%%WWWDIR%%/famlist.php
-%%WWWDIR%%/fanchart.php
-%%WWWDIR%%/favicon.ico
-%%WWWDIR%%/find.php
-%%WWWDIR%%/gedrecord.php
-%%WWWDIR%%/help_text.php
-%%WWWDIR%%/hourglass_ajax.php
-%%WWWDIR%%/hourglass.php
-%%WWWDIR%%/import.php
-%%WWWDIR%%/includes/session.php
-%%WWWDIR%%/index_edit.php
-%%WWWDIR%%/index.php
-%%WWWDIR%%/indilist.php
-%%WWWDIR%%/individual.php
-%%WWWDIR%%/inverselink.php
-%%WWWDIR%%/language/af.mo
-%%WWWDIR%%/language/ar.mo
-%%WWWDIR%%/language/bg.mo
-%%WWWDIR%%/language/bs.mo
-%%WWWDIR%%/language/ca.mo
-%%WWWDIR%%/language/cs.mo
-%%WWWDIR%%/language/cy.mo
-%%WWWDIR%%/language/da.mo
-%%WWWDIR%%/language/de.mo
-%%WWWDIR%%/language/dv.mo
-%%WWWDIR%%/language/el.mo
-%%WWWDIR%%/language/en-AU.mo
-%%WWWDIR%%/language/en-GB.mo
-%%WWWDIR%%/language/en-US.mo
-%%WWWDIR%%/language/es.mo
-%%WWWDIR%%/language/et.mo
-%%WWWDIR%%/language/fa.mo
-%%WWWDIR%%/language/fi.mo
-%%WWWDIR%%/language/fo.mo
-%%WWWDIR%%/language/fr-CA.mo
-%%WWWDIR%%/language/fr.mo
-%%WWWDIR%%/language/gl.mo
-%%WWWDIR%%/language/he.mo
-%%WWWDIR%%/language/hi.mo
-%%WWWDIR%%/language/hr.mo
-%%WWWDIR%%/language/hu.mo
-%%WWWDIR%%/language/id.mo
-%%WWWDIR%%/language/is.mo
-%%WWWDIR%%/language/it.mo
-%%WWWDIR%%/language/ja.mo
-%%WWWDIR%%/language/jv.mo
-%%WWWDIR%%/language/ka.mo
-%%WWWDIR%%/language/kk.mo
-%%WWWDIR%%/language/ko.mo
-%%WWWDIR%%/language/ku.mo
-%%WWWDIR%%/language/ln.mo
-%%WWWDIR%%/language/lt.mo
-%%WWWDIR%%/language/lv.mo
-%%WWWDIR%%/language/mi.mo
-%%WWWDIR%%/language/mk.mo
-%%WWWDIR%%/language/mr.mo
-%%WWWDIR%%/language/ms.mo
-%%WWWDIR%%/language/nb.mo
-%%WWWDIR%%/language/ne.mo
-%%WWWDIR%%/language/nl.mo
-%%WWWDIR%%/language/nn.mo
-%%WWWDIR%%/language/oc.mo
-%%WWWDIR%%/language/pl.mo
-%%WWWDIR%%/language/pt-BR.mo
-%%WWWDIR%%/language/pt.mo
-%%WWWDIR%%/language/ro.mo
-%%WWWDIR%%/language/ru.mo
-%%WWWDIR%%/language/sk.mo
-%%WWWDIR%%/language/sl.mo
-%%WWWDIR%%/language/sq.mo
-%%WWWDIR%%/language/sr-Latn.mo
-%%WWWDIR%%/language/sr.mo
-%%WWWDIR%%/language/su.mo
-%%WWWDIR%%/language/sv.mo
-%%WWWDIR%%/language/sw.mo
-%%WWWDIR%%/language/ta.mo
-%%WWWDIR%%/language/th.mo
-%%WWWDIR%%/language/tl.mo
-%%WWWDIR%%/language/tr.mo
-%%WWWDIR%%/language/tt.mo
-%%WWWDIR%%/language/uk.mo
-%%WWWDIR%%/language/ur.mo
-%%WWWDIR%%/language/vi.mo
-%%WWWDIR%%/language/yi.mo
-%%WWWDIR%%/language/zh-Hans.mo
-%%WWWDIR%%/language/zh-Hant.mo
-%%WWWDIR%%/LICENSE.md
-%%WWWDIR%%/lifespan.php
-%%WWWDIR%%/login.php
-%%WWWDIR%%/logout.php
-%%WWWDIR%%/mediafirewall.php
-%%WWWDIR%%/medialist.php
-%%WWWDIR%%/mediaviewer.php
-%%WWWDIR%%/message.php
-%%WWWDIR%%/module.php
-%%WWWDIR%%/modules_v3/ahnentafel_report/module.php
-%%WWWDIR%%/modules_v3/ahnentafel_report/report.xml
-%%WWWDIR%%/modules_v3/ancestors_chart/module.php
-%%WWWDIR%%/modules_v3/batch_update/module.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/module.php
-%%WWWDIR%%/modules_v3/ckeditor/module.php
-%%WWWDIR%%/modules_v3/clippings/module.php
-%%WWWDIR%%/modules_v3/compact_tree_chart/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_chart/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_book_chart/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/fan_chart/module.php
-%%WWWDIR%%/modules_v3/faq/module.php
-%%WWWDIR%%/modules_v3/gedcom_block/module.php
-%%WWWDIR%%/modules_v3/gedcom_favorites/module.php
-%%WWWDIR%%/modules_v3/gedcom_news/module.php
-%%WWWDIR%%/modules_v3/gedcom_stats/module.php
-%%WWWDIR%%/modules_v3/GEDFact_assistant/_MEDIA/media_0_inverselink.php
-%%WWWDIR%%/modules_v3/GEDFact_assistant/census/census-edit.php
-%%WWWDIR%%/modules_v3/GEDFact_assistant/census/census-save.php
-%%WWWDIR%%/modules_v3/GEDFact_assistant/census/style.css
-%%WWWDIR%%/modules_v3/GEDFact_assistant/MEDIA_ctrl.php
-%%WWWDIR%%/modules_v3/GEDFact_assistant/module.php
-%%WWWDIR%%/modules_v3/googlemap/css/gm_streetview.css
-%%WWWDIR%%/modules_v3/googlemap/css/wt_v3_googlemap.css
-%%WWWDIR%%/modules_v3/googlemap/googlemap_readme.txt
-%%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/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/module.php
-%%WWWDIR%%/modules_v3/hourglass_chart/module.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/lifespans_chart/module.php
-%%WWWDIR%%/modules_v3/lightbox/module.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_chart/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/relationships_chart/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/module.php
-%%WWWDIR%%/modules_v3/sitemap/module.php
-%%WWWDIR%%/modules_v3/sources_tab/module.php
-%%WWWDIR%%/modules_v3/statistics_chart/module.php
-%%WWWDIR%%/modules_v3/stories/module.php
-%%WWWDIR%%/modules_v3/theme_select/module.php
-%%WWWDIR%%/modules_v3/timeline_chart/module.php
-%%WWWDIR%%/modules_v3/todays_events/module.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/css/treeview.css
-%%WWWDIR%%/modules_v3/tree/css/vline_b.gif
-%%WWWDIR%%/modules_v3/tree/css/vline_t.gif
-%%WWWDIR%%/modules_v3/tree/css/vline.gif
-%%WWWDIR%%/modules_v3/tree/images/alignLeft.png
-%%WWWDIR%%/modules_v3/tree/images/alignRight.png
-%%WWWDIR%%/modules_v3/tree/images/center.png
*** 5273 LINES SKIPPED ***