From 60f3dd57c063c7d02b6475f81bd55f6f748774ab Mon Sep 17 00:00:00 2001 From: Chris Sherwood Date: Fri, 31 Jul 2026 11:17:59 -0700 Subject: [PATCH] content(collections): add CD3WD to Survival & Preparedness comprehensive CD3WD is a compilation of appropriate-technology and development literature: food production and storage, water and sanitation, construction, health, and village-scale manufacturing without industrial supply chains. Requested in #1149. The survival category was until now almost entirely YouTube channel archives, with Project Gutenberg military science as the only text reference. CD3WD adds a substantial practical reference at 581 MB, which is the smallest resource in the category by a wide margin. Verified live: HTTP 206 on a range request, 581,165,229 bytes. Refs #1149 Co-Authored-By: Claude Opus 5 (1M context) --- collections/kiwix-categories.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/collections/kiwix-categories.json b/collections/kiwix-categories.json index 4357275..7ffa617 100644 --- a/collections/kiwix-categories.json +++ b/collections/kiwix-categories.json @@ -156,7 +156,7 @@ { "name": "Comprehensive", "slug": "survival-comprehensive", - "description": "Complete prepper library with food storage strategies and classic military strategy. Includes everything in Standard.", + "description": "Complete prepper library with food storage strategies, off-grid technical references, and classic military strategy. Includes everything in Standard.", "includesTier": "survival-standard", "resources": [ { @@ -174,6 +174,14 @@ "description": "Classic military strategy, tactics, and field manuals", "url": "https://download.kiwix.org/zim/gutenberg/gutenberg_en_lcc-u_2026-03.zim", "size_mb": 1200 + }, + { + "id": "cd3wdproject.org_en_all", + "version": "2025-11", + "title": "CD3WD: Appropriate Technology Library", + "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 } ] }