.gitignore
.readthedocs.yaml
CHANGELOG.md
CLAUDE.md
LICENSE.txt
README.md
pyproject.toml
.github/workflows/release.yml
.github/workflows/test.yml
briefs/AUTH-API.md
briefs/CHANGE-DISCOVERY.md
briefs/CONTENT-SEARCH.md
briefs/CONTENT-STATE.md
briefs/INFO-JSON-ENRICHMENT.md
briefs/NAVPLACE-GEO.md
briefs/PRESENTATION-ENRICHMENT.md
briefs/README.md
briefs/WEB-ANNOTATIONS.md
djiiif/__init__.py
djiiif/apps.py
djiiif/checks.py
djiiif/geo.py
djiiif/serializers.py
djiiif/urls.py
djiiif/views.py
djiiif.egg-info/PKG-INFO
djiiif.egg-info/SOURCES.txt
djiiif.egg-info/dependency_links.txt
djiiif.egg-info/requires.txt
djiiif.egg-info/scm_file_list.json
djiiif.egg-info/scm_version.json
djiiif.egg-info/top_level.txt
djiiif/templatetags/__init__.py
djiiif/templatetags/iiiftags.py
docs/Makefile
docs/source/annotations-search.md
docs/source/api.rst
docs/source/auth.md
docs/source/changelog.md
docs/source/conf.py
docs/source/content-state.md
docs/source/discovery.md
docs/source/documents.md
docs/source/drf.md
docs/source/index.md
docs/source/installation.md
docs/source/presentation.md
docs/source/profiles.md
docs/source/quickstart.md
docs/source/serving.md
docs/source/settings.md
docs/source/_static/.gitkeep
docs/source/_templates/.gitkeep
tests/__init__.py
tests/conftest.py
tests/test_annotations.py
tests/test_auth.py
tests/test_change_discovery.py
tests/test_checks.py
tests/test_content_state.py
tests/test_field.py
tests/test_iiif_object.py
tests/test_info_extras.py
tests/test_manifest.py
tests/test_navplace.py
tests/test_presentation_enrichment.py
tests/test_profiles.py
tests/test_search.py
tests/test_serializers.py
tests/test_template_tag.py
tests/test_urljoin.py
tests/test_views.py