mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes
This commit is contained in:
@ -243,10 +243,10 @@ $ grep -c 207.46.13.36 /var/log/nginx/access.log.1
|
||||
- While it's not in the top ten, Baidu is one bot that seems to not give a fuck:
|
||||
|
||||
```
|
||||
# grep -c Baiduspider /var/log/nginx/access.log.1
|
||||
8068
|
||||
# grep Baiduspider /var/log/nginx/access.log.1 | grep -c -E "GET /(browse|discover)"
|
||||
1431
|
||||
# cat /var/log/nginx/access.log /var/log/nginx/access.log.1 | grep "7/Nov/2017" | grep -c Baiduspider
|
||||
8912
|
||||
# cat /var/log/nginx/access.log /var/log/nginx/access.log.1 | grep "7/Nov/2017" | grep Baiduspider | grep -c -E "GET /(browse|discover|search-filter)"
|
||||
2521
|
||||
```
|
||||
|
||||
- According to their documentation their bot [respects `robots.txt`](http://www.baidu.com/search/robots_english.html), but I don't see this being the case
|
||||
@ -646,3 +646,4 @@ dspace6=# CREATE EXTENSION pgcrypto;
|
||||
|
||||
- Send Adam Hunt an invite to the DSpace Developers network on Yammer
|
||||
- He is the new head of communications at WLE, since Michael left
|
||||
- Merge changes to item view's wording of link metadata ([#348](https://github.com/ilri/DSpace/pull/348))
|
||||
|
Reference in New Issue
Block a user