Skip to content

Commit b263edc

Browse files
committed
update readme
1 parent d6b0d47 commit b263edc

File tree

3 files changed

+33
-105
lines changed

3 files changed

+33
-105
lines changed

CONTRIBUTING.md

+1-47
Original file line numberDiff line numberDiff line change
@@ -41,32 +41,9 @@ For example, to copy a directory in sandbox, the calling procedure is: `sandbox_
4141

4242
## Financial contributions
4343

44-
We also welcome financial contributions in full transparency on our [open collective](https://opencollective.com/xmake).
44+
We also welcome financial contributions in full transparency on our [sponsor](https://xmake.io/#/about/sponsor).
4545
Anyone can file an expense. If the expense makes sense for the development of the community, it will be "merged" in the ledger of our open collective by the core contributors and the person who filed the expense will be reimbursed.
4646

47-
## Credits
48-
49-
### Backers
50-
51-
Thank you to all our backers! [[Become a backer](https://opencollective.com/xmake#backer)]
52-
53-
<a href="https://opencollective.com/xmake#backers" target="_blank"><img src="https://opencollective.com/xmake/backers.svg?width=890"></a>
54-
55-
### Sponsors
56-
57-
Thank you to all our sponsors! (please ask your company to also support this open source project by [becoming a sponsor](https://opencollective.com/xmake#sponsor))
58-
59-
<a href="https://opencollective.com/xmake/sponsor/0/website" target="_blank"><img src="https://opencollective.com/xmake/sponsor/0/avatar.svg"></a>
60-
<a href="https://opencollective.com/xmake/sponsor/1/website" target="_blank"><img src="https://opencollective.com/xmake/sponsor/1/avatar.svg"></a>
61-
<a href="https://opencollective.com/xmake/sponsor/2/website" target="_blank"><img src="https://opencollective.com/xmake/sponsor/2/avatar.svg"></a>
62-
<a href="https://opencollective.com/xmake/sponsor/3/website" target="_blank"><img src="https://opencollective.com/xmake/sponsor/3/avatar.svg"></a>
63-
<a href="https://opencollective.com/xmake/sponsor/4/website" target="_blank"><img src="https://opencollective.com/xmake/sponsor/4/avatar.svg"></a>
64-
<a href="https://opencollective.com/xmake/sponsor/5/website" target="_blank"><img src="https://opencollective.com/xmake/sponsor/5/avatar.svg"></a>
65-
<a href="https://opencollective.com/xmake/sponsor/6/website" target="_blank"><img src="https://opencollective.com/xmake/sponsor/6/avatar.svg"></a>
66-
<a href="https://opencollective.com/xmake/sponsor/7/website" target="_blank"><img src="https://opencollective.com/xmake/sponsor/7/avatar.svg"></a>
67-
<a href="https://opencollective.com/xmake/sponsor/8/website" target="_blank"><img src="https://opencollective.com/xmake/sponsor/8/avatar.svg"></a>
68-
<a href="https://opencollective.com/xmake/sponsor/9/website" target="_blank"><img src="https://opencollective.com/xmake/sponsor/9/avatar.svg"></a>
69-
7047
# 贡献代码
7148

7249
如果你发现一些问题,或者想新增或者改进某些新特性,或者想贡献一个新的模块
@@ -90,26 +67,3 @@ Thank you to all our sponsors! (please ask your company to also support this ope
9067

9168
[1]: https://github.com/xmake-io/xmake/issues
9269

93-
## 支持项目
94-
95-
xmake项目属于个人开源项目,它的发展需要您的帮助,如果您愿意支持xmake项目的开发,欢迎为其捐赠,支持它的发展。 🙏 [[支持此项目](https://opencollective.com/xmake#backer)]
96-
97-
<a href="https://opencollective.com/xmake#backers" target="_blank"><img src="https://opencollective.com/xmake/backers.svg?width=890"></a>
98-
99-
## 赞助项目
100-
101-
通过赞助支持此项目,您的logo和网站链接将显示在这里。[[赞助此项目](https://opencollective.com/xmake#sponsor)]
102-
103-
<a href="https://opencollective.com/xmake/sponsor/0/website" target="_blank"><img src="https://opencollective.com/xmake/sponsor/0/avatar.svg"></a>
104-
<a href="https://opencollective.com/xmake/sponsor/1/website" target="_blank"><img src="https://opencollective.com/xmake/sponsor/1/avatar.svg"></a>
105-
<a href="https://opencollective.com/xmake/sponsor/2/website" target="_blank"><img src="https://opencollective.com/xmake/sponsor/2/avatar.svg"></a>
106-
<a href="https://opencollective.com/xmake/sponsor/3/website" target="_blank"><img src="https://opencollective.com/xmake/sponsor/3/avatar.svg"></a>
107-
<a href="https://opencollective.com/xmake/sponsor/4/website" target="_blank"><img src="https://opencollective.com/xmake/sponsor/4/avatar.svg"></a>
108-
<a href="https://opencollective.com/xmake/sponsor/5/website" target="_blank"><img src="https://opencollective.com/xmake/sponsor/5/avatar.svg"></a>
109-
<a href="https://opencollective.com/xmake/sponsor/6/website" target="_blank"><img src="https://opencollective.com/xmake/sponsor/6/avatar.svg"></a>
110-
<a href="https://opencollective.com/xmake/sponsor/7/website" target="_blank"><img src="https://opencollective.com/xmake/sponsor/7/avatar.svg"></a>
111-
<a href="https://opencollective.com/xmake/sponsor/8/website" target="_blank"><img src="https://opencollective.com/xmake/sponsor/8/avatar.svg"></a>
112-
<a href="https://opencollective.com/xmake/sponsor/9/website" target="_blank"><img src="https://opencollective.com/xmake/sponsor/9/avatar.svg"></a>
113-
114-
115-

README.md

+16-29
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,24 @@ xmake is a cross-platform build utility based on lua.
5353
The project focuses on making development and building easier and provides many features (e.g package, install, plugin, macro, action, option, task ...),
5454
so that any developer can quickly pick it up and enjoy a productivity boost when developing and building projects.
5555

56-
<img src="https://xmake.io/assets/img/index/package_manage.png" width="650px" />
56+
If you want to know more, please refer to: [Documents](https://xmake.io/#/home), [Github](https://github.com/xmake-io/xmake) and [Gitee](https://gitee.com/tboox/xmake)
57+
58+
## Supporting the project
59+
60+
You can support the project by checking out our sponsor page. 🙏
61+
It takes only one click:
62+
63+
<a href="https://tracking.gitads.io/?repo=xmake">
64+
<img src="https://images.gitads.io/xmake" alt="GitAds"/>
65+
</a>
5766

58-
If you want to know more, please refer to:
67+
<br><i>This advert was placed by <a href="https://tracking.gitads.io/?campaign=gitads&repo=xmake&redirect=gitads.io">GitAds</a> </i>
5968

60-
* [Documents](https://xmake.io/#/home)
61-
* [HomePage](https://xmake.io)
62-
* [Github](https://github.com/xmake-io/xmake)
63-
* [Gitee](https://gitee.com/tboox/xmake)
69+
### Sponsor
70+
71+
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. 🙏 [[Become a sponsor](https://xmake.io/#/about/sponsor)]
72+
73+
<a href="https://opencollective.com/xmake#backers" target="_blank"><img src="https://opencollective.com/xmake/backers.svg?width=890"></a>
6474

6575
## Installation
6676

@@ -435,26 +445,3 @@ This project exists thanks to all the people who have [contributed](CONTRIBUTING
435445
* [TitanSnow](https://github.com/TitanSnow): provide the xmake [logo](https://github.com/TitanSnow/ts-xmake-logo) and install scripts
436446
* [uael](https://github.com/uael): provide the semantic versioning library [sv](https://github.com/uael/sv)
437447
* [OpportunityLiu](https://github.com/OpportunityLiu): improve cuda, tests and ci
438-
439-
## Backers
440-
441-
Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/xmake#backer)]
442-
443-
<a href="https://opencollective.com/xmake#backers" target="_blank"><img src="https://opencollective.com/xmake/backers.svg?width=890"></a>
444-
445-
## Sponsors
446-
447-
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/xmake#sponsor)]
448-
449-
<a href="https://opencollective.com/xmake/sponsor/0/website" target="_blank"><img src="https://opencollective.com/xmake/sponsor/0/avatar.svg"></a>
450-
<a href="https://opencollective.com/xmake/sponsor/1/website" target="_blank"><img src="https://opencollective.com/xmake/sponsor/1/avatar.svg"></a>
451-
<a href="https://opencollective.com/xmake/sponsor/2/website" target="_blank"><img src="https://opencollective.com/xmake/sponsor/2/avatar.svg"></a>
452-
<a href="https://opencollective.com/xmake/sponsor/3/website" target="_blank"><img src="https://opencollective.com/xmake/sponsor/3/avatar.svg"></a>
453-
<a href="https://opencollective.com/xmake/sponsor/4/website" target="_blank"><img src="https://opencollective.com/xmake/sponsor/4/avatar.svg"></a>
454-
<a href="https://opencollective.com/xmake/sponsor/5/website" target="_blank"><img src="https://opencollective.com/xmake/sponsor/5/avatar.svg"></a>
455-
<a href="https://opencollective.com/xmake/sponsor/6/website" target="_blank"><img src="https://opencollective.com/xmake/sponsor/6/avatar.svg"></a>
456-
<a href="https://opencollective.com/xmake/sponsor/7/website" target="_blank"><img src="https://opencollective.com/xmake/sponsor/7/avatar.svg"></a>
457-
<a href="https://opencollective.com/xmake/sponsor/8/website" target="_blank"><img src="https://opencollective.com/xmake/sponsor/8/avatar.svg"></a>
458-
<a href="https://opencollective.com/xmake/sponsor/9/website" target="_blank"><img src="https://opencollective.com/xmake/sponsor/9/avatar.svg"></a>
459-
460-

README_zh.md

+16-29
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22
<a href="https://xmake.io/cn">
3-
<img width="200" heigth="200" src="https://tboox.org/static/img/xmake/logo256c.png">
3+
<img width="160" heigth="160" src="https://tboox.org/static/img/xmake/logo256c.png">
44
</a>
55

66
<h1>xmake</h1>
@@ -59,14 +59,23 @@ xmake的目标是开发者更加关注于项目本身开发,简化项目的描
5959

6060
不仅如此,它还提供了许多更加高级的特性,例如插件扩展、脚本宏记录、批量打包、自动文档生成等等。。
6161

62-
<img src="https://xmake.io/assets/img/index/package_manage.png" width="650px" />
62+
如果你想要了解更多,请参考:[在线文档](https://xmake.io/#/zh-cn/getting_started), [Github](https://github.com/xmake-io/xmake)以及[Gitee](https://gitee.com/tboox/xmake)
63+
64+
## 支持本项目
65+
66+
你可以通过查看我们的赞助商页面来支持本项目,仅仅只需要点击🙏 :
67+
68+
<a href="https://tracking.gitads.io/?repo=xmake">
69+
<img src="https://images.gitads.io/xmake" alt="GitAds"/>
70+
</a>
71+
72+
<br><i>This advert was placed by <a href="https://tracking.gitads.io/?campaign=gitads&repo=xmake&redirect=gitads.io">GitAds</a> </i>
6373

64-
如果你想要了解更多,请参考:
74+
### 赞助支持
6575

66-
* [在线文档](https://xmake.io/#/zh-cn/getting_started)
67-
* [项目主页](https://xmake.io/#/zh-cn/)
68-
* [Github](https://github.com/xmake-io/xmake)
69-
* [Gitee](https://gitee.com/tboox/xmake)
76+
通过成为赞助者来支持该项目。您的logo将显示在此处,并带有指向您网站的链接。🙏 [[成为赞助商](https://xmake.io/#/zh-cn/about/sponsor)]
77+
78+
<a href="https://opencollective.com/xmake#backers" target="_blank"><img src="https://opencollective.com/xmake/backers.svg?width=890"></a>
7079

7180
## 安装
7281

@@ -442,25 +451,3 @@ $ ./gradlew app:assembleDebug
442451
* [uael](https://github.com/uael): 提供语义版本跨平台c库 [sv](https://github.com/uael/sv)
443452
* [OpportunityLiu](https://github.com/OpportunityLiu): 改进cuda构建, tests框架和ci
444453

445-
## 支持项目
446-
447-
xmake项目属于个人开源项目,它的发展需要您的帮助,如果您愿意支持xmake项目的开发,欢迎为其捐赠,支持它的发展。 🙏 [[支持此项目](https://opencollective.com/xmake#backer)]
448-
449-
<a href="https://opencollective.com/xmake#backers" target="_blank"><img src="https://opencollective.com/xmake/backers.svg?width=890"></a>
450-
451-
## 赞助项目
452-
453-
通过赞助支持此项目,您的logo和网站链接将显示在这里。[[赞助此项目](https://opencollective.com/xmake#sponsor)]
454-
455-
<a href="https://opencollective.com/xmake/sponsor/0/website" target="_blank"><img src="https://opencollective.com/xmake/sponsor/0/avatar.svg"></a>
456-
<a href="https://opencollective.com/xmake/sponsor/1/website" target="_blank"><img src="https://opencollective.com/xmake/sponsor/1/avatar.svg"></a>
457-
<a href="https://opencollective.com/xmake/sponsor/2/website" target="_blank"><img src="https://opencollective.com/xmake/sponsor/2/avatar.svg"></a>
458-
<a href="https://opencollective.com/xmake/sponsor/3/website" target="_blank"><img src="https://opencollective.com/xmake/sponsor/3/avatar.svg"></a>
459-
<a href="https://opencollective.com/xmake/sponsor/4/website" target="_blank"><img src="https://opencollective.com/xmake/sponsor/4/avatar.svg"></a>
460-
<a href="https://opencollective.com/xmake/sponsor/5/website" target="_blank"><img src="https://opencollective.com/xmake/sponsor/5/avatar.svg"></a>
461-
<a href="https://opencollective.com/xmake/sponsor/6/website" target="_blank"><img src="https://opencollective.com/xmake/sponsor/6/avatar.svg"></a>
462-
<a href="https://opencollective.com/xmake/sponsor/7/website" target="_blank"><img src="https://opencollective.com/xmake/sponsor/7/avatar.svg"></a>
463-
<a href="https://opencollective.com/xmake/sponsor/8/website" target="_blank"><img src="https://opencollective.com/xmake/sponsor/8/avatar.svg"></a>
464-
<a href="https://opencollective.com/xmake/sponsor/9/website" target="_blank"><img src="https://opencollective.com/xmake/sponsor/9/avatar.svg"></a>
465-
466-

0 commit comments

Comments
 (0)