forked from artefactual/atom-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.txt
executable file
·227 lines (168 loc) · 5.28 KB
/
index.txt
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
.. _home:
==================
AtoM documentation
==================
.. toctree::
:hidden:
index
/user-manual/index
/admin-manual/index
.. _user-manual-home:
User manual
===========
User guide to creating, editing, accessing, importing, exporting, and
translating content in AtoM; includes administering the system via the
:term:`user interface`.
.. _overview:
Overview
--------
This section provides an overview of the technical architecture and
requirements.
* :doc:`What is AtoM? <user-manual/overview/intro>`
* :doc:`Technical requirements <user-manual/overview/technical-requirements>`
* :doc:`Entity types <user-manual/overview/entity-types>`
* :doc:`Descriptive standards <user-manual/overview/descriptive-standards>`
.. _getting-started:
Getting started
----------------
This section describes how to start using AtoM once it has been installed. It
provides a quick orientation to the home page, how to log in and log out, the
various user roles in the system, the main page types a user will encounter, and
how to switch languages.
* :ref:`Home page <home-page>`
* :ref:`Log in <log-in>`
* :ref:`User roles <user-roles>`
* :ref:`Page types <page-types>`
* :ref:`Choose language <choose-language>`
* :ref:`Change password <change-password>`
.. _add-edit-content:
Add/edit content
----------------
This section describes how to add, edit, and delete content in AtoM.
* :ref:`Accession records <accession-records>`
* :ref:`Archival descriptions <archival-descriptions>`
* :ref:`Authority records <authority-records>`
* :ref:`Archival institutions <archival-institutions>`
* :ref:`Deaccession records <deaccessions>`
* :ref:`Donors <donors>`
* :ref:`Functions <functions>`
* :ref:`Rights <rights>`
* Control area
* Terms
* Physical storage
* :ref:`Exit edit mode <exit-edit-mode>`
.. _access-content:
Access content
--------------
This section provides guidelines for searching, browsing, and navigating. Most
of the functions discussed are available to all user roles, including
researchers with read only access. However, some navigation features (e.g. edit
mode), are only available to users withedit access.
* :ref:`Search <search-atom>`
* Advanced search
* Browse
* :ref:`Navigate <navigate>`
* Context menu
.. _translate:
Translate
---------
This section describes how to translate both database content and user interface
elements in AtoM.
* Multilingual design principles in AtoM
* Translate content
* Translate interface
* Translate static pages
.. _reports-printing:
Reports/printing
----------------
This section describes how to create and print different types of reports using
AtoM:
* Create file list report & print
* Create item list report & print
* Create physical storage locations report & print
* Print search results
* Print finding aid
.. _import-export:
Import/export
-------------
This section describes automated methods for getting data in and out of an AtoM
application.
* Upload digital objects
* Import descriptions and terms
* Export descriptions and terms
.. _administer:
Administer
----------
This section describes how to administer AtoM, whether for a single institution
or for a network.
* Install
* :ref:`Manage user accounts and user groups <manage-user-accounts>`
* Manage digital object storage
* :ref:`Edit user permissions <edit-user-permissions>`
* :ref:`Manage static pages <manage-static-pages>`
* :ref:`Manage menus <manage-menus>`
* Manage plugins
* Settings
* Themes and theming
* Default language
* Site logo
* Back up
* Search for updates
* Global search and replace
* Visible elements
.. _data-entry:
Data entry / templates
-----------------------
This section includes specific instruction on working with AtoM's
standards-based edit templates. Data entry guidance is provided based on
guidance from the relevant standard, notes on the field's use in AtoM, and
more.
* Archival description templates
* :ref:`ISAD(G) template <isad-template>`
* :ref:`RAD template <rad-template>`
* :ref:`DACS template <dacs-template>`
* :ref:`Dublin Core template <dc-template>`
* :ref:`MODS template <mods-template>`
* Authority record templates
* :ref:`ISAAR-CPF template <isaar-template>`
* Archival institution templates
* :ref:`ISDIAH template <isdiah-template>`
Glossary
--------
Glossary of terms used throughout this user manual.
* :doc:`Glossary <user-manual/glossary/glossary>`
.. _admin-manual-home:
Administrator manual
====================
Instructions for installing, upgrading, importing and more; includes
administering the system via the command-line interface.
.. _admin-installation:
Installation
------------
* :ref:`installation-intended-audience`
* :ref:`installation-requirements`
* :ref:`installation-linux`
* :ref:`installation-windows`
* :ref:`installation-macosx`
* :ref:`installation-virtual-appliance`
* :ref:`installation-vagrant`
* :ref:`installation-multi-node`
* :ref:`installation-upgrading`
* :ref:`installation-execution-limits`
Maintenance
-----------
* :ref:`maintenance-cli-tools`
* :ref:`maintenance-clear-cache`
* :ref:`maintenance-web-analytics`
* :ref:`maintenance-logging`
* :ref:`maintenance-monitoring`
* :ref:`maintenance-tuning`
* :ref:`maintenance-troubleshooting`
Customization
-------------
* :ref:`customization-theming`
* :ref:`customization-localization`
Security
--------
* :ref:`security-firewall`
* :ref:`security-backups`