# ============================================================
# details.txt —— Fossil 皮肤元数据（键值对），非页面骨架！
# ------------------------------------------------------------
# 重要说明：
#   1. 在 Fossil SCM 的皮肤体系中，本文件仅用于声明皮肤级别的
#      元数据（如时间线形状、图标、前景色倾向等），它 *不会* 作
#      为页面正文被渲染，也 *不* 支持 <th1>include …</th1> 之
#      类的指令（TH1 核心命令集里并不存在 include）。
#
#   2. 你所需要的 "HAProxy 风格首页骨架 + 模块化加载 versions /
#      news / download / description / contacts / performance /
#      reliability / security" 已经以 Fossil 原生机制实现在
#      仓库根目录下的：
#
#           www/index.html        <- 首页骨架（含 iframe 模块化加载）
#           www/versions.html     <- Latest versions 表格
#           www/news.html         <- Quick News 列表
#           www/download.html     <- Download Matrix
#
#      启用方式（一次性执行）：
#
#           fossil setting index-page /doc/trunk/www/index.html
#
#      之后访问仓库根路径即可看到完整的 HAProxy 风格首页。
#
#   3. 下面以注释形式保留你在需求中列出的"首页骨架分区与开关"，
#      作为实现映射的文档：
#
#      [ a ] Latest versions   -> www/index.html 中 iframe => versions.html
#      [ b ] Quick News        -> www/index.html 中 iframe => news.html
#      [ c ] Description       -> www/index.html 中静态段落
#      [ d ] Download Matrix   -> www/index.html 中 iframe => download.html
#      [ e ] Contacts          -> www/index.html 中静态段落
#      [ f ] Performance       -> www/index.html 中已写入但默认注释掉
#            Reliability       -> www/index.html 中已写入但默认注释掉
#            Security          -> www/index.html 中已写入但默认注释掉
#
#      如需启用 Performance/Reliability/Security 任意模块，编辑
#      www/index.html，将对应 <!-- … --> 注释标记移除后提交即可。
# ============================================================


# ----------- 皮肤元数据（Fossil 实际读取的部分） -----------

# 时间线箭头样式：1 = 显示箭头
timeline-arrowheads: 1

# 时间线节点形状：1 = 圆形，0 = 方形
timeline-circle-nodes: 0

# 时间线连线着色：0 = 统一灰色，1 = 依分支染色
timeline-color-graph-lines: 0

# 皮肤主体为浅色背景 → 前景使用深色文字
white-foreground: 0
