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

Updating a few links #283

Merged
merged 27 commits into from
May 3, 2024
Merged
Show file tree
Hide file tree
Changes from 26 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
c7d4434
Update URL - php manual
eviau-artefactual May 2, 2024
e5c2097
Update another URL - php manual
eviau-artefactual May 2, 2024
a4beb13
This seems to be the relevant URL, let me know if not
eviau-artefactual May 2, 2024
8a3ea38
the original URL was broken, this is the 2nd edition
eviau-artefactual May 2, 2024
152f788
this one I am not 100% sure - do we want the older edition?
eviau-artefactual May 2, 2024
dc944eb
we could also use a tech zine by Julia Evans here...?
eviau-artefactual May 2, 2024
18f48f9
the original website is offline, but archive.org can help
eviau-artefactual May 2, 2024
235d004
seems to be the URL we want
eviau-artefactual May 2, 2024
8322f98
seems to be the new URL
eviau-artefactual May 2, 2024
1be6073
two times the same URL
eviau-artefactual May 2, 2024
674a0cc
seems to be the URL we want
eviau-artefactual May 2, 2024
b302f3d
http -> https
eviau-artefactual May 2, 2024
ef4d7e6
it seems to be the canon URL
eviau-artefactual May 2, 2024
b6eb2a6
I think this is the correct link, might be wrong for this one
eviau-artefactual May 2, 2024
9c29541
seems to be the standard main URL
eviau-artefactual May 2, 2024
7362e96
although it's the 7.x version the info is the same as the previous URL
eviau-artefactual May 2, 2024
5d99312
the anchor was not resolving
eviau-artefactual May 2, 2024
920cc1c
updating the reference and the name
eviau-artefactual May 2, 2024
ac26471
ISAD(G) URL
eviau-artefactual May 2, 2024
185ba08
Firefox URL
eviau-artefactual May 2, 2024
07fe4e0
the current value for this URL is unrelated to robotstxt
eviau-artefactual May 2, 2024
bbbc3b1
actual answer with updated URL, minus the UTM tracking
eviau-artefactual May 2, 2024
ba81318
the anchor has been removed
eviau-artefactual May 2, 2024
7416d03
Direct URL
eviau-artefactual May 2, 2024
cd8386e
the URL has moved
eviau-artefactual May 2, 2024
1c21869
forgot to close the tag
eviau-artefactual May 2, 2024
a7da3a2
update URL afte comments
eviau-artefactual May 3, 2024
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
2 changes: 1 addition & 1 deletion admin-manual/customization/config-files.rst
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ This file contains additional parameters that can be used to configure the
Values that can be configured here include:

* ``cas_version`` can be set to 1.0, 2.0, or 3.0. For more information, see:
https://apereo.github.io/cas/5.2.x/protocol/CAS-Protocol.html
https://apereo.github.io/cas/7.0.x/protocol/CAS-Protocol.html
* You can configure the connection to your CAS authentication server by
adjusting the ``server_name``, ``server_port``, and ``server_path`` values
* The location of your CAS server's SSL certificate can be configured. By
Expand Down
4 changes: 2 additions & 2 deletions admin-manual/installation/ansible.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ many machines are involved.
let us know the results. If you have suggestions, send us a pull request
or point us to the area of the code that needs to be changed. Thank you!

Ryerson University Library & Archives leads the development of a similar
solution targeting Chef. `Their repositories are open source <https://github.com/ryersonlibrary?utf8=%E2%9C%93&query=atom>`_.
Toronto Metropolitan University Libraries leads the development of a similar
solution targeting Chef. `Their repositories are open source <https://github.com/torontomulibrary/atom_cookbook>`_.
4 changes: 2 additions & 2 deletions admin-manual/installation/execution-limits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Adjusting PHP script execution limits

max_execution_limit = 30

**More info**: http://ca2.php.net/manual/info.configuration.php#ini.max-execution-time
**More info**: https://www.php.net/manual/en/info.configuration.php#ini.max-execution-time

