Skip to content

Commit a20ea54

Browse files
chriscrosstalkclaude
authored andcommitted
feat(collections): add Project Gutenberg ZIMs and fix broken education entry
Add Project Gutenberg books from the Library of Congress Classification to relevant curated collection categories: - Agriculture Comprehensive: Gutenberg Agriculture (LCC-S, 4.3 GB) — classic texts on farming, animal husbandry, and food preservation - Survival Comprehensive: Gutenberg Military Science (LCC-U, 1.2 GB) — classic military strategy, tactics, and field manuals Remove broken gutenberg_en_education entry from Education Standard tier. The URL returned 404 — Kiwix only publishes LCC-coded Gutenberg ZIMs, not topic-named ones. The pre-1928 educational philosophy texts were also not practical enough for NOMAD's audience. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4ee08fb commit a20ea54

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed

collections/kiwix-categories.json

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
{
157157
"name": "Comprehensive",
158158
"slug": "survival-comprehensive",
159-
"description": "Complete prepper video library with long-term food storage strategies. Includes everything in Standard.",
159+
"description": "Complete prepper library with food storage strategies and classic military strategy. Includes everything in Standard.",
160160
"includesTier": "survival-standard",
161161
"resources": [
162162
{
@@ -166,6 +166,14 @@
166166
"description": "Long-term food storage and survival meal preparation",
167167
"url": "https://download.kiwix.org/zim/videos/canadian_prepper_preppingfood_en_2025-09.zim",
168168
"size_mb": 2160
169+
},
170+
{
171+
"id": "gutenberg_en_lcc-u",
172+
"version": "2026-03",
173+
"title": "Project Gutenberg: Military Science",
174+
"description": "Classic military strategy, tactics, and field manuals",
175+
"url": "https://download.kiwix.org/zim/gutenberg/gutenberg_en_lcc-u_2026-03.zim",
176+
"size_mb": 1200
169177
}
170178
]
171179
}
@@ -247,14 +255,6 @@
247255
"description": "Biology courses and textbooks",
248256
"url": "https://download.kiwix.org/zim/libretexts/libretexts.org_en_bio_2025-01.zim",
249257
"size_mb": 2240
250-
},
251-
{
252-
"id": "gutenberg_en_education",
253-
"version": "2025-12",
254-
"title": "Project Gutenberg: Education",
255-
"description": "Classic educational texts and resources",
256-
"url": "https://download.kiwix.org/zim/gutenberg/gutenberg_en_education_2025-12.zim",
257-
"size_mb": 606
258258
}
259259
]
260260
},
@@ -447,7 +447,7 @@
447447
{
448448
"name": "Comprehensive",
449449
"slug": "agriculture-comprehensive",
450-
"description": "Complete self-sufficiency with homesteading videos and advanced techniques. Includes Standard.",
450+
"description": "Complete self-sufficiency with homesteading videos, classic agricultural texts, and advanced techniques. Includes Standard.",
451451
"includesTier": "agriculture-standard",
452452
"resources": [
453453
{
@@ -457,6 +457,14 @@
457457
"description": "Beekeeping, animal husbandry, and sustainable living practices",
458458
"url": "https://download.kiwix.org/zim/videos/lrnselfreliance_en_all_2025-12.zim",
459459
"size_mb": 3970
460+
},
461+
{
462+
"id": "gutenberg_en_lcc-s",
463+
"version": "2026-03",
464+
"title": "Project Gutenberg: Agriculture",
465+
"description": "Classic texts on farming, animal husbandry, plant cultivation, and food preservation",
466+
"url": "https://download.kiwix.org/zim/gutenberg/gutenberg_en_lcc-s_2026-03.zim",
467+
"size_mb": 4300
460468
}
461469
]
462470
}

0 commit comments

Comments
 (0)