Skip to content

Commit

Permalink
Added missing step in README
Browse files Browse the repository at this point in the history
  • Loading branch information
HenningTimm committed Sep 5, 2023
1 parent 7f4e828 commit 2ed2d23
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,23 @@ If there was any content that needed to be overwritten (currently there is no su
* 6. replace `RDMO` with `UA Ruhr` in the `title` nodes of the `catalog` node
* 7. replace `rdmo` with `ua-ruhr` in the content of the `key` node in the `catalog` node

## Management of UR Ruhr specific catalog generation

Add new upstream questions to the file `cat_member.yaml`.
Each question receives an entry mapping catalog names to a boolean value, which denotes if that question is part of the specified catalog.
For new questions from upstream, at least the UA Ruhr catalog should be set to true.
Example:

```yaml
ua_ruhr/storage-and-long-term-preservation/long-term-preservation-costs/cover_how:
ua_ruhr: true
consultation: false
proposal: true
archive: false
training: false
```
In this example, the decision was made to add the question to the ua_ruhr and the proposal catlogs.
## Automatized Catalog Generation
### Quick Guide
- implement changes regarding content and presentation to `tools/all_questions.xml`
Expand Down

0 comments on commit 2ed2d23

Please sign in to comment.