-
-
Notifications
You must be signed in to change notification settings - Fork 489
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Backport 4.2.x] Update revise use of empty or mostly empty pages (#7957
) * Update revise use of empty or mostly empty pages Addresses #7766 * Guidance on use of GeoNetwork 2.0 harvester * Adjust nav tree for batchupdate options To prevent duplication of title in the nav bar. All URL paths remain the same. This takes advantage of batchupdate/index.md being treated as a navigation header. --------- Co-authored-by: Jody Garnett <[email protected]>
- Loading branch information
1 parent
2e1f3be
commit fabf54f
Showing
10 changed files
with
55 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,14 @@ | ||
# Version 3.0.0 {#version-300} | ||
|
||
## New features | ||
|
||
This is a major release changing dropping support for ExtJS UI completing transition to AngularJS. | ||
|
||
* ISO19139 / INSPIRE conformity | ||
* Feature/harvester admin 2 | ||
* Map: Make add WMS more robust | ||
* Disable ExtUI | ||
|
||
## Bug Fixes | ||
|
||
Please see [3.0.0 issues](https://github.com/geonetwork/core-geonetwork/issues?page=2&q=is%3Aissue+milestone%3A3.0.0+is%3Aclosed) and [pull requests](https://github.com/geonetwork/core-geonetwork/pulls?q=milestone%3A3.0.0+is%3Aclosed+is%3Apr) for full details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 7 additions & 1 deletion
8
docs/manual/docs/user-guide/harvesting/harvesting-geonetwork.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
# GeoNetwork 2.0 Harvester {#gn2_harvester} | ||
|
||
GeoNetwork 2.1 introduced a new powerful harvesting engine which is not compatible with GeoNetwork version 2.0 based catalogues. Old 2.0 servers can still harvest from 2.1 servers but harvesting metadata from a v2.0 server requires this harvesting type. Due to the fact that GeoNetwork 2.0 was released more than 5 years ago, this harvesting type is deprecated. | ||
## Upgrading from GeoNetwork 2.0 Guidance | ||
|
||
GeoNetwork 2.1 introduced a new powerful harvesting engine which is not compatible with GeoNetwork version 2.0 based catalogues. | ||
|
||
* Harvesting metadata from a v2.0 server requires this harvesting type. | ||
* Old 2.0 servers can still harvest from 2.1 servers | ||
* Due to the fact that GeoNetwork 2.0 is no longer suitable for production use, this harvesting type is deprecated. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Updating a set of records {#batchupdate} | ||
|
||
In some circumstances, users may want to update a set of records: | ||
|
||
- [Updating a set of records from the edit console](../batchediting.md) | ||
- [Updating a set of records from the admin console](../batchupdate-from-admin.md) | ||
- [Updating a set of records using XSLT](../batchupdate-xsl.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters