secubox-openwrt/package/secubox/secubox-app-metablogizer/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

49 lines
1.1 KiB
Markdown

[English](README.md) | Francais | [中文](README.zh.md)
# MetaBlogizer - Editeur de Sites Statiques
Editeur de sites statiques avec creation automatique d'hotes virtuels. Supporte les backends uhttpd (natif) et nginx (LXC).
## Installation
```bash
opkg install secubox-app-metablogizer
```
## Configuration
Fichier de configuration UCI : `/etc/config/metablogizer`
```bash
uci set metablogizer.main.enabled='1'
uci set metablogizer.main.backend='uhttpd'
uci set metablogizer.main.web_root='/srv/www'
uci commit metablogizer
```
## Utilisation
```bash
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
- `git`
- `uhttpd`
## Licence
Apache-2.0