Roger G. Coram

Results 27 issues of Roger G. Coram

Add config. to, when a new tag is pushed: - compile source; - build a `.deb` file; - make a release, attaching the `.deb`. An example of the workflow in...

**S'sheet line:** 25 **For whom?** NLN **Notes:** Fixed recently? Test suite? in Heritrix Commons. Probably only GZIP sniffing.

enhancement

**S'sheet line:** 8 **For whom?** BNF, BL, DN **Notes:** Same problem as for LAP. Documentation challenge. Look at LAP certificate magic. **Est. Milestone:** 2.x.x

enhancement
documentation

We've just noticed a few `timeTrunc` errors in our crawl logs and the resulting `WARC-Truncated: time` headers in our WARC records. Does OpenWayback handle these specifically? At the moment it...

We're using the `FlexResourceStore` and `ZipNumBlockLoader` in our `CDXCollection.xml`. If the `numRetries` in `ZipNumBlockLoader` is set to anything > 1, then you can see errors like this in the log:...

The de facto standard for serving web archive indexes seems to be via CDX, not BDB. However, Wayback defaults to BDB out-of-the-box and our current [documentation](https://github.com/iipc/openwayback/wiki/How-to-configure) recommends commenting out/un-commenting the...

enhancement

When crawling using Heritrix, if both `sendIfModifiedSince` and `writeRevisitForNotModified` are set to `true` (although the latter has been deprecated, presumably equivalent to always being `true`), a server may respond with...

enhancement

Following on from the merging of #189, the [ResourceFactory](https://github.com/iipc/openwayback/blob/master/wayback-core/src/main/java/org/archive/wayback/resourcestore/resourcefile/ResourceFactory.java) could use an overhaul. Currently the code is a series of `if` statements: ``` if(urlOrPath.startsWith("http://")) ... } else if(urlOrPath.startsWith("hdfs://") || urlOrPath.startsWith("s3://")...

enhancement

Scale: # hits on host, aggregate and clustering results. **S'sheet line:** 2 **For whom?** BNF, BL, DN, IA **Notes:** New CDX server should enable this. **Est. Milestone:** 2.x.x

enhancement

Better display of information panel/toolbar into frames and iframes. **S'sheet line:** 13 **For whom?** BNF **Notes:** Wayback toolbar multiple times, one in each frame. No scaling/frame-sense. At least the date...

bug