Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Commit

Permalink
Small updates and tidying - bring up to date some screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpgovernance committed Dec 22, 2012
1 parent 7b09061 commit 563f8e9
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 15 additions & 15 deletions eng/users/source/managing_metadata/processing/index.rst
Expand Up @@ -3,12 +3,13 @@
Processing
==========

GeoNetwork provides some batch processing capability. Process are defined using XSL in the schema process folder.
Process could be used in:
GeoNetwork can batch process metadata records by applying an XSLT. The processing XSLTs are schema dependent and must be stored in the process folder of each metadata schema. For example, the process folder for the iso19139 metadata schema can be found in **GEONETWORK_DATA_DIR/config/schema_plugins/iso19139/process**.

* Harvesting for filtering harvested records from another GeoNetwork node (See :ref:`harvesting_gn`)
* Editor for the suggestion mechanism
* Advanced administration to manually calling xml.batch.processing service
Some examples of batch processing are:

* Filtering harvested records from another GeoNetwork node (See :ref:`harvesting_gn` in the Harvesting section of this manual)
* Suggesting content for metadata elements (editor suggestion mechanism)
* Applying an XSLT to a selected set of metadata records by using the xml.batch.processing service (this service does not have a user interface, it is intended to be used with an http submitter such as curl).

Process available
-----------------
Expand All @@ -19,15 +20,14 @@ Anonymizer
* schema: ISO19139
* usage: Harvester

Anonymiser is an XSL transformation provided for ISO19139 record in GeoNetwork which removes
all resource's contact except point of contact. It also have some custom options to replace email,
remove keywords and remove internal online resources. For this, 3 optional parameters are available:
Anonymiser is an XSL transformation provided for ISO19139 records which removes
all resource contacts except point of contact. In addition, it has three custom options to replace email addresses, remove keywords and remove internal online resources. These options are controlled by the following parameters:

* protocol: Protocol name for which online resource must be removed
* protocol: Protocol of the online resources that must be removed

* email: Generic email to use for all email in same domain (ie. after @domain.org).
* email: Generic email to use for all email addresses in a particular domain (ie. after @domain.org).

* thesaurus: Portion of thesaurus name for which keyword should be removed
* thesaurus: Portion of thesaurus name for which keywords should be removed

It could be used in the GeoNetwork harvesting XSL filter configuration using::

Expand Down Expand Up @@ -56,7 +56,7 @@ WMS synchronizer
* schema: ISO19139
* usage: Suggestion

If WMS server defined in distribution section, suggest to add extent, CRS and graphic overview based on WMS.
If an OGC WMS server is defined in distribution section, suggest that the user add extent, CRS and graphic overview based on that WMS.


Add INSPIRE conformity
Expand All @@ -65,7 +65,7 @@ Add INSPIRE conformity
* schema: ISO19139
* usage: Suggestion

If INSPIRE themes found, suggest to add an INSPIRE conformity section.
If INSPIRE themes are found, suggest that the user add an INSPIRE conformity section.


Add INSPIRE data quality report
Expand All @@ -83,7 +83,7 @@ Keywords comma exploder
* schema: ISO19139
* usage: Suggestion

Suggest to explode keywords which contains comma (which is better for indexing and searching).
Suggest that comma separated keywords be expanded to remove the commas (which is better for indexing and searching).

Keywords mapper
~~~~~~~~~~~~~~~
Expand All @@ -109,7 +109,7 @@ Thumbnail linker
* schema: ISO19139
* usage: Batch process

This batch process updates in batch all the metadata records to set a thumbnail.
This batch process creates a browse graphic or thumbnail for all metadata records.

Process parameters:

Expand Down
10 changes: 5 additions & 5 deletions eng/users/source/managing_metadata/templates/index.rst
Expand Up @@ -3,14 +3,14 @@
Templates
=========

The *Templates* options allow to manage the metadata templates in the catalog. You have to be logged in as an administrator.
The *Metadata and Templates* options in the Administration page allows you to manage the metadata templates in the catalog. You have to be logged in as an administrator to access this page and function.

.. figure:: templates-where.png

Sort templates
--------------

You can define the order in which Templates are listed. This is the case when an Editor creates a new metadata record.
You can define the order in which Templates are listed when an Editor creates a new metadata record.

.. figure:: templates-newmetadata.png

Expand All @@ -25,10 +25,10 @@ Use drag and drop to re-order the templates.
Add templates
-------------

This option allows the user to select the metadata templates to add in the catalog to create new metadata records.
This option allows the user to select the metadata templates from any schema and add them to the catalogue.

.. warning:: This will add the default templates available in the application folder <>/web/geonetwork/WEB-INF/classes/setup/templates and should be used with care by the Administrator.
.. warning:: This will add the default templates available for each schema in GEONETWORK_DATA_DIR/config/schema_plugins - it should be used with care by an Administrator.

.. figure:: templates-add.png

Mark the metadata templates to import and click *Add templates* button to import them in the catalog and make them are avaliable when creating new metadata records.
Select the metadata schemas to add templates from (multiple selections can be made) and click on the *Add templates* button to import them into the catalogue. They will then be avaliable for creating new metadata records.
Binary file modified eng/users/source/managing_metadata/templates/templates-add.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 563f8e9

Please sign in to comment.