diff --git a/modules/gzip/index.html b/modules/gzip/index.html
new file mode 100644
index 000000000..fbdba1099
--- /dev/null
+++ b/modules/gzip/index.html
@@ -0,0 +1,108 @@
+---
+title: GZIP-kb Module
+---
+
+
+{% include header.html %}
+
+
+{% include navbar.html nav=site.data.navbar %}
+
+
GZip-kb Module
+
+1 Introduction
+
+
+ The GZIP-kb module recognizes and validates the Gzip (GNU zip) format.
+ [GZip].
+
+
+ The module is invoked by the:
+
+
+
+ jhove ... -m GZIP-kb ...
+
+
+
+ command line option.
+
+
+ The GZIP-kb module recognizes and validates GZip version 4.3. It also supports multiple member GZip files. This module uses the JWAT library for GZip parsing.
+
+
+
+This module doesn't have configurable parameters.
+
+
+
+ 2 Coverage
+
+
+ The GZIP-kb module recognizes and validates the following public profiles:
+
+
+
+
+ 3 Well-Formedness
+
+
+ The GZip module checks well-formedness.
+
+
+
+4 Validity
+
+ The following criteria must be met by a GZip file for JHOVE to consider it valid:
+
+
+- The file is well-formed. In GZIP-kb module the well-formedness and validity are equivalent.
+
+
+
+5 Representation Information
+
+ The MIME type is reported as: application/gzip [RFC 6713]. Application/x-gzip is also supported
+
+
+
+ In addition to the standard JHOVE
+ representation information, the following
+ GZip-specific properties are reported:
+
+
+-
+ Property "GzipEntryProperties"
+
+ - Property "Is non compliant" of type STRING
+ - Property "Offset value" of type STRING
+ - Property "GZip entry name" of type STRING
+ - Property "GZip entry comment" of type STRING
+ - Property "GZip entry date" of type STRING
+ - Property "GZip entry compression method" of type STRING
+ - Property "GZip entry operating system" of type STRING
+ - Property "GZip entry header crc16" of type STRING
+ - Property "GZip entry crc32" of type STRING
+ - Property "GZip entry extracted size (ISIZE)" of type STRING
+ - Property "GZip entry (computed) uncompressed size, in bytes" of type STRING
+ - Property "GZip entry (computed) compressed size, in bytes" of type STRING
+ - Property "GZip entry (computed) compression ratio" of type STRING
+
+
+
+
+
+
+6 Additional Module Properties
+
+
+ - Nominal file extension: .gz
+
+
+{% include footer.html %}
+
+
diff --git a/modules/warc/index.html b/modules/warc/index.html
new file mode 100644
index 000000000..be687333d
--- /dev/null
+++ b/modules/warc/index.html
@@ -0,0 +1,114 @@
+---
+title: WARC-kb Module
+---
+
+
+{% include header.html %}
+
+
+{% include navbar.html nav=site.data.navbar %}
+
+
WARC-kb Module
+
+1 Introduction
+
+
+ The WARC-kb module recognizes and validates the WARC (Web ARChive) format.
+ [WARC]. It only validates the WARC file format and WARC headers, not the actual payload of the WARC records.
+ This module uses the JWAT library for WARC parsing.
+ For Compressed WARC files the JWAT library is also used to parse compressed WARCs (.warc.gz)
+
+
+ The module is invoked by the:
+
+
+
+ jhove ... -m WARC-kb ...
+
+
+
+ command line option.
+
+
+ The WARC-kb module recognizes ISO28500:2009.
+
+
+
+This module doesn't have configurable parameters.
+
+
+
+ 2 Coverage
+
+
+ The WARC-kb module recognizes and validates the following profiles:
+
+
+
+
+ 3 Well-Formedness
+
+
+ The WARC module doesn't check the well-formedness
+
+
+
+4 Validity
+
+ The WARC module only validates the WARC file format, WARC headers. It doesn't check the payload of the WARC records.
+
+
+
+5 Representation Information
+
+ The MIME type is reported as: application/warc
+ [application/warc, application/warc-fields].
+
+
+ In addition to the standard JHOVE
+ representation information, the following
+ WARC-specific properties are reported:
+
+
+ -
+ Property "WarcRecordProperties"
+
+ - Property "Record offset" of type STRING
+ - Property "Warc-Date" of type STRING
+ - Property "Warc-Record-ID" of type STRING
+ - Property "Record-ID-Scheme" of type STRING
+ - Property "Content-Type" of type STRING
+ - Property "Content-Length" of type STRING
+ - Property "Warc-Type" of type STRING
+ - Property "Warc-Block-Digest" of type STRING
+ - Property "Block-Digest-Algorithm" of type STRING
+ - Property "Block-Digest-Encoding" of type STRING
+ - Property "isValidBlockDigest" of type STRING
+ - Property "Warc-Payload-Digest" of type STRING
+ - Property "Payload-Digest-Algorithm" of type STRING
+ - Property "Payload-Digest-Encoding" of type STRING
+ - Property "isValidPayloadDigest" of type STRING
+ - Property "Warc-Truncated" of type STRING
+ - Property "hasPayload" of type STRING
+ - Property "PayloadLength" of type STRING
+ - Property "Warc-Identified-Payload-Type" of type STRING
+ - Property "Warc-Segment-Number" of type STRING
+ - Property "isNonCompliant value" of type STRING
+ - Property "Computed Block-Digest" of type STRING
+
+
+
+
+
6 Additional Module Properties
+
+
+ - Nominal file extension: .warc, .warc.gz
+
+
+{% include footer.html %}
+
+
diff --git a/references/index.html b/references/index.html
index 8218ce10d..93292ee2b 100644
--- a/references/index.html
+++ b/references/index.html
@@ -10,90 +10,90 @@