Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add path for settings #293

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion user-manual/administer/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ Because of this, attempts to export or harvest EAD 2002 XML for large
descriptive hierarchies can fail, as the browser times out before the document
can be fully generated and served to the end user.

To avoid this, AtoM includes this setting, which allows users to pre-generate
To avoid this, AtoM includes this setting (located at |path_xml_arch_desc|), which allows users to pre-generate
XML exports via AtoM's job scheduler, and then cache them in the ``downloads``
directory. This way, when users attempt to download large XML files, they can
be served directly, instead of having to generate before the browser timeout
Expand Down Expand Up @@ -3170,3 +3170,5 @@ public users.
for more information.

:ref:`Back to top <settings>`

.. |path_xml_arch_desc| replace:: `Admin -> Settings -> Global Settings (scroll down to the bottom)`
4 changes: 3 additions & 1 deletion user-manual/import-export/export-xml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ full EAD 2002 XML file can be generated.

.. TIP::

An :term:`administrator` does have the option of turning on a setting that
An :term:`administrator` does have the option of turning on a setting (located at |path_xml_arch_desc|) that
will generate the XML for archival descriptions in advance on save, so that
large files can be served up without needing to be generated on the fly.
There is also a command-line task that will allow a system administrator to
Expand Down Expand Up @@ -535,3 +535,5 @@ rather than just adding a parent description.
* :ref:`tools-expire` (command-line task)

:ref:`Back to top <export-xml>`

.. |path_xml_arch_desc| replace:: `Admin -> Settings -> Global Settings (scroll down to the bottom)`
Loading