mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-21 22:25:02 +01:00
Add notes for 2017-07-14
This commit is contained in:
parent
9559f861cc
commit
186f6abea3
@ -68,3 +68,7 @@ org.postgresql.util.PSQLException: FATAL: remaining connection slots are reserve
|
||||
## 2017-07-13
|
||||
|
||||
- Remove `UKaid` from the controlled vocabulary for `dc.description.sponsorship`, as `Department for International Development, United Kingdom` is the correct form and it is already present ([#334](https://github.com/ilri/DSpace/pull/334))
|
||||
|
||||
## 2017-07-14
|
||||
|
||||
- Sisay sent me a patch to add "Photo Report" to `dc.type` so I've added it to the `5_x-prod` branch
|
||||
|
@ -27,7 +27,7 @@ We can use PostgreSQL’s extended output format (-x) plus sed to format the
|
||||
|
||||
|
||||
<meta property="article:published_time" content="2017-07-01T18:03:52+03:00"/>
|
||||
<meta property="article:modified_time" content="2017-07-06T16:59:03+03:00"/>
|
||||
<meta property="article:modified_time" content="2017-07-13T21:16:25+03:00"/>
|
||||
|
||||
|
||||
|
||||
@ -73,9 +73,9 @@ We can use PostgreSQL’s extended output format (-x) plus sed to format the
|
||||
"@type": "BlogPosting",
|
||||
"headline": "July, 2017",
|
||||
"url": "https://alanorth.github.io/cgspace-notes/2017-07/",
|
||||
"wordCount": "518",
|
||||
"wordCount": "538",
|
||||
"datePublished": "2017-07-01T18:03:52+03:00",
|
||||
"dateModified": "2017-07-06T16:59:03+03:00",
|
||||
"dateModified": "2017-07-13T21:16:25+03:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -218,6 +218,12 @@ org.postgresql.util.PSQLException: FATAL: remaining connection slots are reserve
|
||||
<li>Remove <code>UKaid</code> from the controlled vocabulary for <code>dc.description.sponsorship</code>, as <code>Department for International Development, United Kingdom</code> is the correct form and it is already present (<a href="https://github.com/ilri/DSpace/pull/334">#334</a>)</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="2017-07-14">2017-07-14</h2>
|
||||
|
||||
<ul>
|
||||
<li>Sisay sent me a patch to add “Photo Report” to <code>dc.type</code> so I’ve added it to the <code>5_x-prod</code> branch</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2017-07/</loc>
|
||||
<lastmod>2017-07-06T16:59:03+03:00</lastmod>
|
||||
<lastmod>2017-07-13T21:16:25+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
@ -109,7 +109,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2017-07-06T16:59:03+03:00</lastmod>
|
||||
<lastmod>2017-07-13T21:16:25+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
@ -120,19 +120,19 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
||||
<lastmod>2017-07-06T16:59:03+03:00</lastmod>
|
||||
<lastmod>2017-07-13T21:16:25+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/post/</loc>
|
||||
<lastmod>2017-07-06T16:59:03+03:00</lastmod>
|
||||
<lastmod>2017-07-13T21:16:25+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
||||
<lastmod>2017-07-06T16:59:03+03:00</lastmod>
|
||||
<lastmod>2017-07-13T21:16:25+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user