Skip to content

Commit 8f2de48

Browse files
committed
Add project philosophy and no-donation statement
1 parent 9341e7f commit 8f2de48

3 files changed

Lines changed: 74 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,14 @@ Screenshot assets live in `docs/assets/` and are referenced directly by the publ
9393

9494
Telegram: `https://t.me/wanai8`
9595

96+
## Project philosophy
97+
98+
CodexTools is rebuilt so more people can actually use the manager. The original project created a useful foundation, but as the code, product direction, and community expectations evolved, there were differences in direction and practical reasons to explore a separate branch.
99+
100+
This project is that branch. It is built from my own thinking about the manager experience while keeping the open-source spirit that made the work possible. The goal is not to reject the original project, but to keep another path open for users who need a simpler, more accessible, and more actively shaped tool.
101+
102+
CodexTools does not accept sponsorships or donations. It is maintained as an open, community-oriented open-source project, with the code and direction kept public for anyone who wants to study, use, discuss, or fork it.
103+
96104
## Project origin and thanks
97105

98106
CodexTools is a standalone Go refactor and manager UI project based on the earlier Codex++ work.

README.zh-CN.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,14 @@ go build -o codextools .
9393

9494
地址:`https://t.me/wanai8`
9595

96+
## 项目理念
97+
98+
重构这个项目的第一个原因,是希望让更多人真正用得上。原项目提供了有价值的基础,但随着代码、产品方向和社区需求变化,项目路线中也出现了一些分歧,以及一些现实层面的原因,所以我希望基于自己的想法继续重构,并发展出一个独立分支。
99+
100+
CodexTools 就是这个分支。它延续开源开放的精神,不是为了否定原项目,而是为了保留另一条可以继续探索的路径:让工具更容易安装、更容易理解,也更适合普通用户长期使用。
101+
102+
本项目不接受任何赞助,也不接受捐助。它会以开放式开源项目的方式维护,代码和方向保持公开,欢迎使用、学习、讨论和继续分支发展。
103+
96104
## 项目来源与鸣谢
97105

98106
CodexTools 是基于早期 Codex++ 工作继续拆分出的独立 Go 重构和管理器界面项目。

docs/index.html

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,26 @@
177177
gap: 18px;
178178
}
179179

180+
.philosophy {
181+
display: grid;
182+
grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.7fr);
183+
gap: 18px;
184+
}
185+
186+
.philosophy-note {
187+
border: 1px solid var(--line);
188+
border-radius: 22px;
189+
background: rgba(255, 255, 255, 0.72);
190+
padding: 18px;
191+
}
192+
193+
.philosophy-note strong {
194+
color: var(--text);
195+
display: block;
196+
font-size: 18px;
197+
margin-bottom: 8px;
198+
}
199+
180200
.origin-actions {
181201
display: flex;
182202
flex-wrap: wrap;
@@ -408,6 +428,7 @@
408428
.grid,
409429
.screenshot-lead,
410430
.capability-grid,
431+
.philosophy,
411432
.origin,
412433
.telegram {
413434
grid-template-columns: 1fr;
@@ -683,6 +704,43 @@ <h3>功能详细布置</h3>
683704
</div>
684705
</section>
685706

707+
<section class="section philosophy">
708+
<div>
709+
<div data-lang="en" class="active">
710+
<h3>Project philosophy</h3>
711+
<p>
712+
The reason for rebuilding this project is simple: I want more people to be able to use it. The original project created a useful foundation, but as the code, product direction, and community expectations evolved, there were differences in direction and some practical reasons to explore a separate branch.
713+
</p>
714+
<p>
715+
CodexTools is that branch. It is built from my own thinking about the manager experience, while still respecting the open-source spirit that made this work possible in the first place. The goal is not to close the door behind one path, but to keep another path open for people who need a simpler, more accessible, and more actively shaped tool.
716+
</p>
717+
</div>
718+
<div data-lang="zh">
719+
<h3>项目理念</h3>
720+
<p>
721+
重构这个项目的第一个原因,是希望让更多人真正用得上。原项目提供了有价值的基础,但随着代码、产品方向和社区需求变化,项目路线中也出现了一些分歧,以及一些现实层面的原因,所以我希望基于自己的想法继续重构,并发展出一个独立分支。
722+
</p>
723+
<p>
724+
CodexTools 就是这个分支。它延续开源开放的精神,不是为了否定原项目,而是为了保留另一条可以继续探索的路径:让工具更容易安装、更容易理解,也更适合普通用户长期使用。
725+
</p>
726+
</div>
727+
</div>
728+
<div class="philosophy-note">
729+
<div data-lang="en" class="active">
730+
<strong>No sponsorship or donation</strong>
731+
<p>
732+
This project does not accept sponsorships or donations. It is maintained as an open, community-oriented open-source project, with the code and direction kept public for anyone who wants to study, use, discuss, or fork it.
733+
</p>
734+
</div>
735+
<div data-lang="zh">
736+
<strong>不接受赞助和捐助</strong>
737+
<p>
738+
本项目不接受任何赞助,也不接受捐助。它会以开放式开源项目的方式维护,代码和方向保持公开,欢迎使用、学习、讨论和继续分支发展。
739+
</p>
740+
</div>
741+
</div>
742+
</section>
743+
686744
<section class="section origin">
687745
<div>
688746
<div data-lang="en" class="active">

0 commit comments

Comments
 (0)