secubox-openwrt/package/secubox/secubox-app-metablogizer/README.zh.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.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[English](README.md) | [Francais](README.fr.md) | 中文
# MetaBlogizer - 静态网站发布器
支持自动虚拟主机创建的静态网站发布器。支持 uhttpd原生和 nginxLXC后端。
## 安装
```bash
opkg install secubox-app-metablogizer
```
## 配置
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
```
## 使用方法
```bash
metablogizerctl create <site> # 创建新站点
metablogizerctl deploy <site> # 部署/发布站点
metablogizerctl list # 列出管理的站点
metablogizerctl remove <site> # 删除站点
metablogizerctl vhost add <domain> # 添加虚拟主机
metablogizerctl status # 显示状态
```
## 功能特性
- 新站点自动创建虚拟主机
- uhttpdOpenWrt 原生)和 nginxLXC后端
- 基于 Git 的内容部署
## 依赖
- `git`
- `uhttpd`
## 许可证
Apache-2.0