mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-03-28 03:29:25 +01:00
Adds a standalone Wikipedia selection section that appears prominently in both the Easy Setup Wizard and Content Explorer. Features include: - Six Wikipedia package options ranging from Quick Reference (313MB) to Complete Wikipedia with Full Media (99.6GB) - Card-based radio selection UI with clear size indicators - Smart replacement: downloads new package before deleting old one - Status tracking: shows Installed, Selected, or Downloading badges - "No Wikipedia" option for users who want to skip or remove Wikipedia Technical changes: - New wikipedia_selections database table and model - New /api/zim/wikipedia and /api/zim/wikipedia/select endpoints - WikipediaSelector component with consistent styling - Integration with existing download queue system - Callback updates status to 'installed' on successful download - Wikipedia removed from tiered category system to avoid duplication UI improvements: - Added section dividers and icons (AI Models, Wikipedia, Additional Content) - Consistent spacing between major sections in Easy Setup Wizard - Content Explorer gets matching Wikipedia section with submit button Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
47 lines
1.5 KiB
JSON
47 lines
1.5 KiB
JSON
{
|
|
"options": [
|
|
{
|
|
"id": "none",
|
|
"name": "No Wikipedia",
|
|
"description": "Skip Wikipedia installation",
|
|
"size_mb": 0,
|
|
"url": null
|
|
},
|
|
{
|
|
"id": "top-mini",
|
|
"name": "Quick Reference",
|
|
"description": "Top 100,000 articles with minimal images. Great for quick lookups.",
|
|
"size_mb": 313,
|
|
"url": "https://download.kiwix.org/zim/wikipedia/wikipedia_en_top_mini_2025-12.zim"
|
|
},
|
|
{
|
|
"id": "top-nopic",
|
|
"name": "Popular Articles",
|
|
"description": "Top articles without images. Good balance of content and size.",
|
|
"size_mb": 2100,
|
|
"url": "https://download.kiwix.org/zim/wikipedia/wikipedia_en_top_nopic_2025-12.zim"
|
|
},
|
|
{
|
|
"id": "all-mini",
|
|
"name": "Complete Wikipedia (Compact)",
|
|
"description": "All 6+ million articles in condensed format.",
|
|
"size_mb": 11400,
|
|
"url": "https://download.kiwix.org/zim/wikipedia/wikipedia_en_all_mini_2025-12.zim"
|
|
},
|
|
{
|
|
"id": "all-nopic",
|
|
"name": "Complete Wikipedia (No Images)",
|
|
"description": "All articles without images. Comprehensive offline reference.",
|
|
"size_mb": 25000,
|
|
"url": "https://download.kiwix.org/zim/wikipedia/wikipedia_en_all_nopic_2025-12.zim"
|
|
},
|
|
{
|
|
"id": "all-maxi",
|
|
"name": "Complete Wikipedia (Full)",
|
|
"description": "The complete experience with all images and media.",
|
|
"size_mb": 102000,
|
|
"url": "https://download.kiwix.org/zim/wikipedia/wikipedia_en_all_maxi_2024-01.zim"
|
|
}
|
|
]
|
|
}
|