pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-swh-web-0.0.273 import to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sun Dec 27 11:03:37 2020 +0100
Changeset:	89c0349469137801f463d30877ad17dacd57a8e8

Added Files:
	py-swh-web/DESCR
	py-swh-web/Makefile
	py-swh-web/PLIST
	py-swh-web/distinfo

Log Message:
py-swh-web-0.0.273 import to wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=89c0349469137801f463d30877ad17dacd57a8e8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-swh-web/DESCR    |    5 +
 py-swh-web/Makefile |   48 ++
 py-swh-web/PLIST    | 1959 +++++++++++++++++++++++++++++++++++++++++++++++++++
 py-swh-web/distinfo |    6 +
 4 files changed, 2018 insertions(+)

diffs:
diff --git a/py-swh-web/DESCR b/py-swh-web/DESCR
new file mode 100644
index 0000000000..9759ad669e
--- /dev/null
+++ b/py-swh-web/DESCR
@@ -0,0 +1,5 @@
+This repository holds the development of Software Heritage
+web applications:
+
+swh-web API  enables to query the content of the archive 
+through HTTP requests and get responses in JSON or YAML.
diff --git a/py-swh-web/Makefile b/py-swh-web/Makefile
new file mode 100644
index 0000000000..f05891966f
--- /dev/null
+++ b/py-swh-web/Makefile
@@ -0,0 +1,48 @@
+# $NetBSD$
+
+DISTNAME=	swh.web-0.0.273
+PKGNAME=	${PYPKGPREFIX}-swh-web-0.0.273
+CATEGORIES=	www python
+MASTER_SITES=	${MASTER_SITE_PYPI:=s/swh.web/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://forge.softwareheritage.org/diffusion/DWUI/
+COMMENT=	Software Heritage Web UI
+LICENSE=	gnu-gpl-v3
+
+PYTHON_VERSIONS_INCOMPATIBLE+=	27
+
+BUILD_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm>=4.1.2:../../devel/py-setuptools_scm
+DEPENDS+=	${PYPKGPREFIX}-beautifulsoup4>=0:../../www/py-beautifulsoup4
+DEPENDS+=	${PYPKGPREFIX}-cryptography>=3.2.1:../../security/py-cryptography
+DEPENDS+=	${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
+DEPENDS+=	${PYPKGPREFIX}-django-cors-headers>=3.5.0:../../www/py-django-cors-headers
+DEPENDS+=	${PYPKGPREFIX}-django-js-reverse>=0.9.1:../../wip/py-django-js-reverse
+DEPENDS+=	${PYPKGPREFIX}-djangorestframework>=3.12.1:../../www/py-djangorestframework
+DEPENDS+=	${PYPKGPREFIX}-django-webpack-loader>=0:../../www/py-django-webpack-loader
+DEPENDS+=	${PYPKGPREFIX}-docutils>=0.16:../../textproc/py-docutils
+DEPENDS+=	${PYPKGPREFIX}-htmlmin>=0.1.12:../../wip/py-htmlmin
+DEPENDS+=	${PYPKGPREFIX}-iso8601>=0.1.13:../../time/py-iso8601
+DEPENDS+=	${PYPKGPREFIX}-lxml>=4.6.2:../../textproc/py-lxml
+DEPENDS+=	${PYPKGPREFIX}-prometheus-client>=0:../../wip/py-prometheus-client
+DEPENDS+=	${PYPKGPREFIX}-badges>=0:../../wip/py-badges
+DEPENDS+=	${PYPKGPREFIX}-pygments>=2.5.2:../../textproc/py-pygments
+DEPENDS+=	${PYPKGPREFIX}-keycloak>=0.19.0:../../wip/py-keycloak
+DEPENDS+=	${PYPKGPREFIX}-magic>=0.4.0:../../sysutils/py-magic
+DEPENDS+=	${PYPKGPREFIX}-memcached>=1.59:../../devel/py-memcached
+DEPENDS+=	${PYPKGPREFIX}-yaml>=5.1:../../textproc/py-yaml
+DEPENDS+=	${PYPKGPREFIX}-requests>=2.25.0:../../devel/py-requests
+DEPENDS+=	${PYPKGPREFIX}-sentry-sdk>=0.19.4:../../wip/py-sentry-sdk
+DEPENDS+=	${PYPKGPREFIX}-typing-extensions>=0:../../devel/py-typing-extensions
+DEPENDS+=	${PYPKGPREFIX}-swh-core>=0.10.0:../../wip/py-swh-core
+DEPENDS+=	${PYPKGPREFIX}-swh-indexer>=0.6.3:../../wip/py-swh-indexer
+DEPENDS+=	${PYPKGPREFIX}-swh-model>=0.7.2:../../wip/py-swh-model
+DEPENDS+=	${PYPKGPREFIX}-swh-scheduler>=0.4.0:../../wip/py-swh-scheduler
+DEPENDS+=	${PYPKGPREFIX}-swh-search>=0.2.0:../../wip/py-swh-search
+DEPENDS+=	${PYPKGPREFIX}-swh-storage>=0.13.1:../../wip/py-swh-storage
+DEPENDS+=	${PYPKGPREFIX}-swh-vault>=0.0.33:../../wip/py-swh-vault
+
+USE_LANGUAGES=	c++
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-swh-web/PLIST b/py-swh-web/PLIST
new file mode 100644
index 0000000000..d23f28c9b2
--- /dev/null
+++ b/py-swh-web/PLIST
@@ -0,0 +1,1959 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/swh/__init__.py
+${PYSITELIB}/swh/__init__.pyc
+${PYSITELIB}/swh/__init__.pyo
+${PYSITELIB}/swh/web/__init__.py
+${PYSITELIB}/swh/web/__init__.pyc
+${PYSITELIB}/swh/web/__init__.pyo
+${PYSITELIB}/swh/web/admin/__init__.py
+${PYSITELIB}/swh/web/admin/__init__.pyc
+${PYSITELIB}/swh/web/admin/__init__.pyo
+${PYSITELIB}/swh/web/admin/adminurls.py
+${PYSITELIB}/swh/web/admin/adminurls.pyc
+${PYSITELIB}/swh/web/admin/adminurls.pyo
+${PYSITELIB}/swh/web/admin/deposit.py
+${PYSITELIB}/swh/web/admin/deposit.pyc
+${PYSITELIB}/swh/web/admin/deposit.pyo
+${PYSITELIB}/swh/web/admin/origin_save.py
+${PYSITELIB}/swh/web/admin/origin_save.pyc
+${PYSITELIB}/swh/web/admin/origin_save.pyo
+${PYSITELIB}/swh/web/admin/urls.py
+${PYSITELIB}/swh/web/admin/urls.pyc
+${PYSITELIB}/swh/web/admin/urls.pyo
+${PYSITELIB}/swh/web/api/__init__.py
+${PYSITELIB}/swh/web/api/__init__.pyc
+${PYSITELIB}/swh/web/api/__init__.pyo
+${PYSITELIB}/swh/web/api/apidoc.py
+${PYSITELIB}/swh/web/api/apidoc.pyc
+${PYSITELIB}/swh/web/api/apidoc.pyo
+${PYSITELIB}/swh/web/api/apiresponse.py
+${PYSITELIB}/swh/web/api/apiresponse.pyc
+${PYSITELIB}/swh/web/api/apiresponse.pyo
+${PYSITELIB}/swh/web/api/apiurls.py
+${PYSITELIB}/swh/web/api/apiurls.pyc
+${PYSITELIB}/swh/web/api/apiurls.pyo
+${PYSITELIB}/swh/web/api/renderers.py
+${PYSITELIB}/swh/web/api/renderers.pyc
+${PYSITELIB}/swh/web/api/renderers.pyo
+${PYSITELIB}/swh/web/api/throttling.py
+${PYSITELIB}/swh/web/api/throttling.pyc
+${PYSITELIB}/swh/web/api/throttling.pyo
+${PYSITELIB}/swh/web/api/urls.py
+${PYSITELIB}/swh/web/api/urls.pyc
+${PYSITELIB}/swh/web/api/urls.pyo
+${PYSITELIB}/swh/web/api/utils.py
+${PYSITELIB}/swh/web/api/utils.pyc
+${PYSITELIB}/swh/web/api/utils.pyo
+${PYSITELIB}/swh/web/api/views/__init__.py
+${PYSITELIB}/swh/web/api/views/__init__.pyc
+${PYSITELIB}/swh/web/api/views/__init__.pyo
+${PYSITELIB}/swh/web/api/views/content.py
+${PYSITELIB}/swh/web/api/views/content.pyc
+${PYSITELIB}/swh/web/api/views/content.pyo
+${PYSITELIB}/swh/web/api/views/directory.py
+${PYSITELIB}/swh/web/api/views/directory.pyc
+${PYSITELIB}/swh/web/api/views/directory.pyo
+${PYSITELIB}/swh/web/api/views/graph.py
+${PYSITELIB}/swh/web/api/views/graph.pyc
+${PYSITELIB}/swh/web/api/views/graph.pyo
+${PYSITELIB}/swh/web/api/views/identifiers.py
+${PYSITELIB}/swh/web/api/views/identifiers.pyc
+${PYSITELIB}/swh/web/api/views/identifiers.pyo
+${PYSITELIB}/swh/web/api/views/origin.py
+${PYSITELIB}/swh/web/api/views/origin.pyc
+${PYSITELIB}/swh/web/api/views/origin.pyo
+${PYSITELIB}/swh/web/api/views/origin_save.py
+${PYSITELIB}/swh/web/api/views/origin_save.pyc
+${PYSITELIB}/swh/web/api/views/origin_save.pyo
+${PYSITELIB}/swh/web/api/views/ping.py
+${PYSITELIB}/swh/web/api/views/ping.pyc
+${PYSITELIB}/swh/web/api/views/ping.pyo
+${PYSITELIB}/swh/web/api/views/release.py
+${PYSITELIB}/swh/web/api/views/release.pyc
+${PYSITELIB}/swh/web/api/views/release.pyo
+${PYSITELIB}/swh/web/api/views/revision.py
+${PYSITELIB}/swh/web/api/views/revision.pyc
+${PYSITELIB}/swh/web/api/views/revision.pyo
+${PYSITELIB}/swh/web/api/views/snapshot.py
+${PYSITELIB}/swh/web/api/views/snapshot.pyc
+${PYSITELIB}/swh/web/api/views/snapshot.pyo
+${PYSITELIB}/swh/web/api/views/stat.py
+${PYSITELIB}/swh/web/api/views/stat.pyc
+${PYSITELIB}/swh/web/api/views/stat.pyo
+${PYSITELIB}/swh/web/api/views/utils.py
+${PYSITELIB}/swh/web/api/views/utils.pyc
+${PYSITELIB}/swh/web/api/views/utils.pyo
+${PYSITELIB}/swh/web/api/views/vault.py
+${PYSITELIB}/swh/web/api/views/vault.pyc
+${PYSITELIB}/swh/web/api/views/vault.pyo
+${PYSITELIB}/swh/web/assets/config/.bootstraprc
+${PYSITELIB}/swh/web/assets/config/.eslintignore
+${PYSITELIB}/swh/web/assets/config/.eslintrc
+${PYSITELIB}/swh/web/assets/config/bootstrap-pre-customize.scss
+${PYSITELIB}/swh/web/assets/config/webpack-plugins/dump-highlightjs-languages-data-plugin.js
+${PYSITELIB}/swh/web/assets/config/webpack-plugins/fix-swh-source-maps-webpack-plugin.js
+${PYSITELIB}/swh/web/assets/config/webpack-plugins/fix-webpack-stats-format-plugin.js
+${PYSITELIB}/swh/web/assets/config/webpack-plugins/generate-weblabels-webpack-plugin/README.md
+${PYSITELIB}/swh/web/assets/config/webpack-plugins/generate-weblabels-webpack-plugin/index.js
+${PYSITELIB}/swh/web/assets/config/webpack-plugins/generate-weblabels-webpack-plugin/jslicenses.ejs
+${PYSITELIB}/swh/web/assets/config/webpack-plugins/generate-weblabels-webpack-plugin/plugin-options-schema.json
+${PYSITELIB}/swh/web/assets/config/webpack-plugins/generate-weblabels-webpack-plugin/spdx-licenses-mapping.js
+${PYSITELIB}/swh/web/assets/config/webpack.config.development.js
+${PYSITELIB}/swh/web/assets/config/webpack.config.production.js
+${PYSITELIB}/swh/web/assets/src/bundles/admin/deposit.js
+${PYSITELIB}/swh/web/assets/src/bundles/admin/index.js
+${PYSITELIB}/swh/web/assets/src/bundles/admin/origin-save.js
+${PYSITELIB}/swh/web/assets/src/bundles/auth/auth.css
+${PYSITELIB}/swh/web/assets/src/bundles/auth/index.js
+${PYSITELIB}/swh/web/assets/src/bundles/browse/breadcrumbs.css
+${PYSITELIB}/swh/web/assets/src/bundles/browse/browse-utils.js
+${PYSITELIB}/swh/web/assets/src/bundles/browse/browse.css
+${PYSITELIB}/swh/web/assets/src/bundles/browse/content.css
+${PYSITELIB}/swh/web/assets/src/bundles/browse/index.js
+${PYSITELIB}/swh/web/assets/src/bundles/browse/origin-search.js
+${PYSITELIB}/swh/web/assets/src/bundles/browse/snapshot-navigation.css
+${PYSITELIB}/swh/web/assets/src/bundles/browse/snapshot-navigation.js
+${PYSITELIB}/swh/web/assets/src/bundles/browse/swhid-utils.js
+${PYSITELIB}/swh/web/assets/src/bundles/origin/index.js
+${PYSITELIB}/swh/web/assets/src/bundles/origin/visits-calendar.js
+${PYSITELIB}/swh/web/assets/src/bundles/origin/visits-histogram.js
+${PYSITELIB}/swh/web/assets/src/bundles/origin/visits-reporting.css
+${PYSITELIB}/swh/web/assets/src/bundles/origin/visits-reporting.js
+${PYSITELIB}/swh/web/assets/src/bundles/revision/diff-panel.ejs
+${PYSITELIB}/swh/web/assets/src/bundles/revision/diff-utils.js
+${PYSITELIB}/swh/web/assets/src/bundles/revision/index.js
+${PYSITELIB}/swh/web/assets/src/bundles/revision/log-utils.js
+${PYSITELIB}/swh/web/assets/src/bundles/revision/revision.css
+${PYSITELIB}/swh/web/assets/src/bundles/save/index.js
+${PYSITELIB}/swh/web/assets/src/bundles/vault/index.js
+${PYSITELIB}/swh/web/assets/src/bundles/vault/vault-create-tasks.js
+${PYSITELIB}/swh/web/assets/src/bundles/vault/vault-table-row.ejs
+${PYSITELIB}/swh/web/assets/src/bundles/vault/vault-ui.js
+${PYSITELIB}/swh/web/assets/src/bundles/vault/vault.css
+${PYSITELIB}/swh/web/assets/src/bundles/vendors/datatables.css
+${PYSITELIB}/swh/web/assets/src/bundles/vendors/elementsfrompoint-polyfill.js
+${PYSITELIB}/swh/web/assets/src/bundles/vendors/index.js
+${PYSITELIB}/swh/web/assets/src/bundles/webapp/badges.js
+${PYSITELIB}/swh/web/assets/src/bundles/webapp/breadcrumbs.css
+${PYSITELIB}/swh/web/assets/src/bundles/webapp/code-highlighting.js
+${PYSITELIB}/swh/web/assets/src/bundles/webapp/history-counters.css
+${PYSITELIB}/swh/web/assets/src/bundles/webapp/history-counters.js
+${PYSITELIB}/swh/web/assets/src/bundles/webapp/index.js
+${PYSITELIB}/swh/web/assets/src/bundles/webapp/math-typesetting.js
+${PYSITELIB}/swh/web/assets/src/bundles/webapp/notebook-rendering.js
+${PYSITELIB}/swh/web/assets/src/bundles/webapp/notebook.css
+${PYSITELIB}/swh/web/assets/src/bundles/webapp/pdf-rendering.js
+${PYSITELIB}/swh/web/assets/src/bundles/webapp/readme-rendering.js
+${PYSITELIB}/swh/web/assets/src/bundles/webapp/sentry.js
+${PYSITELIB}/swh/web/assets/src/bundles/webapp/webapp-utils.js
+${PYSITELIB}/swh/web/assets/src/bundles/webapp/webapp.css
+${PYSITELIB}/swh/web/assets/src/bundles/webapp/xss-filtering.js
+${PYSITELIB}/swh/web/assets/src/thirdparty/jquery.tabSlideOut/LICENSE
+${PYSITELIB}/swh/web/assets/src/thirdparty/jquery.tabSlideOut/jquery.tabSlideOut.css
+${PYSITELIB}/swh/web/assets/src/thirdparty/jquery.tabSlideOut/jquery.tabSlideOut.js
+${PYSITELIB}/swh/web/assets/src/utils/constants.js
+${PYSITELIB}/swh/web/assets/src/utils/d3.js
+${PYSITELIB}/swh/web/assets/src/utils/functions.js
+${PYSITELIB}/swh/web/assets/src/utils/highlightjs.css
+${PYSITELIB}/swh/web/assets/src/utils/highlightjs.js
+${PYSITELIB}/swh/web/assets/src/utils/mathjax.js
+${PYSITELIB}/swh/web/assets/src/utils/org.css
+${PYSITELIB}/swh/web/assets/src/utils/org.js
+${PYSITELIB}/swh/web/assets/src/utils/showdown.css
+${PYSITELIB}/swh/web/assets/src/utils/showdown.js
+${PYSITELIB}/swh/web/auth/__init__.py
+${PYSITELIB}/swh/web/auth/__init__.pyc
+${PYSITELIB}/swh/web/auth/__init__.pyo
+${PYSITELIB}/swh/web/auth/apps.py
+${PYSITELIB}/swh/web/auth/apps.pyc
+${PYSITELIB}/swh/web/auth/apps.pyo
+${PYSITELIB}/swh/web/auth/backends.py
+${PYSITELIB}/swh/web/auth/backends.pyc
+${PYSITELIB}/swh/web/auth/backends.pyo
+${PYSITELIB}/swh/web/auth/keycloak.py
+${PYSITELIB}/swh/web/auth/keycloak.pyc
+${PYSITELIB}/swh/web/auth/keycloak.pyo
+${PYSITELIB}/swh/web/auth/middlewares.py
+${PYSITELIB}/swh/web/auth/middlewares.pyc
+${PYSITELIB}/swh/web/auth/middlewares.pyo
+${PYSITELIB}/swh/web/auth/migrations/0001_initial.py
+${PYSITELIB}/swh/web/auth/migrations/0001_initial.pyc
+${PYSITELIB}/swh/web/auth/migrations/0001_initial.pyo
+${PYSITELIB}/swh/web/auth/migrations/__init__.py
+${PYSITELIB}/swh/web/auth/migrations/__init__.pyc
+${PYSITELIB}/swh/web/auth/migrations/__init__.pyo
+${PYSITELIB}/swh/web/auth/models.py
+${PYSITELIB}/swh/web/auth/models.pyc
+${PYSITELIB}/swh/web/auth/models.pyo
+${PYSITELIB}/swh/web/auth/utils.py
+${PYSITELIB}/swh/web/auth/utils.pyc
+${PYSITELIB}/swh/web/auth/utils.pyo
+${PYSITELIB}/swh/web/auth/views.py
+${PYSITELIB}/swh/web/auth/views.pyc
+${PYSITELIB}/swh/web/auth/views.pyo
+${PYSITELIB}/swh/web/browse/__init__.py
+${PYSITELIB}/swh/web/browse/__init__.pyc
+${PYSITELIB}/swh/web/browse/__init__.pyo
+${PYSITELIB}/swh/web/browse/browseurls.py
+${PYSITELIB}/swh/web/browse/browseurls.pyc
+${PYSITELIB}/swh/web/browse/browseurls.pyo
+${PYSITELIB}/swh/web/browse/identifiers.py
+${PYSITELIB}/swh/web/browse/identifiers.pyc
+${PYSITELIB}/swh/web/browse/identifiers.pyo
+${PYSITELIB}/swh/web/browse/snapshot_context.py
+${PYSITELIB}/swh/web/browse/snapshot_context.pyc
+${PYSITELIB}/swh/web/browse/snapshot_context.pyo
+${PYSITELIB}/swh/web/browse/urls.py
+${PYSITELIB}/swh/web/browse/urls.pyc
+${PYSITELIB}/swh/web/browse/urls.pyo
+${PYSITELIB}/swh/web/browse/utils.py
+${PYSITELIB}/swh/web/browse/utils.pyc
+${PYSITELIB}/swh/web/browse/utils.pyo
+${PYSITELIB}/swh/web/browse/views/__init__.py
+${PYSITELIB}/swh/web/browse/views/__init__.pyc
+${PYSITELIB}/swh/web/browse/views/__init__.pyo
+${PYSITELIB}/swh/web/browse/views/content.py
+${PYSITELIB}/swh/web/browse/views/content.pyc
+${PYSITELIB}/swh/web/browse/views/content.pyo
+${PYSITELIB}/swh/web/browse/views/directory.py
+${PYSITELIB}/swh/web/browse/views/directory.pyc
+${PYSITELIB}/swh/web/browse/views/directory.pyo
+${PYSITELIB}/swh/web/browse/views/origin.py
+${PYSITELIB}/swh/web/browse/views/origin.pyc
+${PYSITELIB}/swh/web/browse/views/origin.pyo
+${PYSITELIB}/swh/web/browse/views/release.py
+${PYSITELIB}/swh/web/browse/views/release.pyc
+${PYSITELIB}/swh/web/browse/views/release.pyo
+${PYSITELIB}/swh/web/browse/views/revision.py
+${PYSITELIB}/swh/web/browse/views/revision.pyc
+${PYSITELIB}/swh/web/browse/views/revision.pyo
+${PYSITELIB}/swh/web/browse/views/snapshot.py
+${PYSITELIB}/swh/web/browse/views/snapshot.pyc
+${PYSITELIB}/swh/web/browse/views/snapshot.pyo
+${PYSITELIB}/swh/web/common/__init__.py
+${PYSITELIB}/swh/web/common/__init__.pyc
+${PYSITELIB}/swh/web/common/__init__.pyo
+${PYSITELIB}/swh/web/common/apps.py
+${PYSITELIB}/swh/web/common/apps.pyc
+${PYSITELIB}/swh/web/common/apps.pyo
+${PYSITELIB}/swh/web/common/archive.py
+${PYSITELIB}/swh/web/common/archive.pyc
+${PYSITELIB}/swh/web/common/archive.pyo
+${PYSITELIB}/swh/web/common/converters.py
+${PYSITELIB}/swh/web/common/converters.pyc
+${PYSITELIB}/swh/web/common/converters.pyo
+${PYSITELIB}/swh/web/common/exc.py
+${PYSITELIB}/swh/web/common/exc.pyc
+${PYSITELIB}/swh/web/common/exc.pyo
+${PYSITELIB}/swh/web/common/highlightjs.py
+${PYSITELIB}/swh/web/common/highlightjs.pyc
+${PYSITELIB}/swh/web/common/highlightjs.pyo
+${PYSITELIB}/swh/web/common/identifiers.py
+${PYSITELIB}/swh/web/common/identifiers.pyc
+${PYSITELIB}/swh/web/common/identifiers.pyo
+${PYSITELIB}/swh/web/common/middlewares.py
+${PYSITELIB}/swh/web/common/middlewares.pyc
+${PYSITELIB}/swh/web/common/middlewares.pyo
+${PYSITELIB}/swh/web/common/migrations/0001_initial.py
+${PYSITELIB}/swh/web/common/migrations/0001_initial.pyc
+${PYSITELIB}/swh/web/common/migrations/0001_initial.pyo
+${PYSITELIB}/swh/web/common/migrations/0002_saveoriginrequest_visit_date.py
+${PYSITELIB}/swh/web/common/migrations/0002_saveoriginrequest_visit_date.pyc
+${PYSITELIB}/swh/web/common/migrations/0002_saveoriginrequest_visit_date.pyo
+${PYSITELIB}/swh/web/common/migrations/0003_saveoriginrequest_loading_task_status.py
+${PYSITELIB}/swh/web/common/migrations/0003_saveoriginrequest_loading_task_status.pyc
+${PYSITELIB}/swh/web/common/migrations/0003_saveoriginrequest_loading_task_status.pyo
+${PYSITELIB}/swh/web/common/migrations/0004_auto_20190204_1324.py
+${PYSITELIB}/swh/web/common/migrations/0004_auto_20190204_1324.pyc
+${PYSITELIB}/swh/web/common/migrations/0004_auto_20190204_1324.pyo
+${PYSITELIB}/swh/web/common/migrations/0005_remove_duplicated_authorized_origins.py
+${PYSITELIB}/swh/web/common/migrations/0005_remove_duplicated_authorized_origins.pyc
+${PYSITELIB}/swh/web/common/migrations/0005_remove_duplicated_authorized_origins.pyo
+${PYSITELIB}/swh/web/common/migrations/0006_rename_origin_type.py
+${PYSITELIB}/swh/web/common/migrations/0006_rename_origin_type.pyc
+${PYSITELIB}/swh/web/common/migrations/0006_rename_origin_type.pyo
+${PYSITELIB}/swh/web/common/migrations/0007_save_request_task_status_fix_typo.py
+${PYSITELIB}/swh/web/common/migrations/0007_save_request_task_status_fix_typo.pyc
+${PYSITELIB}/swh/web/common/migrations/0007_save_request_task_status_fix_typo.pyo
+${PYSITELIB}/swh/web/common/migrations/__init__.py
+${PYSITELIB}/swh/web/common/migrations/__init__.pyc
+${PYSITELIB}/swh/web/common/migrations/__init__.pyo
+${PYSITELIB}/swh/web/common/models.py
+${PYSITELIB}/swh/web/common/models.pyc
+${PYSITELIB}/swh/web/common/models.pyo
+${PYSITELIB}/swh/web/common/origin_save.py
+${PYSITELIB}/swh/web/common/origin_save.pyc
+${PYSITELIB}/swh/web/common/origin_save.pyo
+${PYSITELIB}/swh/web/common/origin_visits.py
+${PYSITELIB}/swh/web/common/origin_visits.pyc
+${PYSITELIB}/swh/web/common/origin_visits.pyo
+${PYSITELIB}/swh/web/common/query.py
+${PYSITELIB}/swh/web/common/query.pyc
+${PYSITELIB}/swh/web/common/query.pyo
+${PYSITELIB}/swh/web/common/swh_templatetags.py
+${PYSITELIB}/swh/web/common/swh_templatetags.pyc
+${PYSITELIB}/swh/web/common/swh_templatetags.pyo
+${PYSITELIB}/swh/web/common/typing.py
+${PYSITELIB}/swh/web/common/typing.pyc
+${PYSITELIB}/swh/web/common/typing.pyo
+${PYSITELIB}/swh/web/common/urlsindex.py
+${PYSITELIB}/swh/web/common/urlsindex.pyc
+${PYSITELIB}/swh/web/common/urlsindex.pyo
+${PYSITELIB}/swh/web/common/utils.py
+${PYSITELIB}/swh/web/common/utils.pyc
+${PYSITELIB}/swh/web/common/utils.pyo
+${PYSITELIB}/swh/web/config.py
+${PYSITELIB}/swh/web/config.pyc
+${PYSITELIB}/swh/web/config.pyo
+${PYSITELIB}/swh/web/doc_config.py
+${PYSITELIB}/swh/web/doc_config.pyc
+${PYSITELIB}/swh/web/doc_config.pyo
+${PYSITELIB}/swh/web/gunicorn_config.py
+${PYSITELIB}/swh/web/gunicorn_config.pyc
+${PYSITELIB}/swh/web/gunicorn_config.pyo
+${PYSITELIB}/swh/web/manage.py
+${PYSITELIB}/swh/web/manage.pyc
+${PYSITELIB}/swh/web/manage.pyo
+${PYSITELIB}/swh/web/misc/__init__.py
+${PYSITELIB}/swh/web/misc/__init__.pyc
+${PYSITELIB}/swh/web/misc/__init__.pyo
+${PYSITELIB}/swh/web/misc/badges.py
+${PYSITELIB}/swh/web/misc/badges.pyc
+${PYSITELIB}/swh/web/misc/badges.pyo
+${PYSITELIB}/swh/web/misc/coverage.py
+${PYSITELIB}/swh/web/misc/coverage.pyc
+${PYSITELIB}/swh/web/misc/coverage.pyo
+${PYSITELIB}/swh/web/misc/metrics.py
+${PYSITELIB}/swh/web/misc/metrics.pyc
+${PYSITELIB}/swh/web/misc/metrics.pyo
+${PYSITELIB}/swh/web/misc/origin_save.py
+${PYSITELIB}/swh/web/misc/origin_save.pyc
+${PYSITELIB}/swh/web/misc/origin_save.pyo
+${PYSITELIB}/swh/web/misc/urls.py
+${PYSITELIB}/swh/web/misc/urls.pyc
+${PYSITELIB}/swh/web/misc/urls.pyo
+${PYSITELIB}/swh/web/py.typed
+${PYSITELIB}/swh/web/settings/__init__.py
+${PYSITELIB}/swh/web/settings/__init__.pyc
+${PYSITELIB}/swh/web/settings/__init__.pyo
+${PYSITELIB}/swh/web/settings/common.py
+${PYSITELIB}/swh/web/settings/common.pyc
+${PYSITELIB}/swh/web/settings/common.pyo
+${PYSITELIB}/swh/web/settings/development.py
+${PYSITELIB}/swh/web/settings/development.pyc
+${PYSITELIB}/swh/web/settings/development.pyo
+${PYSITELIB}/swh/web/settings/production.py
+${PYSITELIB}/swh/web/settings/production.pyc
+${PYSITELIB}/swh/web/settings/production.pyo
+${PYSITELIB}/swh/web/settings/tests.py
+${PYSITELIB}/swh/web/settings/tests.pyc
+${PYSITELIB}/swh/web/settings/tests.pyo
+${PYSITELIB}/swh/web/templates/admin/deposit.html
+${PYSITELIB}/swh/web/templates/admin/origin-save.html
+${PYSITELIB}/swh/web/templates/api/api.html
+${PYSITELIB}/swh/web/templates/api/apidoc.html
+${PYSITELIB}/swh/web/templates/api/endpoints.html
+${PYSITELIB}/swh/web/templates/auth/profile.html
+${PYSITELIB}/swh/web/templates/browse/branches.html
+${PYSITELIB}/swh/web/templates/browse/browse.html
+${PYSITELIB}/swh/web/templates/browse/content.html
+${PYSITELIB}/swh/web/templates/browse/directory.html
+${PYSITELIB}/swh/web/templates/browse/help.html
+${PYSITELIB}/swh/web/templates/browse/layout.html
+${PYSITELIB}/swh/web/templates/browse/origin-visits.html
+${PYSITELIB}/swh/web/templates/browse/person.html
+${PYSITELIB}/swh/web/templates/browse/release.html
+${PYSITELIB}/swh/web/templates/browse/releases.html
+${PYSITELIB}/swh/web/templates/browse/revision-log.html
+${PYSITELIB}/swh/web/templates/browse/revision.html
+${PYSITELIB}/swh/web/templates/browse/search.html
+${PYSITELIB}/swh/web/templates/browse/vault-ui.html
+${PYSITELIB}/swh/web/templates/error.html
+${PYSITELIB}/swh/web/templates/homepage.html
+${PYSITELIB}/swh/web/templates/includes/breadcrumbs.html
+${PYSITELIB}/swh/web/templates/includes/content-display.html
+${PYSITELIB}/swh/web/templates/includes/directory-display.html
+${PYSITELIB}/swh/web/templates/includes/empty-snapshot.html
+${PYSITELIB}/swh/web/templates/includes/global-modals.html
+${PYSITELIB}/swh/web/templates/includes/http-error.html
+${PYSITELIB}/swh/web/templates/includes/origin-search-form.html
+${PYSITELIB}/swh/web/templates/includes/readme-display.html
+${PYSITELIB}/swh/web/templates/includes/revision-info.html
+${PYSITELIB}/swh/web/templates/includes/show-metadata.html
+${PYSITELIB}/swh/web/templates/includes/show-swhids.html
+${PYSITELIB}/swh/web/templates/includes/snapshot-context.html
+${PYSITELIB}/swh/web/templates/includes/take-new-snapshot.html
+${PYSITELIB}/swh/web/templates/includes/top-navigation.html
+${PYSITELIB}/swh/web/templates/includes/vault-common.html
+${PYSITELIB}/swh/web/templates/includes/vault-create-tasks.html
+${PYSITELIB}/swh/web/templates/layout.html
+${PYSITELIB}/swh/web/templates/login.html
+${PYSITELIB}/swh/web/templates/logout.html
+${PYSITELIB}/swh/web/templates/misc/coverage.html
+${PYSITELIB}/swh/web/templates/misc/jslicenses.html
+${PYSITELIB}/swh/web/templates/misc/origin-save.html
+${PYSITELIB}/swh/web/tests/__init__.py
+${PYSITELIB}/swh/web/tests/__init__.pyc
+${PYSITELIB}/swh/web/tests/__init__.pyo
+${PYSITELIB}/swh/web/tests/admin/__init__.py
+${PYSITELIB}/swh/web/tests/admin/__init__.pyc
+${PYSITELIB}/swh/web/tests/admin/__init__.pyo
+${PYSITELIB}/swh/web/tests/admin/test_origin_save.py
+${PYSITELIB}/swh/web/tests/admin/test_origin_save.pyc
+${PYSITELIB}/swh/web/tests/admin/test_origin_save.pyo
+${PYSITELIB}/swh/web/tests/api/__init__.py
+${PYSITELIB}/swh/web/tests/api/__init__.pyc
+${PYSITELIB}/swh/web/tests/api/__init__.pyo
+${PYSITELIB}/swh/web/tests/api/test_api_lookup.py
+${PYSITELIB}/swh/web/tests/api/test_api_lookup.pyc
+${PYSITELIB}/swh/web/tests/api/test_api_lookup.pyo
+${PYSITELIB}/swh/web/tests/api/test_apidoc.py
+${PYSITELIB}/swh/web/tests/api/test_apidoc.pyc
+${PYSITELIB}/swh/web/tests/api/test_apidoc.pyo
+${PYSITELIB}/swh/web/tests/api/test_apiresponse.py
+${PYSITELIB}/swh/web/tests/api/test_apiresponse.pyc
+${PYSITELIB}/swh/web/tests/api/test_apiresponse.pyo
+${PYSITELIB}/swh/web/tests/api/test_apiurls.py
+${PYSITELIB}/swh/web/tests/api/test_apiurls.pyc
+${PYSITELIB}/swh/web/tests/api/test_apiurls.pyo
+${PYSITELIB}/swh/web/tests/api/test_throttling.py
+${PYSITELIB}/swh/web/tests/api/test_throttling.pyc
+${PYSITELIB}/swh/web/tests/api/test_throttling.pyo
+${PYSITELIB}/swh/web/tests/api/test_utils.py
+${PYSITELIB}/swh/web/tests/api/test_utils.pyc
+${PYSITELIB}/swh/web/tests/api/test_utils.pyo
+${PYSITELIB}/swh/web/tests/api/views/__init__.py
+${PYSITELIB}/swh/web/tests/api/views/__init__.pyc
+${PYSITELIB}/swh/web/tests/api/views/__init__.pyo
+${PYSITELIB}/swh/web/tests/api/views/test_content.py
+${PYSITELIB}/swh/web/tests/api/views/test_content.pyc
+${PYSITELIB}/swh/web/tests/api/views/test_content.pyo
+${PYSITELIB}/swh/web/tests/api/views/test_directory.py
+${PYSITELIB}/swh/web/tests/api/views/test_directory.pyc
+${PYSITELIB}/swh/web/tests/api/views/test_directory.pyo
+${PYSITELIB}/swh/web/tests/api/views/test_graph.py
+${PYSITELIB}/swh/web/tests/api/views/test_graph.pyc
+${PYSITELIB}/swh/web/tests/api/views/test_graph.pyo
+${PYSITELIB}/swh/web/tests/api/views/test_identifiers.py
+${PYSITELIB}/swh/web/tests/api/views/test_identifiers.pyc
+${PYSITELIB}/swh/web/tests/api/views/test_identifiers.pyo
+${PYSITELIB}/swh/web/tests/api/views/test_origin.py
+${PYSITELIB}/swh/web/tests/api/views/test_origin.pyc
+${PYSITELIB}/swh/web/tests/api/views/test_origin.pyo
+${PYSITELIB}/swh/web/tests/api/views/test_origin_save.py
+${PYSITELIB}/swh/web/tests/api/views/test_origin_save.pyc
+${PYSITELIB}/swh/web/tests/api/views/test_origin_save.pyo
+${PYSITELIB}/swh/web/tests/api/views/test_ping.py
+${PYSITELIB}/swh/web/tests/api/views/test_ping.pyc
+${PYSITELIB}/swh/web/tests/api/views/test_ping.pyo
+${PYSITELIB}/swh/web/tests/api/views/test_release.py
+${PYSITELIB}/swh/web/tests/api/views/test_release.pyc
+${PYSITELIB}/swh/web/tests/api/views/test_release.pyo
+${PYSITELIB}/swh/web/tests/api/views/test_revision.py
+${PYSITELIB}/swh/web/tests/api/views/test_revision.pyc
+${PYSITELIB}/swh/web/tests/api/views/test_revision.pyo
+${PYSITELIB}/swh/web/tests/api/views/test_snapshot.py
+${PYSITELIB}/swh/web/tests/api/views/test_snapshot.pyc
+${PYSITELIB}/swh/web/tests/api/views/test_snapshot.pyo
+${PYSITELIB}/swh/web/tests/api/views/test_stat.py
+${PYSITELIB}/swh/web/tests/api/views/test_stat.pyc
+${PYSITELIB}/swh/web/tests/api/views/test_stat.pyo
+${PYSITELIB}/swh/web/tests/api/views/test_vault.py
+${PYSITELIB}/swh/web/tests/api/views/test_vault.pyc
+${PYSITELIB}/swh/web/tests/api/views/test_vault.pyo
+${PYSITELIB}/swh/web/tests/auth/__init__.py
+${PYSITELIB}/swh/web/tests/auth/__init__.pyc
+${PYSITELIB}/swh/web/tests/auth/__init__.pyo
+${PYSITELIB}/swh/web/tests/auth/keycloak_mock.py
+${PYSITELIB}/swh/web/tests/auth/keycloak_mock.pyc
+${PYSITELIB}/swh/web/tests/auth/keycloak_mock.pyo
+${PYSITELIB}/swh/web/tests/auth/sample_data.py
+${PYSITELIB}/swh/web/tests/auth/sample_data.pyc
+${PYSITELIB}/swh/web/tests/auth/sample_data.pyo
+${PYSITELIB}/swh/web/tests/auth/test_api_auth.py
+${PYSITELIB}/swh/web/tests/auth/test_api_auth.pyc
+${PYSITELIB}/swh/web/tests/auth/test_api_auth.pyo
+${PYSITELIB}/swh/web/tests/auth/test_backends.py
+${PYSITELIB}/swh/web/tests/auth/test_backends.pyc
+${PYSITELIB}/swh/web/tests/auth/test_backends.pyo
+${PYSITELIB}/swh/web/tests/auth/test_middlewares.py
+${PYSITELIB}/swh/web/tests/auth/test_middlewares.pyc
+${PYSITELIB}/swh/web/tests/auth/test_middlewares.pyo
+${PYSITELIB}/swh/web/tests/auth/test_utils.py
+${PYSITELIB}/swh/web/tests/auth/test_utils.pyc
+${PYSITELIB}/swh/web/tests/auth/test_utils.pyo
+${PYSITELIB}/swh/web/tests/auth/test_views.py
+${PYSITELIB}/swh/web/tests/auth/test_views.pyc
+${PYSITELIB}/swh/web/tests/auth/test_views.pyo
+${PYSITELIB}/swh/web/tests/browse/__init__.py
+${PYSITELIB}/swh/web/tests/browse/__init__.pyc
+${PYSITELIB}/swh/web/tests/browse/__init__.pyo
+${PYSITELIB}/swh/web/tests/browse/test_snapshot_context.py
+${PYSITELIB}/swh/web/tests/browse/test_snapshot_context.pyc
+${PYSITELIB}/swh/web/tests/browse/test_snapshot_context.pyo
+${PYSITELIB}/swh/web/tests/browse/test_utils.py
+${PYSITELIB}/swh/web/tests/browse/test_utils.pyc
+${PYSITELIB}/swh/web/tests/browse/test_utils.pyo
+${PYSITELIB}/swh/web/tests/browse/views/__init__.py
+${PYSITELIB}/swh/web/tests/browse/views/__init__.pyc
+${PYSITELIB}/swh/web/tests/browse/views/__init__.pyo
+${PYSITELIB}/swh/web/tests/browse/views/test_content.py
+${PYSITELIB}/swh/web/tests/browse/views/test_content.pyc
+${PYSITELIB}/swh/web/tests/browse/views/test_content.pyo
+${PYSITELIB}/swh/web/tests/browse/views/test_directory.py
+${PYSITELIB}/swh/web/tests/browse/views/test_directory.pyc
+${PYSITELIB}/swh/web/tests/browse/views/test_directory.pyo
+${PYSITELIB}/swh/web/tests/browse/views/test_identifiers.py
+${PYSITELIB}/swh/web/tests/browse/views/test_identifiers.pyc
+${PYSITELIB}/swh/web/tests/browse/views/test_identifiers.pyo
+${PYSITELIB}/swh/web/tests/browse/views/test_origin.py
+${PYSITELIB}/swh/web/tests/browse/views/test_origin.pyc
+${PYSITELIB}/swh/web/tests/browse/views/test_origin.pyo
+${PYSITELIB}/swh/web/tests/browse/views/test_release.py
+${PYSITELIB}/swh/web/tests/browse/views/test_release.pyc
+${PYSITELIB}/swh/web/tests/browse/views/test_release.pyo
+${PYSITELIB}/swh/web/tests/browse/views/test_revision.py
+${PYSITELIB}/swh/web/tests/browse/views/test_revision.pyc
+${PYSITELIB}/swh/web/tests/browse/views/test_revision.pyo
+${PYSITELIB}/swh/web/tests/common/__init__.py
+${PYSITELIB}/swh/web/tests/common/__init__.pyc
+${PYSITELIB}/swh/web/tests/common/__init__.pyo
+${PYSITELIB}/swh/web/tests/common/test_archive.py
+${PYSITELIB}/swh/web/tests/common/test_archive.pyc
+${PYSITELIB}/swh/web/tests/common/test_archive.pyo
+${PYSITELIB}/swh/web/tests/common/test_converters.py
+${PYSITELIB}/swh/web/tests/common/test_converters.pyc
+${PYSITELIB}/swh/web/tests/common/test_converters.pyo
+${PYSITELIB}/swh/web/tests/common/test_highlightjs.py
+${PYSITELIB}/swh/web/tests/common/test_highlightjs.pyc
+${PYSITELIB}/swh/web/tests/common/test_highlightjs.pyo
+${PYSITELIB}/swh/web/tests/common/test_identifiers.py
+${PYSITELIB}/swh/web/tests/common/test_identifiers.pyc
+${PYSITELIB}/swh/web/tests/common/test_identifiers.pyo
+${PYSITELIB}/swh/web/tests/common/test_middlewares.py
+${PYSITELIB}/swh/web/tests/common/test_middlewares.pyc
+${PYSITELIB}/swh/web/tests/common/test_middlewares.pyo
+${PYSITELIB}/swh/web/tests/common/test_origin_save.py
+${PYSITELIB}/swh/web/tests/common/test_origin_save.pyc
+${PYSITELIB}/swh/web/tests/common/test_origin_save.pyo
+${PYSITELIB}/swh/web/tests/common/test_origin_visits.py
+${PYSITELIB}/swh/web/tests/common/test_origin_visits.pyc
+${PYSITELIB}/swh/web/tests/common/test_origin_visits.pyo
+${PYSITELIB}/swh/web/tests/common/test_query.py
+${PYSITELIB}/swh/web/tests/common/test_query.pyc
+${PYSITELIB}/swh/web/tests/common/test_query.pyo
+${PYSITELIB}/swh/web/tests/common/test_templatetags.py
+${PYSITELIB}/swh/web/tests/common/test_templatetags.pyc
+${PYSITELIB}/swh/web/tests/common/test_templatetags.pyo
+${PYSITELIB}/swh/web/tests/common/test_utils.py
+${PYSITELIB}/swh/web/tests/common/test_utils.pyc
+${PYSITELIB}/swh/web/tests/common/test_utils.pyo
+${PYSITELIB}/swh/web/tests/conftest.py
+${PYSITELIB}/swh/web/tests/conftest.pyc
+${PYSITELIB}/swh/web/tests/conftest.pyo
+${PYSITELIB}/swh/web/tests/create_test_admin.py
+${PYSITELIB}/swh/web/tests/create_test_admin.pyc
+${PYSITELIB}/swh/web/tests/create_test_admin.pyo
+${PYSITELIB}/swh/web/tests/data.py
+${PYSITELIB}/swh/web/tests/data.pyc
+${PYSITELIB}/swh/web/tests/data.pyo
+${PYSITELIB}/swh/web/tests/django_asserts.py
+${PYSITELIB}/swh/web/tests/django_asserts.pyc
+${PYSITELIB}/swh/web/tests/django_asserts.pyo
+${PYSITELIB}/swh/web/tests/misc/__init__.py
+${PYSITELIB}/swh/web/tests/misc/__init__.pyc
+${PYSITELIB}/swh/web/tests/misc/__init__.pyo
+${PYSITELIB}/swh/web/tests/misc/test_badges.py
+${PYSITELIB}/swh/web/tests/misc/test_badges.pyc
+${PYSITELIB}/swh/web/tests/misc/test_badges.pyo
+${PYSITELIB}/swh/web/tests/misc/test_metrics.py
+${PYSITELIB}/swh/web/tests/misc/test_metrics.pyc
+${PYSITELIB}/swh/web/tests/misc/test_metrics.pyo
+${PYSITELIB}/swh/web/tests/misc/test_origin_save.py
+${PYSITELIB}/swh/web/tests/misc/test_origin_save.pyc
+${PYSITELIB}/swh/web/tests/misc/test_origin_save.pyo
+${PYSITELIB}/swh/web/tests/resources/contents/code/LICENSE
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.R
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.abnf
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.adb
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.adoc
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.ahk
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.aj
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.applescript
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.as
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.au3
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.awk
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.bas
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.bat
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.bf
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.bnf
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.bsl
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.cal
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.capnp
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.ceylon
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.clj
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.cls
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.cmake
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.coffee
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.cpp
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.cr
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.cs
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.css
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.d
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.dart
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.dcl
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.dfm
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.diff
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.do
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.dts
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.dust
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.ebnf
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.elm
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.ep
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.erb
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.erl
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.ex
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.f90
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.feature
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.flix
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.fs
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.gcode
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.glsl
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.gml
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.gms
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.go
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.golo
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.gradle
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.groovy
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.gss
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.haml
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.hbs
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.hs
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.hsp
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.html
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.hx
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.hy
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.ini
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.ino
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.java
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.jl
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.js
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.json
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.kt
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.lasso
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.lc
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.ldif
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.leaf
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.less
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.lisp
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.ll
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.ls
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.lsl
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.lua
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.m
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.md
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.mel
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.mk
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.ml
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.moon
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.nim
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.nix
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.nsi
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.p
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.pbi
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.pde
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.php
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.pl
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.pony
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.pp
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.properties
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.proto
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.ps1
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.py
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.q
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.qml
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.rb
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.re
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.rib
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.rs
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.rsc
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.s
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.sas
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.scad
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.scala
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.sci
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.scm
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.scss
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.sh
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.sl
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.smali
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.sml
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.sqf
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.st
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.stan
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.styl
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.subunit
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.swift
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.tap
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.tcl
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.tex
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.thrift
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.ts
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.v
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.vala
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.vb
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.vbs
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.vhd
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.vim
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.wl
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.xml
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.xqy
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.yml
+${PYSITELIB}/swh/web/tests/resources/contents/code/extensions/test.zep
+${PYSITELIB}/swh/web/tests/resources/contents/code/filenames/.htaccess
+${PYSITELIB}/swh/web/tests/resources/contents/code/filenames/CMakeLists.txt
+${PYSITELIB}/swh/web/tests/resources/contents/code/filenames/Dockerfile
+${PYSITELIB}/swh/web/tests/resources/contents/code/filenames/Makefile
+${PYSITELIB}/swh/web/tests/resources/contents/code/filenames/access.log
+${PYSITELIB}/swh/web/tests/resources/contents/code/filenames/httpd.conf
+${PYSITELIB}/swh/web/tests/resources/contents/code/filenames/nginx.conf
+${PYSITELIB}/swh/web/tests/resources/contents/code/filenames/nginx.log
+${PYSITELIB}/swh/web/tests/resources/contents/code/filenames/pf.conf
+${PYSITELIB}/swh/web/tests/resources/contents/code/filenames/resolv.conf
+${PYSITELIB}/swh/web/tests/resources/contents/other/extensions/bash-cheatsheet.pdf
+${PYSITELIB}/swh/web/tests/resources/contents/other/extensions/swh-logo.jpeg
+${PYSITELIB}/swh/web/tests/resources/contents/other/extensions/swh-logo.png
+${PYSITELIB}/swh/web/tests/resources/contents/other/extensions/swh-logo.webp
+${PYSITELIB}/swh/web/tests/resources/contents/other/extensions/swh-spinner.gif
+${PYSITELIB}/swh/web/tests/resources/contents/other/extensions/word2vec.ipynb
+${PYSITELIB}/swh/web/tests/resources/http_esnode1.internal.softwareheritage.org/swh_workers-*__search
+${PYSITELIB}/swh/web/tests/resources/repos/highlightjs-line-numbers.js.zip
+${PYSITELIB}/swh/web/tests/resources/repos/highlightjs-line-numbers.js_visit2.zip
+${PYSITELIB}/swh/web/tests/resources/repos/libtess2.zip
+${PYSITELIB}/swh/web/tests/resources/repos/repo_with_submodules.tgz
+${PYSITELIB}/swh/web/tests/strategies.py
+${PYSITELIB}/swh/web/tests/strategies.pyc
+${PYSITELIB}/swh/web/tests/strategies.pyo
+${PYSITELIB}/swh/web/tests/test_gunicorn_config.py
+${PYSITELIB}/swh/web/tests/test_gunicorn_config.pyc
+${PYSITELIB}/swh/web/tests/test_gunicorn_config.pyo
+${PYSITELIB}/swh/web/tests/utils.py
+${PYSITELIB}/swh/web/tests/utils.pyc
+${PYSITELIB}/swh/web/tests/utils.pyo
+${PYSITELIB}/swh/web/tests/views.py
+${PYSITELIB}/swh/web/tests/views.pyc
+${PYSITELIB}/swh/web/tests/views.pyo
+${PYSITELIB}/swh/web/urls.py
+${PYSITELIB}/swh/web/urls.pyc
+${PYSITELIB}/swh/web/urls.pyo
+share/swh/web/static/css/auth.0336a94c2c02b4b2a4f4.css
+share/swh/web/static/css/auth.0336a94c2c02b4b2a4f4.css.map
+share/swh/web/static/css/browse.bbe0ef85d92c529bc509.css
+share/swh/web/static/css/browse.bbe0ef85d92c529bc509.css.map
+share/swh/web/static/css/highlightjs.7b7705451651153be1c8.css
+share/swh/web/static/css/highlightjs.7b7705451651153be1c8.css.map
+share/swh/web/static/css/org.8531c9afe7c0035800e4.css
+share/swh/web/static/css/org.8531c9afe7c0035800e4.css.map
+share/swh/web/static/css/origin.38b4498a2469a12a5b63.css
+share/swh/web/static/css/origin.38b4498a2469a12a5b63.css.map
+share/swh/web/static/css/revision.c72ead7a03e5c13cf671.css
+share/swh/web/static/css/revision.c72ead7a03e5c13cf671.css.map
+share/swh/web/static/css/showdown.265cae82b067ca440563.css
+share/swh/web/static/css/showdown.265cae82b067ca440563.css.map
+share/swh/web/static/css/vault.722168a018a7b8fa9ede.css
+share/swh/web/static/css/vault.722168a018a7b8fa9ede.css.map
+share/swh/web/static/css/vendors.5cc2b9d39dd044f9486e.css
+share/swh/web/static/css/vendors.5cc2b9d39dd044f9486e.css.map
+share/swh/web/static/css/webapp.e44070f75f2816e5bdd8.css
+share/swh/web/static/css/webapp.e44070f75f2816e5bdd8.css.map
+share/swh/web/static/fonts/MathJax_AMS-Regular.woff
+share/swh/web/static/fonts/MathJax_Calligraphic-Bold.woff
+share/swh/web/static/fonts/MathJax_Calligraphic-Regular.woff
+share/swh/web/static/fonts/MathJax_Fraktur-Bold.woff
+share/swh/web/static/fonts/MathJax_Fraktur-Regular.woff
+share/swh/web/static/fonts/MathJax_Main-Bold.woff
+share/swh/web/static/fonts/MathJax_Main-Italic.woff
+share/swh/web/static/fonts/MathJax_Main-Regular.woff
+share/swh/web/static/fonts/MathJax_Math-BoldItalic.woff
+share/swh/web/static/fonts/MathJax_Math-Italic.woff
+share/swh/web/static/fonts/MathJax_Math-Regular.woff
+share/swh/web/static/fonts/MathJax_SansSerif-Bold.woff
+share/swh/web/static/fonts/MathJax_SansSerif-Italic.woff
+share/swh/web/static/fonts/MathJax_SansSerif-Regular.woff
+share/swh/web/static/fonts/MathJax_Script-Regular.woff
+share/swh/web/static/fonts/MathJax_Size1-Regular.woff
+share/swh/web/static/fonts/MathJax_Size2-Regular.woff
+share/swh/web/static/fonts/MathJax_Size3-Regular.woff
+share/swh/web/static/fonts/MathJax_Size4-Regular.woff
+share/swh/web/static/fonts/MathJax_Typewriter-Regular.woff
+share/swh/web/static/fonts/MathJax_Vector-Bold.woff
+share/swh/web/static/fonts/MathJax_Vector-Regular.woff
+share/swh/web/static/fonts/MathJax_Zero.woff
+share/swh/web/static/fonts/alegreya-latin-400.woff
+share/swh/web/static/fonts/alegreya-latin-400.woff2
+share/swh/web/static/fonts/alegreya-latin-400italic.woff
+share/swh/web/static/fonts/alegreya-latin-400italic.woff2
+share/swh/web/static/fonts/alegreya-latin-500.woff
+share/swh/web/static/fonts/alegreya-latin-500.woff2
+share/swh/web/static/fonts/alegreya-latin-500italic.woff
+share/swh/web/static/fonts/alegreya-latin-500italic.woff2
+share/swh/web/static/fonts/alegreya-latin-700.woff
+share/swh/web/static/fonts/alegreya-latin-700.woff2
+share/swh/web/static/fonts/alegreya-latin-700italic.woff
+share/swh/web/static/fonts/alegreya-latin-700italic.woff2
+share/swh/web/static/fonts/alegreya-latin-800.woff
+share/swh/web/static/fonts/alegreya-latin-800.woff2
+share/swh/web/static/fonts/alegreya-latin-800italic.woff
+share/swh/web/static/fonts/alegreya-latin-800italic.woff2
+share/swh/web/static/fonts/alegreya-latin-900.woff
+share/swh/web/static/fonts/alegreya-latin-900.woff2
+share/swh/web/static/fonts/alegreya-latin-900italic.woff
+share/swh/web/static/fonts/alegreya-latin-900italic.woff2
+share/swh/web/static/fonts/alegreya-sans-latin-100.woff
+share/swh/web/static/fonts/alegreya-sans-latin-100.woff2
+share/swh/web/static/fonts/alegreya-sans-latin-100italic.woff
+share/swh/web/static/fonts/alegreya-sans-latin-100italic.woff2
+share/swh/web/static/fonts/alegreya-sans-latin-300.woff
+share/swh/web/static/fonts/alegreya-sans-latin-300.woff2
+share/swh/web/static/fonts/alegreya-sans-latin-300italic.woff
+share/swh/web/static/fonts/alegreya-sans-latin-300italic.woff2
+share/swh/web/static/fonts/alegreya-sans-latin-400.woff
+share/swh/web/static/fonts/alegreya-sans-latin-400.woff2
+share/swh/web/static/fonts/alegreya-sans-latin-400italic.woff
+share/swh/web/static/fonts/alegreya-sans-latin-400italic.woff2
+share/swh/web/static/fonts/alegreya-sans-latin-500.woff
+share/swh/web/static/fonts/alegreya-sans-latin-500.woff2
+share/swh/web/static/fonts/alegreya-sans-latin-500italic.woff
+share/swh/web/static/fonts/alegreya-sans-latin-500italic.woff2
+share/swh/web/static/fonts/alegreya-sans-latin-700.woff
+share/swh/web/static/fonts/alegreya-sans-latin-700.woff2
+share/swh/web/static/fonts/alegreya-sans-latin-700italic.woff
+share/swh/web/static/fonts/alegreya-sans-latin-700italic.woff2
+share/swh/web/static/fonts/alegreya-sans-latin-800.woff
+share/swh/web/static/fonts/alegreya-sans-latin-800.woff2
+share/swh/web/static/fonts/alegreya-sans-latin-800italic.woff
+share/swh/web/static/fonts/alegreya-sans-latin-800italic.woff2
+share/swh/web/static/fonts/alegreya-sans-latin-900.woff
+share/swh/web/static/fonts/alegreya-sans-latin-900.woff2
+share/swh/web/static/fonts/alegreya-sans-latin-900italic.woff
+share/swh/web/static/fonts/alegreya-sans-latin-900italic.woff2
+share/swh/web/static/fonts/materialdesignicons-webfont.eot
+share/swh/web/static/fonts/materialdesignicons-webfont.ttf
+share/swh/web/static/fonts/materialdesignicons-webfont.woff
+share/swh/web/static/fonts/materialdesignicons-webfont.woff2
+share/swh/web/static/img/arrow-up-small.png
+share/swh/web/static/img/icons/swh-logo-32x32.png
+share/swh/web/static/img/icons/swh-logo-archive-180x180.png
+share/swh/web/static/img/icons/swh-logo-archive-192x192.png
+share/swh/web/static/img/icons/swh-logo-archive-270x270.png
+share/swh/web/static/img/logos/bitbucket.png
+share/swh/web/static/img/logos/cran.svg
+share/swh/web/static/img/logos/debian.png
+share/swh/web/static/img/logos/framagit.png
+share/swh/web/static/img/logos/github.png
+share/swh/web/static/img/logos/gitlab.svg
+share/swh/web/static/img/logos/gitorious.png
+share/swh/web/static/img/logos/gnu.png
+share/swh/web/static/img/logos/googlecode.png
+share/swh/web/static/img/logos/hal.png
+share/swh/web/static/img/logos/inria.jpg
+share/swh/web/static/img/logos/ipol.png
+share/swh/web/static/img/logos/nixos.png
+share/swh/web/static/img/logos/npm.png
+share/swh/web/static/img/logos/pypi.svg
+share/swh/web/static/img/swh-logo-white.svg
+share/swh/web/static/img/swh-logo.png
+share/swh/web/static/img/swh-logo.svg
+share/swh/web/static/img/swh-spinner-small.gif
+share/swh/web/static/img/swh-spinner.gif
+share/swh/web/static/img/swh-vault.png
+share/swh/web/static/img/thirdParty/chosen-sprite.png
+share/swh/web/static/img/thirdParty/chosen-sprite%2x.png@localhost
+share/swh/web/static/js/admin.3c8067d82a7e375249d4.js
+share/swh/web/static/js/admin.3c8067d82a7e375249d4.js.map
+share/swh/web/static/js/auth.d86a41bc3946c466619d.js
+share/swh/web/static/js/auth.d86a41bc3946c466619d.js.map
+share/swh/web/static/js/browse.752f5a46778c82bacb57.js
+share/swh/web/static/js/browse.752f5a46778c82bacb57.js.LICENSE.txt
+share/swh/web/static/js/browse.752f5a46778c82bacb57.js.map
+share/swh/web/static/js/d3.d0fab96436d65a97b550.js
+share/swh/web/static/js/d3.d0fab96436d65a97b550.js.map
+share/swh/web/static/js/highlightjs.3c3df225f7b2744ef633.js
+share/swh/web/static/js/highlightjs.3c3df225f7b2744ef633.js.map
+share/swh/web/static/js/mathjax.3b0a5848a8a06b8e9d15.js
+share/swh/web/static/js/mathjax.3b0a5848a8a06b8e9d15.js.map
+share/swh/web/static/js/org.b0aa3dbbf3faa5cf8a6d.js
+share/swh/web/static/js/org.b0aa3dbbf3faa5cf8a6d.js.map
+share/swh/web/static/js/origin.6bfe16bf6e592142e878.js
+share/swh/web/static/js/origin.6bfe16bf6e592142e878.js.map
+share/swh/web/static/js/pdf.worker.min.js
+share/swh/web/static/js/pdf.worker.min.js.LICENSE.txt
+share/swh/web/static/js/pdfjs.199a9b15566765718d6f.js
+share/swh/web/static/js/pdfjs.199a9b15566765718d6f.js.map
+share/swh/web/static/js/revision.0c946fbefc6eb0f6a76e.js
+share/swh/web/static/js/revision.0c946fbefc6eb0f6a76e.js.LICENSE.txt
+share/swh/web/static/js/revision.0c946fbefc6eb0f6a76e.js.map
+share/swh/web/static/js/save.4ce74bd22988f6b2b48e.js
+share/swh/web/static/js/save.4ce74bd22988f6b2b48e.js.map
+share/swh/web/static/js/showdown.214b0cc467f5f61e4a32.js
+share/swh/web/static/js/showdown.214b0cc467f5f61e4a32.js.LICENSE.txt
+share/swh/web/static/js/showdown.214b0cc467f5f61e4a32.js.map
+share/swh/web/static/js/vault.b9df542ecd99d2f63928.js
+share/swh/web/static/js/vault.b9df542ecd99d2f63928.js.map
+share/swh/web/static/js/vendors.8636cad7619c24c2891d.js
+share/swh/web/static/js/vendors.8636cad7619c24c2891d.js.LICENSE.txt
+share/swh/web/static/js/vendors.8636cad7619c24c2891d.js.map
+share/swh/web/static/js/webapp.d7788b4194ef8beafcf1.js
+share/swh/web/static/js/webapp.d7788b4194ef8beafcf1.js.LICENSE.txt
+share/swh/web/static/js/webapp.d7788b4194ef8beafcf1.js.map
+share/swh/web/static/json/highlightjs-languages.json
+share/swh/web/static/jssources/@babel/runtime/LICENSE.txt
+share/swh/web/static/jssources/@babel/runtime/helpers/asyncToGenerator.js
+share/swh/web/static/jssources/@babel/runtime/node_modules/regenerator-runtime/runtime-module.js
+share/swh/web/static/jssources/@babel/runtime/node_modules/regenerator-runtime/runtime.js
+share/swh/web/static/jssources/@babel/runtime/regenerator/index.js
+share/swh/web/static/jssources/@sentry/browser/LICENSE.txt
+share/swh/web/static/jssources/@sentry/browser/esm/backend.js
+share/swh/web/static/jssources/@sentry/browser/esm/client.js
+share/swh/web/static/jssources/@sentry/browser/esm/eventbuilder.js
+share/swh/web/static/jssources/@sentry/browser/esm/helpers.js
+share/swh/web/static/jssources/@sentry/browser/esm/integrations/breadcrumbs.js
+share/swh/web/static/jssources/@sentry/browser/esm/integrations/globalhandlers.js
+share/swh/web/static/jssources/@sentry/browser/esm/integrations/linkederrors.js
+share/swh/web/static/jssources/@sentry/browser/esm/integrations/trycatch.js
+share/swh/web/static/jssources/@sentry/browser/esm/integrations/useragent.js
+share/swh/web/static/jssources/@sentry/browser/esm/parsers.js
+share/swh/web/static/jssources/@sentry/browser/esm/sdk.js
+share/swh/web/static/jssources/@sentry/browser/esm/tracekit.js
+share/swh/web/static/jssources/@sentry/browser/esm/transports/base.js
+share/swh/web/static/jssources/@sentry/browser/esm/transports/fetch.js
+share/swh/web/static/jssources/@sentry/browser/esm/transports/xhr.js
+share/swh/web/static/jssources/@sentry/browser/esm/version.js
+share/swh/web/static/jssources/@sentry/core/LICENSE.txt
+share/swh/web/static/jssources/@sentry/core/esm/api.js
+share/swh/web/static/jssources/@sentry/core/esm/basebackend.js
+share/swh/web/static/jssources/@sentry/core/esm/baseclient.js
+share/swh/web/static/jssources/@sentry/core/esm/integration.js
+share/swh/web/static/jssources/@sentry/core/esm/integrations/functiontostring.js
+share/swh/web/static/jssources/@sentry/core/esm/integrations/inboundfilters.js
+share/swh/web/static/jssources/@sentry/core/esm/request.js
+share/swh/web/static/jssources/@sentry/core/esm/sdk.js
+share/swh/web/static/jssources/@sentry/core/esm/transports/noop.js
+share/swh/web/static/jssources/@sentry/hub/LICENSE.txt
+share/swh/web/static/jssources/@sentry/hub/esm/hub.js
+share/swh/web/static/jssources/@sentry/hub/esm/scope.js
+share/swh/web/static/jssources/@sentry/hub/esm/session.js
+share/swh/web/static/jssources/@sentry/minimal/LICENSE.txt
+share/swh/web/static/jssources/@sentry/minimal/esm/index.js
+share/swh/web/static/jssources/@sentry/types/LICENSE.txt
+share/swh/web/static/jssources/@sentry/types/esm/session.js
+share/swh/web/static/jssources/@sentry/types/esm/severity.js
+share/swh/web/static/jssources/@sentry/types/esm/status.js
+share/swh/web/static/jssources/@sentry/utils/LICENSE.txt
+share/swh/web/static/jssources/@sentry/utils/esm/browser.js
+share/swh/web/static/jssources/@sentry/utils/esm/dsn.js
+share/swh/web/static/jssources/@sentry/utils/esm/error.js
+share/swh/web/static/jssources/@sentry/utils/esm/instrument.js
+share/swh/web/static/jssources/@sentry/utils/esm/is.js
+share/swh/web/static/jssources/@sentry/utils/esm/logger.js
+share/swh/web/static/jssources/@sentry/utils/esm/memo.js
+share/swh/web/static/jssources/@sentry/utils/esm/misc.js
+share/swh/web/static/jssources/@sentry/utils/esm/node.js
+share/swh/web/static/jssources/@sentry/utils/esm/object.js
+share/swh/web/static/jssources/@sentry/utils/esm/polyfill.js
+share/swh/web/static/jssources/@sentry/utils/esm/promisebuffer.js
+share/swh/web/static/jssources/@sentry/utils/esm/stacktrace.js
+share/swh/web/static/jssources/@sentry/utils/esm/string.js
+share/swh/web/static/jssources/@sentry/utils/esm/supports.js
+share/swh/web/static/jssources/@sentry/utils/esm/syncpromise.js
+share/swh/web/static/jssources/@sentry/utils/esm/time.js
+share/swh/web/static/jssources/LICENSE.txt
+share/swh/web/static/jssources/admin-lte/LICENSE.txt
+share/swh/web/static/jssources/admin-lte/dist/js/adminlte.js
+share/swh/web/static/jssources/ansi_up/LICENSE.txt
+share/swh/web/static/jssources/ansi_up/ansi_up.js
+share/swh/web/static/jssources/bootstrap/LICENSE.txt
+share/swh/web/static/jssources/bootstrap/js/dist/alert.js
+share/swh/web/static/jssources/bootstrap/js/dist/button.js
+share/swh/web/static/jssources/bootstrap/js/dist/carousel.js
+share/swh/web/static/jssources/bootstrap/js/dist/collapse.js
+share/swh/web/static/jssources/bootstrap/js/dist/dropdown.js
+share/swh/web/static/jssources/bootstrap/js/dist/modal.js
+share/swh/web/static/jssources/bootstrap/js/dist/popover.js
+share/swh/web/static/jssources/bootstrap/js/dist/scrollspy.js
+share/swh/web/static/jssources/bootstrap/js/dist/tab.js
+share/swh/web/static/jssources/bootstrap/js/dist/tooltip.js
+share/swh/web/static/jssources/bootstrap/js/dist/util.js
+share/swh/web/static/jssources/chosen-js/LICENSE.md
+share/swh/web/static/jssources/chosen-js/chosen.jquery.js
+share/swh/web/static/jssources/clipboard/LICENSE.txt
+share/swh/web/static/jssources/clipboard/dist/clipboard.js
+share/swh/web/static/jssources/core-js/LICENSE.txt
+share/swh/web/static/jssources/core-js/es/index.js
+share/swh/web/static/jssources/core-js/internals/a-function.js
+share/swh/web/static/jssources/core-js/internals/a-possible-prototype.js
+share/swh/web/static/jssources/core-js/internals/add-to-unscopables.js
+share/swh/web/static/jssources/core-js/internals/advance-string-index.js
+share/swh/web/static/jssources/core-js/internals/an-instance.js
+share/swh/web/static/jssources/core-js/internals/an-object.js
+share/swh/web/static/jssources/core-js/internals/array-buffer-native.js
+share/swh/web/static/jssources/core-js/internals/array-buffer-view-core.js
+share/swh/web/static/jssources/core-js/internals/array-buffer.js
+share/swh/web/static/jssources/core-js/internals/array-copy-within.js
+share/swh/web/static/jssources/core-js/internals/array-fill.js
+share/swh/web/static/jssources/core-js/internals/array-for-each.js
+share/swh/web/static/jssources/core-js/internals/array-from.js
+share/swh/web/static/jssources/core-js/internals/array-includes.js
+share/swh/web/static/jssources/core-js/internals/array-iteration.js
+share/swh/web/static/jssources/core-js/internals/array-last-index-of.js
+share/swh/web/static/jssources/core-js/internals/array-method-has-species-support.js
+share/swh/web/static/jssources/core-js/internals/array-method-is-strict.js
+share/swh/web/static/jssources/core-js/internals/array-method-uses-to-length.js
+share/swh/web/static/jssources/core-js/internals/array-reduce.js
+share/swh/web/static/jssources/core-js/internals/array-species-create.js
+share/swh/web/static/jssources/core-js/internals/call-with-safe-iteration-closing.js
+share/swh/web/static/jssources/core-js/internals/check-correctness-of-iteration.js
+share/swh/web/static/jssources/core-js/internals/classof-raw.js
+share/swh/web/static/jssources/core-js/internals/classof.js
+share/swh/web/static/jssources/core-js/internals/collection-strong.js
+share/swh/web/static/jssources/core-js/internals/collection-weak.js
+share/swh/web/static/jssources/core-js/internals/collection.js
+share/swh/web/static/jssources/core-js/internals/copy-constructor-properties.js
+share/swh/web/static/jssources/core-js/internals/correct-is-regexp-logic.js
+share/swh/web/static/jssources/core-js/internals/correct-prototype-getter.js
+share/swh/web/static/jssources/core-js/internals/create-html.js
+share/swh/web/static/jssources/core-js/internals/create-iterator-constructor.js
+share/swh/web/static/jssources/core-js/internals/create-non-enumerable-property.js
+share/swh/web/static/jssources/core-js/internals/create-property-descriptor.js
+share/swh/web/static/jssources/core-js/internals/create-property.js
+share/swh/web/static/jssources/core-js/internals/date-to-iso-string.js
+share/swh/web/static/jssources/core-js/internals/date-to-primitive.js
+share/swh/web/static/jssources/core-js/internals/define-iterator.js
+share/swh/web/static/jssources/core-js/internals/define-well-known-symbol.js
+share/swh/web/static/jssources/core-js/internals/descriptors.js
+share/swh/web/static/jssources/core-js/internals/document-create-element.js
+share/swh/web/static/jssources/core-js/internals/dom-iterables.js
+share/swh/web/static/jssources/core-js/internals/engine-is-ios.js
+share/swh/web/static/jssources/core-js/internals/engine-is-node.js
+share/swh/web/static/jssources/core-js/internals/engine-user-agent.js
+share/swh/web/static/jssources/core-js/internals/engine-v8-version.js
+share/swh/web/static/jssources/core-js/internals/enum-bug-keys.js
+share/swh/web/static/jssources/core-js/internals/export.js
+share/swh/web/static/jssources/core-js/internals/fails.js
+share/swh/web/static/jssources/core-js/internals/fix-regexp-well-known-symbol-logic.js
+share/swh/web/static/jssources/core-js/internals/flatten-into-array.js
+share/swh/web/static/jssources/core-js/internals/freezing.js
+share/swh/web/static/jssources/core-js/internals/function-bind-context.js
+share/swh/web/static/jssources/core-js/internals/function-bind.js
+share/swh/web/static/jssources/core-js/internals/get-built-in.js
+share/swh/web/static/jssources/core-js/internals/get-iterator-method.js
+share/swh/web/static/jssources/core-js/internals/get-iterator.js
+share/swh/web/static/jssources/core-js/internals/global.js
+share/swh/web/static/jssources/core-js/internals/has.js
+share/swh/web/static/jssources/core-js/internals/hidden-keys.js
+share/swh/web/static/jssources/core-js/internals/host-report-errors.js
+share/swh/web/static/jssources/core-js/internals/html.js
+share/swh/web/static/jssources/core-js/internals/ie8-dom-define.js
+share/swh/web/static/jssources/core-js/internals/ieee754.js
+share/swh/web/static/jssources/core-js/internals/indexed-object.js
+share/swh/web/static/jssources/core-js/internals/inherit-if-required.js
+share/swh/web/static/jssources/core-js/internals/inspect-source.js
+share/swh/web/static/jssources/core-js/internals/internal-metadata.js
+share/swh/web/static/jssources/core-js/internals/internal-state.js
+share/swh/web/static/jssources/core-js/internals/is-array-iterator-method.js
+share/swh/web/static/jssources/core-js/internals/is-array.js
+share/swh/web/static/jssources/core-js/internals/is-forced.js
+share/swh/web/static/jssources/core-js/internals/is-integer.js
+share/swh/web/static/jssources/core-js/internals/is-object.js
+share/swh/web/static/jssources/core-js/internals/is-pure.js
+share/swh/web/static/jssources/core-js/internals/is-regexp.js
+share/swh/web/static/jssources/core-js/internals/iterate.js
+share/swh/web/static/jssources/core-js/internals/iterator-close.js
+share/swh/web/static/jssources/core-js/internals/iterators-core.js
+share/swh/web/static/jssources/core-js/internals/iterators.js
+share/swh/web/static/jssources/core-js/internals/math-expm1.js
+share/swh/web/static/jssources/core-js/internals/math-fround.js
+share/swh/web/static/jssources/core-js/internals/math-log1p.js
+share/swh/web/static/jssources/core-js/internals/math-sign.js
+share/swh/web/static/jssources/core-js/internals/microtask.js
+share/swh/web/static/jssources/core-js/internals/native-promise-constructor.js
+share/swh/web/static/jssources/core-js/internals/native-symbol.js
+share/swh/web/static/jssources/core-js/internals/native-url.js
+share/swh/web/static/jssources/core-js/internals/native-weak-map.js
+share/swh/web/static/jssources/core-js/internals/new-promise-capability.js
+share/swh/web/static/jssources/core-js/internals/not-a-regexp.js
+share/swh/web/static/jssources/core-js/internals/number-is-finite.js
+share/swh/web/static/jssources/core-js/internals/number-parse-float.js
+share/swh/web/static/jssources/core-js/internals/number-parse-int.js
+share/swh/web/static/jssources/core-js/internals/object-assign.js
+share/swh/web/static/jssources/core-js/internals/object-create.js
+share/swh/web/static/jssources/core-js/internals/object-define-properties.js
+share/swh/web/static/jssources/core-js/internals/object-define-property.js
+share/swh/web/static/jssources/core-js/internals/object-get-own-property-descriptor.js
+share/swh/web/static/jssources/core-js/internals/object-get-own-property-names-external.js
+share/swh/web/static/jssources/core-js/internals/object-get-own-property-names.js
+share/swh/web/static/jssources/core-js/internals/object-get-own-property-symbols.js
+share/swh/web/static/jssources/core-js/internals/object-get-prototype-of.js
+share/swh/web/static/jssources/core-js/internals/object-keys-internal.js
+share/swh/web/static/jssources/core-js/internals/object-keys.js
+share/swh/web/static/jssources/core-js/internals/object-property-is-enumerable.js
+share/swh/web/static/jssources/core-js/internals/object-prototype-accessors-forced.js
+share/swh/web/static/jssources/core-js/internals/object-set-prototype-of.js
+share/swh/web/static/jssources/core-js/internals/object-to-array.js
+share/swh/web/static/jssources/core-js/internals/object-to-string.js
+share/swh/web/static/jssources/core-js/internals/own-keys.js
+share/swh/web/static/jssources/core-js/internals/path.js
+share/swh/web/static/jssources/core-js/internals/perform.js
+share/swh/web/static/jssources/core-js/internals/promise-resolve.js
+share/swh/web/static/jssources/core-js/internals/redefine-all.js
+share/swh/web/static/jssources/core-js/internals/redefine.js
+share/swh/web/static/jssources/core-js/internals/regexp-exec-abstract.js
+share/swh/web/static/jssources/core-js/internals/regexp-exec.js
+share/swh/web/static/jssources/core-js/internals/regexp-flags.js
+share/swh/web/static/jssources/core-js/internals/regexp-sticky-helpers.js
+share/swh/web/static/jssources/core-js/internals/require-object-coercible.js
+share/swh/web/static/jssources/core-js/internals/same-value.js
+share/swh/web/static/jssources/core-js/internals/set-global.js
+share/swh/web/static/jssources/core-js/internals/set-species.js
+share/swh/web/static/jssources/core-js/internals/set-to-string-tag.js
+share/swh/web/static/jssources/core-js/internals/shared-key.js
+share/swh/web/static/jssources/core-js/internals/shared-store.js
+share/swh/web/static/jssources/core-js/internals/shared.js
+share/swh/web/static/jssources/core-js/internals/species-constructor.js
+share/swh/web/static/jssources/core-js/internals/string-html-forced.js
+share/swh/web/static/jssources/core-js/internals/string-multibyte.js
+share/swh/web/static/jssources/core-js/internals/string-pad-webkit-bug.js
+share/swh/web/static/jssources/core-js/internals/string-pad.js
+share/swh/web/static/jssources/core-js/internals/string-punycode-to-ascii.js
+share/swh/web/static/jssources/core-js/internals/string-repeat.js
+share/swh/web/static/jssources/core-js/internals/string-trim-forced.js
+share/swh/web/static/jssources/core-js/internals/string-trim.js
+share/swh/web/static/jssources/core-js/internals/task.js
+share/swh/web/static/jssources/core-js/internals/this-number-value.js
+share/swh/web/static/jssources/core-js/internals/to-absolute-index.js
+share/swh/web/static/jssources/core-js/internals/to-index.js
+share/swh/web/static/jssources/core-js/internals/to-indexed-object.js
+share/swh/web/static/jssources/core-js/internals/to-integer.js
+share/swh/web/static/jssources/core-js/internals/to-length.js
+share/swh/web/static/jssources/core-js/internals/to-object.js
+share/swh/web/static/jssources/core-js/internals/to-offset.js
+share/swh/web/static/jssources/core-js/internals/to-positive-integer.js
+share/swh/web/static/jssources/core-js/internals/to-primitive.js
+share/swh/web/static/jssources/core-js/internals/to-string-tag-support.js
+share/swh/web/static/jssources/core-js/internals/typed-array-constructor.js
+share/swh/web/static/jssources/core-js/internals/typed-array-constructors-require-wrappers.js
+share/swh/web/static/jssources/core-js/internals/typed-array-from.js
+share/swh/web/static/jssources/core-js/internals/uid.js
+share/swh/web/static/jssources/core-js/internals/use-symbol-as-uid.js
+share/swh/web/static/jssources/core-js/internals/well-known-symbol-wrapped.js
+share/swh/web/static/jssources/core-js/internals/well-known-symbol.js
+share/swh/web/static/jssources/core-js/internals/whitespaces.js
+share/swh/web/static/jssources/core-js/modules/es.aggregate-error.js
+share/swh/web/static/jssources/core-js/modules/es.array-buffer.constructor.js
+share/swh/web/static/jssources/core-js/modules/es.array-buffer.is-view.js
+share/swh/web/static/jssources/core-js/modules/es.array-buffer.slice.js
+share/swh/web/static/jssources/core-js/modules/es.array.concat.js
+share/swh/web/static/jssources/core-js/modules/es.array.copy-within.js
+share/swh/web/static/jssources/core-js/modules/es.array.every.js
+share/swh/web/static/jssources/core-js/modules/es.array.fill.js
+share/swh/web/static/jssources/core-js/modules/es.array.filter.js
+share/swh/web/static/jssources/core-js/modules/es.array.find-index.js
+share/swh/web/static/jssources/core-js/modules/es.array.find.js
+share/swh/web/static/jssources/core-js/modules/es.array.flat-map.js
+share/swh/web/static/jssources/core-js/modules/es.array.flat.js
+share/swh/web/static/jssources/core-js/modules/es.array.for-each.js
+share/swh/web/static/jssources/core-js/modules/es.array.from.js
+share/swh/web/static/jssources/core-js/modules/es.array.includes.js
+share/swh/web/static/jssources/core-js/modules/es.array.index-of.js
+share/swh/web/static/jssources/core-js/modules/es.array.is-array.js
+share/swh/web/static/jssources/core-js/modules/es.array.iterator.js
+share/swh/web/static/jssources/core-js/modules/es.array.join.js
+share/swh/web/static/jssources/core-js/modules/es.array.last-index-of.js
+share/swh/web/static/jssources/core-js/modules/es.array.map.js
+share/swh/web/static/jssources/core-js/modules/es.array.of.js
+share/swh/web/static/jssources/core-js/modules/es.array.reduce-right.js
+share/swh/web/static/jssources/core-js/modules/es.array.reduce.js
+share/swh/web/static/jssources/core-js/modules/es.array.reverse.js
+share/swh/web/static/jssources/core-js/modules/es.array.slice.js
+share/swh/web/static/jssources/core-js/modules/es.array.some.js
+share/swh/web/static/jssources/core-js/modules/es.array.sort.js
+share/swh/web/static/jssources/core-js/modules/es.array.species.js
+share/swh/web/static/jssources/core-js/modules/es.array.splice.js
+share/swh/web/static/jssources/core-js/modules/es.array.unscopables.flat-map.js
+share/swh/web/static/jssources/core-js/modules/es.array.unscopables.flat.js
+share/swh/web/static/jssources/core-js/modules/es.data-view.js
+share/swh/web/static/jssources/core-js/modules/es.date.now.js
+share/swh/web/static/jssources/core-js/modules/es.date.to-iso-string.js
+share/swh/web/static/jssources/core-js/modules/es.date.to-json.js
+share/swh/web/static/jssources/core-js/modules/es.date.to-primitive.js
+share/swh/web/static/jssources/core-js/modules/es.date.to-string.js
+share/swh/web/static/jssources/core-js/modules/es.function.bind.js
+share/swh/web/static/jssources/core-js/modules/es.function.has-instance.js
+share/swh/web/static/jssources/core-js/modules/es.function.name.js
+share/swh/web/static/jssources/core-js/modules/es.global-this.js
+share/swh/web/static/jssources/core-js/modules/es.json.stringify.js
+share/swh/web/static/jssources/core-js/modules/es.json.to-string-tag.js
+share/swh/web/static/jssources/core-js/modules/es.map.js
+share/swh/web/static/jssources/core-js/modules/es.math.acosh.js
+share/swh/web/static/jssources/core-js/modules/es.math.asinh.js
+share/swh/web/static/jssources/core-js/modules/es.math.atanh.js
+share/swh/web/static/jssources/core-js/modules/es.math.cbrt.js
+share/swh/web/static/jssources/core-js/modules/es.math.clz32.js
+share/swh/web/static/jssources/core-js/modules/es.math.cosh.js
+share/swh/web/static/jssources/core-js/modules/es.math.expm1.js
+share/swh/web/static/jssources/core-js/modules/es.math.fround.js
+share/swh/web/static/jssources/core-js/modules/es.math.hypot.js
+share/swh/web/static/jssources/core-js/modules/es.math.imul.js
+share/swh/web/static/jssources/core-js/modules/es.math.log10.js
+share/swh/web/static/jssources/core-js/modules/es.math.log1p.js
+share/swh/web/static/jssources/core-js/modules/es.math.log2.js
+share/swh/web/static/jssources/core-js/modules/es.math.sign.js
+share/swh/web/static/jssources/core-js/modules/es.math.sinh.js
+share/swh/web/static/jssources/core-js/modules/es.math.tanh.js
+share/swh/web/static/jssources/core-js/modules/es.math.to-string-tag.js
+share/swh/web/static/jssources/core-js/modules/es.math.trunc.js
+share/swh/web/static/jssources/core-js/modules/es.number.constructor.js
+share/swh/web/static/jssources/core-js/modules/es.number.epsilon.js
+share/swh/web/static/jssources/core-js/modules/es.number.is-finite.js
+share/swh/web/static/jssources/core-js/modules/es.number.is-integer.js
+share/swh/web/static/jssources/core-js/modules/es.number.is-nan.js
+share/swh/web/static/jssources/core-js/modules/es.number.is-safe-integer.js
+share/swh/web/static/jssources/core-js/modules/es.number.max-safe-integer.js
+share/swh/web/static/jssources/core-js/modules/es.number.min-safe-integer.js
+share/swh/web/static/jssources/core-js/modules/es.number.parse-float.js
+share/swh/web/static/jssources/core-js/modules/es.number.parse-int.js
+share/swh/web/static/jssources/core-js/modules/es.number.to-fixed.js
+share/swh/web/static/jssources/core-js/modules/es.number.to-precision.js
+share/swh/web/static/jssources/core-js/modules/es.object.assign.js
+share/swh/web/static/jssources/core-js/modules/es.object.create.js
+share/swh/web/static/jssources/core-js/modules/es.object.define-getter.js
+share/swh/web/static/jssources/core-js/modules/es.object.define-properties.js
+share/swh/web/static/jssources/core-js/modules/es.object.define-property.js
+share/swh/web/static/jssources/core-js/modules/es.object.define-setter.js
+share/swh/web/static/jssources/core-js/modules/es.object.entries.js
+share/swh/web/static/jssources/core-js/modules/es.object.freeze.js
+share/swh/web/static/jssources/core-js/modules/es.object.from-entries.js
+share/swh/web/static/jssources/core-js/modules/es.object.get-own-property-descriptor.js
+share/swh/web/static/jssources/core-js/modules/es.object.get-own-property-descriptors.js
+share/swh/web/static/jssources/core-js/modules/es.object.get-own-property-names.js
+share/swh/web/static/jssources/core-js/modules/es.object.get-prototype-of.js
+share/swh/web/static/jssources/core-js/modules/es.object.is-extensible.js
+share/swh/web/static/jssources/core-js/modules/es.object.is-frozen.js
+share/swh/web/static/jssources/core-js/modules/es.object.is-sealed.js
+share/swh/web/static/jssources/core-js/modules/es.object.is.js
+share/swh/web/static/jssources/core-js/modules/es.object.keys.js
+share/swh/web/static/jssources/core-js/modules/es.object.lookup-getter.js
+share/swh/web/static/jssources/core-js/modules/es.object.lookup-setter.js
+share/swh/web/static/jssources/core-js/modules/es.object.prevent-extensions.js
+share/swh/web/static/jssources/core-js/modules/es.object.seal.js
+share/swh/web/static/jssources/core-js/modules/es.object.set-prototype-of.js
+share/swh/web/static/jssources/core-js/modules/es.object.to-string.js
+share/swh/web/static/jssources/core-js/modules/es.object.values.js
+share/swh/web/static/jssources/core-js/modules/es.parse-float.js
+share/swh/web/static/jssources/core-js/modules/es.parse-int.js
+share/swh/web/static/jssources/core-js/modules/es.promise.all-settled.js
+share/swh/web/static/jssources/core-js/modules/es.promise.any.js
+share/swh/web/static/jssources/core-js/modules/es.promise.finally.js
+share/swh/web/static/jssources/core-js/modules/es.promise.js
+share/swh/web/static/jssources/core-js/modules/es.reflect.apply.js
+share/swh/web/static/jssources/core-js/modules/es.reflect.construct.js
+share/swh/web/static/jssources/core-js/modules/es.reflect.define-property.js
+share/swh/web/static/jssources/core-js/modules/es.reflect.delete-property.js
+share/swh/web/static/jssources/core-js/modules/es.reflect.get-own-property-descriptor.js
+share/swh/web/static/jssources/core-js/modules/es.reflect.get-prototype-of.js
+share/swh/web/static/jssources/core-js/modules/es.reflect.get.js
+share/swh/web/static/jssources/core-js/modules/es.reflect.has.js
+share/swh/web/static/jssources/core-js/modules/es.reflect.is-extensible.js
+share/swh/web/static/jssources/core-js/modules/es.reflect.own-keys.js
+share/swh/web/static/jssources/core-js/modules/es.reflect.prevent-extensions.js
+share/swh/web/static/jssources/core-js/modules/es.reflect.set-prototype-of.js
+share/swh/web/static/jssources/core-js/modules/es.reflect.set.js
+share/swh/web/static/jssources/core-js/modules/es.reflect.to-string-tag.js
+share/swh/web/static/jssources/core-js/modules/es.regexp.constructor.js
+share/swh/web/static/jssources/core-js/modules/es.regexp.exec.js
+share/swh/web/static/jssources/core-js/modules/es.regexp.flags.js
+share/swh/web/static/jssources/core-js/modules/es.regexp.sticky.js
+share/swh/web/static/jssources/core-js/modules/es.regexp.test.js
+share/swh/web/static/jssources/core-js/modules/es.regexp.to-string.js
+share/swh/web/static/jssources/core-js/modules/es.set.js
+share/swh/web/static/jssources/core-js/modules/es.string.anchor.js
+share/swh/web/static/jssources/core-js/modules/es.string.big.js
+share/swh/web/static/jssources/core-js/modules/es.string.blink.js
+share/swh/web/static/jssources/core-js/modules/es.string.bold.js
+share/swh/web/static/jssources/core-js/modules/es.string.code-point-at.js
+share/swh/web/static/jssources/core-js/modules/es.string.ends-with.js
+share/swh/web/static/jssources/core-js/modules/es.string.fixed.js
+share/swh/web/static/jssources/core-js/modules/es.string.fontcolor.js
+share/swh/web/static/jssources/core-js/modules/es.string.fontsize.js
+share/swh/web/static/jssources/core-js/modules/es.string.from-code-point.js
+share/swh/web/static/jssources/core-js/modules/es.string.includes.js
+share/swh/web/static/jssources/core-js/modules/es.string.italics.js
+share/swh/web/static/jssources/core-js/modules/es.string.iterator.js
+share/swh/web/static/jssources/core-js/modules/es.string.link.js
+share/swh/web/static/jssources/core-js/modules/es.string.match-all.js
+share/swh/web/static/jssources/core-js/modules/es.string.match.js
+share/swh/web/static/jssources/core-js/modules/es.string.pad-end.js
+share/swh/web/static/jssources/core-js/modules/es.string.pad-start.js
+share/swh/web/static/jssources/core-js/modules/es.string.raw.js
+share/swh/web/static/jssources/core-js/modules/es.string.repeat.js
+share/swh/web/static/jssources/core-js/modules/es.string.replace-all.js
+share/swh/web/static/jssources/core-js/modules/es.string.replace.js
+share/swh/web/static/jssources/core-js/modules/es.string.search.js
+share/swh/web/static/jssources/core-js/modules/es.string.small.js
+share/swh/web/static/jssources/core-js/modules/es.string.split.js
+share/swh/web/static/jssources/core-js/modules/es.string.starts-with.js
+share/swh/web/static/jssources/core-js/modules/es.string.strike.js
+share/swh/web/static/jssources/core-js/modules/es.string.sub.js
+share/swh/web/static/jssources/core-js/modules/es.string.sup.js
+share/swh/web/static/jssources/core-js/modules/es.string.trim-end.js
+share/swh/web/static/jssources/core-js/modules/es.string.trim-start.js
+share/swh/web/static/jssources/core-js/modules/es.string.trim.js
+share/swh/web/static/jssources/core-js/modules/es.symbol.async-iterator.js
+share/swh/web/static/jssources/core-js/modules/es.symbol.description.js
+share/swh/web/static/jssources/core-js/modules/es.symbol.has-instance.js
+share/swh/web/static/jssources/core-js/modules/es.symbol.is-concat-spreadable.js
+share/swh/web/static/jssources/core-js/modules/es.symbol.iterator.js
+share/swh/web/static/jssources/core-js/modules/es.symbol.js
+share/swh/web/static/jssources/core-js/modules/es.symbol.match-all.js
+share/swh/web/static/jssources/core-js/modules/es.symbol.match.js
+share/swh/web/static/jssources/core-js/modules/es.symbol.replace.js
+share/swh/web/static/jssources/core-js/modules/es.symbol.search.js
+share/swh/web/static/jssources/core-js/modules/es.symbol.species.js
+share/swh/web/static/jssources/core-js/modules/es.symbol.split.js
+share/swh/web/static/jssources/core-js/modules/es.symbol.to-primitive.js
+share/swh/web/static/jssources/core-js/modules/es.symbol.to-string-tag.js
+share/swh/web/static/jssources/core-js/modules/es.symbol.unscopables.js
+share/swh/web/static/jssources/core-js/modules/es.typed-array.copy-within.js
+share/swh/web/static/jssources/core-js/modules/es.typed-array.every.js
+share/swh/web/static/jssources/core-js/modules/es.typed-array.fill.js
+share/swh/web/static/jssources/core-js/modules/es.typed-array.filter.js
+share/swh/web/static/jssources/core-js/modules/es.typed-array.find-index.js
+share/swh/web/static/jssources/core-js/modules/es.typed-array.find.js
+share/swh/web/static/jssources/core-js/modules/es.typed-array.float32-array.js
+share/swh/web/static/jssources/core-js/modules/es.typed-array.float64-array.js
+share/swh/web/static/jssources/core-js/modules/es.typed-array.for-each.js
+share/swh/web/static/jssources/core-js/modules/es.typed-array.from.js
+share/swh/web/static/jssources/core-js/modules/es.typed-array.includes.js
+share/swh/web/static/jssources/core-js/modules/es.typed-array.index-of.js
+share/swh/web/static/jssources/core-js/modules/es.typed-array.int16-array.js
+share/swh/web/static/jssources/core-js/modules/es.typed-array.int32-array.js
+share/swh/web/static/jssources/core-js/modules/es.typed-array.int8-array.js
+share/swh/web/static/jssources/core-js/modules/es.typed-array.iterator.js
+share/swh/web/static/jssources/core-js/modules/es.typed-array.join.js
+share/swh/web/static/jssources/core-js/modules/es.typed-array.last-index-of.js
+share/swh/web/static/jssources/core-js/modules/es.typed-array.map.js
+share/swh/web/static/jssources/core-js/modules/es.typed-array.of.js
+share/swh/web/static/jssources/core-js/modules/es.typed-array.reduce-right.js
+share/swh/web/static/jssources/core-js/modules/es.typed-array.reduce.js
+share/swh/web/static/jssources/core-js/modules/es.typed-array.reverse.js
+share/swh/web/static/jssources/core-js/modules/es.typed-array.set.js
+share/swh/web/static/jssources/core-js/modules/es.typed-array.slice.js
+share/swh/web/static/jssources/core-js/modules/es.typed-array.some.js
+share/swh/web/static/jssources/core-js/modules/es.typed-array.sort.js
+share/swh/web/static/jssources/core-js/modules/es.typed-array.subarray.js
+share/swh/web/static/jssources/core-js/modules/es.typed-array.to-locale-string.js
+share/swh/web/static/jssources/core-js/modules/es.typed-array.to-string.js
+share/swh/web/static/jssources/core-js/modules/es.typed-array.uint16-array.js
+share/swh/web/static/jssources/core-js/modules/es.typed-array.uint32-array.js
+share/swh/web/static/jssources/core-js/modules/es.typed-array.uint8-array.js
+share/swh/web/static/jssources/core-js/modules/es.typed-array.uint8-clamped-array.js
+share/swh/web/static/jssources/core-js/modules/es.weak-map.js
+share/swh/web/static/jssources/core-js/modules/es.weak-set.js
+share/swh/web/static/jssources/core-js/modules/web.dom-collections.for-each.js
+share/swh/web/static/jssources/core-js/modules/web.dom-collections.iterator.js
+share/swh/web/static/jssources/core-js/modules/web.immediate.js
+share/swh/web/static/jssources/core-js/modules/web.queue-microtask.js
+share/swh/web/static/jssources/core-js/modules/web.timers.js
+share/swh/web/static/jssources/core-js/modules/web.url-search-params.js
+share/swh/web/static/jssources/core-js/modules/web.url.js
+share/swh/web/static/jssources/core-js/modules/web.url.to-json.js
+share/swh/web/static/jssources/core-js/stable/index.js
+share/swh/web/static/jssources/core-js/web/index.js
+share/swh/web/static/jssources/d3-array/LICENSE.txt
+share/swh/web/static/jssources/d3-array/src/array.js
+share/swh/web/static/jssources/d3-array/src/ascending.js
+share/swh/web/static/jssources/d3-array/src/bin.js
+share/swh/web/static/jssources/d3-array/src/bisect.js
+share/swh/web/static/jssources/d3-array/src/bisector.js
+share/swh/web/static/jssources/d3-array/src/constant.js
+share/swh/web/static/jssources/d3-array/src/count.js
+share/swh/web/static/jssources/d3-array/src/cross.js
+share/swh/web/static/jssources/d3-array/src/cumsum.js
+share/swh/web/static/jssources/d3-array/src/descending.js
+share/swh/web/static/jssources/d3-array/src/deviation.js
+share/swh/web/static/jssources/d3-array/src/extent.js
+share/swh/web/static/jssources/d3-array/src/fsum.js
+share/swh/web/static/jssources/d3-array/src/greatest.js
+share/swh/web/static/jssources/d3-array/src/greatestIndex.js
+share/swh/web/static/jssources/d3-array/src/group.js
+share/swh/web/static/jssources/d3-array/src/identity.js
+share/swh/web/static/jssources/d3-array/src/index.js
+share/swh/web/static/jssources/d3-array/src/least.js
+share/swh/web/static/jssources/d3-array/src/leastIndex.js
+share/swh/web/static/jssources/d3-array/src/max.js
+share/swh/web/static/jssources/d3-array/src/maxIndex.js
+share/swh/web/static/jssources/d3-array/src/mean.js
+share/swh/web/static/jssources/d3-array/src/median.js
+share/swh/web/static/jssources/d3-array/src/merge.js
+share/swh/web/static/jssources/d3-array/src/min.js
+share/swh/web/static/jssources/d3-array/src/minIndex.js
+share/swh/web/static/jssources/d3-array/src/number.js
+share/swh/web/static/jssources/d3-array/src/pairs.js
+share/swh/web/static/jssources/d3-array/src/permute.js
+share/swh/web/static/jssources/d3-array/src/quantile.js
+share/swh/web/static/jssources/d3-array/src/quickselect.js
+share/swh/web/static/jssources/d3-array/src/range.js
+share/swh/web/static/jssources/d3-array/src/scan.js
+share/swh/web/static/jssources/d3-array/src/shuffle.js
+share/swh/web/static/jssources/d3-array/src/sum.js
+share/swh/web/static/jssources/d3-array/src/threshold/freedmanDiaconis.js
+share/swh/web/static/jssources/d3-array/src/threshold/scott.js
+share/swh/web/static/jssources/d3-array/src/threshold/sturges.js
+share/swh/web/static/jssources/d3-array/src/ticks.js
+share/swh/web/static/jssources/d3-array/src/transpose.js
+share/swh/web/static/jssources/d3-array/src/variance.js
+share/swh/web/static/jssources/d3-array/src/zip.js
+share/swh/web/static/jssources/d3-axis/LICENSE.txt
+share/swh/web/static/jssources/d3-axis/src/array.js
+share/swh/web/static/jssources/d3-axis/src/axis.js
+share/swh/web/static/jssources/d3-axis/src/identity.js
+share/swh/web/static/jssources/d3-axis/src/index.js
+share/swh/web/static/jssources/d3-color/LICENSE.txt
+share/swh/web/static/jssources/d3-color/src/color.js
+share/swh/web/static/jssources/d3-color/src/define.js
+share/swh/web/static/jssources/d3-dispatch/LICENSE.txt
+share/swh/web/static/jssources/d3-dispatch/src/dispatch.js
+share/swh/web/static/jssources/d3-ease/LICENSE.txt
+share/swh/web/static/jssources/d3-ease/src/cubic.js
+share/swh/web/static/jssources/d3-format/LICENSE.txt
+share/swh/web/static/jssources/d3-format/src/defaultLocale.js
+share/swh/web/static/jssources/d3-format/src/exponent.js
+share/swh/web/static/jssources/d3-format/src/formatDecimal.js
+share/swh/web/static/jssources/d3-format/src/formatGroup.js
+share/swh/web/static/jssources/d3-format/src/formatNumerals.js
+share/swh/web/static/jssources/d3-format/src/formatPrefixAuto.js
+share/swh/web/static/jssources/d3-format/src/formatRounded.js
+share/swh/web/static/jssources/d3-format/src/formatSpecifier.js
+share/swh/web/static/jssources/d3-format/src/formatTrim.js
+share/swh/web/static/jssources/d3-format/src/formatTypes.js
+share/swh/web/static/jssources/d3-format/src/identity.js
+share/swh/web/static/jssources/d3-format/src/index.js
+share/swh/web/static/jssources/d3-format/src/locale.js
+share/swh/web/static/jssources/d3-format/src/precisionFixed.js
+share/swh/web/static/jssources/d3-format/src/precisionPrefix.js
+share/swh/web/static/jssources/d3-format/src/precisionRound.js
+share/swh/web/static/jssources/d3-interpolate/LICENSE.txt
+share/swh/web/static/jssources/d3-interpolate/src/array.js
+share/swh/web/static/jssources/d3-interpolate/src/basis.js
+share/swh/web/static/jssources/d3-interpolate/src/basisClosed.js
+share/swh/web/static/jssources/d3-interpolate/src/color.js
+share/swh/web/static/jssources/d3-interpolate/src/constant.js
+share/swh/web/static/jssources/d3-interpolate/src/date.js
+share/swh/web/static/jssources/d3-interpolate/src/number.js
+share/swh/web/static/jssources/d3-interpolate/src/numberArray.js
+share/swh/web/static/jssources/d3-interpolate/src/object.js
+share/swh/web/static/jssources/d3-interpolate/src/piecewise.js
+share/swh/web/static/jssources/d3-interpolate/src/rgb.js
+share/swh/web/static/jssources/d3-interpolate/src/round.js
+share/swh/web/static/jssources/d3-interpolate/src/string.js
+share/swh/web/static/jssources/d3-interpolate/src/transform/decompose.js
+share/swh/web/static/jssources/d3-interpolate/src/transform/index.js
+share/swh/web/static/jssources/d3-interpolate/src/transform/parse.js
+share/swh/web/static/jssources/d3-interpolate/src/value.js
+share/swh/web/static/jssources/d3-path/LICENSE.txt
+share/swh/web/static/jssources/d3-path/src/path.js
+share/swh/web/static/jssources/d3-scale/LICENSE.txt
+share/swh/web/static/jssources/d3-scale/src/band.js
+share/swh/web/static/jssources/d3-scale/src/constant.js
+share/swh/web/static/jssources/d3-scale/src/continuous.js
+share/swh/web/static/jssources/d3-scale/src/diverging.js
+share/swh/web/static/jssources/d3-scale/src/identity.js
+share/swh/web/static/jssources/d3-scale/src/index.js
+share/swh/web/static/jssources/d3-scale/src/init.js
+share/swh/web/static/jssources/d3-scale/src/linear.js
+share/swh/web/static/jssources/d3-scale/src/log.js
+share/swh/web/static/jssources/d3-scale/src/nice.js
+share/swh/web/static/jssources/d3-scale/src/number.js
+share/swh/web/static/jssources/d3-scale/src/ordinal.js
+share/swh/web/static/jssources/d3-scale/src/pow.js
+share/swh/web/static/jssources/d3-scale/src/quantile.js
+share/swh/web/static/jssources/d3-scale/src/quantize.js
+share/swh/web/static/jssources/d3-scale/src/radial.js
+share/swh/web/static/jssources/d3-scale/src/sequential.js
+share/swh/web/static/jssources/d3-scale/src/sequentialQuantile.js
+share/swh/web/static/jssources/d3-scale/src/symlog.js
+share/swh/web/static/jssources/d3-scale/src/threshold.js
+share/swh/web/static/jssources/d3-scale/src/tickFormat.js
+share/swh/web/static/jssources/d3-scale/src/time.js
+share/swh/web/static/jssources/d3-scale/src/utcTime.js
+share/swh/web/static/jssources/d3-selection/LICENSE.txt
+share/swh/web/static/jssources/d3-selection/src/array.js
+share/swh/web/static/jssources/d3-selection/src/constant.js
+share/swh/web/static/jssources/d3-selection/src/create.js
+share/swh/web/static/jssources/d3-selection/src/creator.js
+share/swh/web/static/jssources/d3-selection/src/index.js
+share/swh/web/static/jssources/d3-selection/src/local.js
+share/swh/web/static/jssources/d3-selection/src/matcher.js
+share/swh/web/static/jssources/d3-selection/src/namespace.js
+share/swh/web/static/jssources/d3-selection/src/namespaces.js
+share/swh/web/static/jssources/d3-selection/src/pointer.js
+share/swh/web/static/jssources/d3-selection/src/pointers.js
+share/swh/web/static/jssources/d3-selection/src/select.js
+share/swh/web/static/jssources/d3-selection/src/selectAll.js
+share/swh/web/static/jssources/d3-selection/src/selection/append.js
+share/swh/web/static/jssources/d3-selection/src/selection/attr.js
+share/swh/web/static/jssources/d3-selection/src/selection/call.js
+share/swh/web/static/jssources/d3-selection/src/selection/classed.js
+share/swh/web/static/jssources/d3-selection/src/selection/clone.js
+share/swh/web/static/jssources/d3-selection/src/selection/data.js
+share/swh/web/static/jssources/d3-selection/src/selection/datum.js
+share/swh/web/static/jssources/d3-selection/src/selection/dispatch.js
+share/swh/web/static/jssources/d3-selection/src/selection/each.js
+share/swh/web/static/jssources/d3-selection/src/selection/empty.js
+share/swh/web/static/jssources/d3-selection/src/selection/enter.js
+share/swh/web/static/jssources/d3-selection/src/selection/exit.js
+share/swh/web/static/jssources/d3-selection/src/selection/filter.js
+share/swh/web/static/jssources/d3-selection/src/selection/html.js
+share/swh/web/static/jssources/d3-selection/src/selection/index.js
+share/swh/web/static/jssources/d3-selection/src/selection/insert.js
+share/swh/web/static/jssources/d3-selection/src/selection/iterator.js
+share/swh/web/static/jssources/d3-selection/src/selection/join.js
+share/swh/web/static/jssources/d3-selection/src/selection/lower.js
+share/swh/web/static/jssources/d3-selection/src/selection/merge.js
+share/swh/web/static/jssources/d3-selection/src/selection/node.js
+share/swh/web/static/jssources/d3-selection/src/selection/nodes.js
+share/swh/web/static/jssources/d3-selection/src/selection/on.js
+share/swh/web/static/jssources/d3-selection/src/selection/order.js
+share/swh/web/static/jssources/d3-selection/src/selection/property.js
+share/swh/web/static/jssources/d3-selection/src/selection/raise.js
+share/swh/web/static/jssources/d3-selection/src/selection/remove.js
+share/swh/web/static/jssources/d3-selection/src/selection/select.js
+share/swh/web/static/jssources/d3-selection/src/selection/selectAll.js
+share/swh/web/static/jssources/d3-selection/src/selection/selectChild.js
+share/swh/web/static/jssources/d3-selection/src/selection/selectChildren.js
+share/swh/web/static/jssources/d3-selection/src/selection/size.js
+share/swh/web/static/jssources/d3-selection/src/selection/sort.js
+share/swh/web/static/jssources/d3-selection/src/selection/sparse.js
+share/swh/web/static/jssources/d3-selection/src/selection/style.js
+share/swh/web/static/jssources/d3-selection/src/selection/text.js
+share/swh/web/static/jssources/d3-selection/src/selector.js
+share/swh/web/static/jssources/d3-selection/src/selectorAll.js
+share/swh/web/static/jssources/d3-selection/src/sourceEvent.js
+share/swh/web/static/jssources/d3-selection/src/window.js
+share/swh/web/static/jssources/d3-shape/LICENSE.txt
+share/swh/web/static/jssources/d3-shape/src/arc.js
+share/swh/web/static/jssources/d3-shape/src/area.js
+share/swh/web/static/jssources/d3-shape/src/areaRadial.js
+share/swh/web/static/jssources/d3-shape/src/array.js
+share/swh/web/static/jssources/d3-shape/src/constant.js
+share/swh/web/static/jssources/d3-shape/src/curve/basis.js
+share/swh/web/static/jssources/d3-shape/src/curve/basisClosed.js
+share/swh/web/static/jssources/d3-shape/src/curve/basisOpen.js
+share/swh/web/static/jssources/d3-shape/src/curve/bundle.js
+share/swh/web/static/jssources/d3-shape/src/curve/cardinal.js
+share/swh/web/static/jssources/d3-shape/src/curve/cardinalClosed.js
+share/swh/web/static/jssources/d3-shape/src/curve/cardinalOpen.js
+share/swh/web/static/jssources/d3-shape/src/curve/catmullRom.js
+share/swh/web/static/jssources/d3-shape/src/curve/catmullRomClosed.js
+share/swh/web/static/jssources/d3-shape/src/curve/catmullRomOpen.js
+share/swh/web/static/jssources/d3-shape/src/curve/linear.js
+share/swh/web/static/jssources/d3-shape/src/curve/linearClosed.js
+share/swh/web/static/jssources/d3-shape/src/curve/monotone.js
+share/swh/web/static/jssources/d3-shape/src/curve/natural.js
+share/swh/web/static/jssources/d3-shape/src/curve/radial.js
+share/swh/web/static/jssources/d3-shape/src/curve/step.js
+share/swh/web/static/jssources/d3-shape/src/descending.js
+share/swh/web/static/jssources/d3-shape/src/identity.js
+share/swh/web/static/jssources/d3-shape/src/index.js
+share/swh/web/static/jssources/d3-shape/src/line.js
+share/swh/web/static/jssources/d3-shape/src/lineRadial.js
+share/swh/web/static/jssources/d3-shape/src/link/index.js
+share/swh/web/static/jssources/d3-shape/src/math.js
+share/swh/web/static/jssources/d3-shape/src/noop.js
+share/swh/web/static/jssources/d3-shape/src/offset/diverging.js
+share/swh/web/static/jssources/d3-shape/src/offset/expand.js
+share/swh/web/static/jssources/d3-shape/src/offset/none.js
+share/swh/web/static/jssources/d3-shape/src/offset/silhouette.js
+share/swh/web/static/jssources/d3-shape/src/offset/wiggle.js
+share/swh/web/static/jssources/d3-shape/src/order/appearance.js
+share/swh/web/static/jssources/d3-shape/src/order/ascending.js
+share/swh/web/static/jssources/d3-shape/src/order/descending.js
+share/swh/web/static/jssources/d3-shape/src/order/insideOut.js
+share/swh/web/static/jssources/d3-shape/src/order/none.js
+share/swh/web/static/jssources/d3-shape/src/order/reverse.js
+share/swh/web/static/jssources/d3-shape/src/pie.js
+share/swh/web/static/jssources/d3-shape/src/point.js
+share/swh/web/static/jssources/d3-shape/src/pointRadial.js
+share/swh/web/static/jssources/d3-shape/src/stack.js
+share/swh/web/static/jssources/d3-shape/src/symbol.js
+share/swh/web/static/jssources/d3-shape/src/symbol/circle.js
+share/swh/web/static/jssources/d3-shape/src/symbol/cross.js
+share/swh/web/static/jssources/d3-shape/src/symbol/diamond.js
+share/swh/web/static/jssources/d3-shape/src/symbol/square.js
+share/swh/web/static/jssources/d3-shape/src/symbol/star.js
+share/swh/web/static/jssources/d3-shape/src/symbol/triangle.js
+share/swh/web/static/jssources/d3-shape/src/symbol/wye.js
+share/swh/web/static/jssources/d3-time-format/LICENSE.txt
+share/swh/web/static/jssources/d3-time-format/src/defaultLocale.js
+share/swh/web/static/jssources/d3-time-format/src/index.js
+share/swh/web/static/jssources/d3-time-format/src/isoFormat.js
+share/swh/web/static/jssources/d3-time-format/src/isoParse.js
+share/swh/web/static/jssources/d3-time-format/src/locale.js
+share/swh/web/static/jssources/d3-time/LICENSE.txt
+share/swh/web/static/jssources/d3-time/src/day.js
+share/swh/web/static/jssources/d3-time/src/duration.js
+share/swh/web/static/jssources/d3-time/src/hour.js
+share/swh/web/static/jssources/d3-time/src/index.js
+share/swh/web/static/jssources/d3-time/src/interval.js
+share/swh/web/static/jssources/d3-time/src/millisecond.js
+share/swh/web/static/jssources/d3-time/src/minute.js
+share/swh/web/static/jssources/d3-time/src/month.js
+share/swh/web/static/jssources/d3-time/src/second.js
+share/swh/web/static/jssources/d3-time/src/utcDay.js
+share/swh/web/static/jssources/d3-time/src/utcHour.js
+share/swh/web/static/jssources/d3-time/src/utcMinute.js
+share/swh/web/static/jssources/d3-time/src/utcMonth.js
+share/swh/web/static/jssources/d3-time/src/utcWeek.js
+share/swh/web/static/jssources/d3-time/src/utcYear.js
+share/swh/web/static/jssources/d3-time/src/week.js
+share/swh/web/static/jssources/d3-time/src/year.js
+share/swh/web/static/jssources/d3-timer/LICENSE.txt
+share/swh/web/static/jssources/d3-timer/src/timeout.js
+share/swh/web/static/jssources/d3-timer/src/timer.js
+share/swh/web/static/jssources/d3-transition/LICENSE.txt
+share/swh/web/static/jssources/d3-transition/src/active.js
+share/swh/web/static/jssources/d3-transition/src/index.js
+share/swh/web/static/jssources/d3-transition/src/interrupt.js
+share/swh/web/static/jssources/d3-transition/src/selection/index.js
+share/swh/web/static/jssources/d3-transition/src/selection/interrupt.js
+share/swh/web/static/jssources/d3-transition/src/selection/transition.js
+share/swh/web/static/jssources/d3-transition/src/transition/attr.js
+share/swh/web/static/jssources/d3-transition/src/transition/attrTween.js
+share/swh/web/static/jssources/d3-transition/src/transition/delay.js
+share/swh/web/static/jssources/d3-transition/src/transition/duration.js
+share/swh/web/static/jssources/d3-transition/src/transition/ease.js
+share/swh/web/static/jssources/d3-transition/src/transition/easeVarying.js
+share/swh/web/static/jssources/d3-transition/src/transition/end.js
+share/swh/web/static/jssources/d3-transition/src/transition/filter.js
+share/swh/web/static/jssources/d3-transition/src/transition/index.js
+share/swh/web/static/jssources/d3-transition/src/transition/interpolate.js
+share/swh/web/static/jssources/d3-transition/src/transition/merge.js
+share/swh/web/static/jssources/d3-transition/src/transition/on.js
+share/swh/web/static/jssources/d3-transition/src/transition/remove.js
+share/swh/web/static/jssources/d3-transition/src/transition/schedule.js
+share/swh/web/static/jssources/d3-transition/src/transition/select.js
+share/swh/web/static/jssources/d3-transition/src/transition/selectAll.js
+share/swh/web/static/jssources/d3-transition/src/transition/selection.js
+share/swh/web/static/jssources/d3-transition/src/transition/style.js
+share/swh/web/static/jssources/d3-transition/src/transition/styleTween.js
+share/swh/web/static/jssources/d3-transition/src/transition/text.js
+share/swh/web/static/jssources/d3-transition/src/transition/textTween.js
+share/swh/web/static/jssources/d3-transition/src/transition/transition.js
+share/swh/web/static/jssources/d3-transition/src/transition/tween.js
+share/swh/web/static/jssources/datatables.net-bs4/js/dataTables.bootstrap4.js
+share/swh/web/static/jssources/datatables.net-responsive-bs4/js/responsive.bootstrap4.js
+share/swh/web/static/jssources/datatables.net-responsive/License.txt
+share/swh/web/static/jssources/datatables.net-responsive/js/dataTables.responsive.js
+share/swh/web/static/jssources/datatables.net/License.txt
+share/swh/web/static/jssources/datatables.net/js/jquery.dataTables.js
+share/swh/web/static/jssources/dompurify/LICENSE.txt
+share/swh/web/static/jssources/dompurify/dist/purify.js
+share/swh/web/static/jssources/expose-loader/LICENSE.txt
+share/swh/web/static/jssources/expose-loader/dist/runtime/getGlobalThis.js
+share/swh/web/static/jssources/he/LICENSE-MIT.txt.txt
+share/swh/web/static/jssources/he/he.js
+share/swh/web/static/jssources/highlight.js/LICENSE.txt
+share/swh/web/static/jssources/highlight.js/lib/core.js
+share/swh/web/static/jssources/highlight.js/lib/index.js
+share/swh/web/static/jssources/highlight.js/lib/languages/1c.js
+share/swh/web/static/jssources/highlight.js/lib/languages/abnf.js
+share/swh/web/static/jssources/highlight.js/lib/languages/accesslog.js
+share/swh/web/static/jssources/highlight.js/lib/languages/actionscript.js
+share/swh/web/static/jssources/highlight.js/lib/languages/ada.js
+share/swh/web/static/jssources/highlight.js/lib/languages/angelscript.js
+share/swh/web/static/jssources/highlight.js/lib/languages/apache.js
+share/swh/web/static/jssources/highlight.js/lib/languages/applescript.js
+share/swh/web/static/jssources/highlight.js/lib/languages/arcade.js
+share/swh/web/static/jssources/highlight.js/lib/languages/arduino.js
+share/swh/web/static/jssources/highlight.js/lib/languages/armasm.js
+share/swh/web/static/jssources/highlight.js/lib/languages/asciidoc.js
+share/swh/web/static/jssources/highlight.js/lib/languages/aspectj.js
+share/swh/web/static/jssources/highlight.js/lib/languages/autohotkey.js
+share/swh/web/static/jssources/highlight.js/lib/languages/autoit.js
+share/swh/web/static/jssources/highlight.js/lib/languages/avrasm.js
+share/swh/web/static/jssources/highlight.js/lib/languages/awk.js
+share/swh/web/static/jssources/highlight.js/lib/languages/axapta.js
+share/swh/web/static/jssources/highlight.js/lib/languages/bash.js
+share/swh/web/static/jssources/highlight.js/lib/languages/basic.js
+share/swh/web/static/jssources/highlight.js/lib/languages/bnf.js
+share/swh/web/static/jssources/highlight.js/lib/languages/brainfuck.js
+share/swh/web/static/jssources/highlight.js/lib/languages/c-like.js
+share/swh/web/static/jssources/highlight.js/lib/languages/c.js
+share/swh/web/static/jssources/highlight.js/lib/languages/cal.js
+share/swh/web/static/jssources/highlight.js/lib/languages/capnproto.js
+share/swh/web/static/jssources/highlight.js/lib/languages/ceylon.js
+share/swh/web/static/jssources/highlight.js/lib/languages/clean.js
+share/swh/web/static/jssources/highlight.js/lib/languages/clojure-repl.js
+share/swh/web/static/jssources/highlight.js/lib/languages/clojure.js
+share/swh/web/static/jssources/highlight.js/lib/languages/cmake.js
+share/swh/web/static/jssources/highlight.js/lib/languages/coffeescript.js
+share/swh/web/static/jssources/highlight.js/lib/languages/coq.js
+share/swh/web/static/jssources/highlight.js/lib/languages/cos.js
+share/swh/web/static/jssources/highlight.js/lib/languages/cpp.js
+share/swh/web/static/jssources/highlight.js/lib/languages/crmsh.js
+share/swh/web/static/jssources/highlight.js/lib/languages/crystal.js
+share/swh/web/static/jssources/highlight.js/lib/languages/csharp.js
+share/swh/web/static/jssources/highlight.js/lib/languages/csp.js
+share/swh/web/static/jssources/highlight.js/lib/languages/css.js
+share/swh/web/static/jssources/highlight.js/lib/languages/d.js
+share/swh/web/static/jssources/highlight.js/lib/languages/dart.js
+share/swh/web/static/jssources/highlight.js/lib/languages/delphi.js
+share/swh/web/static/jssources/highlight.js/lib/languages/diff.js
+share/swh/web/static/jssources/highlight.js/lib/languages/django.js
+share/swh/web/static/jssources/highlight.js/lib/languages/dns.js
+share/swh/web/static/jssources/highlight.js/lib/languages/dockerfile.js
+share/swh/web/static/jssources/highlight.js/lib/languages/dos.js
+share/swh/web/static/jssources/highlight.js/lib/languages/dsconfig.js
+share/swh/web/static/jssources/highlight.js/lib/languages/dts.js
+share/swh/web/static/jssources/highlight.js/lib/languages/dust.js
+share/swh/web/static/jssources/highlight.js/lib/languages/ebnf.js
+share/swh/web/static/jssources/highlight.js/lib/languages/elixir.js
+share/swh/web/static/jssources/highlight.js/lib/languages/elm.js
+share/swh/web/static/jssources/highlight.js/lib/languages/erb.js
+share/swh/web/static/jssources/highlight.js/lib/languages/erlang-repl.js
+share/swh/web/static/jssources/highlight.js/lib/languages/erlang.js
+share/swh/web/static/jssources/highlight.js/lib/languages/excel.js
+share/swh/web/static/jssources/highlight.js/lib/languages/fix.js
+share/swh/web/static/jssources/highlight.js/lib/languages/flix.js
+share/swh/web/static/jssources/highlight.js/lib/languages/fortran.js
+share/swh/web/static/jssources/highlight.js/lib/languages/fsharp.js
+share/swh/web/static/jssources/highlight.js/lib/languages/gams.js
+share/swh/web/static/jssources/highlight.js/lib/languages/gauss.js
+share/swh/web/static/jssources/highlight.js/lib/languages/gcode.js
+share/swh/web/static/jssources/highlight.js/lib/languages/gherkin.js
+share/swh/web/static/jssources/highlight.js/lib/languages/glsl.js
+share/swh/web/static/jssources/highlight.js/lib/languages/gml.js
+share/swh/web/static/jssources/highlight.js/lib/languages/go.js
+share/swh/web/static/jssources/highlight.js/lib/languages/golo.js
+share/swh/web/static/jssources/highlight.js/lib/languages/gradle.js
+share/swh/web/static/jssources/highlight.js/lib/languages/groovy.js
+share/swh/web/static/jssources/highlight.js/lib/languages/haml.js
+share/swh/web/static/jssources/highlight.js/lib/languages/handlebars.js
+share/swh/web/static/jssources/highlight.js/lib/languages/haskell.js
+share/swh/web/static/jssources/highlight.js/lib/languages/haxe.js
+share/swh/web/static/jssources/highlight.js/lib/languages/hsp.js
+share/swh/web/static/jssources/highlight.js/lib/languages/htmlbars.js
+share/swh/web/static/jssources/highlight.js/lib/languages/http.js
+share/swh/web/static/jssources/highlight.js/lib/languages/hy.js
+share/swh/web/static/jssources/highlight.js/lib/languages/inform7.js
+share/swh/web/static/jssources/highlight.js/lib/languages/ini.js
+share/swh/web/static/jssources/highlight.js/lib/languages/irpf90.js
+share/swh/web/static/jssources/highlight.js/lib/languages/isbl.js
+share/swh/web/static/jssources/highlight.js/lib/languages/java.js
+share/swh/web/static/jssources/highlight.js/lib/languages/javascript.js
+share/swh/web/static/jssources/highlight.js/lib/languages/jboss-cli.js
+share/swh/web/static/jssources/highlight.js/lib/languages/json.js
+share/swh/web/static/jssources/highlight.js/lib/languages/julia-repl.js
+share/swh/web/static/jssources/highlight.js/lib/languages/julia.js
+share/swh/web/static/jssources/highlight.js/lib/languages/kotlin.js
+share/swh/web/static/jssources/highlight.js/lib/languages/lasso.js
+share/swh/web/static/jssources/highlight.js/lib/languages/latex.js
+share/swh/web/static/jssources/highlight.js/lib/languages/ldif.js
+share/swh/web/static/jssources/highlight.js/lib/languages/leaf.js
+share/swh/web/static/jssources/highlight.js/lib/languages/less.js
+share/swh/web/static/jssources/highlight.js/lib/languages/lisp.js
+share/swh/web/static/jssources/highlight.js/lib/languages/livecodeserver.js
+share/swh/web/static/jssources/highlight.js/lib/languages/livescript.js
+share/swh/web/static/jssources/highlight.js/lib/languages/llvm.js
+share/swh/web/static/jssources/highlight.js/lib/languages/lsl.js
+share/swh/web/static/jssources/highlight.js/lib/languages/lua.js
+share/swh/web/static/jssources/highlight.js/lib/languages/makefile.js
+share/swh/web/static/jssources/highlight.js/lib/languages/markdown.js
+share/swh/web/static/jssources/highlight.js/lib/languages/mathematica.js
+share/swh/web/static/jssources/highlight.js/lib/languages/matlab.js
+share/swh/web/static/jssources/highlight.js/lib/languages/maxima.js
+share/swh/web/static/jssources/highlight.js/lib/languages/mel.js
+share/swh/web/static/jssources/highlight.js/lib/languages/mercury.js
+share/swh/web/static/jssources/highlight.js/lib/languages/mipsasm.js
+share/swh/web/static/jssources/highlight.js/lib/languages/mizar.js
+share/swh/web/static/jssources/highlight.js/lib/languages/mojolicious.js
+share/swh/web/static/jssources/highlight.js/lib/languages/monkey.js
+share/swh/web/static/jssources/highlight.js/lib/languages/moonscript.js
+share/swh/web/static/jssources/highlight.js/lib/languages/n1ql.js
+share/swh/web/static/jssources/highlight.js/lib/languages/nginx.js
+share/swh/web/static/jssources/highlight.js/lib/languages/nim.js
+share/swh/web/static/jssources/highlight.js/lib/languages/nix.js
+share/swh/web/static/jssources/highlight.js/lib/languages/node-repl.js
+share/swh/web/static/jssources/highlight.js/lib/languages/nsis.js
+share/swh/web/static/jssources/highlight.js/lib/languages/objectivec.js
+share/swh/web/static/jssources/highlight.js/lib/languages/ocaml.js
+share/swh/web/static/jssources/highlight.js/lib/languages/openscad.js
+share/swh/web/static/jssources/highlight.js/lib/languages/oxygene.js
+share/swh/web/static/jssources/highlight.js/lib/languages/parser3.js
+share/swh/web/static/jssources/highlight.js/lib/languages/perl.js
+share/swh/web/static/jssources/highlight.js/lib/languages/pf.js
+share/swh/web/static/jssources/highlight.js/lib/languages/pgsql.js
+share/swh/web/static/jssources/highlight.js/lib/languages/php-template.js
+share/swh/web/static/jssources/highlight.js/lib/languages/php.js
+share/swh/web/static/jssources/highlight.js/lib/languages/plaintext.js
+share/swh/web/static/jssources/highlight.js/lib/languages/pony.js
+share/swh/web/static/jssources/highlight.js/lib/languages/powershell.js
+share/swh/web/static/jssources/highlight.js/lib/languages/processing.js
+share/swh/web/static/jssources/highlight.js/lib/languages/profile.js
+share/swh/web/static/jssources/highlight.js/lib/languages/prolog.js
+share/swh/web/static/jssources/highlight.js/lib/languages/properties.js
+share/swh/web/static/jssources/highlight.js/lib/languages/protobuf.js
+share/swh/web/static/jssources/highlight.js/lib/languages/puppet.js
+share/swh/web/static/jssources/highlight.js/lib/languages/purebasic.js
+share/swh/web/static/jssources/highlight.js/lib/languages/python-repl.js
+share/swh/web/static/jssources/highlight.js/lib/languages/python.js
+share/swh/web/static/jssources/highlight.js/lib/languages/q.js
+share/swh/web/static/jssources/highlight.js/lib/languages/qml.js
+share/swh/web/static/jssources/highlight.js/lib/languages/r.js
+share/swh/web/static/jssources/highlight.js/lib/languages/reasonml.js
+share/swh/web/static/jssources/highlight.js/lib/languages/rib.js
+share/swh/web/static/jssources/highlight.js/lib/languages/roboconf.js
+share/swh/web/static/jssources/highlight.js/lib/languages/routeros.js
+share/swh/web/static/jssources/highlight.js/lib/languages/rsl.js
+share/swh/web/static/jssources/highlight.js/lib/languages/ruby.js
+share/swh/web/static/jssources/highlight.js/lib/languages/ruleslanguage.js
+share/swh/web/static/jssources/highlight.js/lib/languages/rust.js
+share/swh/web/static/jssources/highlight.js/lib/languages/sas.js
+share/swh/web/static/jssources/highlight.js/lib/languages/scala.js
+share/swh/web/static/jssources/highlight.js/lib/languages/scheme.js
+share/swh/web/static/jssources/highlight.js/lib/languages/scilab.js
+share/swh/web/static/jssources/highlight.js/lib/languages/scss.js
+share/swh/web/static/jssources/highlight.js/lib/languages/shell.js
+share/swh/web/static/jssources/highlight.js/lib/languages/smali.js
+share/swh/web/static/jssources/highlight.js/lib/languages/smalltalk.js
+share/swh/web/static/jssources/highlight.js/lib/languages/sml.js
+share/swh/web/static/jssources/highlight.js/lib/languages/sqf.js
+share/swh/web/static/jssources/highlight.js/lib/languages/sql.js
+share/swh/web/static/jssources/highlight.js/lib/languages/stan.js
+share/swh/web/static/jssources/highlight.js/lib/languages/stata.js
+share/swh/web/static/jssources/highlight.js/lib/languages/step21.js
+share/swh/web/static/jssources/highlight.js/lib/languages/stylus.js
+share/swh/web/static/jssources/highlight.js/lib/languages/subunit.js
+share/swh/web/static/jssources/highlight.js/lib/languages/swift.js
+share/swh/web/static/jssources/highlight.js/lib/languages/taggerscript.js
+share/swh/web/static/jssources/highlight.js/lib/languages/tap.js
+share/swh/web/static/jssources/highlight.js/lib/languages/tcl.js
+share/swh/web/static/jssources/highlight.js/lib/languages/thrift.js
+share/swh/web/static/jssources/highlight.js/lib/languages/tp.js
+share/swh/web/static/jssources/highlight.js/lib/languages/twig.js
+share/swh/web/static/jssources/highlight.js/lib/languages/typescript.js
+share/swh/web/static/jssources/highlight.js/lib/languages/vala.js
+share/swh/web/static/jssources/highlight.js/lib/languages/vbnet.js
+share/swh/web/static/jssources/highlight.js/lib/languages/vbscript-html.js
+share/swh/web/static/jssources/highlight.js/lib/languages/vbscript.js
+share/swh/web/static/jssources/highlight.js/lib/languages/verilog.js
+share/swh/web/static/jssources/highlight.js/lib/languages/vhdl.js
+share/swh/web/static/jssources/highlight.js/lib/languages/vim.js
+share/swh/web/static/jssources/highlight.js/lib/languages/x86asm.js
+share/swh/web/static/jssources/highlight.js/lib/languages/xl.js
+share/swh/web/static/jssources/highlight.js/lib/languages/xml.js
+share/swh/web/static/jssources/highlight.js/lib/languages/xquery.js
+share/swh/web/static/jssources/highlight.js/lib/languages/yaml.js
+share/swh/web/static/jssources/highlight.js/lib/languages/zephir.js
+share/swh/web/static/jssources/highlightjs-line-numbers.js/LICENSE.txt
+share/swh/web/static/jssources/highlightjs-line-numbers.js/src/highlightjs-line-numbers.js
+share/swh/web/static/jssources/html-encoder-decoder/LICENSE.txt
+share/swh/web/static/jssources/html-encoder-decoder/lib/index.js
+share/swh/web/static/jssources/iframe-resizer/LICENSE.txt
+share/swh/web/static/jssources/iframe-resizer/index.js
+share/swh/web/static/jssources/iframe-resizer/js/iframeResizer.contentWindow.js
+share/swh/web/static/jssources/iframe-resizer/js/iframeResizer.js
+share/swh/web/static/jssources/iframe-resizer/js/index.js
+share/swh/web/static/jssources/iterate-object/LICENSE.txt
+share/swh/web/static/jssources/iterate-object/lib/index.js
+share/swh/web/static/jssources/jquery/LICENSE.txt
+share/swh/web/static/jssources/jquery/dist/jquery.js
+share/swh/web/static/jssources/js-cookie/LICENSE.txt
+share/swh/web/static/jssources/js-cookie/src/js.cookie.js
+share/swh/web/static/jssources/js-year-calendar/LICENSE.txt
+share/swh/web/static/jssources/js-year-calendar/dist/js-year-calendar.js
+share/swh/web/static/jssources/jslicenses.json
+share/swh/web/static/jssources/mathjax/LICENSE.txt
+share/swh/web/static/jssources/mathjax/es5/tex-mml-chtml.js
+share/swh/web/static/jssources/notebookjs/LICENSE.txt
+share/swh/web/static/jssources/notebookjs/notebook.js
+share/swh/web/static/jssources/object-fit-images/dist/ofi.common-js.js
+share/swh/web/static/jssources/object-fit-images/license.txt
+share/swh/web/static/jssources/org/LICENSE.txt
+share/swh/web/static/jssources/org/lib/org.js
+share/swh/web/static/jssources/org/lib/org/converter/converter.js
+share/swh/web/static/jssources/org/lib/org/converter/html.js
+share/swh/web/static/jssources/org/lib/org/lexer.js
+share/swh/web/static/jssources/org/lib/org/node.js
+share/swh/web/static/jssources/org/lib/org/parser.js
+share/swh/web/static/jssources/org/lib/org/stream.js
+share/swh/web/static/jssources/pdfjs-dist/LICENSE.txt
+share/swh/web/static/jssources/pdfjs-dist/build/pdf.js
+share/swh/web/static/jssources/pdfjs-dist/build/pdf.worker.js
+share/swh/web/static/jssources/popper.js/dist/esm/popper.js
+share/swh/web/static/jssources/regenerator-runtime/LICENSE.txt
+share/swh/web/static/jssources/regenerator-runtime/runtime.js
+share/swh/web/static/jssources/regex-escape/LICENSE.txt
+share/swh/web/static/jssources/regex-escape/lib/index.js
+share/swh/web/static/jssources/script-loader/LICENSE.txt
+share/swh/web/static/jssources/script-loader/addScript.js
+share/swh/web/static/jssources/showdown/dist/showdown.js
+share/swh/web/static/jssources/showdown/license.txt
+share/swh/web/static/jssources/swh/web/assets/src/bundles/admin/deposit.js
+share/swh/web/static/jssources/swh/web/assets/src/bundles/admin/index.js
+share/swh/web/static/jssources/swh/web/assets/src/bundles/admin/origin-save.js
+share/swh/web/static/jssources/swh/web/assets/src/bundles/auth/index.js
+share/swh/web/static/jssources/swh/web/assets/src/bundles/browse/browse-utils.js
+share/swh/web/static/jssources/swh/web/assets/src/bundles/browse/index.js
+share/swh/web/static/jssources/swh/web/assets/src/bundles/browse/origin-search.js
+share/swh/web/static/jssources/swh/web/assets/src/bundles/browse/snapshot-navigation.js
+share/swh/web/static/jssources/swh/web/assets/src/bundles/browse/swhid-utils.js
+share/swh/web/static/jssources/swh/web/assets/src/bundles/origin/index.js
+share/swh/web/static/jssources/swh/web/assets/src/bundles/origin/visits-calendar.js
+share/swh/web/static/jssources/swh/web/assets/src/bundles/origin/visits-histogram.js
+share/swh/web/static/jssources/swh/web/assets/src/bundles/origin/visits-reporting.js
+share/swh/web/static/jssources/swh/web/assets/src/bundles/revision/diff-panel.ejs
+share/swh/web/static/jssources/swh/web/assets/src/bundles/revision/diff-utils.js
+share/swh/web/static/jssources/swh/web/assets/src/bundles/revision/index.js
+share/swh/web/static/jssources/swh/web/assets/src/bundles/revision/log-utils.js
+share/swh/web/static/jssources/swh/web/assets/src/bundles/save/index.js
+share/swh/web/static/jssources/swh/web/assets/src/bundles/vault/index.js
+share/swh/web/static/jssources/swh/web/assets/src/bundles/vault/vault-create-tasks.js
+share/swh/web/static/jssources/swh/web/assets/src/bundles/vault/vault-table-row.ejs
+share/swh/web/static/jssources/swh/web/assets/src/bundles/vault/vault-ui.js
+share/swh/web/static/jssources/swh/web/assets/src/bundles/vendors/elementsfrompoint-polyfill.js
+share/swh/web/static/jssources/swh/web/assets/src/bundles/vendors/index.js
+share/swh/web/static/jssources/swh/web/assets/src/bundles/webapp/badges.js
+share/swh/web/static/jssources/swh/web/assets/src/bundles/webapp/code-highlighting.js
+share/swh/web/static/jssources/swh/web/assets/src/bundles/webapp/history-counters.js
+share/swh/web/static/jssources/swh/web/assets/src/bundles/webapp/index.js
+share/swh/web/static/jssources/swh/web/assets/src/bundles/webapp/math-typesetting.js
+share/swh/web/static/jssources/swh/web/assets/src/bundles/webapp/notebook-rendering.js
+share/swh/web/static/jssources/swh/web/assets/src/bundles/webapp/pdf-rendering.js
+share/swh/web/static/jssources/swh/web/assets/src/bundles/webapp/readme-rendering.js
+share/swh/web/static/jssources/swh/web/assets/src/bundles/webapp/sentry.js
+share/swh/web/static/jssources/swh/web/assets/src/bundles/webapp/webapp-utils.js
+share/swh/web/static/jssources/swh/web/assets/src/bundles/webapp/xss-filtering.js
+share/swh/web/static/jssources/swh/web/assets/src/thirdparty/jquery.tabSlideOut/LICENSE.txt
+share/swh/web/static/jssources/swh/web/assets/src/thirdparty/jquery.tabSlideOut/jquery.tabSlideOut.js
+share/swh/web/static/jssources/swh/web/assets/src/utils/constants.js
+share/swh/web/static/jssources/swh/web/assets/src/utils/d3.js
+share/swh/web/static/jssources/swh/web/assets/src/utils/functions.js
+share/swh/web/static/jssources/swh/web/assets/src/utils/highlightjs.js
+share/swh/web/static/jssources/swh/web/assets/src/utils/mathjax.js
+share/swh/web/static/jssources/swh/web/assets/src/utils/org.js
+share/swh/web/static/jssources/swh/web/assets/src/utils/showdown.js
+share/swh/web/static/jssources/tslib/LICENSE.txt
+share/swh/web/static/jssources/tslib/tslib.es6.js
+share/swh/web/static/jssources/waypoints/lib/jquery.waypoints.js
+share/swh/web/static/jssources/waypoints/licenses.txt.txt
+share/swh/web/static/jssources/whatwg-fetch/LICENSE.txt
+share/swh/web/static/jssources/whatwg-fetch/dist/fetch.umd.js
+share/swh/web/static/robots.txt
+share/swh/web/static/webpack-stats.json
+share/swh/web/static/xml/swh-opensearch.xml
diff --git a/py-swh-web/distinfo b/py-swh-web/distinfo
new file mode 100644
index 0000000000..56b96990c8
--- /dev/null
+++ b/py-swh-web/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (swh.web-0.0.273.tar.gz) = df8bfbdcdbe069d18736c5eb9d3a31d065c27027
+RMD160 (swh.web-0.0.273.tar.gz) = 0a0d910ee4f5f83cddff053c1d5b21c3e886c3ca
+SHA512 (swh.web-0.0.273.tar.gz) = fc5147b83a44a50a099c892357f9c41f703f4abf7fdf64bfbdec76e00853371a1b12866a57bb0187c730b37f9e2b99b6d1cb6884c9baeb392ca5e97d6ff2af46
+Size (swh.web-0.0.273.tar.gz) = 10426017 bytes


Home | Main Index | Thread Index | Old Index