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>
1.1 KiB
1.1 KiB
MetaBlogizer - Editeur de Sites Statiques
Editeur de sites statiques avec creation automatique d'hotes virtuels. Supporte les backends uhttpd (natif) et nginx (LXC).
Installation
opkg install secubox-app-metablogizer
Configuration
Fichier de configuration UCI : /etc/config/metablogizer
uci set metablogizer.main.enabled='1'
uci set metablogizer.main.backend='uhttpd'
uci set metablogizer.main.web_root='/srv/www'
uci commit metablogizer
Utilisation
metablogizerctl create <site> # Creer un nouveau site
metablogizerctl deploy <site> # Deployer/publier un site
metablogizerctl list # Lister les sites geres
metablogizerctl remove <site> # Supprimer un site
metablogizerctl vhost add <domain> # Ajouter un hote virtuel
metablogizerctl status # Afficher le statut
Fonctionnalites
- Creation automatique d'hotes virtuels pour les nouveaux sites
- Backends uhttpd (OpenWrt natif) et nginx (LXC)
- Deploiement de contenu base sur Git
Dependances
gituhttpd
Licence
Apache-2.0