Update notes for 2017-08-11

This commit is contained in:
2017-08-12 08:40:59 +03:00
parent bd4f7ff0a9
commit 2304f65bf8
3 changed files with 10 additions and 8 deletions

View File

@ -37,7 +37,7 @@ Then I cleaned up the author authorities and HTML characters in OpenRefine and s
<meta property="article:published_time" content="2017-08-01T11:51:52&#43;03:00"/>
<meta property="article:modified_time" content="2017-08-12T00:02:42&#43;03:00"/>
<meta property="article:modified_time" content="2017-08-12T00:04:09&#43;03:00"/>
@ -85,9 +85,9 @@ Then I cleaned up the author authorities and HTML characters in OpenRefine and s
"@type": "BlogPosting",
"headline": "August, 2017",
"url": "https://alanorth.github.io/cgspace-notes/2017-08/",
"wordCount": "1148",
"wordCount": "1188",
"datePublished": "2017-08-01T11:51:52&#43;03:00",
"dateModified": "2017-08-12T00:02:42&#43;03:00",
"dateModified": "2017-08-12T00:04:09&#43;03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -261,6 +261,7 @@ Then I cleaned up the author authorities and HTML characters in OpenRefine and s
<li>I learned this on a recent discussion on the DSpace wiki</li>
<li>I need to either look into setting up a database pool through JNDI or increase the PostgreSQL max connections</li>
<li>Also, I need to find out where the load is coming from (rest?) and possibly block bots from accessing dynamic pages like Browse and Discover instead of just sending an X-Robots-Tag HTTP header</li>
<li>I noticed that Google has bitstreams from the <code>rest</code> interface in the search index. I need to ask on the dspace-tech mailing list to see what other people are doing about this, and maybe start issuing an <code>X-Robots-Tag: none</code> there!</li>
</ul>