Skip to content

Commit

Permalink
Add EAD Exporter and XSL docs, delete outdated import templates
Browse files Browse the repository at this point in the history
  • Loading branch information
brianzelip committed Nov 12, 2024
1 parent 4aadd23 commit 94c6946
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 96 deletions.
10 changes: 0 additions & 10 deletions import_export/README.md

This file was deleted.

13 changes: 0 additions & 13 deletions import_export/accession_import_template.md

This file was deleted.

51 changes: 0 additions & 51 deletions import_export/assessment_import_template.md

This file was deleted.

13 changes: 0 additions & 13 deletions import_export/digital_object_import_template.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# ArchivesSpace XSL stylesheets
---
title: XSL stylesheets
---

ArchivesSpace includes three stylesheets for you to transform exported data
into human-friendly formats. The stylesheets included are as follows:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# ArchivesSpace repository EAD Exporter
---
title: Repository EAD Exporter
---

Exports all published resource record EAD XML files associated with a single
repository into a zip archive. This zip file will be saved in the ArchivesSpace
Expand All @@ -7,24 +9,22 @@ filename.

## Usage

```
```sh
./scripts/ead_export.sh user password repository_id
```

A best practice would be to put the password in a hidden file such as:

```
```sh
touch ~/.aspace_password
chmod 0600 ~/.aspace_password
vi ~/.aspace_password # enter your password
```

Then call the script like:

```
```sh
./scripts/ead_export.sh user $(cat /home/user/.aspace_password) repository_id
```

This way you avoid directly exposing it on the command line or in crontab etc.

---
6 changes: 4 additions & 2 deletions src/siteNavigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@
"customization/locales",
"customization/plugins",
"customization/theming",
"customization/bower",
"customization/reports"
"customization/reports",
"customization/xsl",
"customization/bower"
]
},
{
Expand All @@ -92,6 +93,7 @@
"development/docker",
"development/release_schema_versions",
"development/ui_test",
"development/ead-exporter",
"development/jruby-rack-build",
"development/releases",
"development/vscode"
Expand Down

0 comments on commit 94c6946

Please sign in to comment.