Add complete French (fr) and Chinese (zh) translations for all documentation: - Root files: README, CHANGELOG, SECURITY, BETA-RELEASE - docs/: All 16 core documentation files - DOCS/: All 19 deep-dive documents including embedded/ and archive/ - package/secubox/: All 123+ package READMEs - Misc: secubox-tools/, scripts/, EXAMPLES/, config-backups/, streamlit-apps/ Total: 346 translation files created Each file includes language switcher links for easy navigation between English, French, and Chinese versions. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
96 lines
3.1 KiB
Markdown
96 lines
3.1 KiB
Markdown
# Documentation Archive
|
|
|
|
> **Languages:** English | [Francais](../../DOCS-fr/archive/README.md) | [中文](../../DOCS-zh/archive/README.md)
|
|
|
|
**Version:** 1.0.0
|
|
**Last Updated:** 2025-12-28
|
|
**Status:** Active
|
|
|
|
|
|
**Version:** 1.0.0
|
|
**Last Updated:** 2025-12-28
|
|
**Status:** Archived
|
|
**Purpose:** Historical and completed documentation
|
|
|
|
---
|
|
|
|
## 📦 Contents
|
|
|
|
### Historical Documents
|
|
|
|
#### COMPLETION_REPORT.md
|
|
- **Type:** Project completion report
|
|
- **Date:** 2025-12-26
|
|
- **Status:** Historical
|
|
- **Description:** Comprehensive report documenting the completion of the SecuBox documentation initiative, including all 15 modules, validation tools, and implementation guides.
|
|
|
|
#### MODULE-ENABLE-DISABLE-DESIGN.md
|
|
- **Type:** Design document
|
|
- **Date:** 2025-12-27
|
|
- **Version:** 0.3.1
|
|
- **Status:** Archived (feature implemented)
|
|
- **Description:** Design specification for the module enable/disable feature in SecuBox Central Hub. This feature has been implemented and deployed.
|
|
|
|
#### BUILD_ISSUES.md
|
|
- **Type:** Troubleshooting guide
|
|
- **Date:** 2025-12-28
|
|
- **Version:** 1.0.0
|
|
- **Status:** Archived (issues resolved)
|
|
- **Description:** Documentation of build issues encountered with GitHub Actions SDK compilation. Issues have been resolved and solutions integrated into main documentation.
|
|
|
|
---
|
|
|
|
## 🔍 Why These Documents Were Archived
|
|
|
|
### Completion Reports
|
|
Historical completion reports are archived after project milestones are achieved. They provide valuable project history but are not needed for daily development.
|
|
|
|
### Design Documents
|
|
Design documents are archived once features are fully implemented and deployed. The implementation details are now documented in the main guides.
|
|
|
|
### Issue Trackers
|
|
Build issue documentation is archived once problems are resolved and solutions are incorporated into [DEVELOPMENT-GUIDELINES.md](../DEVELOPMENT-GUIDELINES.md) and [CLAUDE.md](../CLAUDE.md).
|
|
|
|
---
|
|
|
|
## 📚 Active Documentation
|
|
|
|
For current, actively maintained documentation, see:
|
|
|
|
- **[DOCUMENTATION-INDEX.md](../DOCUMENTATION-INDEX.md)** - Complete documentation index
|
|
- **[QUICK-START.md](../QUICK-START.md)** - Quick reference guide
|
|
- **[DEVELOPMENT-GUIDELINES.md](../DEVELOPMENT-GUIDELINES.md)** - Complete development guide
|
|
- **[CLAUDE.md](../CLAUDE.md)** - Build system and architecture
|
|
- **[CODE-TEMPLATES.md](../CODE-TEMPLATES.md)** - Working code templates
|
|
- **[FEATURE-REGENERATION-PROMPTS.md](../FEATURE-REGENERATION-PROMPTS.md)** - Module specifications
|
|
|
|
---
|
|
|
|
## 📋 Archive Policy
|
|
|
|
Documents are moved to the archive when:
|
|
1. ✅ Feature/project is completed
|
|
2. ✅ Information is outdated but historically valuable
|
|
3. ✅ Content has been migrated to active documentation
|
|
4. ✅ Document serves as historical reference only
|
|
|
|
---
|
|
|
|
## 🔄 Restoring Archived Documents
|
|
|
|
If you need to reference or restore an archived document:
|
|
|
|
```bash
|
|
# View archived document
|
|
cat /path/to/secubox-openwrt/DOCS/archive/DOCUMENT_NAME.md
|
|
|
|
# Restore to active documentation (if needed)
|
|
cp archive/DOCUMENT_NAME.md ../DOCUMENT_NAME.md
|
|
```
|
|
|
|
---
|
|
|
|
**Maintainer:** CyberMind.fr
|
|
**License:** Apache-2.0
|
|
**Last Updated:** 2025-12-28
|