6 Matching Annotations
  1. Sep 2023
  2. Jul 2022
  3. Jan 2022
    1. Making the CDX

      To generate a content index (CDX) file, we have at least two options. There’s JWATTools:

      $ jwattools cdx hello-world.warc
      

      …(which created cdx.unsorted.out), or the cdx-indexer from OpenWayback:

      $ cdx-indexer hello-world.warc > hello-world.warc.cdx
      

      …(which created hello-world.warc.cdx).