本博客的发布约定 / Publishing Conventions of This Blog
这不是对任何系统的替代或批评——只是说清楚,这个博客自己选择怎么发布内容。 This is not a replacement for or criticism of any existing system — it simply states how this blog chooses to publish its content.
署名:角色声明,不排座次传统学术用第一作者和通讯作者分权责。本博客不沿袭这套——不是因为传统不对,是因为我们的协作方式用不着那套分类。这里选一套更细粒度的写法。 当一篇文章的作者包括人类和 AI 时,写清楚每个人做了什么就够了。比如 TF-001:人类提供方向定义、术语校正、架构立场校准;AI 提供初稿撰写、代码引用、文献检索。不需要区分"谁排第一"——只需要知道谁承担了什么。 |
Attribution: Roles, Not RankingsTraditional academic publishing uses first author and corresponding author to divide credit and responsibility. This blog doesn’t follow that convention — not because it’s wrong, but because our collaboration model doesn’t need it. We chose a more granular approach. When an article’s authors include both a human and an AI, it’s enough to state what each did. Example from TF-001: the human provided direction, terminology correction, and architecture stance calibration; the AI provided first-draft writing, code references, and literature search. No need to distinguish “who is first” — just know who bore what. |
本系统的三个约定 / The Three Conventions
每篇发布的内容,遵循三个约定,按优先级排列: Every published piece follows three conventions, in order of priority:
- 使用许可 / License — 别人能拿这篇内容干什么 / What can others do with this content?
- 谁做了什么 / Who did what — 每个人在创作链条上的具体角色 / The specific roles each author played in the creative chain.
- 审阅经过了什么 / Review trail — 谁在什么时间审阅、提出了什么意见、修改是否执行 / Who reviewed what, when, what changes were requested, and whether they were made.
具体做法——不需要新平台 / The concrete implementation — no new platform needed:
1. 许可证 / License
每篇文章底部声明许可证 / Every article declares its license at the bottom:
> License: GPLv3 — 允许复制、修改、分发,但必须继承相同开源协议。
> License: GPLv3 — Copy, modify, distribute, but must retain the same open-source license.
无许可证不发布 / No license, no publish.
2. Markdown 头部元数据在每篇文章的 Front Matter 中声明两个字段:
|
2. Front Matter MetadataTwo fields in every article’s YAML header:
|
3. Git 内容溯源
|
3. Git-Based Traceability
|
4. RSS 扩展命名空间在 RSS 2.0 基础上定义 外加 |
4. RSS Extension NamespaceAn Additionally, |
5. 署名署名即声明版权归属和许可条件。不隐含任何担保或责任——与 GPLv3 的 NO WARRANTY 一致。 |
5. AttributionAttribution declares copyright ownership and license terms. It implies no warranty or liability — consistent with GPLv3’s NO WARRANTY clause. |
License: GPLv3 — 本文采用 GPLv3 协议开源发布 / This article is released under the GPLv3 open-source license.