From 3144ada36aa38655edc3b00b1181b48635575e62 Mon Sep 17 00:00:00 2001 From: Rosemary Le Faive Date: Sat, 26 May 2018 21:43:23 -0300 Subject: [PATCH] Update README.md for style. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 562f32d1..196c5d66 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,8 @@ This is one Drupal module in a suite of modules (and stack of related software) Before installing Islandora, the XACML policies located [here](https://github.com/Islandora/islandora-xacml-policies) should be copied into the Fedora global XACML policies folder. This will allow "authenticated users" in Drupal to access Fedora API-M functions (create, edit, and delete objects in Fedora). Notes: -* The `permit-upload-to-anonymous-user.xml` and `permit-apim-to-anonymous-user.xml` policies allow anonymous (unauthenticated) -users to create objects and datastreams. They do not need to be present if this is not required. -* The policy `deny-purge-datastream-if-active-or-inactive.xml` must be deleted to allow users to purge (permanently remove) datastream versions. +* Delete the `permit-upload-to-anonymous-user.xml` and `permit-apim-to-anonymous-user.xml` policies unless you want to allow anonymous (unauthenticated) users to create Islandora objects (not recommended). +* Delete the `deny-purge-datastream-if-active-or-inactive.xml` to allow users to purge (permanently remove) datastream versions. More detailed information can be found in the 'Set XACML Policies' in the [Installing Fedora](https://wiki.duraspace.org/display/ISLANDORA/milestone+1+-+Installing+Fedora) chapter of the documentation. @@ -60,7 +59,8 @@ By default, objects with the [Fedora state](https://wiki.duraspace.org/display/F ### Customization -Hooks provided by Islandora are documented in `islandora.api.php`. A [detailed tutorial](https://github.com/Islandora/islandora/wiki/Multi-paged-Ingest-Forms) on extending the multi-page ingest forms is available on the Github (developers') Wiki. +* Hooks provided by Islandora are documented in `islandora.api.php`. +* A [detailed tutorial](https://github.com/Islandora/islandora/wiki/Multi-paged-Ingest-Forms) on extending the multi-page ingest forms is available on the Github (developers') Wiki. ## Documentation