forked from geonetwork/core-geonetwork
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the links to documentation in the sofware development pages (g…
…eonetwork#7408) * Update the links to documentation to https://docs.geonetwork-opensource.org/ in the sofware development pages * Updating software developer, CONTRIBUTING.md, and wiki to reflect mkdocs change I found that the CONTRIBUTING.md requested developer docuemntation (on new libraries and dependencies) but did not indicate *where* to add such information. I assumed adding it ot the README.md files is the correct choice. I also updated the wiki pages referenced by this content: - https://github.com/geonetwork/core-geonetwork/wiki/Git-merge-branching-good-practices - https://github.com/geonetwork/core-geonetwork/wiki/How-to-contribute * Update software_development/README.md Co-authored-by: Jody Garnett <[email protected]> --------- Co-authored-by: Jody Garnett <[email protected]>
- Loading branch information
1 parent
6ee146a
commit b8c8a3f
Showing
15 changed files
with
216 additions
and
39 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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# These are supported funding model platforms | ||
|
||
github: [osgeo] | ||
cusotm: ['https://github.com/geonetwork/core-geonetwork/wiki#financial-support','https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LDTWEL3XKUVU8&source=url','https://www.osgeo.org/about/how-to-become-a-sponsor/'] |
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,20 @@ | ||
|
||
<!--Include a few sentences describing the overall goals for this Pull Request--> | ||
|
||
<!-- Please help our volunteers reviewing this PR by completing the following items. | ||
Ask in a comment if you have troubles with any of them. --> | ||
|
||
# Checklist | ||
|
||
- [ ] I have read the [contribution guidelines](https://github.com/geonetwork/core-geonetwork/blob/main/CONTRIBUTING.md | ||
- [ ] *Pull request* provided for `main` branch, backports managed with label | ||
- [ ] *Good housekeeping* of code, cleaning up comments, tests, and documentation | ||
- [ ] *Clean commit history* broken into understandable chucks, avoiding big commits with hundreds of files, cautious of reformatting and whitespace changes | ||
- [ ] *Clean commit message*s, longer verbose messages are encouraged | ||
- [ ] *API Changes* are identified in commit messages | ||
- [ ] *Testing* provided for features or enhancements using [automatic tests](https://github.com/geonetwork/core-geonetwork/blob/main/software_development/TESTING.md)) | ||
- [ ] *User documentation* provided for new features or enhancements in [mannual](https://github.com/geonetwork/core-geonetwork/tree/main/docs/manual) | ||
- [ ] *Build documentation* provided for development instructions in `README.md` files | ||
- [ ] *Library management* using `pom.xml` dependency management. Update build documentation with intended library use and library tutorials or documentation | ||
|
||
<!--Submitting the PR does not require you to check all items, but by the time it gets merged, they should be either satisfied or not applicable.--> |
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 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,12 @@ | ||
# Data storage | ||
|
||
Extensions for data storage (used for storage resources such as record attachments and thumbnails). | ||
|
||
Core provides the default implementation for a data directory: | ||
|
||
* org.fao.geonet.resource.FileResources | ||
|
||
For more information see: | ||
|
||
* org.fao.geonet.resource.Resources | ||
|
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,11 @@ | ||
# CMIS Data storage | ||
|
||
Extension for data storage (used for storage resources such as record attachments and thumbnails). | ||
|
||
* cmis: content management interoperability services | ||
|
||
This data storage is based on the Apache Chemistry project which has been retired. | ||
|
||
Reference: | ||
|
||
* https://chemistry.apache.org/java/opencmis.html |
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,10 @@ | ||
# JCloud Data storage | ||
|
||
Extension for data storage (used for storage resources such as record attachments and thumbnails). | ||
|
||
This extension uses the Apache JCloud library for portable storage across different cloud providers. | ||
|
||
Reference: | ||
|
||
* https://jclouds.apache.org | ||
|
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,9 @@ | ||
# S3 Data storage | ||
|
||
Extension for data storage (used for storage resources such as record attachments and thumbnails). | ||
|
||
This extension uses Amazon Web Services Simple Storage Service (S3) data storage directly. | ||
|
||
Reference: | ||
|
||
* https://docs.aws.amazon.com/AmazonS3/latest/API/Welcome.html |
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 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