From acda7c101a2e883c2768500b9b158e204e903c6e Mon Sep 17 00:00:00 2001 From: Chris Sherwood Date: Mon, 3 Aug 2026 12:46:56 -0700 Subject: [PATCH] catalog: surface US Military Field Manuals in Survival > Comprehensive Adds the gated, self-hosted field-manuals entry - the first catalog resource to use the `auth: nomad_app_key` field from #1172. The ZIM is byte-identical to the community build by jrsphoto (sha256 055a0b3a...dce1ea, 2,123,720,730 bytes). Only the filename differs, because parseZimFilename() requires _.zim and the original field_manuals.zim parses to null. Credit is carried in the entry description. --- collections/kiwix-categories.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/collections/kiwix-categories.json b/collections/kiwix-categories.json index 9b301c1..26833a4 100644 --- a/collections/kiwix-categories.json +++ b/collections/kiwix-categories.json @@ -246,6 +246,15 @@ "description": "Practical guides to food production, water and sanitation, construction, and village-scale manufacturing without industrial supply chains", "url": "https://download.kiwix.org/zim/zimit/cd3wdproject.org_en_all_2025-11.zim", "size_mb": 581 + }, + { + "id": "field-manuals", + "version": "2026-07", + "title": "US Military Field Manuals", + "description": "Around 180 public-domain US Army, USMC, Navy and Joint field manuals. Built and maintained by community member jrsphoto (github.com/jrsphoto/ZIM-military-field-manuals).", + "url": "https://nomad-packs-worker.chris-556.workers.dev/content/field-manuals_2026-07.zim", + "size_mb": 2124, + "auth": "nomad_app_key" } ] }