From aabfe49cb9f6ae1ebe4c3bd688f2ea927ac74fbe Mon Sep 17 00:00:00 2001 From: Noah Hsu Date: Sun, 30 Oct 2022 15:26:31 +0800 Subject: [PATCH] docs: change contributors show [skip ci] --- .all-contributorsrc | 98 --------------------------------------------- CONTRIBUTORS.md | 33 --------------- README.md | 17 +++++++- README_cn.md | 17 ++++++-- 4 files changed, 29 insertions(+), 136 deletions(-) delete mode 100644 .all-contributorsrc delete mode 100644 CONTRIBUTORS.md diff --git a/.all-contributorsrc b/.all-contributorsrc deleted file mode 100644 index 55ea8a15..00000000 --- a/.all-contributorsrc +++ /dev/null @@ -1,98 +0,0 @@ -{ - "files": [ - "CONTRIBUTORS.md" - ], - "imageSize": 100, - "commit": false, - "contributors": [ - { - "login": "Xhofe", - "name": "Xhofe", - "avatar_url": "https://avatars.githubusercontent.com/u/36558727?v=4", - "profile": "http://nn.ci", - "contributions": [ - "code", - "ideas", - "doc" - ] - }, - { - "login": "foxxorcat", - "name": "foxxorcat", - "avatar_url": "https://avatars.githubusercontent.com/u/95907542?v=4", - "profile": "https://github.com/foxxorcat", - "contributions": [ - "code" - ] - }, - { - "login": "DaoChen6", - "name": "道辰", - "avatar_url": "https://avatars.githubusercontent.com/u/63903027?v=4", - "profile": "https://www.iflu.cf/", - "contributions": [ - "doc" - ] - }, - { - "login": "vg-land", - "name": "vg-land", - "avatar_url": "https://avatars.githubusercontent.com/u/16739728?v=4", - "profile": "https://vg-land.github.io/", - "contributions": [ - "code" - ] - }, - { - "login": "Clansty", - "name": "凌莞~(=^▽^=)", - "avatar_url": "https://avatars.githubusercontent.com/u/18461360?v=4", - "profile": "https://c5y.moe", - "contributions": [ - "doc" - ] - }, - { - "login": "Windman1320", - "name": "Windman", - "avatar_url": "https://avatars.githubusercontent.com/u/9999486?v=4", - "profile": "https://github.com/Windman1320", - "contributions": [ - "code" - ] - }, - { - "login": "ericarena", - "name": "ericarena", - "avatar_url": "https://avatars.githubusercontent.com/u/4518927?v=4", - "profile": "https://github.com/ericarena", - "contributions": [ - "code" - ] - }, - { - "login": "WntFlm", - "name": "WntFlm", - "avatar_url": "https://avatars.githubusercontent.com/u/34620278?v=4", - "profile": "https://github.com/WntFlm", - "contributions": [ - "code" - ] - }, - { - "login": "XZB-1248", - "name": "XZB-1248", - "avatar_url": "https://avatars.githubusercontent.com/u/28593573?v=4", - "profile": "https://github.com/XZB-1248", - "contributions": [ - "code" - ] - } - ], - "contributorsPerLine": 7, - "projectName": "alist", - "projectOwner": "alist-org", - "repoType": "github", - "repoHost": "https://github.com", - "skipCi": true -} diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md deleted file mode 100644 index 7578a006..00000000 --- a/CONTRIBUTORS.md +++ /dev/null @@ -1,33 +0,0 @@ - -[![All Contributors](https://img.shields.io/badge/all_contributors-9-orange.svg?style=flat-square)](#contributors-) - - -## Contributors ✨ - -Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): - - - - - - - - - - - - - - - - - - -

Xhofe

💻 🤔 📖

foxxorcat

💻

道辰

📖

vg-land

💻

凌莞~(=^▽^=)

📖

Windman

💻

ericarena

💻

WntFlm

💻

XZB-1248

💻
- - - - - - -This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file diff --git a/README.md b/README.md index 3427c980..72189de6 100755 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ --- -English | [中文](./README_cn.md) | [Contributors](./CONTRIBUTORS.md) | [Contributing](./CONTRIBUTING.md) | [CODE_OF_CONDUCT](./CODE_OF_CONDUCT.md) +English | [中文](./README_cn.md) | [Contributing](./CONTRIBUTING.md) | [CODE_OF_CONDUCT](./CODE_OF_CONDUCT.md) ## Features @@ -67,6 +67,7 @@ English | [中文](./README_cn.md) | [Contributors](./CONTRIBUTORS.md) | [Contri - [x] [Google photo](https://photos.google.com/) - [x] [Mega.nz](https://mega.nz) - [x] [Baidu photo](https://photo.baidu.com/) + - [x] SMB - [x] Easy to deploy and out-of-the-box - [x] File preview (PDF, markdown, code, plain text, ...) - [x] Image preview in gallery mode @@ -97,11 +98,23 @@ English | [中文](./README_cn.md) | [Contributors](./CONTRIBUTORS.md) | [Contri Please go to our [discussion forum](https://github.com/Xhofe/alist/discussions) for general questions, **issues are for bug reports and feature request only.** -## Special sponsors +## Sponsor + +AList is an open-source software, if you happen to like this project and want me to keep going, please consider sponsoring me or providing a single donation! Thanks for all the love and support: +https://alist.nn.ci/guide/sponsor.html + +### Special sponsors + - [找资源 - 阿里云盘资源搜索引擎](https://zhaoziyuan.la/) - [KinhDown 百度云盘不限速下载!永久免费!已稳定运行3年!非常可靠!Q群 -> 786799372](https://kinhdown.com) - [JetBrains: Essential tools for software developers and teams](https://www.jetbrains.com/) +## Contributors + +Thanks goes to these wonderful people: + +[![Contributors](http://contributors.nn.ci/api?repo=alist-org/alist&repo=alist-org/alist-web&repo=alist-org/docs)](https://github.com/alist-org/alist/graphs/contributors) + ## License The `AList` is open-source software licensed under the AGPL-3.0 license. diff --git a/README_cn.md b/README_cn.md index 14cd5eb3..82db75f0 100644 --- a/README_cn.md +++ b/README_cn.md @@ -39,7 +39,7 @@ --- -[English](./README.md) | 中文 | [Contributors](./CONTRIBUTORS.md) | [Contributing](./CONTRIBUTING.md) | [CODE_OF_CONDUCT](./CODE_OF_CONDUCT.md) +[English](./README.md) | 中文 | [Contributing](./CONTRIBUTING.md) | [CODE_OF_CONDUCT](./CODE_OF_CONDUCT.md) ## Features @@ -67,6 +67,7 @@ - [x] [谷歌相册](https://photos.google.com/) - [x] [Mega.nz](https://mega.nz) - [x] [一刻相册](https://photo.baidu.com/) + - [x] SMB - [x] 部署方便,开箱即用 - [x] 文件预览(PDF、markdown、代码、纯文本……) - [x] 画廊模式下的图像预览 @@ -97,13 +98,23 @@ 一般问题请到[讨论论坛](https://github.com/Xhofe/alist/discussions) ,**issue仅针对错误报告和功能请求。** -## Special sponsors +## Sponsor + +AList 是一个开源软件,如果你碰巧喜欢这个项目,并希望我继续下去,请考虑赞助我或提供一个单一的捐款!感谢所有的爱和支持:https://alist.nn.ci/zh/guide/sponsor.html + +### Special sponsors - [找资源 - 阿里云盘资源搜索引擎](https://zhaoziyuan.la/) - [KinhDown 百度云盘不限速下载!永久免费!已稳定运行3年!非常可靠!Q群 -> 786799372](https://kinhdown.com) - [JetBrains: Essential tools for software developers and teams](https://www.jetbrains.com/) -## 许可 +## Contributors + +Thanks goes to these wonderful people: + +[![Contributors](http://contributors.nn.ci/api?repo=alist-org/alist&repo=alist-org/alist-web&repo=alist-org/docs)](https://github.com/alist-org/alist/graphs/contributors) + +## 许可 `AList` 是在 AGPL-3.0 许可下许可的开源软件。