Update notes for 2019-05-01

This commit is contained in:
2019-05-01 12:24:01 +03:00
parent 93931a633d
commit 1296501125
3 changed files with 22 additions and 8 deletions

View File

@ -57,5 +57,11 @@ curl: (22) The requested URL returned error: 401 Unauthorized
- They asked in 2018-09 as well and I told them it wasn't possible
- To make sure, I looked at [the documentation for RSS media feeds](https://wiki.duraspace.org/display/DSPACE/Enable+Media+RSS+Feeds) and tried it, but couldn't get it to work
- It seems to be geared towards iTunes and Podcasts... I dunno
- CIP also asked for a way to get an XML file of all their RTB journal articles on CGSpace
- I told them to use the REST API like (where `1179` is the id of the RTB journal articles collection):
```
https://cgspace.cgiar.org/rest/collections/1179/items?limit=812&expand=metadata
```
<!-- vim: set sw=2 ts=2: -->