wp-ldp
wp-ldp copied to clipboard
LDP Plugin for wordpress
My server shows a page not found for the url. For example https://aadhaar.fail/ldp#https://aadhaar.fail/api/ldp/v1/person/nandan-nilekani/ if you get the data using curl, you see that the json is indeed generated. It does...
Hi, I'd greatly appreciate your guidance with resolving this. I've set up test WordPress environment based on Turnkey Linux WordPress ISO (https://www.turnkeylinux.org/wordpress), then upgraded to latest WordPress version, 4.9.6. WordPress...
The url http://lov.okfn.org/dataset/lov/context needs to manually be changed to https://lov.okfn.org/dataset/lov/context or the plugin fails to work as expected.
The idea is, on plugin activation, to send a GET request to the /sites/ url of the reference site (virtual-assembly i guess ? ) and to retrieve the currently know...
As every JSON-LD context file is available in both HTTP and HTTPS, it should be ok to define the context file protocol we are targeting based on the current site...
We can unit test our Utilities classes, or our taxonomy and content types classes in a typical WordPress way. Good resource for that : https://pippinsplugins.com/unit-tests-wordpress-plugins-writing-tests/ Would be nice to be...
Really nice feature would be to add a clean WebID support for wordPress users (creation of certificates and handling of cert URLs) Discussion ongoing with Angelo, creator of: https://github.com/angelo-v/wp-linked-data on...
I tried to achieve unit testing of my custom endpoints based on : - https://torquemag.io/2017/01/testing-api-endpoints/ But it is a failure for now. Would be fine to be able to test...
The goal is to be able to push a plugin update in the wordpress.org repository on each push on the master branch. So when it will be done, **we won't...
I figured out rewriting the handling of resources objects properties is making the existing data returning 500 errors instead of properly displaying. This should be treated.