.gitignore AUTHORS LICENSE MANIFEST.in Makefile Makefile.local README README-dev.md README-uri-scheme.md requirements-swh.txt requirements.txt setup.py version.txt debian/changelog debian/compat debian/control debian/copyright debian/rules debian/source/format docs/.gitignore docs/Makefile docs/conf.py docs/index.rst docs/_static/.placeholder docs/_templates/.placeholder resources/test/webapp.yml swh.web.egg-info/PKG-INFO swh.web.egg-info/SOURCES.txt swh.web.egg-info/dependency_links.txt swh.web.egg-info/requires.txt swh.web.egg-info/top_level.txt swh/web/config.py swh/web/db.sqlite3 swh/web/manage.py swh/web/settings.py swh/web/urls.py swh/web/wsgi.py swh/web/api/__init__.py swh/web/api/apidoc.py swh/web/api/apiresponse.py swh/web/api/apiurls.py swh/web/api/converters.py swh/web/api/exc.py swh/web/api/query.py swh/web/api/renderers.py swh/web/api/service.py swh/web/api/urls.py swh/web/api/utils.py swh/web/api/templates/about.html swh/web/api/templates/api-endpoints.html swh/web/api/templates/api.html swh/web/api/templates/apidoc.html swh/web/api/templates/browse.html swh/web/api/templates/content-with-origin.html swh/web/api/templates/content.html swh/web/api/templates/directory.html swh/web/api/templates/entity.html swh/web/api/templates/layout.html swh/web/api/templates/origin.html swh/web/api/templates/person.html swh/web/api/templates/release.html swh/web/api/templates/revision-directory.html swh/web/api/templates/revision-log.html swh/web/api/templates/revision.html swh/web/api/templates/search.html swh/web/api/templates/symbols.html swh/web/api/templates/includes/apidoc-header-toc.html swh/web/api/templates/includes/apidoc-header.html swh/web/api/templates/includes/apidoc-header.md swh/web/api/templates/includes/home-content.html swh/web/api/templates/includes/home-directory.html swh/web/api/templates/includes/home-origin.html swh/web/api/templates/includes/home-revision.html swh/web/api/templates/includes/home-search-symbol.html swh/web/api/templates/includes/search-form.html swh/web/api/templatetags/__init__.py swh/web/api/templatetags/api_extras.py swh/web/api/views/__init__.py swh/web/api/views/content.py swh/web/api/views/directory.py swh/web/api/views/entity.py swh/web/api/views/origin.py swh/web/api/views/person.py swh/web/api/views/release.py swh/web/api/views/revision.py swh/web/api/views/stat.py swh/web/common/__init__.py swh/web/common/throttling.py swh/web/static/robots.txt swh/web/static/css/bootstrap-responsive.min.css swh/web/static/css/pygment.css swh/web/static/css/style.css swh/web/static/img/arrow-up-small.png swh/web/static/img/swh-logo-archive.png swh/web/static/img/swh-logo-archive.svg swh/web/static/img/icons/swh-logo-32x32.png swh/web/static/img/icons/swh-logo-archive-180x180.png swh/web/static/img/icons/swh-logo-archive-192x192.png swh/web/static/img/icons/swh-logo-archive-270x270.png swh/web/static/js/calendar.js swh/web/static/js/search.js swh/web/tests/__init__.py swh/web/tests/api/__init__.py swh/web/tests/api/swh_api_testcase.py swh/web/tests/api/test_api_lookup.py swh/web/tests/api/test_apidoc.py swh/web/tests/api/test_apiresponse.py swh/web/tests/api/test_converters.py swh/web/tests/api/test_query.py swh/web/tests/api/test_service.py swh/web/tests/api/test_templatetags.py swh/web/tests/api/test_utils.py swh/web/tests/api/views/__init__.py swh/web/tests/api/views/test_content.py swh/web/tests/api/views/test_directory.py swh/web/tests/api/views/test_entity.py swh/web/tests/api/views/test_origin.py swh/web/tests/api/views/test_person.py swh/web/tests/api/views/test_release.py swh/web/tests/api/views/test_revision.py swh/web/tests/api/views/test_stat.py swh/web/tests/common/__init__.py swh/web/tests/common/test_throttling.py