diff --git a/content/posts/2019-05.md b/content/posts/2019-05.md index b253c258d..0e796ed74 100644 --- a/content/posts/2019-05.md +++ b/content/posts/2019-05.md @@ -339,4 +339,10 @@ $ cat dspace.log.2019-05-11 | grep -E 'ip_addr=(100.26.206.188|100.27.19.233|107 - Also, there is 10 to 20% CPU steal on that VM, so I will ask Linode to move it to another host - Commit changes to the `resolve-addresses.py` script to add proper CSV output support +## 2019-05-14 + +- Skype with Peter and AgroKnow about CTA story telling modification they want to do on the CTA ICT Update collection on CGSpace + - I told them they should aim for modifying the collection theme and insert some custom HTML / JS + - I need to send Panagis some documentation about Mirage 2 and the DSpace build process, as well as the Maven settings for build + diff --git a/docs/2019-05/index.html b/docs/2019-05/index.html index 596535604..0742296c8 100644 --- a/docs/2019-05/index.html +++ b/docs/2019-05/index.html @@ -28,7 +28,7 @@ But after this I tried to delete the item from the XMLUI and it is still present - + @@ -61,9 +61,9 @@ But after this I tried to delete the item from the XMLUI and it is still present "@type": "BlogPosting", "headline": "May, 2019", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-05\/", - "wordCount": "2323", + "wordCount": "2387", "datePublished": "2019-05-01T07:37:43\x2b03:00", - "dateModified": "2019-05-12T10:39:10\x2b03:00", + "dateModified": "2019-05-12T13:59:44\x2b03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -542,6 +542,17 @@ UPDATE metadatavalue SET text_lang='es_ES' WHERE resource_type_id=2 AND metadata
Commit changes to the resolve-addresses.py
script to add proper CSV output support