secubox-openwrt/package/secubox/secubox-app-streamlit-evolution/README.fr.md
CyberMind-FR ccfb58124c docs: Add trilingual documentation (French and Chinese translations)
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>
2026-03-20 10:00:18 +01:00

33 lines
1.4 KiB
Markdown

# SecuBox Evolution Dashboard
> **Languages:** [English](README.md) | Francais | [中文](README.zh.md)
Tableau de bord Streamlit interactif montrant l'evolution du projet SecuBox.
## Fonctionnalites
- **Synchronisation GitHub en temps reel** : Recupere HISTORY.md, WIP.md, TODO.md, README.md depuis la branche master
- **Suivi des jalons** : Analyse et affiche les jalons du projet avec leurs dates
- **Recherche** : Recherche plein texte dans tous les fichiers du projet
- **Vue chronologique** : Frise chronologique visuelle de l'evolution du projet
- **Distribution des fonctionnalites** : Graphiques montrant la repartition par categorie de fonctionnalites
- **Theme cyberpunk sombre** : Correspond au langage de design SecuBox
## Deploiement
1. Copier `secubox_evolution.py` dans `/srv/streamlit/apps/`
2. Ajouter l'instance : `uci set streamlit.secubox_evolution=instance && uci set streamlit.secubox_evolution.enabled='1' && uci set streamlit.secubox_evolution.app='secubox_evolution' && uci set streamlit.secubox_evolution.port='8510' && uci commit streamlit`
3. Redemarrer : `/etc/init.d/streamlit restart`
4. Acces : `http://<device-ip>:8510`
## Dependances
- streamlit >= 1.32.0
- pandas >= 2.0.0
- requests >= 2.31.0
## Sources de donnees
- GitHub : `https://raw.githubusercontent.com/gkerma/secubox-openwrt/master/.claude/`
- Rafraichissement automatique : Cache TTL de 5 minutes