-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsitemap.json
403 lines (403 loc) · 11.4 KB
/
sitemap.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
{
"archivematicaSiteMap": {
"title": "Archivematica Sitemap Reference",
"description": "An auto-generated visual index for the Archivematica digital preservation system.",
"version": "1.7",
"baseURL": "http://127.0.0.1:62080",
"transferUUID": "37f5ca9c-fb6f-4d1d-8d40-f0ecde93334b",
"aipUUID": "7341b1a4-d6c2-4fc3-830d-37dc1fc2d2f0",
"microserviceExamples": [
{"{ms_0}": "ebfcfd29-81aa-41b3-9256-127bdc07bb31"},
{"{ms_1}": "01372fd4-552a-427d-881d-4b2fd892bf03"},
{"{ms_2}": "621ead7e-2acb-4322-b811-a1f1c60f3c86"}
],
"screenshotDimensionX": 768,
"screenshotDimensionY": 430,
"tabs": [{
"dashboardTab": {
"title": "Transfer Tab",
"description": "The transfer tab lets users manage the process of creating a SIP in Archivematica.",
"urls": [{
"title": "Transfer Main",
"url": "{base_url}/transfer/"
},
{
"title": "Disk Image Metadata Input (Optional for disk image transfer)",
"url": "{base_url}/transfer/component/baadf00d-964e-4107-bca6-329737c3a230/"
},
{
"title": "Transfer Summary",
"url": "{base_url}/transfer/{transfer_uuid}/"
},
{
"title": "Transfer Microservices",
"url": "{base_url}/transfer/{transfer_uuid}/microservices/"
},
{
"title": "Transfer Rights",
"url": "{base_url}/transfer/{transfer_uuid}/rights/"
},
{
"title": "Transfer Add Rights",
"url": "{base_url}/transfer/{transfer_uuid}/rights/add/"
},
{
"title": "Transfer Metadata",
"url": "{base_url}/transfer/{transfer_uuid}/metadata/"
},
{
"title": "Transfer Add Metadata",
"url": "{base_url}/transfer/{transfer_uuid}/metadata/add/"
}
]
}
},
{
"dashboardTab": {
"title": "Microservices",
"description": "Microservices happen during Transfer and Ingest in Archivematica and describe a discrete process happening on your files, e.g. calculating checksum or generating access copies of your content. Some microservice examples are below.",
"urls": [{
"title": "Scan for viruses",
"url": "{base_url}/tasks/{ms_0}/"
},
{
"title": "Identify file format",
"url": "{base_url}/tasks/{ms_1}/"
},
{
"title": "Store the AIP",
"url": "{base_url}/tasks/{ms_2}/"
}
]
}
},
{
"dashboardTab": {
"title": "Backlog Tab",
"description": "The backlog tab is where you can view the SIPs you have generated during transfer but have not yet created an AIP from.",
"urls": [{
"title": "Backlog Main",
"url": "{base_url}/backlog/"
}]
}
},
{
"dashboardTab": {
"title": "Transfer Tab",
"description": "The appraisal tab gives you deeper insight into the content in your sips and allow you to examine or arrange contents before ingest.",
"urls": [{
"title": "Appraisal Main",
"url": "{base_url}/appraisal/"
}]
}
},
{
"dashboardTab": {
"title": "Ingest Tab",
"description": "Ingest is the process of turning a SIP into an AIP and then storing it somewhere via your Archivematica Storage Service.",
"urls": [{
"title": "Ingest Main",
"url": "{base_url}/ingest/"
},
{
"title": "Ingest Summary",
"url": "{base_url}/ingest/{aip_uuid}/"
},
{
"title": "Ingest Microservices",
"url": "{base_url}/ingest/{aip_uuid}/microservices/"
},
{
"title": "Ingest Rights",
"url": "{base_url}/ingest/{aip_uuid}/rights/"
},
{
"title": "Ingest Add Rights",
"url": "{base_url}/ingest/{aip_uuid}/rights/add/"
},
{
"title": "Ingest Metadata",
"url": "{base_url}/ingest/{aip_uuid}/metadata/"
},
{
"title": "Ingest Add Metadata",
"url": "{base_url}/ingest/{aip_uuid}/metadata/add/"
},
{
"title": "Ingest Metadata Event Detail",
"url": "{base_url}/ingest/{aip_uuid}/metadata/event_detail/"
},
{
"title": "Ingest Add Metadata Files",
"url": "{base_url}/ingest/{aip_uuid}/metadata/add_files/"
},
{
"title": "Ingest AIP Preview",
"url": "{base_url}/ingest/preview/aip/{aip_uuid}/"
}
]
}
},
{
"dashboardTab": {
"title": "Archival Storage Tab",
"description": "Archival storage provides an index from which we can find AIPs and kick-off various post-ingest processes surrounding those.",
"urls": [{
"title": "Archival Storage Main",
"url": "{base_url}/archival-storage/?order_by=created&sort_by=down"
},
{
"title": "AIP View",
"url": "{base_url}/archival-storage/{aip_uuid}/"
},
{
"title": "Create AIC",
"url": "{base_url}/ingest/aic/4211b286-6266-40ac-a2ec-fc393d13810a/metadata/add/"
}
]
}
},
{
"dashboardTab": {
"title": "Preservation Planning Tab",
"description": "AKA the format policy register. The Preservation planning tab gives Archivematica superpowers! You can configure normalization, validation, and more to do with your file formats here.",
"urls": [{
"title": "FPR Formats",
"url": "{base_url}/fpr/format/"
},
{
"title": "Format Versions",
"url": "{base_url}/fpr/format/matroska/"
},
{
"title": "Format Detail",
"url": "{base_url}/fpr/format/matroska/generic-mkv/"
},
{
"title": "FPR Format Groups",
"url": "{base_url}/fpr/formatgroup/"
},
{
"title": "FPR ID Tools",
"url": "{base_url}/fpr/idtool/"
},
{
"title": "FPR ID Tool Versions",
"url": "{base_url}/fpr/idtool/siegfried-176/"
},
{
"title": "FPR ID Tool Detail",
"url": "{base_url}/fpr/idcommand/df074736-e2f7-4102-b25d-569c099d410c/"
},
{
"title": "FPR ID Rules",
"url": "{base_url}/fpr/idrule/"
},
{
"title": "FPR ID Commands",
"url": "{base_url}/fpr/idcommand/"
},
{
"title": "FPR Policy Tools",
"url": "{base_url}/fpr/fptool/"
},
{
"title": "FPR Policy Tool Detail",
"url": "{base_url}/fpr/fptool/mediaconch-1803/"
},
{
"title": "FPR Policy Tool Command",
"url": "{base_url}/fpr/fpcommand/287656fb-e58f-4967-bf72-0bae3bbb5ca8/"
},
{
"title": "FPR Characterization Rules",
"url": "{base_url}/fpr/fprule/characterization/"
},
{
"title": "FPR Characterization Tools",
"url": "{base_url}/fpr/fpcommand/characterization/"
},
{
"title": "FPR Event Rules",
"url": "{base_url}/fpr/fprule/event_detail/"
},
{
"title": "FPR Event Details",
"url": "{base_url}/fpr/fpcommand/event_detail/"
},
{
"title": "FPR Extraction Rules",
"url": "{base_url}/fpr/fprule/extraction/"
},
{
"title": "FPR Extraction Commands",
"url": "{base_url}/fpr/fpcommand/extraction/"
},
{
"title": "FPR Normalization Rules",
"url": "{base_url}/fpr/fprule/normalization/"
},
{
"title": "FPR Normalization Commands",
"url": "{base_url}/fpr/fpcommand/normalization/"
},
{
"title": "FPR Transcription Rules",
"url": "{base_url}/fpr/fprule/transcription/"
},
{
"title": "FPR Transcription Commands",
"url": "{base_url}/fpr/fpcommand/transcription/"
},
{
"title": "FPR validation Rules",
"url": "{base_url}/fpr/fprule/validation/"
},
{
"title": "FPR Validation Rule Example",
"url": "{base_url}/fpr/fprule/4324a41f-6016-4b28-a0b0-c343dbaca42e/"
},
{
"title": "FPR Validation Commands",
"url": "{base_url}/fpr/fpcommand/validation/"
},
{
"title": "FPR Validation Command Example",
"url": "{base_url}/fpr/fpcommand/fe9e3046-29fb-4cc6-b71c-db50b0aac127/"
},
{
"title": "FPR Verification Rules",
"url": "{base_url}/fpr/fprule/verification/"
},
{
"title": "FPR Verification Commands",
"url": "{base_url}/fpr/fpcommand/verification/"
},
{
"title": "FPR Verification Command Example",
"url": "{base_url}/fpr/fpcommand/ef3ea000-0c3c-4cae-adc2-aa2a6ccbffce/"
}
]
}
},
{
"dashboardTab": {
"title": "Access Tab",
"description": "The access tab shows the DIPs we have created in the system.",
"urls": [{
"title": "Access Main",
"url": "{base_url}/access/"
}]
}
},
{
"dashboardTab": {
"title": "Administration Tab",
"description": "Configure various other components of Archivematica here.",
"urls": [{
"title": "Processing Config",
"url": "{base_url}/administration/processing/"
},
{
"title": "Edit Processing Config",
"url": "{base_url}/administration/processing/edit/default/"
},
{
"title": "General",
"url": "{base_url}/administration/general/"
},
{
"title": "Failure Reports",
"url": "{base_url}/administration/reports/failures/"
},
{
"title": "Transfer Source Locations",
"url": "{base_url}/administration/sources/"
},
{
"title": "AIP Storage Locations",
"url": "{base_url}/administration/storage/"
},
{
"title": "Processing Storage Usage",
"url": "{base_url}/administration/usage/"
},
{
"title": "AtoM DIP Config",
"url": "{base_url}/administration/dips/atom/"
},
{
"title": "Edit Levels of Preservation",
"url": "{base_url}/administration/dips/atom/edit_levels/"
},
{
"title": "ArchivesSpace DIP Config",
"url": "{base_url}/administration/dips/as/"
},
{
"title": "Archivist's Toolkit DIP Config",
"url": "{base_url}/administration/dips/atk/"
},
{
"title": "PREMIS Agent Config",
"url": "{base_url}/administration/premis/agent/"
},
{
"title": "REST API Configuration",
"url": "{base_url}/administration/api/"
},
{
"title": "User Accounts Listing",
"url": "{base_url}/administration/accounts/list/"
},
{
"title": "Edit User Account",
"url": "{base_url}/administration/accounts/1/edit/"
},
{
"title": "Handle Configuration for Persistent Identifier (PID) Binding",
"url": "{base_url}/administration/handle/"
},
{
"title": "Language Configuration",
"url": "{base_url}/administration/language/"
},
{
"title": "Version Information",
"url": "{base_url}/administration/version/"
}
]
}
},
{
"dashboardTab": {
"title": "Current User Tab",
"description": "0x024601 Who am I?",
"urls": [{
"title": "Current User Profile",
"url": "{base_url}/administration/accounts/profile/"
}]
}
},
{
"dashboardTab": {
"title": "Error Pages",
"description": "If something doesn't work in Archivematica you might see one of these pages.",
"urls": [{
"title": "404 Page Not Found",
"url": "{base_url}/404"
},
{
"title": "Page Forbidden",
"url": "{base_url}/forbidden/"
},
{
"title": "Does not exist",
"url": "{base_url}/tasks/0b8fa534-baad-f00d-94cb-5640746c8652/"
}
]
}
}
]
}
}