dokieli is a clientside editor for decentralised article publishing, annotations and social interactions https://dokie.li/
csarven on master
Minor (compare)
csarven on master
Disable SaveAs when derive, rep… Disable Archive when reproduce … Add buttonStates for Memento bl… and 4 more (compare)
csarven on master
Add ODRL to list of supported s… (compare)
csarven on master
Add print SVG Add ODRL vocab terms Add getResourceInfoODRLPolicies and 3 more (compare)
curl -I https://www.w3.org/TR/webarch/
content-location: Overview.html
in comparison to the ones that don't:
curl -I http://csarven.ca/
So, when I do something like:
curl -ki 'https://web.archive.org/save/https://www.w3.org/TR/webarch/'
-H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:69.0) Gecko/20100101
Firefox/69.0' -H 'Accept: */*' -H 'Accept-Language:
en-CA,en;q=0.7,en-US;q=0.3' --compressed -H 'Referer:
https://localhost:8443/' -H 'Origin: https://localhost:8443' -H
'Connection: keep-alive' -H 'DNT: 1' -H 'Pragma: no-cache' -H
'Cache-Control: no-cache'
I get:
content-location: Overview.html
And that kind of screws up things for me because I can't figure out the
actual snapshot location from the headers. Okay if JS-enabled agent is
making the request because it eventually redirects.. but that's not what
I want because I'm making this call from dokieli and only want to work
with headers (or whatever is proper structured data is available.. as
opposed to scraping stuff).
This is in comparison to say:
curl -ki 'https://web.archive.org/save/http://csarven.ca/' -H
'User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:69.0) Gecko/20100101
Firefox/69.0' -H 'Accept: */*' -H 'Accept-Language:
en-CA,en;q=0.7,en-US;q=0.3' --compressed -H 'Referer:
https://localhost:8443/' -H 'Origin: https://localhost:8443' -H
'Connection: keep-alive' -H 'DNT: 1' -H 'Pragma: no-cache' -H
'Cache-Control: no-cache'
which gives a nice workable:
content-location: /web/20190708123256/http://csarven.ca/
Have I missed something obvious that I can use?
rdf-serialize
package some time in the future)const name = await path.create('http://example.org/mydoc.ttl').friends.name
.match()
way.