specs
specs copied to clipboard
Specifications developed and maintained by the Webrecorder community.
Fixes #141 This PR adds a new specification for Request Body Canonicalization (sometimes also referred to as POST canonicalization), which describes new consistent behavior between pywb and warcio.js, with fixes...
POST canonicalization (or POST append) is implemented in pywb, warcio.js, and cdxj-indexer, but doesn't have a written specification. This was first implemented in pywb in https://github.com/webrecorder/pywb/pull/636. Various implementations are described...
... and fix a small typo
Hello, I love this project!!! I was reviewing the verification mechanisms for WACZ files at https://specs.webrecorder.net/wacz-auth/0.1.0/#proof-of-authenticity, and noticed a peculiar wording in their requirements definition (emphasis mine): > Proving web...
The Searchable URL [section](https://specs.webrecorder.net/cdxj/0.1.0/#searchable-url) in the CDXJ spec describes a greatly simplified algorithm as compared to either the [Java](https://github.com/commoncrawl/ia-web-commons) or [Python](https://github.com/internetarchive/surt) implementations. I created patches to fixes some bugs/differences between...
While [ReSpec](https://github.com/w3c/respec) allows Markdown to be embedded in an HTML file there doesn't appear to be an automated way to turn a standalone Markdown file into a ReSpec HTML file....
Safari doesn't seem to like that we load the typeface in the SVG file in order to display the text as actual text and not as a vector path. We...
Adds a new specificiation MultiWACZ for describing aggregations of WACZ files. This is a work in progress draft. Closes #112
Details about how to aggregate multiple WACZ files into a single WACZ need to be added to the specification. This hinges on resources in the `datapackage.json` using a `url` for...
The [WACZ Signing and Verification](https://specs.webrecorder.net/wacz-auth/0.1.0/#signing) spec currently supports _either_ **anonymous signing** _or_ **domain-name Identity + timestamp signing**. It could be beneficial to extend the **anonymous signing** portion of the spec...