aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2021-07-09 20:45:24 +0000
committerBernard Spil <brnrd@FreeBSD.org>2021-07-09 20:46:39 +0000
commit26514c491e3a69977347fae4ae1bedb807804712 (patch)
treea6e396d93d086a4265e7982c7e59a51e037f367c
parent2da591516133f8d70dc9765860408efe538feed3 (diff)
downloadports-26514c491e3a69977347fae4ae1bedb807804712.tar.gz
ports-26514c491e3a69977347fae4ae1bedb807804712.zip
www/nextcloud-*: Simplify ports
* Auto-generate plist * Harmonize Nextcloud apps ports
-rw-r--r--www/nextcloud-appointments/Makefile14
-rw-r--r--www/nextcloud-appointments/pkg-plist203
-rw-r--r--www/nextcloud-calendar/Makefile16
-rw-r--r--www/nextcloud-calendar/distinfo6
-rw-r--r--www/nextcloud-calendar/pkg-plist1165
-rw-r--r--www/nextcloud-forms/Makefile16
-rw-r--r--www/nextcloud-forms/distinfo4
-rw-r--r--www/nextcloud-forms/pkg-plist248
-rw-r--r--www/nextcloud-groupfolders/Makefile14
-rw-r--r--www/nextcloud-groupfolders/distinfo4
-rw-r--r--www/nextcloud-groupfolders/pkg-plist261
-rw-r--r--www/nextcloud-tasks/Makefile14
-rw-r--r--www/nextcloud-tasks/distinfo4
-rw-r--r--www/nextcloud-tasks/pkg-plist237
14 files changed, 36 insertions, 2170 deletions
diff --git a/www/nextcloud-appointments/Makefile b/www/nextcloud-appointments/Makefile
index 8131a16c3faf..dafbb204e794 100644
--- a/www/nextcloud-appointments/Makefile
+++ b/www/nextcloud-appointments/Makefile
@@ -7,7 +7,7 @@ MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/raw/${GH_TAGNAME}/bui
PKGNAMEPREFIX= nextcloud-
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
DISTNAME= ${PORTNAME}
-DIST_SUBDIR= ${PKGNAMEPREFIX:S/-//}/${DISTNAME}-${DISTVERSIONPREFIX}${PORTVERSION}
+DIST_SUBDIR= nextcloud/${PORTNAME}-${DISTVERSION}
MAINTAINER= brnrd@FreeBSD.org
COMMENT= Appointments app for Nextcloud
@@ -24,16 +24,12 @@ NO_ARCH= yes
GH_ACCOUNT= SergeyMosin
GH_TAGNAME= 9f19237a
-NEXTCLOUD_USERNAME?= ${WWWOWN}
-NEXTCLOUD_GROUPNAME?= ${WWWGRP}
-
-PLIST_SUB= NEXTCLOUD_USERNAME=${NEXTCLOUD_USERNAME} \
- NEXTCLOUD_GROUPNAME=${NEXTCLOUD_GROUPNAME}
-
WWWDIR= ${PREFIX}/www/nextcloud/apps-pkg/${PORTNAME}
do-install:
- ${MKDIR} ${STAGEDIR}${WWWDIR}
- (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
+ @${MKDIR} ${STAGEDIR}${WWWDIR}
+ @(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
+ @(cd ${WRKSRC}; ${FIND} . -not -type d) | ${SORT} | \
+ ${SED} -e 's,^\.,${WWWDIR_REL},' >> ${TMPPLIST}
.include <bsd.port.mk>
diff --git a/www/nextcloud-appointments/pkg-plist b/www/nextcloud-appointments/pkg-plist
deleted file mode 100644
index f735a066479e..000000000000
--- a/www/nextcloud-appointments/pkg-plist
+++ /dev/null
@@ -1,203 +0,0 @@
-%%WWWDIR%%/CHANGELOG.md
-%%WWWDIR%%/COPYING
-%%WWWDIR%%/ajax/source.txt
-%%WWWDIR%%/ajax/zones.js
-%%WWWDIR%%/appinfo/app.php
-%%WWWDIR%%/appinfo/info.xml
-%%WWWDIR%%/appinfo/routes.php
-%%WWWDIR%%/css/datepicker.css
-%%WWWDIR%%/css/form-xl-screen.css
-%%WWWDIR%%/css/form.scss
-%%WWWDIR%%/css/icons.scss
-%%WWWDIR%%/css/style.scss
-%%WWWDIR%%/css/svariables.scss
-%%WWWDIR%%/css/variables.scss
-%%WWWDIR%%/img/actual_timezone.jpg
-%%WWWDIR%%/img/app.svg
-%%WWWDIR%%/img/appt-calendar-clock.svg
-%%WWWDIR%%/img/appt-calendar.svg
-%%WWWDIR%%/img/circ.svg
-%%WWWDIR%%/img/floating_timezone.jpg
-%%WWWDIR%%/img/pubpage.svg
-%%WWWDIR%%/img/sched-mode.svg
-%%WWWDIR%%/js/form.js
-%%WWWDIR%%/js/script.js
-%%WWWDIR%%/js/script.js.LICENSE.txt
-%%WWWDIR%%/l10n/.gitkeep
-%%WWWDIR%%/l10n/af.js
-%%WWWDIR%%/l10n/af.json
-%%WWWDIR%%/l10n/ar.js
-%%WWWDIR%%/l10n/ar.json
-%%WWWDIR%%/l10n/ast.js
-%%WWWDIR%%/l10n/ast.json
-%%WWWDIR%%/l10n/az.js
-%%WWWDIR%%/l10n/az.json
-%%WWWDIR%%/l10n/bg.js
-%%WWWDIR%%/l10n/bg.json
-%%WWWDIR%%/l10n/bn_BD.js
-%%WWWDIR%%/l10n/bn_BD.json
-%%WWWDIR%%/l10n/br.js
-%%WWWDIR%%/l10n/br.json
-%%WWWDIR%%/l10n/ca.js
-%%WWWDIR%%/l10n/ca.json
-%%WWWDIR%%/l10n/cs.js
-%%WWWDIR%%/l10n/cs.json
-%%WWWDIR%%/l10n/cy_GB.js
-%%WWWDIR%%/l10n/cy_GB.json
-%%WWWDIR%%/l10n/da.js
-%%WWWDIR%%/l10n/da.json
-%%WWWDIR%%/l10n/de.js
-%%WWWDIR%%/l10n/de.json
-%%WWWDIR%%/l10n/de_DE.js
-%%WWWDIR%%/l10n/de_DE.json
-%%WWWDIR%%/l10n/el.js
-%%WWWDIR%%/l10n/el.json
-%%WWWDIR%%/l10n/en_GB.js
-%%WWWDIR%%/l10n/en_GB.json
-%%WWWDIR%%/l10n/eo.js
-%%WWWDIR%%/l10n/eo.json
-%%WWWDIR%%/l10n/es.js
-%%WWWDIR%%/l10n/es.json
-%%WWWDIR%%/l10n/es_419.js
-%%WWWDIR%%/l10n/es_419.json
-%%WWWDIR%%/l10n/es_AR.js
-%%WWWDIR%%/l10n/es_AR.json
-%%WWWDIR%%/l10n/es_CL.js
-%%WWWDIR%%/l10n/es_CL.json
-%%WWWDIR%%/l10n/es_CO.js
-%%WWWDIR%%/l10n/es_CO.json
-%%WWWDIR%%/l10n/es_CR.js
-%%WWWDIR%%/l10n/es_CR.json
-%%WWWDIR%%/l10n/es_DO.js
-%%WWWDIR%%/l10n/es_DO.json
-%%WWWDIR%%/l10n/es_EC.js
-%%WWWDIR%%/l10n/es_EC.json
-%%WWWDIR%%/l10n/es_GT.js
-%%WWWDIR%%/l10n/es_GT.json
-%%WWWDIR%%/l10n/es_HN.js
-%%WWWDIR%%/l10n/es_HN.json
-%%WWWDIR%%/l10n/es_MX.js
-%%WWWDIR%%/l10n/es_MX.json
-%%WWWDIR%%/l10n/es_NI.js
-%%WWWDIR%%/l10n/es_NI.json
-%%WWWDIR%%/l10n/es_PA.js
-%%WWWDIR%%/l10n/es_PA.json
-%%WWWDIR%%/l10n/es_PE.js
-%%WWWDIR%%/l10n/es_PE.json
-%%WWWDIR%%/l10n/es_PR.js
-%%WWWDIR%%/l10n/es_PR.json
-%%WWWDIR%%/l10n/es_PY.js
-%%WWWDIR%%/l10n/es_PY.json
-%%WWWDIR%%/l10n/es_SV.js
-%%WWWDIR%%/l10n/es_SV.json
-%%WWWDIR%%/l10n/es_UY.js
-%%WWWDIR%%/l10n/es_UY.json
-%%WWWDIR%%/l10n/et_EE.js
-%%WWWDIR%%/l10n/et_EE.json
-%%WWWDIR%%/l10n/eu.js
-%%WWWDIR%%/l10n/eu.json
-%%WWWDIR%%/l10n/fa.js
-%%WWWDIR%%/l10n/fa.json
-%%WWWDIR%%/l10n/fi.js
-%%WWWDIR%%/l10n/fi.json
-%%WWWDIR%%/l10n/fr.js
-%%WWWDIR%%/l10n/fr.json
-%%WWWDIR%%/l10n/gl.js
-%%WWWDIR%%/l10n/gl.json
-%%WWWDIR%%/l10n/he.js
-%%WWWDIR%%/l10n/he.json
-%%WWWDIR%%/l10n/hr.js
-%%WWWDIR%%/l10n/hr.json
-%%WWWDIR%%/l10n/hu.js
-%%WWWDIR%%/l10n/hu.json
-%%WWWDIR%%/l10n/ia.js
-%%WWWDIR%%/l10n/ia.json
-%%WWWDIR%%/l10n/id.js
-%%WWWDIR%%/l10n/id.json
-%%WWWDIR%%/l10n/is.js
-%%WWWDIR%%/l10n/is.json
-%%WWWDIR%%/l10n/it.js
-%%WWWDIR%%/l10n/it.json
-%%WWWDIR%%/l10n/ja.js
-%%WWWDIR%%/l10n/ja.json
-%%WWWDIR%%/l10n/ka_GE.js
-%%WWWDIR%%/l10n/ka_GE.json
-%%WWWDIR%%/l10n/km.js
-%%WWWDIR%%/l10n/km.json
-%%WWWDIR%%/l10n/ko.js
-%%WWWDIR%%/l10n/ko.json
-%%WWWDIR%%/l10n/lb.js
-%%WWWDIR%%/l10n/lb.json
-%%WWWDIR%%/l10n/lt_LT.js
-%%WWWDIR%%/l10n/lt_LT.json
-%%WWWDIR%%/l10n/lv.js
-%%WWWDIR%%/l10n/lv.json
-%%WWWDIR%%/l10n/mk.js
-%%WWWDIR%%/l10n/mk.json
-%%WWWDIR%%/l10n/mn.js
-%%WWWDIR%%/l10n/mn.json
-%%WWWDIR%%/l10n/nb.js
-%%WWWDIR%%/l10n/nb.json
-%%WWWDIR%%/l10n/nl.js
-%%WWWDIR%%/l10n/nl.json
-%%WWWDIR%%/l10n/nn_NO.js
-%%WWWDIR%%/l10n/nn_NO.json
-%%WWWDIR%%/l10n/oc.js
-%%WWWDIR%%/l10n/oc.json
-%%WWWDIR%%/l10n/pl.js
-%%WWWDIR%%/l10n/pl.json
-%%WWWDIR%%/l10n/pt_BR.js
-%%WWWDIR%%/l10n/pt_BR.json
-%%WWWDIR%%/l10n/pt_PT.js
-%%WWWDIR%%/l10n/pt_PT.json
-%%WWWDIR%%/l10n/ro.js
-%%WWWDIR%%/l10n/ro.json
-%%WWWDIR%%/l10n/ru.js
-%%WWWDIR%%/l10n/ru.json
-%%WWWDIR%%/l10n/sk.js
-%%WWWDIR%%/l10n/sk.json
-%%WWWDIR%%/l10n/sl.js
-%%WWWDIR%%/l10n/sl.json
-%%WWWDIR%%/l10n/sq.js
-%%WWWDIR%%/l10n/sq.json
-%%WWWDIR%%/l10n/sr.js
-%%WWWDIR%%/l10n/sr.json
-%%WWWDIR%%/l10n/sr@latin.js
-%%WWWDIR%%/l10n/sr@latin.json
-%%WWWDIR%%/l10n/sv.js
-%%WWWDIR%%/l10n/sv.json
-%%WWWDIR%%/l10n/th.js
-%%WWWDIR%%/l10n/th.json
-%%WWWDIR%%/l10n/tr.js
-%%WWWDIR%%/l10n/tr.json
-%%WWWDIR%%/l10n/uk.js
-%%WWWDIR%%/l10n/uk.json
-%%WWWDIR%%/l10n/vi.js
-%%WWWDIR%%/l10n/vi.json
-%%WWWDIR%%/l10n/zh_CN.js
-%%WWWDIR%%/l10n/zh_CN.json
-%%WWWDIR%%/l10n/zh_TW.js
-%%WWWDIR%%/l10n/zh_TW.json
-%%WWWDIR%%/lib/AppInfo/Application.php
-%%WWWDIR%%/lib/Backend/BCSabreImpl.php
-%%WWWDIR%%/lib/Backend/BackendManager.php
-%%WWWDIR%%/lib/Backend/BackendUtils.php
-%%WWWDIR%%/lib/Backend/DavListener.php
-%%WWWDIR%%/lib/Backend/ExternalModeSabrePlugin.php
-%%WWWDIR%%/lib/Backend/FakeIterator.php
-%%WWWDIR%%/lib/Backend/IBackendConnector.php
-%%WWWDIR%%/lib/Controller/CalendarsController.php
-%%WWWDIR%%/lib/Controller/PageController.php
-%%WWWDIR%%/lib/Controller/StateController.php
-%%WWWDIR%%/lib/IntervalTree/AVLIntervalNode.php
-%%WWWDIR%%/lib/IntervalTree/AVLIntervalTree.php
-%%WWWDIR%%/lib/Migration/InstallHook.php
-%%WWWDIR%%/lib/Migration/UpdateHook.php
-%%WWWDIR%%/lib/Migration/Version010201Date20200404181716.php
-%%WWWDIR%%/lib/SendDataResponse.php
-%%WWWDIR%%/templates/help.php
-%%WWWDIR%%/templates/index.php
-%%WWWDIR%%/templates/public/form.php
-%%WWWDIR%%/templates/public/formerr.php
-%%WWWDIR%%/templates/public/r404.php
-%%WWWDIR%%/templates/public/thanks.php
diff --git a/www/nextcloud-calendar/Makefile b/www/nextcloud-calendar/Makefile
index 4692929a0783..2ad239c521d5 100644
--- a/www/nextcloud-calendar/Makefile
+++ b/www/nextcloud-calendar/Makefile
@@ -4,11 +4,11 @@ PORTNAME= calendar
PORTVERSION= 2.3.0
DISTVERSIONPREFIX= v
CATEGORIES= www
-MASTER_SITES= https://github.com/${PKGNAMEPREFIX}releases/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/
+MASTER_SITES= https://github.com/nextcloud-releases/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/
PKGNAMEPREFIX= nextcloud-
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
DISTNAME= ${PORTNAME}
-DIST_SUBDIR= ${PKGNAMEPREFIX:S/-//}/${DISTNAME}-${DISTVERSIONPREFIX}${PORTVERSION}
+DIST_SUBDIR= nextcloud/${PORTNAME}-${DISTVERSION}
MAINTAINER= brnrd@FreeBSD.org
COMMENT= Calendar app for Nextcloud
@@ -21,16 +21,12 @@ USES= php:flavors
NO_BUILD= yes
NO_ARCH= yes
-NEXTCLOUD_USERNAME?= ${WWWOWN}
-NEXTCLOUD_GROUPNAME?= ${WWWGRP}
-
-PLIST_SUB= NEXTCLOUD_USERNAME=${NEXTCLOUD_USERNAME} \
- NEXTCLOUD_GROUPNAME=${NEXTCLOUD_GROUPNAME}
-
WWWDIR= ${PREFIX}/www/nextcloud/apps-pkg/${PORTNAME}
do-install:
- ${MKDIR} ${STAGEDIR}${WWWDIR}
- (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
+ @${MKDIR} ${STAGEDIR}${WWWDIR}
+ @(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
+ @(cd ${WRKSRC}; ${FIND} . -not -type d) | ${SORT} | \
+ ${SED} -e 's,^\.,${WWWDIR_REL},' >> ${TMPPLIST}
.include <bsd.port.mk>
diff --git a/www/nextcloud-calendar/distinfo b/www/nextcloud-calendar/distinfo
index 1a36aaf43316..435d7c980b84 100644
--- a/www/nextcloud-calendar/distinfo
+++ b/www/nextcloud-calendar/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1625402197
-SHA256 (nextcloud/calendar-v2.3.0/calendar.tar.gz) = 14e04a53ea70db4085257e123e51255ff52f5b3cbde05689bdf351b374045a41
-SIZE (nextcloud/calendar-v2.3.0/calendar.tar.gz) = 6846413
+TIMESTAMP = 1625862818
+SHA256 (nextcloud/calendar-2.3.0/calendar.tar.gz) = 14e04a53ea70db4085257e123e51255ff52f5b3cbde05689bdf351b374045a41
+SIZE (nextcloud/calendar-2.3.0/calendar.tar.gz) = 6846413
diff --git a/www/nextcloud-calendar/pkg-plist b/www/nextcloud-calendar/pkg-plist
deleted file mode 100644
index 1fadf7d1d373..000000000000
--- a/www/nextcloud-calendar/pkg-plist
+++ /dev/null
@@ -1,1165 +0,0 @@
-%%WWWDIR%%/CHANGELOG.md
-%%WWWDIR%%/appinfo/info.xml
-%%WWWDIR%%/appinfo/routes.php
-%%WWWDIR%%/css/app-navigation.scss
-%%WWWDIR%%/css/app-settings.scss
-%%WWWDIR%%/css/app-sidebar.scss
-%%WWWDIR%%/css/calendar.scss
-%%WWWDIR%%/css/freebusy.scss
-%%WWWDIR%%/css/fullcalendar.scss
-%%WWWDIR%%/css/global.scss
-%%WWWDIR%%/css/icons.scss
-%%WWWDIR%%/css/import.scss
-%%WWWDIR%%/css/print.scss
-%%WWWDIR%%/css/public.scss
-%%WWWDIR%%/img/LICENSES.md
-%%WWWDIR%%/img/briefcase.svg
-%%WWWDIR%%/img/calendar.png
-%%WWWDIR%%/img/calendar.svg
-%%WWWDIR%%/img/circle.svg
-%%WWWDIR%%/img/color-picker.svg
-%%WWWDIR%%/img/embed.svg
-%%WWWDIR%%/img/eye.svg
-%%WWWDIR%%/img/favicon-mask.svg
-%%WWWDIR%%/img/favicon-touch.png
-%%WWWDIR%%/img/favicon-touch.svg
-%%WWWDIR%%/img/favicon.ico
-%%WWWDIR%%/img/favicon.png
-%%WWWDIR%%/img/favicon.svg
-%%WWWDIR%%/img/illustrations/a_day_at_the_park.svg
-%%WWWDIR%%/img/illustrations/a_moment_to_relax.svg
-%%WWWDIR%%/img/illustrations/adventure.svg
-%%WWWDIR%%/img/illustrations/art_lover.svg
-%%WWWDIR%%/img/illustrations/barber.svg
-%%WWWDIR%%/img/illustrations/basketball.svg
-%%WWWDIR%%/img/illustrations/bicycle.svg
-%%WWWDIR%%/img/illustrations/biking.svg
-%%WWWDIR%%/img/illustrations/business_plan.svg
-%%WWWDIR%%/img/illustrations/calendar.svg
-%%WWWDIR%%/img/illustrations/calling.svg
-%%WWWDIR%%/img/illustrations/camera.svg
-%%WWWDIR%%/img/illustrations/camping.svg
-%%WWWDIR%%/img/illustrations/celebration.svg
-%%WWWDIR%%/img/illustrations/christmas_tree.svg
-%%WWWDIR%%/img/illustrations/collab.svg
-%%WWWDIR%%/img/illustrations/conference_call.svg
-%%WWWDIR%%/img/illustrations/conference_speaker.svg
-%%WWWDIR%%/img/illustrations/creation_process.svg
-%%WWWDIR%%/img/illustrations/dinner.svg
-%%WWWDIR%%/img/illustrations/doctors.svg
-%%WWWDIR%%/img/illustrations/eating_together.svg
-%%WWWDIR%%/img/illustrations/electric_car.svg
-%%WWWDIR%%/img/illustrations/empty_cart.svg
-%%WWWDIR%%/img/illustrations/exams.svg
-%%WWWDIR%%/img/illustrations/exploring.svg
-%%WWWDIR%%/img/illustrations/finish_line_katerina_limpitsouni.svg
-%%WWWDIR%%/img/illustrations/fireworks.svg
-%%WWWDIR%%/img/illustrations/fishing.svg
-%%WWWDIR%%/img/illustrations/gaming.svg
-%%WWWDIR%%/img/illustrations/goal.svg
-%%WWWDIR%%/img/illustrations/golf.svg
-%%WWWDIR%%/img/illustrations/graduation.svg
-%%WWWDIR%%/img/illustrations/greek_freak.svg
-%%WWWDIR%%/img/illustrations/hiking.svg
-%%WWWDIR%%/img/illustrations/home_run.svg
-%%WWWDIR%%/img/illustrations/in_the_office.svg
-%%WWWDIR%%/img/illustrations/interview.svg
-%%WWWDIR%%/img/illustrations/into_the_night.svg
-%%WWWDIR%%/img/illustrations/journey.svg
-%%WWWDIR%%/img/illustrations/medicine.svg
-%%WWWDIR%%/img/illustrations/medidation.svg
-%%WWWDIR%%/img/illustrations/meeting.svg
-%%WWWDIR%%/img/illustrations/movie_night.svg
-%%WWWDIR%%/img/illustrations/newsletter.svg
-%%WWWDIR%%/img/illustrations/no_data.svg
-%%WWWDIR%%/img/illustrations/old_day.svg
-%%WWWDIR%%/img/illustrations/party.svg
-%%WWWDIR%%/img/illustrations/personal_trainer.svg
-%%WWWDIR%%/img/illustrations/photo_session.svg
-%%WWWDIR%%/img/illustrations/pilates.svg
-%%WWWDIR%%/img/illustrations/pizza_sharing.svg
-%%WWWDIR%%/img/illustrations/podcast.svg
-%%WWWDIR%%/img/illustrations/presentation.svg
-%%WWWDIR%%/img/illustrations/professor.svg
-%%WWWDIR%%/img/illustrations/relaxation.svg
-%%WWWDIR%%/img/illustrations/skateboard.svg
-%%WWWDIR%%/img/illustrations/studying.svg
-%%WWWDIR%%/img/illustrations/travel_plans.svg
-%%WWWDIR%%/img/illustrations/travelers.svg
-%%WWWDIR%%/img/illustrations/window_shopping.svg
-%%WWWDIR%%/img/illustrations/wine_tasting.svg
-%%WWWDIR%%/img/illustrations/working_out.svg
-%%WWWDIR%%/img/illustrations/working_remotely.svg
-%%WWWDIR%%/img/invitees-no-response.svg
-%%WWWDIR%%/img/leftarrow.svg
-%%WWWDIR%%/img/new-calendar-with-task-list.svg
-%%WWWDIR%%/img/new-calendar.svg
-%%WWWDIR%%/img/random.svg
-%%WWWDIR%%/img/reminder-audio.svg
-%%WWWDIR%%/img/reminder-mail.svg
-%%WWWDIR%%/img/reminder.svg
-%%WWWDIR%%/img/repeat.svg
-%%WWWDIR%%/img/rightarrow.svg
-%%WWWDIR%%/img/timezone.svg
-%%WWWDIR%%/img/view-day.svg
-%%WWWDIR%%/img/view-list.svg
-%%WWWDIR%%/img/view-module.svg
-%%WWWDIR%%/img/view-week.svg
-%%WWWDIR%%/js/calendar.js
-%%WWWDIR%%/js/calendar.js.LICENSE.txt
-%%WWWDIR%%/js/calendar.js.map
-%%WWWDIR%%/js/chunks/calendar.0.72dc14ea12d68419bc86.js
-%%WWWDIR%%/js/chunks/calendar.0.72dc14ea12d68419bc86.js.map
-%%WWWDIR%%/js/chunks/calendar.1.678108f67552c9248f6d.js
-%%WWWDIR%%/js/chunks/calendar.1.678108f67552c9248f6d.js.map
-%%WWWDIR%%/js/chunks/calendar.10.f668868b024e0273714b.js
-%%WWWDIR%%/js/chunks/calendar.10.f668868b024e0273714b.js.map
-%%WWWDIR%%/js/chunks/calendar.100.910f7b6aca6b881d6aa6.js
-%%WWWDIR%%/js/chunks/calendar.100.910f7b6aca6b881d6aa6.js.map
-%%WWWDIR%%/js/chunks/calendar.101.ede33a6787ae4a097416.js
-%%WWWDIR%%/js/chunks/calendar.101.ede33a6787ae4a097416.js.map
-%%WWWDIR%%/js/chunks/calendar.102.07c490a56e9f0feb7ba0.js
-%%WWWDIR%%/js/chunks/calendar.102.07c490a56e9f0feb7ba0.js.map
-%%WWWDIR%%/js/chunks/calendar.103.9b1a7217c8b457ccb920.js
-%%WWWDIR%%/js/chunks/calendar.103.9b1a7217c8b457ccb920.js.map
-%%WWWDIR%%/js/chunks/calendar.104.8d153b48a355d0fad08d.js
-%%WWWDIR%%/js/chunks/calendar.104.8d153b48a355d0fad08d.js.map
-%%WWWDIR%%/js/chunks/calendar.105.fe91685dcc975aa623d2.js
-%%WWWDIR%%/js/chunks/calendar.105.fe91685dcc975aa623d2.js.map
-%%WWWDIR%%/js/chunks/calendar.106.31aafa6439ff126dc26a.js
-%%WWWDIR%%/js/chunks/calendar.106.31aafa6439ff126dc26a.js.map
-%%WWWDIR%%/js/chunks/calendar.107.c7ee6e4472fdbe96d39b.js
-%%WWWDIR%%/js/chunks/calendar.107.c7ee6e4472fdbe96d39b.js.map
-%%WWWDIR%%/js/chunks/calendar.108.ad03d046c2bc2515b316.js
-%%WWWDIR%%/js/chunks/calendar.108.ad03d046c2bc2515b316.js.map
-%%WWWDIR%%/js/chunks/calendar.109.bce459de0a372fa2f923.js
-%%WWWDIR%%/js/chunks/calendar.109.bce459de0a372fa2f923.js.map
-%%WWWDIR%%/js/chunks/calendar.11.5555d3f340909a5fc82b.js
-%%WWWDIR%%/js/chunks/calendar.11.5555d3f340909a5fc82b.js.map
-%%WWWDIR%%/js/chunks/calendar.110.378f99006a60adfbdea4.js
-%%WWWDIR%%/js/chunks/calendar.110.378f99006a60adfbdea4.js.map
-%%WWWDIR%%/js/chunks/calendar.111.9b5babfbd01656600dcf.js
-%%WWWDIR%%/js/chunks/calendar.111.9b5babfbd01656600dcf.js.map
-%%WWWDIR%%/js/chunks/calendar.112.6b14e953bc677ad0e9ed.js
-%%WWWDIR%%/js/chunks/calendar.112.6b14e953bc677ad0e9ed.js.map
-%%WWWDIR%%/js/chunks/calendar.113.d4b9ecbcf822ac64d57c.js
-%%WWWDIR%%/js/chunks/calendar.113.d4b9ecbcf822ac64d57c.js.map
-%%WWWDIR%%/js/chunks/calendar.114.bf76d0a24c77989386bd.js
-%%WWWDIR%%/js/chunks/calendar.114.bf76d0a24c77989386bd.js.map
-%%WWWDIR%%/js/chunks/calendar.115.5228300141075d47cc19.js
-%%WWWDIR%%/js/chunks/calendar.115.5228300141075d47cc19.js.map
-%%WWWDIR%%/js/chunks/calendar.116.47be8e4af44f307081b8.js
-%%WWWDIR%%/js/chunks/calendar.116.47be8e4af44f307081b8.js.map
-%%WWWDIR%%/js/chunks/calendar.117.3de6f5328bfd5d80ef0c.js
-%%WWWDIR%%/js/chunks/calendar.117.3de6f5328bfd5d80ef0c.js.map
-%%WWWDIR%%/js/chunks/calendar.118.e22c7976cffbd192dd90.js
-%%WWWDIR%%/js/chunks/calendar.118.e22c7976cffbd192dd90.js.map
-%%WWWDIR%%/js/chunks/calendar.119.0f4116341f950ba4209d.js
-%%WWWDIR%%/js/chunks/calendar.119.0f4116341f950ba4209d.js.map
-%%WWWDIR%%/js/chunks/calendar.12.05771a19b625ef407514.js
-%%WWWDIR%%/js/chunks/calendar.12.05771a19b625ef407514.js.map
-%%WWWDIR%%/js/chunks/calendar.120.cc26e79e99597023611f.js
-%%WWWDIR%%/js/chunks/calendar.120.cc26e79e99597023611f.js.map
-%%WWWDIR%%/js/chunks/calendar.121.e2456ca79d9131acab37.js
-%%WWWDIR%%/js/chunks/calendar.121.e2456ca79d9131acab37.js.map
-%%WWWDIR%%/js/chunks/calendar.122.0bfa9dab3f65f61408ff.js
-%%WWWDIR%%/js/chunks/calendar.122.0bfa9dab3f65f61408ff.js.map
-%%WWWDIR%%/js/chunks/calendar.123.d0dde703331f76243951.js
-%%WWWDIR%%/js/chunks/calendar.123.d0dde703331f76243951.js.map
-%%WWWDIR%%/js/chunks/calendar.124.530be0fbb6eee91b9661.js
-%%WWWDIR%%/js/chunks/calendar.124.530be0fbb6eee91b9661.js.map
-%%WWWDIR%%/js/chunks/calendar.125.50daf41676a1b7ec745d.js
-%%WWWDIR%%/js/chunks/calendar.125.50daf41676a1b7ec745d.js.map
-%%WWWDIR%%/js/chunks/calendar.126.ddfc8e61de6483880f14.js
-%%WWWDIR%%/js/chunks/calendar.126.ddfc8e61de6483880f14.js.map
-%%WWWDIR%%/js/chunks/calendar.13.8e736e9454be68fdf1b6.js
-%%WWWDIR%%/js/chunks/calendar.13.8e736e9454be68fdf1b6.js.map
-%%WWWDIR%%/js/chunks/calendar.14.14f6c089fc880e8fa644.js
-%%WWWDIR%%/js/chunks/calendar.14.14f6c089fc880e8fa644.js.map
-%%WWWDIR%%/js/chunks/calendar.15.b0be761aebfea3746ef5.js
-%%WWWDIR%%/js/chunks/calendar.15.b0be761aebfea3746ef5.js.map
-%%WWWDIR%%/js/chunks/calendar.16.f8bb874e1eb0d2b01950.js
-%%WWWDIR%%/js/chunks/calendar.16.f8bb874e1eb0d2b01950.js.map
-%%WWWDIR%%/js/chunks/calendar.17.8c444cb220ab9beb8d72.js
-%%WWWDIR%%/js/chunks/calendar.17.8c444cb220ab9beb8d72.js.map
-%%WWWDIR%%/js/chunks/calendar.18.2e73ad176ca0323b6d69.js
-%%WWWDIR%%/js/chunks/calendar.18.2e73ad176ca0323b6d69.js.map
-%%WWWDIR%%/js/chunks/calendar.19.4699b3c1e1e1be30dce8.js
-%%WWWDIR%%/js/chunks/calendar.19.4699b3c1e1e1be30dce8.js.map
-%%WWWDIR%%/js/chunks/calendar.2.1b9aee5d6ffdd97d6ef6.js
-%%WWWDIR%%/js/chunks/calendar.2.1b9aee5d6ffdd97d6ef6.js.map
-%%WWWDIR%%/js/chunks/calendar.20.6284d3350522e8564749.js
-%%WWWDIR%%/js/chunks/calendar.20.6284d3350522e8564749.js.map
-%%WWWDIR%%/js/chunks/calendar.21.a91a8b2c9f850479e1c2.js
-%%WWWDIR%%/js/chunks/calendar.21.a91a8b2c9f850479e1c2.js.map
-%%WWWDIR%%/js/chunks/calendar.22.70ae71008a8f145f7f0c.js
-%%WWWDIR%%/js/chunks/calendar.22.70ae71008a8f145f7f0c.js.map
-%%WWWDIR%%/js/chunks/calendar.23.2c46e066dfec9a5a016b.js
-%%WWWDIR%%/js/chunks/calendar.23.2c46e066dfec9a5a016b.js.map
-%%WWWDIR%%/js/chunks/calendar.24.1969f249aff1ac707f3b.js
-%%WWWDIR%%/js/chunks/calendar.24.1969f249aff1ac707f3b.js.map
-%%WWWDIR%%/js/chunks/calendar.25.fb2617ce7863740335d4.js
-%%WWWDIR%%/js/chunks/calendar.25.fb2617ce7863740335d4.js.map
-%%WWWDIR%%/js/chunks/calendar.26.b8d1a9d6b66094877005.js
-%%WWWDIR%%/js/chunks/calendar.26.b8d1a9d6b66094877005.js.map
-%%WWWDIR%%/js/chunks/calendar.27.0464f68df743f2f4b1f6.js
-%%WWWDIR%%/js/chunks/calendar.27.0464f68df743f2f4b1f6.js.map
-%%WWWDIR%%/js/chunks/calendar.28.283266f1bab78385bcb9.js
-%%WWWDIR%%/js/chunks/calendar.28.283266f1bab78385bcb9.js.map
-%%WWWDIR%%/js/chunks/calendar.29.ef2a518873fca658a06e.js
-%%WWWDIR%%/js/chunks/calendar.29.ef2a518873fca658a06e.js.map
-%%WWWDIR%%/js/chunks/calendar.3.e09ad476a0a08246d089.js
-%%WWWDIR%%/js/chunks/calendar.3.e09ad476a0a08246d089.js.map
-%%WWWDIR%%/js/chunks/calendar.30.f5fc93569891897ab2e2.js
-%%WWWDIR%%/js/chunks/calendar.30.f5fc93569891897ab2e2.js.map
-%%WWWDIR%%/js/chunks/calendar.31.b73657872e3ba53df4bc.js
-%%WWWDIR%%/js/chunks/calendar.31.b73657872e3ba53df4bc.js.map
-%%WWWDIR%%/js/chunks/calendar.32.cd6806424beaecd11203.js
-%%WWWDIR%%/js/chunks/calendar.32.cd6806424beaecd11203.js.map
-%%WWWDIR%%/js/chunks/calendar.33.e6009f31ecb503847373.js
-%%WWWDIR%%/js/chunks/calendar.33.e6009f31ecb503847373.js.map
-%%WWWDIR%%/js/chunks/calendar.34.9de33fc5a508c934331a.js
-%%WWWDIR%%/js/chunks/calendar.34.9de33fc5a508c934331a.js.map
-%%WWWDIR%%/js/chunks/calendar.35.9212d26c1ba3418bccd2.js
-%%WWWDIR%%/js/chunks/calendar.35.9212d26c1ba3418bccd2.js.map
-%%WWWDIR%%/js/chunks/calendar.36.0e65181cd4fef850f6eb.js
-%%WWWDIR%%/js/chunks/calendar.36.0e65181cd4fef850f6eb.js.map
-%%WWWDIR%%/js/chunks/calendar.37.c003d47f4eb109682110.js
-%%WWWDIR%%/js/chunks/calendar.37.c003d47f4eb109682110.js.map
-%%WWWDIR%%/js/chunks/calendar.38.d7b094895b21951b020a.js
-%%WWWDIR%%/js/chunks/calendar.38.d7b094895b21951b020a.js.map
-%%WWWDIR%%/js/chunks/calendar.39.d744ca1985ebc729e1f8.js
-%%WWWDIR%%/js/chunks/calendar.39.d744ca1985ebc729e1f8.js.map
-%%WWWDIR%%/js/chunks/calendar.4.24e6ec79407d890fcf39.js
-%%WWWDIR%%/js/chunks/calendar.4.24e6ec79407d890fcf39.js.map
-%%WWWDIR%%/js/chunks/calendar.40.81929fb4e2d8093afe8f.js
-%%WWWDIR%%/js/chunks/calendar.40.81929fb4e2d8093afe8f.js.map
-%%WWWDIR%%/js/chunks/calendar.41.0429d0a1ad62c39eb9c1.js
-%%WWWDIR%%/js/chunks/calendar.41.0429d0a1ad62c39eb9c1.js.map
-%%WWWDIR%%/js/chunks/calendar.42.429c4eb81c346e86e41f.js
-%%WWWDIR%%/js/chunks/calendar.42.429c4eb81c346e86e41f.js.map
-%%WWWDIR%%/js/chunks/calendar.43.c725cebb6819210b9dd1.js
-%%WWWDIR%%/js/chunks/calendar.43.c725cebb6819210b9dd1.js.map
-%%WWWDIR%%/js/chunks/calendar.44.236b32398f42de7e0002.js
-%%WWWDIR%%/js/chunks/calendar.44.236b32398f42de7e0002.js.map
-%%WWWDIR%%/js/chunks/calendar.45.62687c8b2e1a1ecd69da.js
-%%WWWDIR%%/js/chunks/calendar.45.62687c8b2e1a1ecd69da.js.map
-%%WWWDIR%%/js/chunks/calendar.46.299aab7b5f015c4b3817.js
-%%WWWDIR%%/js/chunks/calendar.46.299aab7b5f015c4b3817.js.map
-%%WWWDIR%%/js/chunks/calendar.47.0c3c461c24f6db31065d.js
-%%WWWDIR%%/js/chunks/calendar.47.0c3c461c24f6db31065d.js.map
-%%WWWDIR%%/js/chunks/calendar.48.7b0fd291f1db09c28acf.js
-%%WWWDIR%%/js/chunks/calendar.48.7b0fd291f1db09c28acf.js.map
-%%WWWDIR%%/js/chunks/calendar.49.269b3b8f8cf4dcf77762.js
-%%WWWDIR%%/js/chunks/calendar.49.269b3b8f8cf4dcf77762.js.map
-%%WWWDIR%%/js/chunks/calendar.5.a3929bbdc2b406c380c4.js
-%%WWWDIR%%/js/chunks/calendar.5.a3929bbdc2b406c380c4.js.map
-%%WWWDIR%%/js/chunks/calendar.50.a28db4e8bc80d27509b8.js
-%%WWWDIR%%/js/chunks/calendar.50.a28db4e8bc80d27509b8.js.map
-%%WWWDIR%%/js/chunks/calendar.51.3dcb57f0742eecbd197b.js
-%%WWWDIR%%/js/chunks/calendar.51.3dcb57f0742eecbd197b.js.map
-%%WWWDIR%%/js/chunks/calendar.52.5b145414a7b5a7b15149.js
-%%WWWDIR%%/js/chunks/calendar.52.5b145414a7b5a7b15149.js.map
-%%WWWDIR%%/js/chunks/calendar.53.44f08d20f1736bdfa782.js
-%%WWWDIR%%/js/chunks/calendar.53.44f08d20f1736bdfa782.js.map
-%%WWWDIR%%/js/chunks/calendar.54.58357ed5297c43c75c42.js
-%%WWWDIR%%/js/chunks/calendar.54.58357ed5297c43c75c42.js.map
-%%WWWDIR%%/js/chunks/calendar.55.316c4a7782f2862e0dc4.js
-%%WWWDIR%%/js/chunks/calendar.55.316c4a7782f2862e0dc4.js.map
-%%WWWDIR%%/js/chunks/calendar.56.9600c0c24a7d3a91c1d6.js
-%%WWWDIR%%/js/chunks/calendar.56.9600c0c24a7d3a91c1d6.js.map
-%%WWWDIR%%/js/chunks/calendar.57.7aef76003652e13f7ffd.js
-%%WWWDIR%%/js/chunks/calendar.57.7aef76003652e13f7ffd.js.map
-%%WWWDIR%%/js/chunks/calendar.58.728db58bb395c6f6edaf.js
-%%WWWDIR%%/js/chunks/calendar.58.728db58bb395c6f6edaf.js.map
-%%WWWDIR%%/js/chunks/calendar.59.c65940d68c5cf5bef348.js
-%%WWWDIR%%/js/chunks/calendar.59.c65940d68c5cf5bef348.js.map
-%%WWWDIR%%/js/chunks/calendar.6.208727c00feab366be55.js
-%%WWWDIR%%/js/chunks/calendar.6.208727c00feab366be55.js.map
-%%WWWDIR%%/js/chunks/calendar.60.72bb8bdfd8f53ad31409.js
-%%WWWDIR%%/js/chunks/calendar.60.72bb8bdfd8f53ad31409.js.map
-%%WWWDIR%%/js/chunks/calendar.61.25dd3716ad6bf9a522fe.js
-%%WWWDIR%%/js/chunks/calendar.61.25dd3716ad6bf9a522fe.js.map
-%%WWWDIR%%/js/chunks/calendar.62.58f687e330d2b127c0de.js
-%%WWWDIR%%/js/chunks/calendar.62.58f687e330d2b127c0de.js.map
-%%WWWDIR%%/js/chunks/calendar.63.56e935ca7ef2e2b669c0.js
-%%WWWDIR%%/js/chunks/calendar.63.56e935ca7ef2e2b669c0.js.map
-%%WWWDIR%%/js/chunks/calendar.64.8d76126daa7490ff97c3.js
-%%WWWDIR%%/js/chunks/calendar.64.8d76126daa7490ff97c3.js.map
-%%WWWDIR%%/js/chunks/calendar.65.db51b7b8964d8ecf5aa1.js
-%%WWWDIR%%/js/chunks/calendar.65.db51b7b8964d8ecf5aa1.js.map
-%%WWWDIR%%/js/chunks/calendar.66.5c7fc985bde3335db5a9.js
-%%WWWDIR%%/js/chunks/calendar.66.5c7fc985bde3335db5a9.js.map
-%%WWWDIR%%/js/chunks/calendar.67.82946df1967cbfa29ec5.js
-%%WWWDIR%%/js/chunks/calendar.67.82946df1967cbfa29ec5.js.map
-%%WWWDIR%%/js/chunks/calendar.68.71540c0996819968960e.js
-%%WWWDIR%%/js/chunks/calendar.68.71540c0996819968960e.js.map
-%%WWWDIR%%/js/chunks/calendar.69.40496a37f794d5b8d6ae.js
-%%WWWDIR%%/js/chunks/calendar.69.40496a37f794d5b8d6ae.js.map
-%%WWWDIR%%/js/chunks/calendar.7.bd742450f5b8c7ed3c41.js
-%%WWWDIR%%/js/chunks/calendar.7.bd742450f5b8c7ed3c41.js.map
-%%WWWDIR%%/js/chunks/calendar.70.9b6766dbd1a2c3a98775.js
-%%WWWDIR%%/js/chunks/calendar.70.9b6766dbd1a2c3a98775.js.map
-%%WWWDIR%%/js/chunks/calendar.71.61f475cbfbf48f215688.js
-%%WWWDIR%%/js/chunks/calendar.71.61f475cbfbf48f215688.js.map
-%%WWWDIR%%/js/chunks/calendar.72.5aaed51840ab7eb84d99.js
-%%WWWDIR%%/js/chunks/calendar.72.5aaed51840ab7eb84d99.js.map
-%%WWWDIR%%/js/chunks/calendar.73.2b0532efb368ebcdb056.js
-%%WWWDIR%%/js/chunks/calendar.73.2b0532efb368ebcdb056.js.map
-%%WWWDIR%%/js/chunks/calendar.74.a93b0c281ce05082bee6.js
-%%WWWDIR%%/js/chunks/calendar.74.a93b0c281ce05082bee6.js.map
-%%WWWDIR%%/js/chunks/calendar.75.dcc23f4c40bfc0ceeca8.js
-%%WWWDIR%%/js/chunks/calendar.75.dcc23f4c40bfc0ceeca8.js.map
-%%WWWDIR%%/js/chunks/calendar.76.84dcb5c30a60d78f0cb7.js
-%%WWWDIR%%/js/chunks/calendar.76.84dcb5c30a60d78f0cb7.js.map
-%%WWWDIR%%/js/chunks/calendar.77.a7428dc669525023dbcf.js
-%%WWWDIR%%/js/chunks/calendar.77.a7428dc669525023dbcf.js.map
-%%WWWDIR%%/js/chunks/calendar.78.76c2b5c00a4c656c1c10.js
-%%WWWDIR%%/js/chunks/calendar.78.76c2b5c00a4c656c1c10.js.map
-%%WWWDIR%%/js/chunks/calendar.79.decd773a14f6302d66c3.js
-%%WWWDIR%%/js/chunks/calendar.79.decd773a14f6302d66c3.js.map
-%%WWWDIR%%/js/chunks/calendar.8.c9e5ef33ec877dc1a16b.js
-%%WWWDIR%%/js/chunks/calendar.8.c9e5ef33ec877dc1a16b.js.map
-%%WWWDIR%%/js/chunks/calendar.80.e6f0c3aa0611d9aad86d.js
-%%WWWDIR%%/js/chunks/calendar.80.e6f0c3aa0611d9aad86d.js.map
-%%WWWDIR%%/js/chunks/calendar.81.5372493ea1af884e13de.js
-%%WWWDIR%%/js/chunks/calendar.81.5372493ea1af884e13de.js.map
-%%WWWDIR%%/js/chunks/calendar.82.d21ec91d8974fe5962f3.js
-%%WWWDIR%%/js/chunks/calendar.82.d21ec91d8974fe5962f3.js.map
-%%WWWDIR%%/js/chunks/calendar.83.fa56c8989513c4824592.js
-%%WWWDIR%%/js/chunks/calendar.83.fa56c8989513c4824592.js.map
-%%WWWDIR%%/js/chunks/calendar.84.3babd8bb33472d60fdb7.js
-%%WWWDIR%%/js/chunks/calendar.84.3babd8bb33472d60fdb7.js.map
-%%WWWDIR%%/js/chunks/calendar.85.26aadec60d48775f0dcc.js
-%%WWWDIR%%/js/chunks/calendar.85.26aadec60d48775f0dcc.js.map
-%%WWWDIR%%/js/chunks/calendar.86.bd3b28448bacac6fa432.js
-%%WWWDIR%%/js/chunks/calendar.86.bd3b28448bacac6fa432.js.map
-%%WWWDIR%%/js/chunks/calendar.87.0cf90b4b2817a5a96a0f.js
-%%WWWDIR%%/js/chunks/calendar.87.0cf90b4b2817a5a96a0f.js.map
-%%WWWDIR%%/js/chunks/calendar.88.26ac3b137c2c6c1f0352.js
-%%WWWDIR%%/js/chunks/calendar.88.26ac3b137c2c6c1f0352.js.map
-%%WWWDIR%%/js/chunks/calendar.89.d899089af915b3f34158.js
-%%WWWDIR%%/js/chunks/calendar.89.d899089af915b3f34158.js.map
-%%WWWDIR%%/js/chunks/calendar.9.bb43ee6a06f05ad806cb.js
-%%WWWDIR%%/js/chunks/calendar.9.bb43ee6a06f05ad806cb.js.map
-%%WWWDIR%%/js/chunks/calendar.90.093babcb8fb404a4f03b.js
-%%WWWDIR%%/js/chunks/calendar.90.093babcb8fb404a4f03b.js.map
-%%WWWDIR%%/js/chunks/calendar.91.299989d173e101d091ca.js
-%%WWWDIR%%/js/chunks/calendar.91.299989d173e101d091ca.js.map
-%%WWWDIR%%/js/chunks/calendar.92.80e97c65d872f64cf996.js
-%%WWWDIR%%/js/chunks/calendar.92.80e97c65d872f64cf996.js.map
-%%WWWDIR%%/js/chunks/calendar.93.fc921a0588dc17413966.js
-%%WWWDIR%%/js/chunks/calendar.93.fc921a0588dc17413966.js.map
-%%WWWDIR%%/js/chunks/calendar.94.3d196db0413d279ef56c.js
-%%WWWDIR%%/js/chunks/calendar.94.3d196db0413d279ef56c.js.map
-%%WWWDIR%%/js/chunks/calendar.95.df8cd616676ed643d89c.js
-%%WWWDIR%%/js/chunks/calendar.95.df8cd616676ed643d89c.js.map
-%%WWWDIR%%/js/chunks/calendar.96.387199f70018a3829308.js
-%%WWWDIR%%/js/chunks/calendar.96.387199f70018a3829308.js.map
-%%WWWDIR%%/js/chunks/calendar.97.880e61139bc7fca8e33a.js
-%%WWWDIR%%/js/chunks/calendar.97.880e61139bc7fca8e33a.js.map
-%%WWWDIR%%/js/chunks/calendar.98.12f5b23ccf17ae7fa254.js
-%%WWWDIR%%/js/chunks/calendar.98.12f5b23ccf17ae7fa254.js.map
-%%WWWDIR%%/js/chunks/calendar.99.cec54d05add305875b5e.js
-%%WWWDIR%%/js/chunks/calendar.99.cec54d05add305875b5e.js.map
-%%WWWDIR%%/js/dashboard.js
-%%WWWDIR%%/js/dashboard.js.LICENSE.txt
-%%WWWDIR%%/js/dashboard.js.map
-%%WWWDIR%%/l10n/.gitkeep
-%%WWWDIR%%/l10n/af.js
-%%WWWDIR%%/l10n/af.json
-%%WWWDIR%%/l10n/ar.js
-%%WWWDIR%%/l10n/ar.json
-%%WWWDIR%%/l10n/ast.js
-%%WWWDIR%%/l10n/ast.json
-%%WWWDIR%%/l10n/az.js
-%%WWWDIR%%/l10n/az.json
-%%WWWDIR%%/l10n/bg.js
-%%WWWDIR%%/l10n/bg.json
-%%WWWDIR%%/l10n/bn_BD.js
-%%WWWDIR%%/l10n/bn_BD.json
-%%WWWDIR%%/l10n/br.js
-%%WWWDIR%%/l10n/br.json
-%%WWWDIR%%/l10n/bs.js
-%%WWWDIR%%/l10n/bs.json
-%%WWWDIR%%/l10n/ca.js
-%%WWWDIR%%/l10n/ca.json
-%%WWWDIR%%/l10n/cs.js
-%%WWWDIR%%/l10n/cs.json
-%%WWWDIR%%/l10n/cy_GB.js
-%%WWWDIR%%/l10n/cy_GB.json
-%%WWWDIR%%/l10n/da.js
-%%WWWDIR%%/l10n/da.json
-%%WWWDIR%%/l10n/de.js
-%%WWWDIR%%/l10n/de.json
-%%WWWDIR%%/l10n/de_DE.js
-%%WWWDIR%%/l10n/de_DE.json
-%%WWWDIR%%/l10n/el.js
-%%WWWDIR%%/l10n/el.json
-%%WWWDIR%%/l10n/en_GB.js
-%%WWWDIR%%/l10n/en_GB.json
-%%WWWDIR%%/l10n/eo.js
-%%WWWDIR%%/l10n/eo.json
-%%WWWDIR%%/l10n/es.js
-%%WWWDIR%%/l10n/es.json
-%%WWWDIR%%/l10n/es_419.js
-%%WWWDIR%%/l10n/es_419.json
-%%WWWDIR%%/l10n/es_AR.js
-%%WWWDIR%%/l10n/es_AR.json
-%%WWWDIR%%/l10n/es_CL.js
-%%WWWDIR%%/l10n/es_CL.json
-%%WWWDIR%%/l10n/es_CO.js
-%%WWWDIR%%/l10n/es_CO.json
-%%WWWDIR%%/l10n/es_CR.js
-%%WWWDIR%%/l10n/es_CR.json
-%%WWWDIR%%/l10n/es_DO.js
-%%WWWDIR%%/l10n/es_DO.json
-%%WWWDIR%%/l10n/es_EC.js
-%%WWWDIR%%/l10n/es_EC.json
-%%WWWDIR%%/l10n/es_GT.js
-%%WWWDIR%%/l10n/es_GT.json
-%%WWWDIR%%/l10n/es_HN.js
-%%WWWDIR%%/l10n/es_HN.json
-%%WWWDIR%%/l10n/es_MX.js
-%%WWWDIR%%/l10n/es_MX.json
-%%WWWDIR%%/l10n/es_NI.js
-%%WWWDIR%%/l10n/es_NI.json
-%%WWWDIR%%/l10n/es_PA.js
-%%WWWDIR%%/l10n/es_PA.json
-%%WWWDIR%%/l10n/es_PE.js
-%%WWWDIR%%/l10n/es_PE.json
-%%WWWDIR%%/l10n/es_PR.js
-%%WWWDIR%%/l10n/es_PR.json
-%%WWWDIR%%/l10n/es_PY.js
-%%WWWDIR%%/l10n/es_PY.json
-%%WWWDIR%%/l10n/es_SV.js
-%%WWWDIR%%/l10n/es_SV.json
-%%WWWDIR%%/l10n/es_UY.js
-%%WWWDIR%%/l10n/es_UY.json
-%%WWWDIR%%/l10n/et_EE.js
-%%WWWDIR%%/l10n/et_EE.json
-%%WWWDIR%%/l10n/eu.js
-%%WWWDIR%%/l10n/eu.json
-%%WWWDIR%%/l10n/fa.js
-%%WWWDIR%%/l10n/fa.json
-%%WWWDIR%%/l10n/fi.js
-%%WWWDIR%%/l10n/fi.json
-%%WWWDIR%%/l10n/fr.js
-%%WWWDIR%%/l10n/fr.json
-%%WWWDIR%%/l10n/gl.js
-%%WWWDIR%%/l10n/gl.json
-%%WWWDIR%%/l10n/he.js
-%%WWWDIR%%/l10n/he.json
-%%WWWDIR%%/l10n/hr.js
-%%WWWDIR%%/l10n/hr.json
-%%WWWDIR%%/l10n/hu.js
-%%WWWDIR%%/l10n/hu.json
-%%WWWDIR%%/l10n/hy.js
-%%WWWDIR%%/l10n/hy.json
-%%WWWDIR%%/l10n/ia.js
-%%WWWDIR%%/l10n/ia.json
-%%WWWDIR%%/l10n/id.js
-%%WWWDIR%%/l10n/id.json
-%%WWWDIR%%/l10n/is.js
-%%WWWDIR%%/l10n/is.json
-%%WWWDIR%%/l10n/it.js
-%%WWWDIR%%/l10n/it.json
-%%WWWDIR%%/l10n/ja.js
-%%WWWDIR%%/l10n/ja.json
-%%WWWDIR%%/l10n/ka_GE.js
-%%WWWDIR%%/l10n/ka_GE.json
-%%WWWDIR%%/l10n/km.js
-%%WWWDIR%%/l10n/km.json
-%%WWWDIR%%/l10n/ko.js
-%%WWWDIR%%/l10n/ko.json
-%%WWWDIR%%/l10n/lb.js
-%%WWWDIR%%/l10n/lb.json
-%%WWWDIR%%/l10n/lt_LT.js
-%%WWWDIR%%/l10n/lt_LT.json
-%%WWWDIR%%/l10n/lv.js
-%%WWWDIR%%/l10n/lv.json
-%%WWWDIR%%/l10n/mk.js
-%%WWWDIR%%/l10n/mk.json
-%%WWWDIR%%/l10n/mn.js
-%%WWWDIR%%/l10n/mn.json
-%%WWWDIR%%/l10n/ms_MY.js
-%%WWWDIR%%/l10n/ms_MY.json
-%%WWWDIR%%/l10n/nb.js
-%%WWWDIR%%/l10n/nb.json
-%%WWWDIR%%/l10n/nl.js
-%%WWWDIR%%/l10n/nl.json
-%%WWWDIR%%/l10n/nn_NO.js
-%%WWWDIR%%/l10n/nn_NO.json
-%%WWWDIR%%/l10n/no-php
-%%WWWDIR%%/l10n/oc.js
-%%WWWDIR%%/l10n/oc.json
-%%WWWDIR%%/l10n/pl.js
-%%WWWDIR%%/l10n/pl.json
-%%WWWDIR%%/l10n/pt_BR.js
-%%WWWDIR%%/l10n/pt_BR.json
-%%WWWDIR%%/l10n/pt_PT.js
-%%WWWDIR%%/l10n/pt_PT.json
-%%WWWDIR%%/l10n/ro.js
-%%WWWDIR%%/l10n/ro.json
-%%WWWDIR%%/l10n/ru.js
-%%WWWDIR%%/l10n/ru.json
-%%WWWDIR%%/l10n/sc.js
-%%WWWDIR%%/l10n/sc.json
-%%WWWDIR%%/l10n/si.js
-%%WWWDIR%%/l10n/si.json
-%%WWWDIR%%/l10n/sk.js
-%%WWWDIR%%/l10n/sk.json
-%%WWWDIR%%/l10n/sl.js
-%%WWWDIR%%/l10n/sl.json
-%%WWWDIR%%/l10n/sq.js
-%%WWWDIR%%/l10n/sq.json
-%%WWWDIR%%/l10n/sr.js
-%%WWWDIR%%/l10n/sr.json
-%%WWWDIR%%/l10n/sr@latin.js
-%%WWWDIR%%/l10n/sr@latin.json
-%%WWWDIR%%/l10n/sv.js
-%%WWWDIR%%/l10n/sv.json
-%%WWWDIR%%/l10n/ta.js
-%%WWWDIR%%/l10n/ta.json
-%%WWWDIR%%/l10n/th.js
-%%WWWDIR%%/l10n/th.json
-%%WWWDIR%%/l10n/tr.js
-%%WWWDIR%%/l10n/tr.json
-%%WWWDIR%%/l10n/ug.js
-%%WWWDIR%%/l10n/ug.json
-%%WWWDIR%%/l10n/uk.js
-%%WWWDIR%%/l10n/uk.json
-%%WWWDIR%%/l10n/vi.js
-%%WWWDIR%%/l10n/vi.json
-%%WWWDIR%%/l10n/zh_CN.js
-%%WWWDIR%%/l10n/zh_CN.json
-%%WWWDIR%%/l10n/zh_HK.js
-%%WWWDIR%%/l10n/zh_HK.json
-%%WWWDIR%%/l10n/zh_TW.js
-%%WWWDIR%%/l10n/zh_TW.json
-%%WWWDIR%%/lib/AppInfo/Application.php
-%%WWWDIR%%/lib/Controller/ContactController.php
-%%WWWDIR%%/lib/Controller/EmailController.php
-%%WWWDIR%%/lib/Controller/PublicViewController.php
-%%WWWDIR%%/lib/Controller/SettingsController.php
-%%WWWDIR%%/lib/Controller/ViewController.php
-%%WWWDIR%%/lib/Dashboard/CalendarWidget.php
-%%WWWDIR%%/lib/RepairSteps/CurrentViewNameRepairStep.php
-%%WWWDIR%%/lib/Service/JSDataService.php
-%%WWWDIR%%/templates/main.php
-%%WWWDIR%%/vendor/autoload.php
-%%WWWDIR%%/vendor/bin/php-cs-fixer
-%%WWWDIR%%/vendor/composer/ClassLoader.php
-%%WWWDIR%%/vendor/composer/InstalledVersions.php
-%%WWWDIR%%/vendor/composer/LICENSE
-%%WWWDIR%%/vendor/composer/autoload_classmap.php
-%%WWWDIR%%/vendor/composer/autoload_files.php
-%%WWWDIR%%/vendor/composer/autoload_namespaces.php
-%%WWWDIR%%/vendor/composer/autoload_psr4.php
-%%WWWDIR%%/vendor/composer/autoload_real.php
-%%WWWDIR%%/vendor/composer/autoload_static.php
-%%WWWDIR%%/vendor/composer/installed.json
-%%WWWDIR%%/vendor/composer/installed.php
-%%WWWDIR%%/vendor/composer/platform_check.php
-%%WWWDIR%%/vendor/composer/semver/CHANGELOG.md
-%%WWWDIR%%/vendor/composer/semver/LICENSE
-%%WWWDIR%%/vendor/composer/xdebug-handler/CHANGELOG.md
-%%WWWDIR%%/vendor/composer/xdebug-handler/LICENSE
-%%WWWDIR%%/vendor/doctrine/annotations/.doctrine-project.json
-%%WWWDIR%%/vendor/doctrine/annotations/CHANGELOG.md
-%%WWWDIR%%/vendor/doctrine/annotations/LICENSE
-%%WWWDIR%%/vendor/doctrine/annotations/docs/en/annotations.rst
-%%WWWDIR%%/vendor/doctrine/annotations/docs/en/custom.rst
-%%WWWDIR%%/vendor/doctrine/annotations/docs/en/index.rst
-%%WWWDIR%%/vendor/doctrine/annotations/docs/en/sidebar.rst
-%%WWWDIR%%/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation.php
-%%WWWDIR%%/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php
-%%WWWDIR%%/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php
-%%WWWDIR%%/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php
-%%WWWDIR%%/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php
-%%WWWDIR%%/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Required.php
-%%WWWDIR%%/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
-%%WWWDIR%%/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php
-%%WWWDIR%%/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
-%%WWWDIR%%/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
-%%WWWDIR%%/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php
-%%WWWDIR%%/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
-%%WWWDIR%%/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
-%%WWWDIR%%/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/FileCacheReader.php
-%%WWWDIR%%/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ImplicitlyIgnoredAnnotationNames.php
-%%WWWDIR%%/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/IndexedReader.php
-%%WWWDIR%%/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/NamedArgumentConstructorAnnotation.php
-%%WWWDIR%%/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php
-%%WWWDIR%%/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
-%%WWWDIR%%/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
-%%WWWDIR%%/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php
-%%WWWDIR%%/vendor/doctrine/annotations/phpbench.json.dist
-%%WWWDIR%%/vendor/doctrine/annotations/phpcs.xml.dist
-%%WWWDIR%%/vendor/doctrine/annotations/phpstan.neon
-%%WWWDIR%%/vendor/doctrine/lexer/LICENSE
-%%WWWDIR%%/vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/CHANGELOG.md
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/CONTRIBUTING.md
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/LICENSE
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/UPGRADE.md
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/ci-integration.sh
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/config.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/cookbook_fixers.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/custom_rules.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/installation.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/report-schema/checkstyle.xsd
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/report-schema/junit-10.xsd
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/report-schema/schema.json
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/report-schema/xml.xsd
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/ruleSets/DoctrineAnnotation.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/ruleSets/PHP56Migration.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/ruleSets/PHP56MigrationRisky.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/ruleSets/PHP70Migration.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/ruleSets/PHP70MigrationRisky.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/ruleSets/PHP71Migration.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/ruleSets/PHP71MigrationRisky.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/ruleSets/PHP73Migration.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/ruleSets/PHP74Migration.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/ruleSets/PHP74MigrationRisky.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/ruleSets/PHP80Migration.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/ruleSets/PHP80MigrationRisky.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/ruleSets/PHPUnit30MigrationRisky.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/ruleSets/PHPUnit32MigrationRisky.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/ruleSets/PHPUnit35MigrationRisky.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/ruleSets/PHPUnit43MigrationRisky.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/ruleSets/PHPUnit48MigrationRisky.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/ruleSets/PHPUnit50MigrationRisky.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/ruleSets/PHPUnit52MigrationRisky.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/ruleSets/PHPUnit54MigrationRisky.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/ruleSets/PHPUnit55MigrationRisky.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/ruleSets/PHPUnit56MigrationRisky.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/ruleSets/PHPUnit57MigrationRisky.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/ruleSets/PHPUnit60MigrationRisky.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/ruleSets/PHPUnit75MigrationRisky.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/ruleSets/PHPUnit84MigrationRisky.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/ruleSets/PSR1.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/ruleSets/PSR2.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/ruleSets/PhpCsFixer.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/ruleSets/PhpCsFixerRisky.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/ruleSets/Symfony.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/ruleSets/SymfonyRisky.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/ruleSets/index.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/alias/array_push.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/alias/backtick_to_shell_exec.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/alias/ereg_to_preg.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/alias/mb_str_functions.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/alias/no_alias_functions.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/alias/no_alias_language_construct_call.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/alias/no_mixed_echo_print.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/alias/pow_to_exponentiation.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/alias/random_api_migration.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/alias/set_type_to_cast.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/array_notation/array_syntax.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/array_notation/no_multiline_whitespace_around_double_arrow.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/array_notation/no_trailing_comma_in_singleline_array.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/array_notation/no_whitespace_before_comma_in_array.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/array_notation/normalize_index_brace.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/array_notation/trailing_comma_in_multiline_array.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/array_notation/trim_array_spaces.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/array_notation/whitespace_after_comma_in_array.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/basic/braces.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/basic/encoding.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/basic/non_printable_character.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/basic/psr0.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/basic/psr4.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/basic/psr_autoloading.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/casing/constant_case.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/casing/lowercase_constants.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/casing/lowercase_keywords.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/casing/lowercase_static_reference.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/casing/magic_constant_casing.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/casing/magic_method_casing.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/casing/native_function_casing.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/casing/native_function_type_declaration_casing.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/cast_notation/cast_spaces.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/cast_notation/lowercase_cast.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/cast_notation/modernize_types_casting.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/cast_notation/no_short_bool_cast.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/cast_notation/no_unset_cast.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/cast_notation/short_scalar_cast.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/class_notation/class_attributes_separation.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/class_notation/class_definition.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/class_notation/final_class.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/class_notation/final_internal_class.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/class_notation/final_public_method_for_abstract_class.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/class_notation/final_static_access.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/class_notation/method_separation.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/class_notation/no_blank_lines_after_class_opening.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/class_notation/no_null_property_initialization.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/class_notation/no_php4_constructor.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/class_notation/no_unneeded_final_method.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/class_notation/ordered_class_elements.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/class_notation/ordered_interfaces.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/class_notation/ordered_traits.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/class_notation/protected_to_private.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/class_notation/self_accessor.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/class_notation/self_static_accessor.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/class_notation/single_class_element_per_statement.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/class_notation/single_trait_insert_per_statement.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/class_notation/visibility_required.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/class_usage/date_time_immutable.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/comment/comment_to_phpdoc.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/comment/hash_to_slash_comment.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/comment/header_comment.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/comment/multiline_comment_opening_closing.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/comment/no_empty_comment.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/comment/no_trailing_whitespace_in_comment.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/comment/single_line_comment_style.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/constant_notation/native_constant_invocation.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/control_structure/elseif.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/control_structure/include.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/control_structure/no_alternative_syntax.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/control_structure/no_break_comment.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/control_structure/no_superfluous_elseif.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/control_structure/no_trailing_comma_in_list_call.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/control_structure/no_unneeded_control_parentheses.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/control_structure/no_unneeded_curly_braces.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/control_structure/no_useless_else.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/control_structure/simplified_if_return.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/control_structure/switch_case_semicolon_to_colon.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/control_structure/switch_case_space.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/control_structure/switch_continue_to_break.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/control_structure/yoda_style.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/doctrine_annotation/doctrine_annotation_array_assignment.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/doctrine_annotation/doctrine_annotation_braces.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/doctrine_annotation/doctrine_annotation_indentation.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/doctrine_annotation/doctrine_annotation_spaces.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/function_notation/combine_nested_dirname.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/function_notation/fopen_flag_order.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/function_notation/fopen_flags.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/function_notation/function_declaration.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/function_notation/function_typehint_space.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/function_notation/implode_call.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/function_notation/lambda_not_used_import.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/function_notation/method_argument_space.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/function_notation/native_function_invocation.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/function_notation/no_spaces_after_function_name.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/function_notation/no_unreachable_default_argument_value.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/function_notation/no_useless_sprintf.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/function_notation/nullable_type_declaration_for_default_null_value.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/function_notation/phpdoc_to_param_type.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/function_notation/phpdoc_to_return_type.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/function_notation/regular_callable_call.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/function_notation/return_type_declaration.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/function_notation/single_line_throw.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/function_notation/static_lambda.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/function_notation/use_arrow_functions.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/function_notation/void_return.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/import/fully_qualified_strict_types.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/import/global_namespace_import.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/import/group_import.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/import/no_leading_import_slash.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/import/no_unused_imports.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/import/ordered_imports.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/import/single_import_per_statement.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/import/single_line_after_imports.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/index.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/language_construct/class_keyword_remove.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/language_construct/combine_consecutive_issets.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/language_construct/combine_consecutive_unsets.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/language_construct/declare_equal_normalize.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/language_construct/dir_constant.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/language_construct/error_suppression.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/language_construct/explicit_indirect_variable.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/language_construct/function_to_constant.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/language_construct/is_null.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/language_construct/no_unset_on_property.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/language_construct/silenced_deprecation_error.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/language_construct/single_space_after_construct.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/list_notation/list_syntax.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/namespace_notation/blank_line_after_namespace.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/namespace_notation/clean_namespace.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/namespace_notation/no_blank_lines_before_namespace.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/namespace_notation/no_leading_namespace_whitespace.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/namespace_notation/single_blank_line_before_namespace.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/naming/no_homoglyph_names.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/operator/binary_operator_spaces.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/operator/concat_space.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/operator/increment_style.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/operator/logical_operators.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/operator/new_with_braces.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/operator/not_operator_with_space.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/operator/not_operator_with_successor_space.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/operator/object_operator_without_whitespace.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/operator/operator_linebreak.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/operator/pre_increment.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/operator/standardize_increment.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/operator/standardize_not_equals.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/operator/ternary_operator_spaces.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/operator/ternary_to_elvis_operator.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/operator/ternary_to_null_coalescing.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/operator/unary_operator_spaces.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/php_tag/blank_line_after_opening_tag.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/php_tag/echo_tag_syntax.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/php_tag/full_opening_tag.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/php_tag/linebreak_after_opening_tag.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/php_tag/no_closing_tag.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/php_tag/no_short_echo_tag.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/php_unit/php_unit_construct.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/php_unit/php_unit_dedicate_assert.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/php_unit/php_unit_dedicate_assert_internal_type.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/php_unit/php_unit_expectation.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/php_unit/php_unit_fqcn_annotation.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/php_unit/php_unit_internal_class.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/php_unit/php_unit_method_casing.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/php_unit/php_unit_mock.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/php_unit/php_unit_mock_short_will_return.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/php_unit/php_unit_namespaced.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/php_unit/php_unit_no_expectation_annotation.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/php_unit/php_unit_ordered_covers.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/php_unit/php_unit_set_up_tear_down_visibility.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/php_unit/php_unit_size_class.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/php_unit/php_unit_strict.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/php_unit/php_unit_test_annotation.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/php_unit/php_unit_test_case_static_method_calls.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/php_unit/php_unit_test_class_requires_covers.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/phpdoc/align_multiline_comment.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/phpdoc/general_phpdoc_annotation_remove.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/phpdoc/general_phpdoc_tag_rename.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/phpdoc/no_blank_lines_after_phpdoc.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/phpdoc/no_empty_phpdoc.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/phpdoc/no_superfluous_phpdoc_tags.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/phpdoc/phpdoc_add_missing_param_annotation.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/phpdoc/phpdoc_align.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/phpdoc/phpdoc_annotation_without_dot.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/phpdoc/phpdoc_indent.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/phpdoc/phpdoc_inline_tag.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/phpdoc/phpdoc_inline_tag_normalizer.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/phpdoc/phpdoc_line_span.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/phpdoc/phpdoc_no_access.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/phpdoc/phpdoc_no_alias_tag.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/phpdoc/phpdoc_no_empty_return.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/phpdoc/phpdoc_no_package.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/phpdoc/phpdoc_no_useless_inheritdoc.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/phpdoc/phpdoc_order.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/phpdoc/phpdoc_order_by_value.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/phpdoc/phpdoc_return_self_reference.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/phpdoc/phpdoc_scalar.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/phpdoc/phpdoc_separation.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/phpdoc/phpdoc_single_line_var_spacing.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/phpdoc/phpdoc_summary.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/phpdoc/phpdoc_tag_casing.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/phpdoc/phpdoc_tag_type.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/phpdoc/phpdoc_to_comment.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/phpdoc/phpdoc_trim.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/phpdoc/phpdoc_trim_consecutive_blank_line_separation.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/phpdoc/phpdoc_types.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/phpdoc/phpdoc_types_order.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/phpdoc/phpdoc_var_annotation_correct_order.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/phpdoc/phpdoc_var_without_name.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/return_notation/blank_line_before_return.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/return_notation/no_useless_return.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/return_notation/return_assignment.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/return_notation/simplified_null_return.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/semicolon/multiline_whitespace_before_semicolons.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/semicolon/no_empty_statement.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/semicolon/no_multiline_whitespace_before_semicolons.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/semicolon/no_singleline_whitespace_before_semicolons.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/semicolon/semicolon_after_instruction.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/semicolon/space_after_semicolon.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/strict/declare_strict_types.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/strict/strict_comparison.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/strict/strict_param.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/string_notation/escape_implicit_backslashes.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/string_notation/explicit_string_variable.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/string_notation/heredoc_to_nowdoc.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/string_notation/no_binary_string.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/string_notation/no_trailing_whitespace_in_string.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/string_notation/simple_to_complex_string_variable.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/string_notation/single_quote.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/string_notation/string_line_ending.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/whitespace/array_indentation.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/whitespace/blank_line_before_statement.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/whitespace/compact_nullable_typehint.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/whitespace/heredoc_indentation.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/whitespace/indentation_type.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/whitespace/line_ending.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/whitespace/method_chaining_indentation.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/whitespace/no_extra_blank_lines.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/whitespace/no_extra_consecutive_blank_lines.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/whitespace/no_spaces_around_offset.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/whitespace/no_spaces_inside_parenthesis.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/whitespace/no_trailing_whitespace.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/whitespace/no_whitespace_in_blank_line.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/rules/whitespace/single_blank_line_at_eof.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/doc/usage.rst
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/logo.md
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/logo.png
-%%WWWDIR%%/vendor/friendsofphp/php-cs-fixer/php-cs-fixer
-%%WWWDIR%%/vendor/nextcloud/coding-standard/CHANGELOG.md
-%%WWWDIR%%/vendor/nextcloud/coding-standard/LICENSE
-%%WWWDIR%%/vendor/php-cs-fixer/diff/ChangeLog.md
-%%WWWDIR%%/vendor/php-cs-fixer/diff/LICENSE
-%%WWWDIR%%/vendor/php-cs-fixer/diff/LICENSE_DIFF
-%%WWWDIR%%/vendor/php-cs-fixer/diff/LICENSE_GECKO
-%%WWWDIR%%/vendor/psr/container/LICENSE
-%%WWWDIR%%/vendor/psr/event-dispatcher/LICENSE
-%%WWWDIR%%/vendor/psr/log/LICENSE
-%%WWWDIR%%/vendor/psr/log/Psr/Log/AbstractLogger.php
-%%WWWDIR%%/vendor/psr/log/Psr/Log/InvalidArgumentException.php
-%%WWWDIR%%/vendor/psr/log/Psr/Log/LogLevel.php
-%%WWWDIR%%/vendor/psr/log/Psr/Log/LoggerAwareInterface.php
-%%WWWDIR%%/vendor/psr/log/Psr/Log/LoggerAwareTrait.php
-%%WWWDIR%%/vendor/psr/log/Psr/Log/LoggerInterface.php
-%%WWWDIR%%/vendor/psr/log/Psr/Log/LoggerTrait.php
-%%WWWDIR%%/vendor/psr/log/Psr/Log/NullLogger.php
-%%WWWDIR%%/vendor/psr/log/Psr/Log/Test/DummyTest.php
-%%WWWDIR%%/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php
-%%WWWDIR%%/vendor/psr/log/Psr/Log/Test/TestLogger.php
-%%WWWDIR%%/vendor/symfony/console/Application.php
-%%WWWDIR%%/vendor/symfony/console/CHANGELOG.md
-%%WWWDIR%%/vendor/symfony/console/Color.php
-%%WWWDIR%%/vendor/symfony/console/Command/Command.php
-%%WWWDIR%%/vendor/symfony/console/Command/HelpCommand.php
-%%WWWDIR%%/vendor/symfony/console/Command/ListCommand.php
-%%WWWDIR%%/vendor/symfony/console/Command/LockableTrait.php
-%%WWWDIR%%/vendor/symfony/console/Command/SignalableCommandInterface.php
-%%WWWDIR%%/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php
-%%WWWDIR%%/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php
-%%WWWDIR%%/vendor/symfony/console/CommandLoader/FactoryCommandLoader.php
-%%WWWDIR%%/vendor/symfony/console/ConsoleEvents.php
-%%WWWDIR%%/vendor/symfony/console/Cursor.php
-%%WWWDIR%%/vendor/symfony/console/DependencyInjection/AddConsoleCommandPass.php
-%%WWWDIR%%/vendor/symfony/console/Descriptor/ApplicationDescription.php
-%%WWWDIR%%/vendor/symfony/console/Descriptor/Descriptor.php
-%%WWWDIR%%/vendor/symfony/console/Descriptor/DescriptorInterface.php
-%%WWWDIR%%/vendor/symfony/console/Descriptor/JsonDescriptor.php
-%%WWWDIR%%/vendor/symfony/console/Descriptor/MarkdownDescriptor.php
-%%WWWDIR%%/vendor/symfony/console/Descriptor/TextDescriptor.php
-%%WWWDIR%%/vendor/symfony/console/Descriptor/XmlDescriptor.php
-%%WWWDIR%%/vendor/symfony/console/Event/ConsoleCommandEvent.php
-%%WWWDIR%%/vendor/symfony/console/Event/ConsoleErrorEvent.php
-%%WWWDIR%%/vendor/symfony/console/Event/ConsoleEvent.php
-%%WWWDIR%%/vendor/symfony/console/Event/ConsoleSignalEvent.php
-%%WWWDIR%%/vendor/symfony/console/Event/ConsoleTerminateEvent.php
-%%WWWDIR%%/vendor/symfony/console/EventListener/ErrorListener.php
-%%WWWDIR%%/vendor/symfony/console/Exception/CommandNotFoundException.php
-%%WWWDIR%%/vendor/symfony/console/Exception/ExceptionInterface.php
-%%WWWDIR%%/vendor/symfony/console/Exception/InvalidArgumentException.php
-%%WWWDIR%%/vendor/symfony/console/Exception/InvalidOptionException.php
-%%WWWDIR%%/vendor/symfony/console/Exception/LogicException.php
-%%WWWDIR%%/vendor/symfony/console/Exception/MissingInputException.php
-%%WWWDIR%%/vendor/symfony/console/Exception/NamespaceNotFoundException.php
-%%WWWDIR%%/vendor/symfony/console/Exception/RuntimeException.php
-%%WWWDIR%%/vendor/symfony/console/Formatter/NullOutputFormatter.php
-%%WWWDIR%%/vendor/symfony/console/Formatter/NullOutputFormatterStyle.php
-%%WWWDIR%%/vendor/symfony/console/Formatter/OutputFormatter.php
-%%WWWDIR%%/vendor/symfony/console/Formatter/OutputFormatterInterface.php
-%%WWWDIR%%/vendor/symfony/console/Formatter/OutputFormatterStyle.php
-%%WWWDIR%%/vendor/symfony/console/Formatter/OutputFormatterStyleInterface.php
-%%WWWDIR%%/vendor/symfony/console/Formatter/OutputFormatterStyleStack.php
-%%WWWDIR%%/vendor/symfony/console/Formatter/WrappableOutputFormatterInterface.php
-%%WWWDIR%%/vendor/symfony/console/Helper/DebugFormatterHelper.php
-%%WWWDIR%%/vendor/symfony/console/Helper/DescriptorHelper.php
-%%WWWDIR%%/vendor/symfony/console/Helper/Dumper.php
-%%WWWDIR%%/vendor/symfony/console/Helper/FormatterHelper.php
-%%WWWDIR%%/vendor/symfony/console/Helper/Helper.php
-%%WWWDIR%%/vendor/symfony/console/Helper/HelperInterface.php
-%%WWWDIR%%/vendor/symfony/console/Helper/HelperSet.php
-%%WWWDIR%%/vendor/symfony/console/Helper/InputAwareHelper.php
-%%WWWDIR%%/vendor/symfony/console/Helper/ProcessHelper.php
-%%WWWDIR%%/vendor/symfony/console/Helper/ProgressBar.php
-%%WWWDIR%%/vendor/symfony/console/Helper/ProgressIndicator.php
-%%WWWDIR%%/vendor/symfony/console/Helper/QuestionHelper.php
-%%WWWDIR%%/vendor/symfony/console/Helper/SymfonyQuestionHelper.php
-%%WWWDIR%%/vendor/symfony/console/Helper/Table.php
-%%WWWDIR%%/vendor/symfony/console/Helper/TableCell.php
-%%WWWDIR%%/vendor/symfony/console/Helper/TableCellStyle.php
-%%WWWDIR%%/vendor/symfony/console/Helper/TableRows.php
-%%WWWDIR%%/vendor/symfony/console/Helper/TableSeparator.php
-%%WWWDIR%%/vendor/symfony/console/Helper/TableStyle.php
-%%WWWDIR%%/vendor/symfony/console/Input/ArgvInput.php
-%%WWWDIR%%/vendor/symfony/console/Input/ArrayInput.php
-%%WWWDIR%%/vendor/symfony/console/Input/Input.php
-%%WWWDIR%%/vendor/symfony/console/Input/InputArgument.php
-%%WWWDIR%%/vendor/symfony/console/Input/InputAwareInterface.php
-%%WWWDIR%%/vendor/symfony/console/Input/InputDefinition.php
-%%WWWDIR%%/vendor/symfony/console/Input/InputInterface.php
-%%WWWDIR%%/vendor/symfony/console/Input/InputOption.php
-%%WWWDIR%%/vendor/symfony/console/Input/StreamableInputInterface.php
-%%WWWDIR%%/vendor/symfony/console/Input/StringInput.php
-%%WWWDIR%%/vendor/symfony/console/LICENSE
-%%WWWDIR%%/vendor/symfony/console/Logger/ConsoleLogger.php
-%%WWWDIR%%/vendor/symfony/console/Output/BufferedOutput.php
-%%WWWDIR%%/vendor/symfony/console/Output/ConsoleOutput.php
-%%WWWDIR%%/vendor/symfony/console/Output/ConsoleOutputInterface.php
-%%WWWDIR%%/vendor/symfony/console/Output/ConsoleSectionOutput.php
-%%WWWDIR%%/vendor/symfony/console/Output/NullOutput.php
-%%WWWDIR%%/vendor/symfony/console/Output/Output.php
-%%WWWDIR%%/vendor/symfony/console/Output/OutputInterface.php
-%%WWWDIR%%/vendor/symfony/console/Output/StreamOutput.php
-%%WWWDIR%%/vendor/symfony/console/Output/TrimmedBufferOutput.php
-%%WWWDIR%%/vendor/symfony/console/Question/ChoiceQuestion.php
-%%WWWDIR%%/vendor/symfony/console/Question/ConfirmationQuestion.php
-%%WWWDIR%%/vendor/symfony/console/Question/Question.php
-%%WWWDIR%%/vendor/symfony/console/Resources/bin/hiddeninput.exe
-%%WWWDIR%%/vendor/symfony/console/SignalRegistry/SignalRegistry.php
-%%WWWDIR%%/vendor/symfony/console/SingleCommandApplication.php
-%%WWWDIR%%/vendor/symfony/console/Style/OutputStyle.php
-%%WWWDIR%%/vendor/symfony/console/Style/StyleInterface.php
-%%WWWDIR%%/vendor/symfony/console/Style/SymfonyStyle.php
-%%WWWDIR%%/vendor/symfony/console/Terminal.php
-%%WWWDIR%%/vendor/symfony/console/Tester/ApplicationTester.php
-%%WWWDIR%%/vendor/symfony/console/Tester/CommandTester.php
-%%WWWDIR%%/vendor/symfony/console/Tester/TesterTrait.php
-%%WWWDIR%%/vendor/symfony/deprecation-contracts/CHANGELOG.md
-%%WWWDIR%%/vendor/symfony/deprecation-contracts/LICENSE
-%%WWWDIR%%/vendor/symfony/deprecation-contracts/function.php
-%%WWWDIR%%/vendor/symfony/event-dispatcher-contracts/CHANGELOG.md
-%%WWWDIR%%/vendor/symfony/event-dispatcher-contracts/Event.php
-%%WWWDIR%%/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php
-%%WWWDIR%%/vendor/symfony/event-dispatcher-contracts/LICENSE
-%%WWWDIR%%/vendor/symfony/event-dispatcher/CHANGELOG.md
-%%WWWDIR%%/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php
-%%WWWDIR%%/vendor/symfony/event-dispatcher/Debug/WrappedListener.php
-%%WWWDIR%%/vendor/symfony/event-dispatcher/DependencyInjection/AddEventAliasesPass.php
-%%WWWDIR%%/vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php
-%%WWWDIR%%/vendor/symfony/event-dispatcher/EventDispatcher.php
-%%WWWDIR%%/vendor/symfony/event-dispatcher/EventDispatcherInterface.php
-%%WWWDIR%%/vendor/symfony/event-dispatcher/EventSubscriberInterface.php
-%%WWWDIR%%/vendor/symfony/event-dispatcher/GenericEvent.php
-%%WWWDIR%%/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php
-%%WWWDIR%%/vendor/symfony/event-dispatcher/LICENSE
-%%WWWDIR%%/vendor/symfony/event-dispatcher/LegacyEventDispatcherProxy.php
-%%WWWDIR%%/vendor/symfony/filesystem/CHANGELOG.md
-%%WWWDIR%%/vendor/symfony/filesystem/Exception/ExceptionInterface.php
-%%WWWDIR%%/vendor/symfony/filesystem/Exception/FileNotFoundException.php
-%%WWWDIR%%/vendor/symfony/filesystem/Exception/IOException.php
-%%WWWDIR%%/vendor/symfony/filesystem/Exception/IOExceptionInterface.php
-%%WWWDIR%%/vendor/symfony/filesystem/Exception/InvalidArgumentException.php
-%%WWWDIR%%/vendor/symfony/filesystem/Filesystem.php
-%%WWWDIR%%/vendor/symfony/filesystem/LICENSE
-%%WWWDIR%%/vendor/symfony/finder/CHANGELOG.md
-%%WWWDIR%%/vendor/symfony/finder/Comparator/Comparator.php
-%%WWWDIR%%/vendor/symfony/finder/Comparator/DateComparator.php
-%%WWWDIR%%/vendor/symfony/finder/Comparator/NumberComparator.php
-%%WWWDIR%%/vendor/symfony/finder/Exception/AccessDeniedException.php
-%%WWWDIR%%/vendor/symfony/finder/Exception/DirectoryNotFoundException.php
-%%WWWDIR%%/vendor/symfony/finder/Finder.php
-%%WWWDIR%%/vendor/symfony/finder/Gitignore.php
-%%WWWDIR%%/vendor/symfony/finder/Glob.php
-%%WWWDIR%%/vendor/symfony/finder/Iterator/CustomFilterIterator.php
-%%WWWDIR%%/vendor/symfony/finder/Iterator/DateRangeFilterIterator.php
-%%WWWDIR%%/vendor/symfony/finder/Iterator/DepthRangeFilterIterator.php
-%%WWWDIR%%/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php
-%%WWWDIR%%/vendor/symfony/finder/Iterator/FileTypeFilterIterator.php
-%%WWWDIR%%/vendor/symfony/finder/Iterator/FilecontentFilterIterator.php
-%%WWWDIR%%/vendor/symfony/finder/Iterator/FilenameFilterIterator.php
-%%WWWDIR%%/vendor/symfony/finder/Iterator/MultiplePcreFilterIterator.php
-%%WWWDIR%%/vendor/symfony/finder/Iterator/PathFilterIterator.php
-%%WWWDIR%%/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php
-%%WWWDIR%%/vendor/symfony/finder/Iterator/SizeRangeFilterIterator.php
-%%WWWDIR%%/vendor/symfony/finder/Iterator/SortableIterator.php
-%%WWWDIR%%/vendor/symfony/finder/LICENSE
-%%WWWDIR%%/vendor/symfony/finder/SplFileInfo.php
-%%WWWDIR%%/vendor/symfony/options-resolver/CHANGELOG.md
-%%WWWDIR%%/vendor/symfony/options-resolver/Debug/OptionsResolverIntrospector.php
-%%WWWDIR%%/vendor/symfony/options-resolver/Exception/AccessException.php
-%%WWWDIR%%/vendor/symfony/options-resolver/Exception/ExceptionInterface.php
-%%WWWDIR%%/vendor/symfony/options-resolver/Exception/InvalidArgumentException.php
-%%WWWDIR%%/vendor/symfony/options-resolver/Exception/InvalidOptionsException.php
-%%WWWDIR%%/vendor/symfony/options-resolver/Exception/MissingOptionsException.php
-%%WWWDIR%%/vendor/symfony/options-resolver/Exception/NoConfigurationException.php
-%%WWWDIR%%/vendor/symfony/options-resolver/Exception/NoSuchOptionException.php
-%%WWWDIR%%/vendor/symfony/options-resolver/Exception/OptionDefinitionException.php
-%%WWWDIR%%/vendor/symfony/options-resolver/Exception/UndefinedOptionsException.php
-%%WWWDIR%%/vendor/symfony/options-resolver/LICENSE
-%%WWWDIR%%/vendor/symfony/options-resolver/OptionConfigurator.php
-%%WWWDIR%%/vendor/symfony/options-resolver/Options.php
-%%WWWDIR%%/vendor/symfony/options-resolver/OptionsResolver.php
-%%WWWDIR%%/vendor/symfony/polyfill-ctype/Ctype.php
-%%WWWDIR%%/vendor/symfony/polyfill-ctype/LICENSE
-%%WWWDIR%%/vendor/symfony/polyfill-ctype/bootstrap.php
-%%WWWDIR%%/vendor/symfony/polyfill-ctype/bootstrap80.php
-%%WWWDIR%%/vendor/symfony/polyfill-intl-grapheme/Grapheme.php
-%%WWWDIR%%/vendor/symfony/polyfill-intl-grapheme/LICENSE
-%%WWWDIR%%/vendor/symfony/polyfill-intl-grapheme/bootstrap.php
-%%WWWDIR%%/vendor/symfony/polyfill-intl-grapheme/bootstrap80.php
-%%WWWDIR%%/vendor/symfony/polyfill-intl-normalizer/LICENSE
-%%WWWDIR%%/vendor/symfony/polyfill-intl-normalizer/Normalizer.php
-%%WWWDIR%%/vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php
-%%WWWDIR%%/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalComposition.php
-%%WWWDIR%%/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php
-%%WWWDIR%%/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php
-%%WWWDIR%%/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php
-%%WWWDIR%%/vendor/symfony/polyfill-intl-normalizer/bootstrap.php
-%%WWWDIR%%/vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
-%%WWWDIR%%/vendor/symfony/polyfill-mbstring/LICENSE
-%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Mbstring.php
-%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php
-%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php
-%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php
-%%WWWDIR%%/vendor/symfony/polyfill-mbstring/bootstrap.php
-%%WWWDIR%%/vendor/symfony/polyfill-mbstring/bootstrap80.php
-%%WWWDIR%%/vendor/symfony/polyfill-php72/LICENSE
-%%WWWDIR%%/vendor/symfony/polyfill-php72/Php72.php
-%%WWWDIR%%/vendor/symfony/polyfill-php72/bootstrap.php
-%%WWWDIR%%/vendor/symfony/polyfill-php73/LICENSE
-%%WWWDIR%%/vendor/symfony/polyfill-php73/Php73.php
-%%WWWDIR%%/vendor/symfony/polyfill-php73/Resources/stubs/JsonException.php
-%%WWWDIR%%/vendor/symfony/polyfill-php73/bootstrap.php
-%%WWWDIR%%/vendor/symfony/polyfill-php80/LICENSE
-%%WWWDIR%%/vendor/symfony/polyfill-php80/Php80.php
-%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php
-%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php
-%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php
-%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php
-%%WWWDIR%%/vendor/symfony/polyfill-php80/bootstrap.php
-%%WWWDIR%%/vendor/symfony/process/CHANGELOG.md
-%%WWWDIR%%/vendor/symfony/process/Exception/ExceptionInterface.php
-%%WWWDIR%%/vendor/symfony/process/Exception/InvalidArgumentException.php
-%%WWWDIR%%/vendor/symfony/process/Exception/LogicException.php
-%%WWWDIR%%/vendor/symfony/process/Exception/ProcessFailedException.php
-%%WWWDIR%%/vendor/symfony/process/Exception/ProcessSignaledException.php
-%%WWWDIR%%/vendor/symfony/process/Exception/ProcessTimedOutException.php
-%%WWWDIR%%/vendor/symfony/process/Exception/RuntimeException.php
-%%WWWDIR%%/vendor/symfony/process/ExecutableFinder.php
-%%WWWDIR%%/vendor/symfony/process/InputStream.php
-%%WWWDIR%%/vendor/symfony/process/LICENSE
-%%WWWDIR%%/vendor/symfony/process/PhpExecutableFinder.php
-%%WWWDIR%%/vendor/symfony/process/PhpProcess.php
-%%WWWDIR%%/vendor/symfony/process/Pipes/AbstractPipes.php
-%%WWWDIR%%/vendor/symfony/process/Pipes/PipesInterface.php
-%%WWWDIR%%/vendor/symfony/process/Pipes/UnixPipes.php
-%%WWWDIR%%/vendor/symfony/process/Pipes/WindowsPipes.php
-%%WWWDIR%%/vendor/symfony/process/Process.php
-%%WWWDIR%%/vendor/symfony/process/ProcessUtils.php
-%%WWWDIR%%/vendor/symfony/service-contracts/Attribute/Required.php
-%%WWWDIR%%/vendor/symfony/service-contracts/CHANGELOG.md
-%%WWWDIR%%/vendor/symfony/service-contracts/LICENSE
-%%WWWDIR%%/vendor/symfony/service-contracts/ResetInterface.php
-%%WWWDIR%%/vendor/symfony/service-contracts/ServiceLocatorTrait.php
-%%WWWDIR%%/vendor/symfony/service-contracts/ServiceProviderInterface.php
-%%WWWDIR%%/vendor/symfony/service-contracts/ServiceSubscriberInterface.php
-%%WWWDIR%%/vendor/symfony/service-contracts/ServiceSubscriberTrait.php
-%%WWWDIR%%/vendor/symfony/service-contracts/Test/ServiceLocatorTest.php
-%%WWWDIR%%/vendor/symfony/stopwatch/CHANGELOG.md
-%%WWWDIR%%/vendor/symfony/stopwatch/LICENSE
-%%WWWDIR%%/vendor/symfony/stopwatch/Section.php
-%%WWWDIR%%/vendor/symfony/stopwatch/Stopwatch.php
-%%WWWDIR%%/vendor/symfony/stopwatch/StopwatchEvent.php
-%%WWWDIR%%/vendor/symfony/stopwatch/StopwatchPeriod.php
-%%WWWDIR%%/vendor/symfony/string/AbstractString.php
-%%WWWDIR%%/vendor/symfony/string/AbstractUnicodeString.php
-%%WWWDIR%%/vendor/symfony/string/ByteString.php
-%%WWWDIR%%/vendor/symfony/string/CHANGELOG.md
-%%WWWDIR%%/vendor/symfony/string/CodePointString.php
-%%WWWDIR%%/vendor/symfony/string/Exception/ExceptionInterface.php
-%%WWWDIR%%/vendor/symfony/string/Exception/InvalidArgumentException.php
-%%WWWDIR%%/vendor/symfony/string/Exception/RuntimeException.php
-%%WWWDIR%%/vendor/symfony/string/Inflector/EnglishInflector.php
-%%WWWDIR%%/vendor/symfony/string/Inflector/FrenchInflector.php
-%%WWWDIR%%/vendor/symfony/string/Inflector/InflectorInterface.php
-%%WWWDIR%%/vendor/symfony/string/LICENSE
-%%WWWDIR%%/vendor/symfony/string/LazyString.php
-%%WWWDIR%%/vendor/symfony/string/Resources/data/wcswidth_table_wide.php
-%%WWWDIR%%/vendor/symfony/string/Resources/data/wcswidth_table_zero.php
-%%WWWDIR%%/vendor/symfony/string/Resources/functions.php
-%%WWWDIR%%/vendor/symfony/string/Slugger/AsciiSlugger.php
-%%WWWDIR%%/vendor/symfony/string/Slugger/SluggerInterface.php
-%%WWWDIR%%/vendor/symfony/string/UnicodeString.php
diff --git a/www/nextcloud-forms/Makefile b/www/nextcloud-forms/Makefile
index 468b8cde0ce7..d1fcabbb2d60 100644
--- a/www/nextcloud-forms/Makefile
+++ b/www/nextcloud-forms/Makefile
@@ -4,11 +4,11 @@ PORTNAME= forms
PORTVERSION= 2.2.4
DISTVERSIONPREFIX= v
CATEGORIES= www
-MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/
+MASTER_SITES= https://github.com/nextcloud/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/
PKGNAMEPREFIX= nextcloud-
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
DISTNAME= ${PORTNAME}
-DIST_SUBDIR= ${PKGNAMEPREFIX:S/-//}/${DISTNAME}-${DISTVERSIONPREFIX}${PORTVERSION}
+DIST_SUBDIR= nextcloud/${PORTNAME}-${DISTVERSION}
MAINTAINER= brnrd@FreeBSD.org
COMMENT= Forms app for Nextcloud
@@ -22,16 +22,12 @@ USES= php:flavors
NO_BUILD= yes
NO_ARCH= yes
-NEXTCLOUD_USERNAME?= ${WWWOWN}
-NEXTCLOUD_GROUPNAME?= ${WWWGRP}
-
-PLIST_SUB= NEXTCLOUD_USERNAME=${NEXTCLOUD_USERNAME} \
- NEXTCLOUD_GROUPNAME=${NEXTCLOUD_GROUPNAME}
-
WWWDIR= ${PREFIX}/www/nextcloud/apps-pkg/${PORTNAME}
do-install:
- ${MKDIR} ${STAGEDIR}${WWWDIR}
- (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
+ @${MKDIR} ${STAGEDIR}${WWWDIR}
+ @(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
+ @(cd ${WRKSRC}; ${FIND} . -not -type d) | ${SORT} | \
+ ${SED} -e 's,^\.,${WWWDIR_REL},' >> ${TMPPLIST}
.include <bsd.port.mk>
diff --git a/www/nextcloud-forms/distinfo b/www/nextcloud-forms/distinfo
index b9a49f85b985..3c92bf9e2fe3 100644
--- a/www/nextcloud-forms/distinfo
+++ b/www/nextcloud-forms/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1625402632
-SHA256 (nextcloud/forms-v2.2.4/forms.tar.gz) = 3148565415e302ee66d5bf066d5720d2d1a76914509315e9e78605083be065b3
-SIZE (nextcloud/forms-v2.2.4/forms.tar.gz) = 3260559
+SHA256 (nextcloud/forms-2.2.4/forms.tar.gz) = 3148565415e302ee66d5bf066d5720d2d1a76914509315e9e78605083be065b3
+SIZE (nextcloud/forms-2.2.4/forms.tar.gz) = 3260559
diff --git a/www/nextcloud-forms/pkg-plist b/www/nextcloud-forms/pkg-plist
deleted file mode 100644
index 36941dab36d2..000000000000
--- a/www/nextcloud-forms/pkg-plist
+++ /dev/null
@@ -1,248 +0,0 @@
-%%WWWDIR%%/CHANGELOG.md
-%%WWWDIR%%/COPYING
-%%WWWDIR%%/appinfo/info.xml
-%%WWWDIR%%/appinfo/routes.php
-%%WWWDIR%%/appinfo/signature.json
-%%WWWDIR%%/css/forms.scss
-%%WWWDIR%%/css/icons.scss
-%%WWWDIR%%/css/public.scss
-%%WWWDIR%%/img/answer-checkbox.svg
-%%WWWDIR%%/img/answer-date.svg
-%%WWWDIR%%/img/answer-datetime.svg
-%%WWWDIR%%/img/answer-dropdown.svg
-%%WWWDIR%%/img/answer-long.svg
-%%WWWDIR%%/img/answer-multiple.svg
-%%WWWDIR%%/img/answer-short.svg
-%%WWWDIR%%/img/clone.svg
-%%WWWDIR%%/img/drag-handle.svg
-%%WWWDIR%%/img/favicon-mask.svg
-%%WWWDIR%%/img/favicon-touch.png
-%%WWWDIR%%/img/favicon-touch.svg
-%%WWWDIR%%/img/favicon.ico
-%%WWWDIR%%/img/favicon.png
-%%WWWDIR%%/img/favicon.svg
-%%WWWDIR%%/img/forms-dark.svg
-%%WWWDIR%%/img/forms.svg
-%%WWWDIR%%/img/share.svg
-%%WWWDIR%%/js/forms-main.js
-%%WWWDIR%%/js/forms-main.js.map
-%%WWWDIR%%/js/forms-submit.js
-%%WWWDIR%%/js/forms-submit.js.map
-%%WWWDIR%%/l10n/.gitkeep
-%%WWWDIR%%/l10n/af.js
-%%WWWDIR%%/l10n/af.json
-%%WWWDIR%%/l10n/ar.js
-%%WWWDIR%%/l10n/ar.json
-%%WWWDIR%%/l10n/ast.js
-%%WWWDIR%%/l10n/ast.json
-%%WWWDIR%%/l10n/bg.js
-%%WWWDIR%%/l10n/bg.json
-%%WWWDIR%%/l10n/br.js
-%%WWWDIR%%/l10n/br.json
-%%WWWDIR%%/l10n/ca.js
-%%WWWDIR%%/l10n/ca.json
-%%WWWDIR%%/l10n/cs.js
-%%WWWDIR%%/l10n/cs.json
-%%WWWDIR%%/l10n/da.js
-%%WWWDIR%%/l10n/da.json
-%%WWWDIR%%/l10n/de.js
-%%WWWDIR%%/l10n/de.json
-%%WWWDIR%%/l10n/de_DE.js
-%%WWWDIR%%/l10n/de_DE.json
-%%WWWDIR%%/l10n/el.js
-%%WWWDIR%%/l10n/el.json
-%%WWWDIR%%/l10n/en_GB.js
-%%WWWDIR%%/l10n/en_GB.json
-%%WWWDIR%%/l10n/eo.js
-%%WWWDIR%%/l10n/eo.json
-%%WWWDIR%%/l10n/es.js
-%%WWWDIR%%/l10n/es.json
-%%WWWDIR%%/l10n/es_419.js
-%%WWWDIR%%/l10n/es_419.json
-%%WWWDIR%%/l10n/es_AR.js
-%%WWWDIR%%/l10n/es_AR.json
-%%WWWDIR%%/l10n/es_CL.js
-%%WWWDIR%%/l10n/es_CL.json
-%%WWWDIR%%/l10n/es_CO.js
-%%WWWDIR%%/l10n/es_CO.json
-%%WWWDIR%%/l10n/es_CR.js
-%%WWWDIR%%/l10n/es_CR.json
-%%WWWDIR%%/l10n/es_DO.js
-%%WWWDIR%%/l10n/es_DO.json
-%%WWWDIR%%/l10n/es_EC.js
-%%WWWDIR%%/l10n/es_EC.json
-%%WWWDIR%%/l10n/es_GT.js
-%%WWWDIR%%/l10n/es_GT.json
-%%WWWDIR%%/l10n/es_HN.js
-%%WWWDIR%%/l10n/es_HN.json
-%%WWWDIR%%/l10n/es_MX.js
-%%WWWDIR%%/l10n/es_MX.json
-%%WWWDIR%%/l10n/es_NI.js
-%%WWWDIR%%/l10n/es_NI.json
-%%WWWDIR%%/l10n/es_PA.js
-%%WWWDIR%%/l10n/es_PA.json
-%%WWWDIR%%/l10n/es_PE.js
-%%WWWDIR%%/l10n/es_PE.json
-%%WWWDIR%%/l10n/es_PR.js
-%%WWWDIR%%/l10n/es_PR.json
-%%WWWDIR%%/l10n/es_PY.js
-%%WWWDIR%%/l10n/es_PY.json
-%%WWWDIR%%/l10n/es_SV.js
-%%WWWDIR%%/l10n/es_SV.json
-%%WWWDIR%%/l10n/es_UY.js
-%%WWWDIR%%/l10n/es_UY.json
-%%WWWDIR%%/l10n/et_EE.js
-%%WWWDIR%%/l10n/et_EE.json
-%%WWWDIR%%/l10n/eu.js
-%%WWWDIR%%/l10n/eu.json
-%%WWWDIR%%/l10n/fa.js
-%%WWWDIR%%/l10n/fa.json
-%%WWWDIR%%/l10n/fi.js
-%%WWWDIR%%/l10n/fi.json
-%%WWWDIR%%/l10n/fr.js
-%%WWWDIR%%/l10n/fr.json
-%%WWWDIR%%/l10n/gl.js
-%%WWWDIR%%/l10n/gl.json
-%%WWWDIR%%/l10n/he.js
-%%WWWDIR%%/l10n/he.json
-%%WWWDIR%%/l10n/hr.js
-%%WWWDIR%%/l10n/hr.json
-%%WWWDIR%%/l10n/hu.js
-%%WWWDIR%%/l10n/hu.json
-%%WWWDIR%%/l10n/ia.js
-%%WWWDIR%%/l10n/ia.json
-%%WWWDIR%%/l10n/id.js
-%%WWWDIR%%/l10n/id.json
-%%WWWDIR%%/l10n/is.js
-%%WWWDIR%%/l10n/is.json
-%%WWWDIR%%/l10n/it.js
-%%WWWDIR%%/l10n/it.json
-%%WWWDIR%%/l10n/ja.js
-%%WWWDIR%%/l10n/ja.json
-%%WWWDIR%%/l10n/ka_GE.js
-%%WWWDIR%%/l10n/ka_GE.json
-%%WWWDIR%%/l10n/ko.js
-%%WWWDIR%%/l10n/ko.json
-%%WWWDIR%%/l10n/lt_LT.js
-%%WWWDIR%%/l10n/lt_LT.json
-%%WWWDIR%%/l10n/lv.js
-%%WWWDIR%%/l10n/lv.json
-%%WWWDIR%%/l10n/mk.js
-%%WWWDIR%%/l10n/mk.json
-%%WWWDIR%%/l10n/nb.js
-%%WWWDIR%%/l10n/nb.json
-%%WWWDIR%%/l10n/nl.js
-%%WWWDIR%%/l10n/nl.json
-%%WWWDIR%%/l10n/nn_NO.js
-%%WWWDIR%%/l10n/nn_NO.json
-%%WWWDIR%%/l10n/pl.js
-%%WWWDIR%%/l10n/pl.json
-%%WWWDIR%%/l10n/pt_BR.js
-%%WWWDIR%%/l10n/pt_BR.json
-%%WWWDIR%%/l10n/pt_PT.js
-%%WWWDIR%%/l10n/pt_PT.json
-%%WWWDIR%%/l10n/ro.js
-%%WWWDIR%%/l10n/ro.json
-%%WWWDIR%%/l10n/ru.js
-%%WWWDIR%%/l10n/ru.json
-%%WWWDIR%%/l10n/sc.js
-%%WWWDIR%%/l10n/sc.json
-%%WWWDIR%%/l10n/si.js
-%%WWWDIR%%/l10n/si.json
-%%WWWDIR%%/l10n/sk.js
-%%WWWDIR%%/l10n/sk.json
-%%WWWDIR%%/l10n/sl.js
-%%WWWDIR%%/l10n/sl.json
-%%WWWDIR%%/l10n/sq.js
-%%WWWDIR%%/l10n/sq.json
-%%WWWDIR%%/l10n/sr.js
-%%WWWDIR%%/l10n/sr.json
-%%WWWDIR%%/l10n/sv.js
-%%WWWDIR%%/l10n/sv.json
-%%WWWDIR%%/l10n/tr.js
-%%WWWDIR%%/l10n/tr.json
-%%WWWDIR%%/l10n/uk.js
-%%WWWDIR%%/l10n/uk.json
-%%WWWDIR%%/l10n/vi.js
-%%WWWDIR%%/l10n/vi.json
-%%WWWDIR%%/l10n/zh_CN.js
-%%WWWDIR%%/l10n/zh_CN.json
-%%WWWDIR%%/l10n/zh_HK.js
-%%WWWDIR%%/l10n/zh_HK.json
-%%WWWDIR%%/l10n/zh_TW.js
-%%WWWDIR%%/l10n/zh_TW.json
-%%WWWDIR%%/lib/Activity/ActivityConstants.php
-%%WWWDIR%%/lib/Activity/ActivityManager.php
-%%WWWDIR%%/lib/Activity/Filter.php
-%%WWWDIR%%/lib/Activity/Provider.php
-%%WWWDIR%%/lib/Activity/Settings/FormsActivitySettings.php
-%%WWWDIR%%/lib/Activity/Settings/FormsActivitySettings20.php
-%%WWWDIR%%/lib/Activity/Settings/FormsActivitySettingsLegacy.php
-%%WWWDIR%%/lib/Activity/Settings/NewShare.php
-%%WWWDIR%%/lib/Activity/Settings/NewSubmission.php
-%%WWWDIR%%/lib/AppInfo/Application.php
-%%WWWDIR%%/lib/Constants.php
-%%WWWDIR%%/lib/Controller/ApiController.php
-%%WWWDIR%%/lib/Controller/PageController.php
-%%WWWDIR%%/lib/Db/Answer.php
-%%WWWDIR%%/lib/Db/AnswerMapper.php
-%%WWWDIR%%/lib/Db/Form.php
-%%WWWDIR%%/lib/Db/FormMapper.php
-%%WWWDIR%%/lib/Db/Option.php
-%%WWWDIR%%/lib/Db/OptionMapper.php
-%%WWWDIR%%/lib/Db/Question.php
-%%WWWDIR%%/lib/Db/QuestionMapper.php
-%%WWWDIR%%/lib/Db/Submission.php
-%%WWWDIR%%/lib/Db/SubmissionMapper.php
-%%WWWDIR%%/lib/Migration/Version0010Date20190000000007.php
-%%WWWDIR%%/lib/Migration/Version010102Date20200323120846.php
-%%WWWDIR%%/lib/Migration/Version010200Date20200323141300.php
-%%WWWDIR%%/lib/Migration/Version020002Date20200729205932.php
-%%WWWDIR%%/lib/Migration/Version020200Date20210120082018.php
-%%WWWDIR%%/lib/Migration/Version020202Date20210311150843.php
-%%WWWDIR%%/lib/Service/FormsService.php
-%%WWWDIR%%/lib/Service/SubmissionService.php
-%%WWWDIR%%/templates/expired.php
-%%WWWDIR%%/templates/main.php
-%%WWWDIR%%/templates/nosubmit.php
-%%WWWDIR%%/templates/notfound.php
-%%WWWDIR%%/vendor/autoload.php
-%%WWWDIR%%/vendor/composer/ClassLoader.php
-%%WWWDIR%%/vendor/composer/InstalledVersions.php
-%%WWWDIR%%/vendor/composer/LICENSE
-%%WWWDIR%%/vendor/composer/autoload_classmap.php
-%%WWWDIR%%/vendor/composer/autoload_files.php
-%%WWWDIR%%/vendor/composer/autoload_namespaces.php
-%%WWWDIR%%/vendor/composer/autoload_psr4.php
-%%WWWDIR%%/vendor/composer/autoload_real.php
-%%WWWDIR%%/vendor/composer/autoload_static.php
-%%WWWDIR%%/vendor/composer/installed.json
-%%WWWDIR%%/vendor/composer/installed.php
-%%WWWDIR%%/vendor/composer/platform_check.php
-%%WWWDIR%%/vendor/league/csv/CHANGELOG.md
-%%WWWDIR%%/vendor/league/csv/LICENSE
-%%WWWDIR%%/vendor/league/csv/autoload.php
-%%WWWDIR%%/vendor/league/csv/composer.json
-%%WWWDIR%%/vendor/league/csv/src/AbstractCsv.php
-%%WWWDIR%%/vendor/league/csv/src/ByteSequence.php
-%%WWWDIR%%/vendor/league/csv/src/CannotInsertRecord.php
-%%WWWDIR%%/vendor/league/csv/src/CharsetConverter.php
-%%WWWDIR%%/vendor/league/csv/src/ColumnConsistency.php
-%%WWWDIR%%/vendor/league/csv/src/EncloseField.php
-%%WWWDIR%%/vendor/league/csv/src/EscapeFormula.php
-%%WWWDIR%%/vendor/league/csv/src/Exception.php
-%%WWWDIR%%/vendor/league/csv/src/HTMLConverter.php
-%%WWWDIR%%/vendor/league/csv/src/InvalidArgument.php
-%%WWWDIR%%/vendor/league/csv/src/MapIterator.php
-%%WWWDIR%%/vendor/league/csv/src/Polyfill/EmptyEscapeParser.php
-%%WWWDIR%%/vendor/league/csv/src/RFC4180Field.php
-%%WWWDIR%%/vendor/league/csv/src/Reader.php
-%%WWWDIR%%/vendor/league/csv/src/ResultSet.php
-%%WWWDIR%%/vendor/league/csv/src/Statement.php
-%%WWWDIR%%/vendor/league/csv/src/Stream.php
-%%WWWDIR%%/vendor/league/csv/src/SyntaxError.php
-%%WWWDIR%%/vendor/league/csv/src/UnavailableFeature.php
-%%WWWDIR%%/vendor/league/csv/src/Writer.php
-%%WWWDIR%%/vendor/league/csv/src/XMLConverter.php
-%%WWWDIR%%/vendor/league/csv/src/functions.php
-%%WWWDIR%%/vendor/league/csv/src/functions_include.php
diff --git a/www/nextcloud-groupfolders/Makefile b/www/nextcloud-groupfolders/Makefile
index e3baab0e8468..01d55f5c52f8 100644
--- a/www/nextcloud-groupfolders/Makefile
+++ b/www/nextcloud-groupfolders/Makefile
@@ -4,11 +4,11 @@ PORTNAME= groupfolders
PORTVERSION= 9.0.2
CATEGORIES= www
DISTVERSIONPREFIX= v
-MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/
+MASTER_SITES= https://github.com/nextcloud/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/
PKGNAMEPREFIX= nextcloud-
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
DISTNAME= ${PORTNAME}
-DIST_SUBDIR= ${PKGNAMEPREFIX:S/-//}/${DISTNAME}-${DISTVERSIONPREFIX}${PORTVERSION}
+DIST_SUBDIR= nextcloud/${PORTNAME}-${DISTVERSION}
MAINTAINER= brnrd@FreeBSD.org
@@ -22,16 +22,12 @@ USES= php:flavors
NO_BUILD= yes
NO_ARCH= yes
-NEXTCLOUD_USERNAME?= ${WWWOWN}
-NEXTCLOUD_GROUPNAME?= ${WWWGRP}
-
-PLIST_SUB= NEXTCLOUD_USERNAME=${NEXTCLOUD_USERNAME} \
- NEXTCLOUD_GROUPNAME=${NEXTCLOUD_GROUPNAME}
-
WWWDIR= ${PREFIX}/www/nextcloud/apps-pkg/${PORTNAME}
do-install:
- ${MKDIR} ${STAGEDIR}${WWWDIR}
+ @${MKDIR} ${STAGEDIR}${WWWDIR}
@(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
+ @(cd ${WRKSRC}; ${FIND} . -not -type d) | ${SORT} | \
+ ${SED} -e 's,^\.,${WWWDIR_REL},' >> ${TMPPLIST}
.include <bsd.port.mk>
diff --git a/www/nextcloud-groupfolders/distinfo b/www/nextcloud-groupfolders/distinfo
index e9cd56a1953c..7d9300c0910b 100644
--- a/www/nextcloud-groupfolders/distinfo
+++ b/www/nextcloud-groupfolders/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1624101354
-SHA256 (nextcloud/groupfolders-v9.0.2/groupfolders.tar.gz) = 10de0c95105eea5c600563ca8a29d052aa6a971994b0d12af352389653b2bbd6
-SIZE (nextcloud/groupfolders-v9.0.2/groupfolders.tar.gz) = 1243235
+SHA256 (nextcloud/groupfolders-9.0.2/groupfolders.tar.gz) = 10de0c95105eea5c600563ca8a29d052aa6a971994b0d12af352389653b2bbd6
+SIZE (nextcloud/groupfolders-9.0.2/groupfolders.tar.gz) = 1243235
diff --git a/www/nextcloud-groupfolders/pkg-plist b/www/nextcloud-groupfolders/pkg-plist
deleted file mode 100644
index b8f3caba8b91..000000000000
--- a/www/nextcloud-groupfolders/pkg-plist
+++ /dev/null
@@ -1,261 +0,0 @@
-%%WWWDIR%%/.scrutinizer.yml
-%%WWWDIR%%/.tx/config
-%%WWWDIR%%/CHANGELOG.md
-%%WWWDIR%%/README.md
-%%WWWDIR%%/appinfo/info.xml
-%%WWWDIR%%/appinfo/routes.php
-%%WWWDIR%%/img/app-dark.svg
-%%WWWDIR%%/img/deny.svg
-%%WWWDIR%%/img/folder-group.svg
-%%WWWDIR%%/img/rename.svg
-%%WWWDIR%%/js/files.js
-%%WWWDIR%%/js/files.js.map
-%%WWWDIR%%/js/settings.js
-%%WWWDIR%%/js/settings.js.map
-%%WWWDIR%%/js/sharing.js
-%%WWWDIR%%/js/sharing.js.map
-%%WWWDIR%%/js/vendors~sharing.js
-%%WWWDIR%%/js/vendors~sharing.js.map
-%%WWWDIR%%/l10n/.gitkeep
-%%WWWDIR%%/l10n/af.js
-%%WWWDIR%%/l10n/af.json
-%%WWWDIR%%/l10n/ar.js
-%%WWWDIR%%/l10n/ar.json
-%%WWWDIR%%/l10n/ast.js
-%%WWWDIR%%/l10n/ast.json
-%%WWWDIR%%/l10n/az.js
-%%WWWDIR%%/l10n/az.json
-%%WWWDIR%%/l10n/be.js
-%%WWWDIR%%/l10n/be.json
-%%WWWDIR%%/l10n/bg.js
-%%WWWDIR%%/l10n/bg.json
-%%WWWDIR%%/l10n/bn_BD.js
-%%WWWDIR%%/l10n/bn_BD.json
-%%WWWDIR%%/l10n/br.js
-%%WWWDIR%%/l10n/br.json
-%%WWWDIR%%/l10n/bs.js
-%%WWWDIR%%/l10n/bs.json
-%%WWWDIR%%/l10n/ca.js
-%%WWWDIR%%/l10n/ca.json
-%%WWWDIR%%/l10n/cs.js
-%%WWWDIR%%/l10n/cs.json
-%%WWWDIR%%/l10n/cy_GB.js
-%%WWWDIR%%/l10n/cy_GB.json
-%%WWWDIR%%/l10n/da.js
-%%WWWDIR%%/l10n/da.json
-%%WWWDIR%%/l10n/de.js
-%%WWWDIR%%/l10n/de.json
-%%WWWDIR%%/l10n/de_DE.js
-%%WWWDIR%%/l10n/de_DE.json
-%%WWWDIR%%/l10n/el.js
-%%WWWDIR%%/l10n/el.json
-%%WWWDIR%%/l10n/en_GB.js
-%%WWWDIR%%/l10n/en_GB.json
-%%WWWDIR%%/l10n/eo.js
-%%WWWDIR%%/l10n/eo.json
-%%WWWDIR%%/l10n/es.js
-%%WWWDIR%%/l10n/es.json
-%%WWWDIR%%/l10n/es_419.js
-%%WWWDIR%%/l10n/es_419.json
-%%WWWDIR%%/l10n/es_AR.js
-%%WWWDIR%%/l10n/es_AR.json
-%%WWWDIR%%/l10n/es_CL.js
-%%WWWDIR%%/l10n/es_CL.json
-%%WWWDIR%%/l10n/es_CO.js
-%%WWWDIR%%/l10n/es_CO.json
-%%WWWDIR%%/l10n/es_CR.js
-%%WWWDIR%%/l10n/es_CR.json
-%%WWWDIR%%/l10n/es_DO.js
-%%WWWDIR%%/l10n/es_DO.json
-%%WWWDIR%%/l10n/es_EC.js
-%%WWWDIR%%/l10n/es_EC.json
-%%WWWDIR%%/l10n/es_GT.js
-%%WWWDIR%%/l10n/es_GT.json
-%%WWWDIR%%/l10n/es_HN.js
-%%WWWDIR%%/l10n/es_HN.json
-%%WWWDIR%%/l10n/es_MX.js
-%%WWWDIR%%/l10n/es_MX.json
-%%WWWDIR%%/l10n/es_NI.js
-%%WWWDIR%%/l10n/es_NI.json
-%%WWWDIR%%/l10n/es_PA.js
-%%WWWDIR%%/l10n/es_PA.json
-%%WWWDIR%%/l10n/es_PE.js
-%%WWWDIR%%/l10n/es_PE.json
-%%WWWDIR%%/l10n/es_PR.js
-%%WWWDIR%%/l10n/es_PR.json
-%%WWWDIR%%/l10n/es_PY.js
-%%WWWDIR%%/l10n/es_PY.json
-%%WWWDIR%%/l10n/es_SV.js
-%%WWWDIR%%/l10n/es_SV.json
-%%WWWDIR%%/l10n/es_UY.js
-%%WWWDIR%%/l10n/es_UY.json
-%%WWWDIR%%/l10n/et_EE.js
-%%WWWDIR%%/l10n/et_EE.json
-%%WWWDIR%%/l10n/eu.js
-%%WWWDIR%%/l10n/eu.json
-%%WWWDIR%%/l10n/fa.js
-%%WWWDIR%%/l10n/fa.json
-%%WWWDIR%%/l10n/fi.js
-%%WWWDIR%%/l10n/fi.json
-%%WWWDIR%%/l10n/fo.js
-%%WWWDIR%%/l10n/fo.json
-%%WWWDIR%%/l10n/fr.js
-%%WWWDIR%%/l10n/fr.json
-%%WWWDIR%%/l10n/gl.js
-%%WWWDIR%%/l10n/gl.json
-%%WWWDIR%%/l10n/he.js
-%%WWWDIR%%/l10n/he.json
-%%WWWDIR%%/l10n/hr.js
-%%WWWDIR%%/l10n/hr.json
-%%WWWDIR%%/l10n/hu.js
-%%WWWDIR%%/l10n/hu.json
-%%WWWDIR%%/l10n/hy.js
-%%WWWDIR%%/l10n/hy.json
-%%WWWDIR%%/l10n/ia.js
-%%WWWDIR%%/l10n/ia.json
-%%WWWDIR%%/l10n/id.js
-%%WWWDIR%%/l10n/id.json
-%%WWWDIR%%/l10n/is.js
-%%WWWDIR%%/l10n/is.json
-%%WWWDIR%%/l10n/it.js
-%%WWWDIR%%/l10n/it.json
-%%WWWDIR%%/l10n/ja.js
-%%WWWDIR%%/l10n/ja.json
-%%WWWDIR%%/l10n/ka_GE.js
-%%WWWDIR%%/l10n/ka_GE.json
-%%WWWDIR%%/l10n/km.js
-%%WWWDIR%%/l10n/km.json
-%%WWWDIR%%/l10n/kn.js
-%%WWWDIR%%/l10n/kn.json
-%%WWWDIR%%/l10n/ko.js
-%%WWWDIR%%/l10n/ko.json
-%%WWWDIR%%/l10n/lb.js
-%%WWWDIR%%/l10n/lb.json
-%%WWWDIR%%/l10n/lt_LT.js
-%%WWWDIR%%/l10n/lt_LT.json
-%%WWWDIR%%/l10n/lv.js
-%%WWWDIR%%/l10n/lv.json
-%%WWWDIR%%/l10n/mk.js
-%%WWWDIR%%/l10n/mk.json
-%%WWWDIR%%/l10n/mn.js
-%%WWWDIR%%/l10n/mn.json
-%%WWWDIR%%/l10n/ms_MY.js
-%%WWWDIR%%/l10n/ms_MY.json
-%%WWWDIR%%/l10n/nb.js
-%%WWWDIR%%/l10n/nb.json
-%%WWWDIR%%/l10n/nl.js
-%%WWWDIR%%/l10n/nl.json
-%%WWWDIR%%/l10n/nn_NO.js
-%%WWWDIR%%/l10n/nn_NO.json
-%%WWWDIR%%/l10n/oc.js
-%%WWWDIR%%/l10n/oc.json
-%%WWWDIR%%/l10n/pl.js
-%%WWWDIR%%/l10n/pl.json
-%%WWWDIR%%/l10n/ps.js
-%%WWWDIR%%/l10n/ps.json
-%%WWWDIR%%/l10n/pt_BR.js
-%%WWWDIR%%/l10n/pt_BR.json
-%%WWWDIR%%/l10n/pt_PT.js
-%%WWWDIR%%/l10n/pt_PT.json
-%%WWWDIR%%/l10n/ro.js
-%%WWWDIR%%/l10n/ro.json
-%%WWWDIR%%/l10n/ru.js
-%%WWWDIR%%/l10n/ru.json
-%%WWWDIR%%/l10n/sc.js
-%%WWWDIR%%/l10n/sc.json
-%%WWWDIR%%/l10n/si.js
-%%WWWDIR%%/l10n/si.json
-%%WWWDIR%%/l10n/sk.js
-%%WWWDIR%%/l10n/sk.json
-%%WWWDIR%%/l10n/sl.js
-%%WWWDIR%%/l10n/sl.json
-%%WWWDIR%%/l10n/sq.js
-%%WWWDIR%%/l10n/sq.json
-%%WWWDIR%%/l10n/sr.js
-%%WWWDIR%%/l10n/sr.json
-%%WWWDIR%%/l10n/sr@latin.js
-%%WWWDIR%%/l10n/sr@latin.json
-%%WWWDIR%%/l10n/sv.js
-%%WWWDIR%%/l10n/sv.json
-%%WWWDIR%%/l10n/ta.js
-%%WWWDIR%%/l10n/ta.json
-%%WWWDIR%%/l10n/th.js
-%%WWWDIR%%/l10n/th.json
-%%WWWDIR%%/l10n/tr.js
-%%WWWDIR%%/l10n/tr.json
-%%WWWDIR%%/l10n/ug.js
-%%WWWDIR%%/l10n/ug.json
-%%WWWDIR%%/l10n/uk.js
-%%WWWDIR%%/l10n/uk.json
-%%WWWDIR%%/l10n/ur_PK.js
-%%WWWDIR%%/l10n/ur_PK.json
-%%WWWDIR%%/l10n/uz.js
-%%WWWDIR%%/l10n/uz.json
-%%WWWDIR%%/l10n/vi.js
-%%WWWDIR%%/l10n/vi.json
-%%WWWDIR%%/l10n/zh_CN.js
-%%WWWDIR%%/l10n/zh_CN.json
-%%WWWDIR%%/l10n/zh_HK.js
-%%WWWDIR%%/l10n/zh_HK.json
-%%WWWDIR%%/l10n/zh_TW.js
-%%WWWDIR%%/l10n/zh_TW.json
-%%WWWDIR%%/lib/ACL/ACLCacheWrapper.php
-%%WWWDIR%%/lib/ACL/ACLManager.php
-%%WWWDIR%%/lib/ACL/ACLManagerFactory.php
-%%WWWDIR%%/lib/ACL/ACLStorageWrapper.php
-%%WWWDIR%%/lib/ACL/Rule.php
-%%WWWDIR%%/lib/ACL/RuleManager.php
-%%WWWDIR%%/lib/ACL/UserMapping/IUserMapping.php
-%%WWWDIR%%/lib/ACL/UserMapping/IUserMappingManager.php
-%%WWWDIR%%/lib/ACL/UserMapping/UserMapping.php
-%%WWWDIR%%/lib/ACL/UserMapping/UserMappingManager.php
-%%WWWDIR%%/lib/AppInfo/Application.php
-%%WWWDIR%%/lib/BackgroundJob/ExpireGroupVersions.php
-%%WWWDIR%%/lib/BackgroundJob/ExpireGroupVersionsPlaceholder.php
-%%WWWDIR%%/lib/CacheListener.php
-%%WWWDIR%%/lib/Command/ACL.php
-%%WWWDIR%%/lib/Command/Create.php
-%%WWWDIR%%/lib/Command/Delete.php
-%%WWWDIR%%/lib/Command/ExpireGroupVersions.php
-%%WWWDIR%%/lib/Command/ExpireGroupVersionsPlaceholder.php
-%%WWWDIR%%/lib/Command/Group.php
-%%WWWDIR%%/lib/Command/ListCommand.php
-%%WWWDIR%%/lib/Command/Quota.php
-%%WWWDIR%%/lib/Command/Rename.php
-%%WWWDIR%%/lib/Command/Scan.php
-%%WWWDIR%%/lib/Command/Trashbin/Cleanup.php
-%%WWWDIR%%/lib/Controller/FolderController.php
-%%WWWDIR%%/lib/Controller/PageController.php
-%%WWWDIR%%/lib/DAV/ACLPlugin.php
-%%WWWDIR%%/lib/Folder/FolderManager.php
-%%WWWDIR%%/lib/Helper/LazyFolder.php
-%%WWWDIR%%/lib/Listeners/LoadAdditionalScriptsListener.php
-%%WWWDIR%%/lib/Migration/Version102020Date20180806161449.php
-%%WWWDIR%%/lib/Migration/Version103000Date20180806161724.php
-%%WWWDIR%%/lib/Migration/Version104000Date20180918132853.php
-%%WWWDIR%%/lib/Migration/Version201000Date20190111132839.php
-%%WWWDIR%%/lib/Migration/Version201000Date20190212150323.php
-%%WWWDIR%%/lib/Migration/Version401001Date20190715092137.php
-%%WWWDIR%%/lib/Migration/Version501000Date20190927102434.php
-%%WWWDIR%%/lib/Migration/Version501000Date20191218182434.php
-%%WWWDIR%%/lib/Migration/Version802000Date20201119112624.php
-%%WWWDIR%%/lib/Mount/GroupFolderStorage.php
-%%WWWDIR%%/lib/Mount/GroupMountPoint.php
-%%WWWDIR%%/lib/Mount/MountProvider.php
-%%WWWDIR%%/lib/Mount/RootEntryCache.php
-%%WWWDIR%%/lib/Settings/Admin.php
-%%WWWDIR%%/lib/Settings/Section.php
-%%WWWDIR%%/lib/Trash/GroupTrashItem.php
-%%WWWDIR%%/lib/Trash/TrashBackend.php
-%%WWWDIR%%/lib/Trash/TrashManager.php
-%%WWWDIR%%/lib/Versions/ExpireManager.php
-%%WWWDIR%%/lib/Versions/GroupVersion.php
-%%WWWDIR%%/lib/Versions/GroupVersionsExpireManager.php
-%%WWWDIR%%/lib/Versions/VersionsBackend.php
-%%WWWDIR%%/psalm.xml
-%%WWWDIR%%/screenshots/acl.png
-%%WWWDIR%%/screenshots/aclAdmin.png
-%%WWWDIR%%/screenshots/edit.png
-%%WWWDIR%%/screenshots/folders.png
-%%WWWDIR%%/screenshots/permissions.png
-%%WWWDIR%%/templates/index.php
diff --git a/www/nextcloud-tasks/Makefile b/www/nextcloud-tasks/Makefile
index 6664262ebc2c..b5cd45749a8c 100644
--- a/www/nextcloud-tasks/Makefile
+++ b/www/nextcloud-tasks/Makefile
@@ -4,11 +4,11 @@ PORTNAME= tasks
PORTVERSION= 0.13.6
CATEGORIES= www
DISTVERSIONPREFIX= v
-MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/
+MASTER_SITES= https://github.com/nextcloud/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/
PKGNAMEPREFIX= nextcloud-
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
DISTNAME= ${PORTNAME}
-DIST_SUBDIR= ${PKGNAMEPREFIX:S/-//}/${DISTNAME}-${DISTVERSIONPREFIX}${PORTVERSION}
+DIST_SUBDIR= nextcloud/${PORTNAME}-${DISTVERSION}
MAINTAINER= brnrd@FreeBSD.org
COMMENT= Tasks app for Nextcloud
@@ -22,16 +22,12 @@ USES= php:flavors
NO_BUILD= yes
NO_ARCH= yes
-NEXTCLOUD_USERNAME?= ${WWWOWN}
-NEXTCLOUD_GROUPNAME?= ${WWWGRP}
-
-PLIST_SUB= NEXTCLOUD_USERNAME=${NEXTCLOUD_USERNAME} \
- NEXTCLOUD_GROUPNAME=${NEXTCLOUD_GROUPNAME}
-
WWWDIR= ${PREFIX}/www/nextcloud/apps-pkg/${PORTNAME}
do-install:
- ${MKDIR} ${STAGEDIR}${WWWDIR}
+ @${MKDIR} ${STAGEDIR}${WWWDIR}
@(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
+ @(cd ${WRKSRC}; ${FIND} . -not -type d) | ${SORT} | \
+ ${SED} -e 's,^\.,${WWWDIR_REL},' >> ${TMPPLIST}
.include <bsd.port.mk>
diff --git a/www/nextcloud-tasks/distinfo b/www/nextcloud-tasks/distinfo
index c8de9b3d5621..f1448ff5e7f5 100644
--- a/www/nextcloud-tasks/distinfo
+++ b/www/nextcloud-tasks/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1605184709
-SHA256 (nextcloud/tasks-v0.13.6/tasks.tar.gz) = 98bbe7be9e0315af247572da6ef2c6f67ee1387065ca69a56988ee0a77367f11
-SIZE (nextcloud/tasks-v0.13.6/tasks.tar.gz) = 2690108
+SHA256 (nextcloud/tasks-0.13.6/tasks.tar.gz) = 98bbe7be9e0315af247572da6ef2c6f67ee1387065ca69a56988ee0a77367f11
+SIZE (nextcloud/tasks-0.13.6/tasks.tar.gz) = 2690108
diff --git a/www/nextcloud-tasks/pkg-plist b/www/nextcloud-tasks/pkg-plist
deleted file mode 100644
index 051bfa7377a0..000000000000
--- a/www/nextcloud-tasks/pkg-plist
+++ /dev/null
@@ -1,237 +0,0 @@
-%%WWWDIR%%/CHANGELOG.md
-%%WWWDIR%%/LICENSE
-%%WWWDIR%%/appinfo/info.xml
-%%WWWDIR%%/appinfo/routes.php
-%%WWWDIR%%/appinfo/signature.json
-%%WWWDIR%%/css/sprites-bw.scss
-%%WWWDIR%%/css/sprites-color.scss
-%%WWWDIR%%/css/src/Calendars/Calendar.scss
-%%WWWDIR%%/css/src/Calendars/CalendarShares.scss
-%%WWWDIR%%/css/src/markdown.scss
-%%WWWDIR%%/css/src/style.scss
-%%WWWDIR%%/css/tasks.scss
-%%WWWDIR%%/img/add--down.svg
-%%WWWDIR%%/img/add--up.svg
-%%WWWDIR%%/img/add.svg
-%%WWWDIR%%/img/alphabetically--down.svg
-%%WWWDIR%%/img/alphabetically--up.svg
-%%WWWDIR%%/img/alphabetically.svg
-%%WWWDIR%%/img/checkmark--down.svg
-%%WWWDIR%%/img/checkmark--up.svg
-%%WWWDIR%%/img/checkmark.svg
-%%WWWDIR%%/img/circle.svg
-%%WWWDIR%%/img/color_picker.svg
-%%WWWDIR%%/img/due--down.svg
-%%WWWDIR%%/img/due--up.svg
-%%WWWDIR%%/img/due.svg
-%%WWWDIR%%/img/favicon-touch.png
-%%WWWDIR%%/img/favicon-touch.svg
-%%WWWDIR%%/img/favicon.ico
-%%WWWDIR%%/img/favicon.png
-%%WWWDIR%%/img/favicon.svg
-%%WWWDIR%%/img/icon-toggle.svg
-%%WWWDIR%%/img/list--down.svg
-%%WWWDIR%%/img/list--up.svg
-%%WWWDIR%%/img/list.svg
-%%WWWDIR%%/img/manual--down.svg
-%%WWWDIR%%/img/manual--up.svg
-%%WWWDIR%%/img/manual.svg
-%%WWWDIR%%/img/rename--down.svg
-%%WWWDIR%%/img/rename--up.svg
-%%WWWDIR%%/img/rename.svg
-%%WWWDIR%%/img/sprt-bw.svg
-%%WWWDIR%%/img/sprt-color.svg
-%%WWWDIR%%/img/start--down.svg
-%%WWWDIR%%/img/start--up.svg
-%%WWWDIR%%/img/start.svg
-%%WWWDIR%%/img/subtasks-hidden.svg
-%%WWWDIR%%/img/subtasks-visible.svg
-%%WWWDIR%%/img/task-star--down.svg
-%%WWWDIR%%/img/task-star--up.svg
-%%WWWDIR%%/img/task-star.svg
-%%WWWDIR%%/img/tasks.png
-%%WWWDIR%%/img/tasks.svg
-%%WWWDIR%%/js/tasks.js
-%%WWWDIR%%/js/tasks.js.LICENSE.txt
-%%WWWDIR%%/js/tasks.js.map
-%%WWWDIR%%/l10n/.gitkeep
-%%WWWDIR%%/l10n/af.js
-%%WWWDIR%%/l10n/af.json
-%%WWWDIR%%/l10n/ar.js
-%%WWWDIR%%/l10n/ar.json
-%%WWWDIR%%/l10n/ast.js
-%%WWWDIR%%/l10n/ast.json
-%%WWWDIR%%/l10n/az.js
-%%WWWDIR%%/l10n/az.json
-%%WWWDIR%%/l10n/bg.js
-%%WWWDIR%%/l10n/bg.json
-%%WWWDIR%%/l10n/bn_BD.js
-%%WWWDIR%%/l10n/bn_BD.json
-%%WWWDIR%%/l10n/br.js
-%%WWWDIR%%/l10n/br.json
-%%WWWDIR%%/l10n/bs.js
-%%WWWDIR%%/l10n/bs.json
-%%WWWDIR%%/l10n/ca.js
-%%WWWDIR%%/l10n/ca.json
-%%WWWDIR%%/l10n/cs.js
-%%WWWDIR%%/l10n/cs.json
-%%WWWDIR%%/l10n/cy_GB.js
-%%WWWDIR%%/l10n/cy_GB.json
-%%WWWDIR%%/l10n/da.js
-%%WWWDIR%%/l10n/da.json
-%%WWWDIR%%/l10n/de.js
-%%WWWDIR%%/l10n/de.json
-%%WWWDIR%%/l10n/de_DE.js
-%%WWWDIR%%/l10n/de_DE.json
-%%WWWDIR%%/l10n/el.js
-%%WWWDIR%%/l10n/el.json
-%%WWWDIR%%/l10n/en_GB.js
-%%WWWDIR%%/l10n/en_GB.json
-%%WWWDIR%%/l10n/eo.js
-%%WWWDIR%%/l10n/eo.json
-%%WWWDIR%%/l10n/es.js
-%%WWWDIR%%/l10n/es.json
-%%WWWDIR%%/l10n/es_419.js
-%%WWWDIR%%/l10n/es_419.json
-%%WWWDIR%%/l10n/es_AR.js
-%%WWWDIR%%/l10n/es_AR.json
-%%WWWDIR%%/l10n/es_CL.js
-%%WWWDIR%%/l10n/es_CL.json
-%%WWWDIR%%/l10n/es_CO.js
-%%WWWDIR%%/l10n/es_CO.json
-%%WWWDIR%%/l10n/es_CR.js
-%%WWWDIR%%/l10n/es_CR.json
-%%WWWDIR%%/l10n/es_DO.js
-%%WWWDIR%%/l10n/es_DO.json
-%%WWWDIR%%/l10n/es_EC.js
-%%WWWDIR%%/l10n/es_EC.json
-%%WWWDIR%%/l10n/es_GT.js
-%%WWWDIR%%/l10n/es_GT.json
-%%WWWDIR%%/l10n/es_HN.js
-%%WWWDIR%%/l10n/es_HN.json
-%%WWWDIR%%/l10n/es_MX.js
-%%WWWDIR%%/l10n/es_MX.json
-%%WWWDIR%%/l10n/es_NI.js
-%%WWWDIR%%/l10n/es_NI.json
-%%WWWDIR%%/l10n/es_PA.js
-%%WWWDIR%%/l10n/es_PA.json
-%%WWWDIR%%/l10n/es_PE.js
-%%WWWDIR%%/l10n/es_PE.json
-%%WWWDIR%%/l10n/es_PR.js
-%%WWWDIR%%/l10n/es_PR.json
-%%WWWDIR%%/l10n/es_PY.js
-%%WWWDIR%%/l10n/es_PY.json
-%%WWWDIR%%/l10n/es_SV.js
-%%WWWDIR%%/l10n/es_SV.json
-%%WWWDIR%%/l10n/es_UY.js
-%%WWWDIR%%/l10n/es_UY.json
-%%WWWDIR%%/l10n/et_EE.js
-%%WWWDIR%%/l10n/et_EE.json
-%%WWWDIR%%/l10n/eu.js
-%%WWWDIR%%/l10n/eu.json
-%%WWWDIR%%/l10n/fa.js
-%%WWWDIR%%/l10n/fa.json
-%%WWWDIR%%/l10n/fi.js
-%%WWWDIR%%/l10n/fi.json
-%%WWWDIR%%/l10n/fr.js
-%%WWWDIR%%/l10n/fr.json
-%%WWWDIR%%/l10n/gl.js
-%%WWWDIR%%/l10n/gl.json
-%%WWWDIR%%/l10n/he.js
-%%WWWDIR%%/l10n/he.json
-%%WWWDIR%%/l10n/hr.js
-%%WWWDIR%%/l10n/hr.json
-%%WWWDIR%%/l10n/hsb.js
-%%WWWDIR%%/l10n/hsb.json
-%%WWWDIR%%/l10n/hu.js
-%%WWWDIR%%/l10n/hu.json
-%%WWWDIR%%/l10n/hy.js
-%%WWWDIR%%/l10n/hy.json
-%%WWWDIR%%/l10n/ia.js
-%%WWWDIR%%/l10n/ia.json
-%%WWWDIR%%/l10n/id.js
-%%WWWDIR%%/l10n/id.json
-%%WWWDIR%%/l10n/is.js
-%%WWWDIR%%/l10n/is.json
-%%WWWDIR%%/l10n/it.js
-%%WWWDIR%%/l10n/it.json
-%%WWWDIR%%/l10n/ja.js
-%%WWWDIR%%/l10n/ja.json
-%%WWWDIR%%/l10n/ka_GE.js
-%%WWWDIR%%/l10n/ka_GE.json
-%%WWWDIR%%/l10n/km.js
-%%WWWDIR%%/l10n/km.json
-%%WWWDIR%%/l10n/kn.js
-%%WWWDIR%%/l10n/kn.json
-%%WWWDIR%%/l10n/ko.js
-%%WWWDIR%%/l10n/ko.json
-%%WWWDIR%%/l10n/lb.js
-%%WWWDIR%%/l10n/lb.json
-%%WWWDIR%%/l10n/lt_LT.js
-%%WWWDIR%%/l10n/lt_LT.json
-%%WWWDIR%%/l10n/lv.js
-%%WWWDIR%%/l10n/lv.json
-%%WWWDIR%%/l10n/mk.js
-%%WWWDIR%%/l10n/mk.json
-%%WWWDIR%%/l10n/mn.js
-%%WWWDIR%%/l10n/mn.json
-%%WWWDIR%%/l10n/nb.js
-%%WWWDIR%%/l10n/nb.json
-%%WWWDIR%%/l10n/nl.js
-%%WWWDIR%%/l10n/nl.json
-%%WWWDIR%%/l10n/nn_NO.js
-%%WWWDIR%%/l10n/nn_NO.json
-%%WWWDIR%%/l10n/oc.js
-%%WWWDIR%%/l10n/oc.json
-%%WWWDIR%%/l10n/pl.js
-%%WWWDIR%%/l10n/pl.json
-%%WWWDIR%%/l10n/pt_BR.js
-%%WWWDIR%%/l10n/pt_BR.json
-%%WWWDIR%%/l10n/pt_PT.js
-%%WWWDIR%%/l10n/pt_PT.json
-%%WWWDIR%%/l10n/ro.js
-%%WWWDIR%%/l10n/ro.json
-%%WWWDIR%%/l10n/ru.js
-%%WWWDIR%%/l10n/ru.json
-%%WWWDIR%%/l10n/si_LK.js
-%%WWWDIR%%/l10n/si_LK.json
-%%WWWDIR%%/l10n/sk.js
-%%WWWDIR%%/l10n/sk.json
-%%WWWDIR%%/l10n/sl.js
-%%WWWDIR%%/l10n/sl.json
-%%WWWDIR%%/l10n/sq.js
-%%WWWDIR%%/l10n/sq.json
-%%WWWDIR%%/l10n/sr.js
-%%WWWDIR%%/l10n/sr.json
-%%WWWDIR%%/l10n/sr@latin.js
-%%WWWDIR%%/l10n/sr@latin.json
-%%WWWDIR%%/l10n/sv.js
-%%WWWDIR%%/l10n/sv.json
-%%WWWDIR%%/l10n/ta_LK.js
-%%WWWDIR%%/l10n/ta_LK.json
-%%WWWDIR%%/l10n/th.js
-%%WWWDIR%%/l10n/th.json
-%%WWWDIR%%/l10n/tr.js
-%%WWWDIR%%/l10n/tr.json
-%%WWWDIR%%/l10n/ug.js
-%%WWWDIR%%/l10n/ug.json
-%%WWWDIR%%/l10n/uk.js
-%%WWWDIR%%/l10n/uk.json
-%%WWWDIR%%/l10n/ur_PK.js
-%%WWWDIR%%/l10n/ur_PK.json
-%%WWWDIR%%/l10n/vi.js
-%%WWWDIR%%/l10n/vi.json
-%%WWWDIR%%/l10n/zh_CN.js
-%%WWWDIR%%/l10n/zh_CN.json
-%%WWWDIR%%/l10n/zh_HK.js
-%%WWWDIR%%/l10n/zh_HK.json
-%%WWWDIR%%/l10n/zh_TW.js
-%%WWWDIR%%/l10n/zh_TW.json
-%%WWWDIR%%/lib/AppInfo/Application.php
-%%WWWDIR%%/lib/Controller/CollectionsController.php
-%%WWWDIR%%/lib/Controller/PageController.php
-%%WWWDIR%%/lib/Controller/Response.php
-%%WWWDIR%%/lib/Controller/SettingsController.php
-%%WWWDIR%%/lib/Service/CollectionsService.php
-%%WWWDIR%%/lib/Service/SettingsService.php
-%%WWWDIR%%/templates/main.php