``memory_limit``:
Limits the amount of memory a script may consume (in bytes [B], kilobytes
Expand Down Expand Up @@ -118,7 +118,7 @@ Adjusting PHP script execution limits
| 512 | 70 |
+------------+------------+

**More info**: http://ca2.php.net/manual/ini.core.php#ini.memory-limit
**More info**: https://www.php.net/manual/en/ini.core.php#ini.memory-limit

``post_max_size``:
Sets max size of post data allowed. This setting also affects file upload.
Expand Down
4 changes: 2 additions & 2 deletions admin-manual/installation/windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ in Windows. Some of the most popular virtualization tools in Windows are:
* VirtualBox (open source): https://www.virtualbox.org/
* VMware: http://www.vmware.com/
* Hyper-V (the official Windows hypervisor):
http://www.microsoft.com/hyper-v-server
https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/

You should be able to use a virtual appliance in the virtualization tool of
your choice. However, Artefactual does **not** maintain production-ready virtual
Expand All @@ -48,7 +48,7 @@ environment can be tricky, however, so be prepared for some hassle!
Web servers
===========

The good news is that the support of PHP in `IIS <http://www.iis.net/>`__ 7 or
The good news is that the support of PHP in `IIS <https://www.iis.net/>`__ 7 or
above is excellent. Check out the official website: http://php.iis.net.

You can also use `Apache <https://httpd.apache.org/>`__ or
Expand Down
4 changes: 2 additions & 2 deletions admin-manual/maintenance/cli-import-export.rst
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ The EAC-CPF XML standard is prepared and maintained by the Technical Subcommitte
for Encoded Archival Context of the Society of American Archivists and the
Staatsbibliothek zu Berlin, and a version of the Tag Library is available at:

* http://eac.staatsbibliothek-berlin.de/fileadmin/user_upload/schema/cpfTagLibrary.html
* https://eac.staatsbibliothek-berlin.de/schema/v2/eac.html

When using the task, EAC-CPF XML files will be exported to a directory; you must
first create the target directory, and then you will specify the path to it when
Expand Down Expand Up @@ -1084,7 +1084,7 @@ The task is further outlined on the :ref:`maintenance-cli-tools` page - see:
* Mike Hyllier's article on
`Managing Hierarchical data in MySQL <http://mikehillyer.com/articles/managing-hierarchical-data-in-mysql/>`__
* Evan Petersen's discussion of `nested sets
<http://www.evanpetersen.com/item/nested-sets.html>`__
<https://web.archive.org/web/20140122022451/http://www.evanpetersen.com/item/nested-sets.html>`__
* Wikipedia's `Nested set model
<http://en.wikipedia.org/wiki/Nested_set_model>`__

Expand Down
4 changes: 2 additions & 2 deletions admin-manual/maintenance/elasticsearch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Check cluster health
====================

See:
http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/cluster-health.html
https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster-health.html

.. code:: bash

Expand Down Expand Up @@ -97,7 +97,7 @@ Cluster health is yellow

If Cluster health returns as yellow, it "means that the primary shard is
allocated but replicas are not"
`[1] <http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/cluster-health.html#cluster-health>`_.
`[1] <https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster-health.html>`_.
This often means that you have do not
have enough ES nodes in your cluster to support the desired number of replicas
of an index. This happens when you have indexes with ``number_of_replicas`` >
Expand Down
3 changes: 1 addition & 2 deletions admin-manual/maintenance/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ while monitoring.
More information on using htop:

* https://hisham.hm/htop/
* https://www.howtogeek.com/howto/ubuntu/using-htop-to-monitor-system-processes-on-linux/
* https://www.geeksforgeeks.org/using-htop-to-monitor-system-processes-on-linux/

:ref:`Back to top <maintenance-troubleshooting>`

Expand Down Expand Up @@ -1419,7 +1419,6 @@ particularly demanding or unwanted web crawlers. For more information, see:
* http://www.robotstxt.org/
* https://en.wikipedia.org/wiki/Robots_exclusion_standard
* https://www.google.com/webmasters/tools/robots-testing-tool
* https://varvy.com/robottxt.html

You can also look into increasing the execution limits configured for the
site, so that more memory and time is made available before the limits are
Expand Down
4 changes: 2 additions & 2 deletions admin-manual/maintenance/web-analytics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ tracked.

:ref:`Back to top <maintenance-web-analytics>`

.. _`Google Analytics`: https://analytics.google.com/analytics/web/#/
.. _`Create an event scoped custom dimension`: https://support.google.com/analytics/answer/10075209?hl=en#zippy=%2Ccreate-an-event-scoped-custom-dimension
.. _`Google Analytics`: https://analytics.google.com/
.. _`Create an event scoped custom dimension`: https://support.google.com/analytics/answer/14239696
.. _`Google Tag Manager`: https://www.google.com/tagmanager/
.. _`Configure GA4 in GTM`: https://support.google.com/tagmanager/answer/9442095?hl=en
2 changes: 1 addition & 1 deletion dev-manual/env/compose.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ and it is suitable for both development and production environments.
your own risk.

If this is the first time that you have heard about containers you may find
`The New Stack eBook Series <http://thenewstack.io/ebookseries/>`_ a useful
`The New Stack eBook Series <https://thenewstack.io/ebooks/>`_ a useful
resource to get up to speed quickly.

Install Docker and Docker Compose
Expand Down
2 changes: 1 addition & 1 deletion user-manual/add-edit-content/accessions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ Donor records can be accessed via the :term:`main menu` by navigating to
Add events to an accession record
---------------------------------

.. _CAAIS: http://archivescanada.ca/CWG_AccessionStandard
.. _CAAIS: https://archivescanada.ca/wp-content/uploads/2023/07/CAAIS_2019May15_EN.pdf

Events are a method of capturing key dates and activities taken by staff
throughout the accession process, and serve to create an audit trail of
Expand Down
2 changes: 1 addition & 1 deletion user-manual/add-edit-content/authority-records.rst
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ Add a new authority record from the main menu
3. Enter data as required. The authority record edit template is based on the
`ICA's <http://www.ica.org/>`__ *International Standard Archival Authority
Record for Corporate Bodies, Persons and Families*
(`ISAAR <https://www.ica.org/isaar-cpf-international-standard-archival-authority-record-corporate-bodies-persons-and-families-2nd>`__).
(`ISAAR <https://www.ica.org/resource/isaar-cpf-international-standard-archival-authority-record-for-corporate-bodies-persons-and-families-2nd-edition/>`__).
For more information on the use of particular fields in the ISAAR authority
record edit template, see: :ref:`ISAAR(CPF) <isaar-template>`.
4. You can quit the creation process at any time by clicking the "Cancel"
Expand Down
2 changes: 1 addition & 1 deletion user-manual/data-templates/dacs-template.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Describing Archives: A Content Standard (DACS 2013) data entry and CSV template
On this page you will find:

* Link to downloadable CSV template using
`ISAD(G) General International Standard Archival Description <http://www.ica.org/10207/standards/isadg-general-international-standard-archival-description-second-edition.html>`_
`ISAD(G) General International Standard Archival Description <https://www.ica.org/resource/isadg-general-international-standard-archival-description-second-edition/>`_
* Description of fields used when entering or importing
:term:`archival descriptions <archival description>` using DACS
in a :term:`CSV` file or entering the data manually.
Expand Down
2 changes: 1 addition & 1 deletion user-manual/data-templates/dc-template.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Dublin Core Metadata Element Set, Version 1.1 (DC)
On this page you will find:

* Link to downloadable CSV template using
`ISAD(G) General International Standard Archival Description <http://www.ica.org/10207/standards/isadg-general-international-standard-archival-description-second-edition.html>`_
`ISAD(G) General International Standard Archival Description <https://www.ica.org/resource/isadg-general-international-standard-archival-description-second-edition/>`_
* Description of fields used when entering or importing
:term:`archival descriptions <archival description>` using DC
in a :term:`CSV` file or entering the data manually.
Expand Down
2 changes: 1 addition & 1 deletion user-manual/data-templates/mods-template.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Metadata Object Description Schema (MODS)
On this page you will find:

* Link to downloadable CSV template using
`ISAD(G) General International Standard Archival Description <http://www.ica.org/10207/standards/isadg-general-international-standard-archival-description-second-edition.html>`_
`ISAD(G) General International Standard Archival Description <https://www.ica.org/resource/isadg-general-international-standard-archival-description-second-edition/>`_
* Description of fields used when entering or importing
:term:`archival descriptions <archival description>` using MODS
in a :term:`CSV` file or entering the data manually.
Expand Down
2 changes: 1 addition & 1 deletion user-manual/import-export/csv-import.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1989,7 +1989,7 @@ name of the actor involved in the event and the type of event. An example CSV
template file is available in the AtoM source code
(``lib/task/import/example_events.csv``) or can be downloaded here:

* https://wiki.accesstomemory.org/Resources/CSV_templates#Other_CSV_templates
* https://wiki.accesstomemory.org/Resources/CSV_templates
eviau-artefactual marked this conversation as resolved.
Show resolved Hide resolved

.. IMPORTANT::

Expand Down
2 changes: 1 addition & 1 deletion user-manual/import-export/upload-digital-object.rst
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ Add subtitle, caption, and/or chapter files to audio and video
--------------------------------------------------------------

.. _WebVTT: https://en.wikipedia.org/wiki/WebVTT
.. _SubRip Text: https://en.wikipedia.org/wiki/SubRip#SubRip_file_format
.. _SubRip Text: https://en.wikipedia.org/wiki/SubRip
.. _UTF-8: https://en.wikipedia.org/wiki/UTF-8

AtoM also supports the ability to upload `WebVTT`_ (``.vtt``) or `SubRip Text`_
Expand Down
2 changes: 1 addition & 1 deletion user-manual/overview/descriptive-standards.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Describing Archives: A Content Standard (DACS)

DACS is maintained by the `Society of American Archivists
<http://www2.archivists.org/>`__ and is available at
http://files.archivists.org/pubs/DACS2E-2013.pdf (**PDF**). DACS-specific sections
https://files.archivists.org/pubs/DACS2E-2013_v0315.pdf (**PDF**). DACS-specific sections
of this manual are available at: Describing Archives: A Content Standard
(:ref:`DACS <dacs-template>`)

Expand Down
2 changes: 1 addition & 1 deletion user-manual/overview/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ to the user's browser.
.. warning:: With the release of 2.0, AtoM will no longer support Internet
Explorer (IE) 8 or earlier versions. If possible, please upgrade your browser
to IE9 or higher, or use a supported browser such as `Firefox
<http://www.mozilla.org/en-US/firefox/fx/#desktop>`_,
<https://www.mozilla.org/firefox/>`_,
`Chrome <https://www.google.com/intl/en_uk/chrome/browser/>`_,
`Opera <http://www.opera.com/browser/>`_, or `Safari
<http://www.apple.com/safari/>`_.
Expand Down
2 changes: 1 addition & 1 deletion user-manual/overview/technical-requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Older browsers that do not support JavaScript will not be able to view these
effects. They are still able to access AtoM unimpaired; it just won't look as
nice. It is recommended, therefore, that users employ modern web browsers
that support JavaScript (such as `Firefox
<http://www.mozilla.org/en-US/firefox/fx/#desktop>`_, `Chrome
<http://www.mozilla.org/firefox>`_, `Chrome
<https://www.google.com/intl/en_uk/chrome/browser/>`_, `Opera
<http://www.opera.com/browser/>`_, or `Safari
<http://www.apple.com/safari/>`_.)
Expand Down
Loading