-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Siegfried -update doesn't include Wikidata #25
Comments
This should be pretty straightforward to set up. It is mostly handled by itforarchivists website but would also need to make some edits to the sf command to support the new sig file. For reference, the way this works is:
One thing to decide would be whether to add wikidata to the deluxe signature too. |
This is pretty low hanging fruit. You'd just need to edit cmd/roy/gen.go to include a makeWikidata() function to create a default wikidata.sig file in the data directory (each new release I run You could also update the deluxe function in gen.go to include a wikidata identifier in the deluxe.sig as well. Once that's done, I would just need to make a couple of small config changes to the itforachivists website & then |
Thanks @richardlehane I should be able to fit this in soon! NB. for context those not in the email loop - a 429 was reported this week - essentially Wikidata limiting the query for a single user. This could happen to anyone though and though I don't think we'll see it often and we follow the Wikidata guidance about user-agent the update function is a good workaround. And will also be quicker than harvest/build too. The only draw-back is Wikidata will only updated with SF/Roy releases but for testing and letting folks see the range of Wikidata identifications this will be more than fine I am sure. Super users will be able to harvest/build. |
@richardlehane I might have made those changes here? (eerily simple so I am a little unsure!) richardlehane/siegfried#178 - let me know what you think. I've tried to structure the PR somewhat sensibly from what I can see in the Siegfried repo. Happy to make any necessary changes! |
Now featured in Siegfried 1.9.3! |
Description of problem
Reviewing the installation instructions today I am reminded that
-update wikidata
doesn't exist from the itforarchivists.com website. This should probably be logged on the SF repo but I don't understand the problem space yet, and it's unlikely this will be possible before the release.The text was updated successfully, but these errors were encountered: