文件
JGZYES eec6113d38 web: docs reads all .md from docs/md/ dynamically (no hardcoded map)
docs/index.php now scans docs/md/*.md, uses each file's first '# heading' (or the
filename) as the tree label, and renders the selected page on the right. The
hardcoded group/page map is gone; adding/removing an .md under md/ updates the
left file tree automatically. .md sources moved into docs/md/.
2026-09-05 12:02:59 +08:00

766 B

源码

PMM 是开源项目(GPL-3.0)。

构建

需要 C11 编译器 + 静态链接环境:

# Linux
gcc -O2 -Wall -static -std=c11 -o pmm \
  src/main.c src/json.c src/ini.c src/pmm.c src/http.c src/repo.c \
  src/install.c src/sha256.c src/sha1.c src/mirrors.c src/pdm.c src/out.c src/i18n.c

文档规范

界面文案、.pjson 语言包键名、版本 banner 等遵循 STANDARD.md