Ed Summers
Ed Summers
Love this app! Thanks for sharing it on GitHub. I found myself wanting to be able to link to a particular view, such as the philosophy books used at Harvard...
I think this fixes issue #10, but I'm kind of a newbie when it comes to Coffee. I didn't realize my pull request would open another issue. Oops :smile:
It looks like comments in a robots.txt cause an error to be thrown: ``` javascript robots = require('robotstxt'); r = robots("http://findingaids.loc.gov/robots.txt", "test"); r.on("ready", function(gk) { console.log(gk.isAllowed("http://findingaids.loc.gov/")); }); ``` which results...
I have a [git repository](https://github.com/umd-mith/airwaves) that contains a number of small files (53,046). The `ghpages.publish` command seems to work for a bit but eventually throws a `spawn ENOMEM` error. Watching...
... and fix a small typo
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....
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 [CDXJ definition](https://specs.webrecorder.net/wacz/1.2.0/#cdxj) in the WACZ 1.2.0 draft can be extracted into a separated specification, and the WACZ v1.2.0 draft can be removed.
On the last [Frictionless Data](https://frictionlessdata.io/) call here appeared to be some interest in *signing* Data Packages. We should submit the generic approach as an issue and potentially a PR for...