From ea47139d0fa81c74cfa65019d895f53198a53de5 Mon Sep 17 00:00:00 2001 From: Emanuele Tajariol Date: Thu, 25 Mar 2021 17:19:46 +0100 Subject: [PATCH] [Fixes #7097] Allow XSL customization (#87) --- basic/settings/index.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/basic/settings/index.rst b/basic/settings/index.rst index 038fe446..c9f403e3 100644 --- a/basic/settings/index.rst +++ b/basic/settings/index.rst @@ -488,13 +488,20 @@ CATALOGUE pycsw is the default CSW enabled in GeoNode. pycsw configuration directives are managed in the PYCSW entry. -CATALOGUE METADATA TEMPLATE +CATALOGUE_METADATA_TEMPLATE --------------------------- Default : ``catalogue/full_metadata.xml`` A string with the catalogue xml file needed for the metadata. +CATALOGUE_METADATA_XSL +---------------------- + + Default : ``'/static/metadataxsl/metadata.xsl`` + + A string pointing to the XSL used to transform the metadata XML into human readable HTML. + CELERYD_POOL_RESTARTS ---------------------