About¶
Licensing¶
| Component | License |
|---|---|
| Source code | GNU Affero General Public License v3.0 or later (see the LICENSE file) |
| Text & documentation | CC BY 4.0 |
| Database schema & base data | CC0 1.0 Universal |
| Images & 3D models | Individual licensing — see the metadata of each item |
The AGPL means you are free to use, study, modify and redistribute the platform; if you run a modified version as a network service, you must make your modified source available to its users.
The repository bundles third-party components under their own licenses — the 3DHOP viewer (GPL-3.0-or-later), Nexus/Corto (MIT), SpiderGL (BSD-3-Clause), Leaflet plugins and web fonts (OFL-1.1). The repository is REUSE compliant: the per-file licensing map is in REUSE.toml and all license texts are in LICENSES/.
Credits¶
Dynamic Collections is an initiative of:
- DARKLab — Digital Archaeology Laboratory, Department of Archaeology and Ancient History, Lund University
- Visual Computing Lab, ISTI-CNR — authors of 3DHOP and the Nexus multiresolution 3D format used by the platform
Contributing¶
The source code is hosted at github.com/LundDarkLab/adc.
- Bug reports & feature requests — open a GitHub issue with steps to reproduce (and logs, for installation problems).
- Code contributions — fork the repository and open a pull request against
main. Keep changes focused and describe the motivation. - Documentation — these pages live in the
docs/folder of the repository (MkDocs + Material theme); fixes and improvements are welcome through the same workflow.