From 0f513015e33335f949f0e3564ebbe8b845546c26 Mon Sep 17 00:00:00 2001 From: eviau-artefactual Date: Fri, 16 Aug 2024 12:37:43 -0400 Subject: [PATCH 1/2] add dependencies --- docs/dependencies.rst | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 docs/dependencies.rst diff --git a/docs/dependencies.rst b/docs/dependencies.rst new file mode 100644 index 0000000..de78d39 --- /dev/null +++ b/docs/dependencies.rst @@ -0,0 +1,34 @@ +Dependencies +============ + +Here is a list of dependencies for projects we maintain. + +AtoM +---- + +All AtoM dependencies are external and are not being maintained by Artefactual. + +Archivematica +------------- + +Archivematica consists of several projects working together. + +- `Archivematica `__: Main repository containing the user-facing dashboard, task manager MCPServer and clients scripts for the MCPClient. + - and the related `Archivematica documentation `__ repository. +- `Storage Service `__: Responsible for moving files to Archivematica for processing, and from Archivematica into storage + - and the associated `Storage Service Documentation `__ + +There are also several smaller repositories that support Archivematica in various ways. In general, you will not need these to develop on Archivematica. + +- `AM client `__ : Archivematica API client module +- `AMmcpc `__ : Archivematica MediaConch policy check wrapper +- `Automation Tools `__: Scripts used to automate processing material through Archivematica +- `Deployment `__: Ansible scripts for deploying and configuring Archivematica +- `ansible-archivematica-src `__: Ansible role for Archivematica package install. +- `Deployment-Archivematica-dev `__: Ansible playbook for Archivematica github install. +- `Fixity checker `__: Commandline tool that assists in checking fixity for AIPs stored in Archivematica Storage Service instances. +- `METS reader/writer `__: Library to create and parse METS files. +- `agentarchives `__: Clients to retrieve, add, and modify records from archival management systems. +- `Sample data `__: Data to test and show off Archivematica's processing + +If you are curious about where the code comes from, checkout the `History `__ repository: Contains the pre-git history of Archivematica. From 3c22a5276818e81c4ebcfc42b5eac95f10615c8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89dith?= <146032034+eviau-artefactual@users.noreply.github.com> Date: Mon, 19 Aug 2024 08:19:51 -0400 Subject: [PATCH 2/2] Update docs/dependencies.rst --- docs/dependencies.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/dependencies.rst b/docs/dependencies.rst index de78d39..f0e30ca 100644 --- a/docs/dependencies.rst +++ b/docs/dependencies.rst @@ -25,7 +25,6 @@ There are also several smaller repositories that support Archivematica in variou - `Automation Tools `__: Scripts used to automate processing material through Archivematica - `Deployment `__: Ansible scripts for deploying and configuring Archivematica - `ansible-archivematica-src `__: Ansible role for Archivematica package install. -- `Deployment-Archivematica-dev `__: Ansible playbook for Archivematica github install. - `Fixity checker `__: Commandline tool that assists in checking fixity for AIPs stored in Archivematica Storage Service instances. - `METS reader/writer `__: Library to create and parse METS files. - `agentarchives `__: Clients to retrieve, add, and modify records from archival management systems.